/*
	*wpzt-just
	*更新于2020-07-20
*/
html {
	height:100%;
	}
body {
font-family: 'Microsoft Yahei',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
	color:#55647e;
	-webkit-appearance:none;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-webkit-tap-highlight-color:transparent;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	letter-spacing:.3px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	background:#f4f4f6;
}
a {
	text-decoration:none;
}
a:hover,a:active {
	text-decoration:none;
}
button{
	outline:none;
}
ul,li {
	margin:0;
	padding:0
}
li {
	list-style:none;
}
img {
	object-fit:cover;
}
.container{
	padding:0;
max-width:1400px;
}

@media(max-width:1399px){
	.container{
		width:1200px;
	}
}

.wrow{
	display:flex;
	justify-content: space-between;
	margin-left:-10px;
	margin-right:-10px;
}
.wcol-70{
	width:70%;
	padding-left:10px;
	padding-right:15px;
}
.wcol-30{
	width:30%;
	padding-left:10px;
	padding-right:10px;
}
/*header样式-通知条*/
header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
}
.w-headertop{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #6679ef;
    font-size: 12px;
    color: #f0e5b7;
}
.w-htopct{
	display:flex;
	justify-content: space-between;
	align-items: baseline;
}
.w-htopct a{
	    color: #f0e5b7;
}
.w-htopct a:hover,.w-htopct a:active{
	    color: #ff807c;
}
.w-htopct span{
	margin-left:5px;
	margin-right:5px;
}

/*header样式-logo&nav*/
.w-header{
background-color: #fff;
    height: 75px;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}
.w-logo{
    display: block;
    overflow: hidden;
}
.w-logo img{
	height:52px;
	width:auto;
}
.w-hdct{
	display:flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
}
.w-nav{
	width:70%;
}
.w-nav-1{
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.w-nav-1 li{
	position:relative;
}

.w-nav-1 a{
	    display: block;
    padding: 0 10px;
    color: #333;
	font-size:16px;
	height:75px;
	line-height:75px;
	position:relative;
	text-align:center;
}

.w-nav-1 a:hover{

}

.w-nav-1 a i{
	font-size:12px;
	position:absolute;
	top:0;
	right:8px;
	transition: all 0.25s;
}
.w-nav-1 li:hover a i{
	 -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*.w-nav-1 li:hover ul.sub-menu{*/
/*	display:block;*/
/*}*/
.w-nav-1 li.current-menu-item a{

}
.w-nav-1 li.menu-item-has-children a{
padding-right:25px;
}

/*.sub-menu{*/
/*	display:none;*/
/*	border:1px #dedede solid;*/
/*	padding:15px 0;*/
/*	position:fixed;*/
/*	top:75px;*/
/*	left:50%;*/
/*	width:100%;*/
/*	margin-left:-50%;*/
/*	background:#fff;*/
/*	box-shadow: 0 1px 3px rgba(0, 0, 0, .04);*/
/*	z-index:999999;*/
/*	text-align:center;*/
/*	box-shadow: 0 2px 5px #bbbbbb90;*/
/*}*/
/*.sub-menu li{*/
/*	display:inline-block;*/
/*	margin-left:10px;*/
/*}*/
.w-nav-1 li.menu-item-has-children .sub-menu li a{
	display:block;
	font-size:14px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	width:100%;
	border-left:2px #fff solid;
	color:#555;
}

.sub-menu a:hover ,.sub-menu a:active,.sub-menu a:visited{
	background:#f6f6f3;
	box-shadow:none;
	border-radius:3px;
}
.w-nav-1 li.current-menu-item .sub-menu a{
    box-shadow:none;
    background: none;
}
.w-nav-1 li.current-menu-item .sub-menu a:hover{
	background:#f6f6f3;
	box-shadow:none;
	border-radius:3px;
}
/*header样式-搜索*/
a.w-searchbtn{
	display:block;
	margin-left:10px;
	position:absolute;
	top:50%;
	left:-40px;
	margin-top:-12px;
}
a.w-searchbtn i{
	color:#333;
	font-size:18px;
}
a.w-searchbtn:hover i{
	opacity:0.8;
}
.w-search{
	display:none;
	background:rgba(0,0,0,0.7);
	height:90px;
	padding-top:20px;
	z-index:999999;
	position:relative;
}
.w-searchform{
	width:700px;
	margin:0 auto;
	position:relative;
	border:1px #96a5ff solid;
	padding:0 100px 0 5px;
	background:#fff;
}
.w-searchform input{
	border:none;
	background:none;
	padding:0;
	line-height:48px;
	height:48px;
	width:100%;
	outline:none;
	font-size:16px;
}
.w-searchform button{
	position:absolute;
	right:0;
	top:0;
	border:none;
	background:#96a5ff;
	padding:0;
	line-height:48px;
	height:48px;
	width:100px;
	outline:none;
		transition-duration:0.5s;
	/* Safari */
	-webkit-transition-duration:0.5s;
}
.w-searchform button i{
	font-size:24px;
	color:#fff;
}
.w-searchform button:hover{
	background:#4f63e1;
}


/*内容板块-推荐*/

.w-contbk{
	/*border:1px #ccc solid;*/
	margin-bottom:15px;
	background:#fff;
	box-shadow: 0 2px 5px #bbbbbb90;
	border-radius:10px;
	overflow:hidden;
}
.w-ctb{
	padding-top:20px;
}
.w-ctb-1{
	border-bottom: 2px solid #d3d6dd;
}
.w-ctb-1 h1{
	font-size: 22px;
    padding-left: 65px;
    line-height: 30px;
    background: url(../images/first-title1.png) no-repeat left top;
    margin-top: 0;
    font-weight: bold;
    margin: 0 0 15px;
}

.w-ctb-1 h1 a{
	color:#454545;
	transition: all 0.25s;
}
.w-ctb-1 h1 a:hover{
	color:#96a5ff;
}
.w-ctb-1 p{
	color: #666;
    margin-bottom: 20px;
	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
		 text-overflow:ellipsis;

}
.w-ctb-1 p a{
	color:#4f63e1;
}
.w-ctb-1 p a:hover{
	color:#96a5ff;
}
.w-ctb-2{
	display:flex;
	flex-wrap: nowrap;
	justify-content:space-between;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}
.w-ctb2-row{
	margin-left:-10px;
	margin-right:-10px;
}
.w-ctb2-img{
	overflow:hidden;
	width: 40%;
    height: 105px;
}
.w-ctb2-img img{
	height:100%;
	object-fit:cover;
    transition: all 0.7s ease 0s;
}
.w-ctb2-img:hover img{
	  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.w-ctb2-wp{
	width:60%;
	padding-left:10px;
}
.w-ctb2-wp h4{
    overflow: hidden;
    margin: 0;
    line-height: 20px;
}
.w-ctb2-wp h4 a{
	font-size: 15px;
    color: #272322;
	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        overflow: hidden;
		 text-overflow:ellipsis;
}
.w-ctb2-wp h4 a:hover{
	color:#4f63e1;
}
.w-ctb2-wp p{
	font-size: 12px;
    color: #888;
    line-height: 19px;
    margin-top: 12px;
	margin-bottom:0;
    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:3;
        overflow: hidden;
		 text-overflow:ellipsis;
}


/*内容板块-文章列表*/
.w-listheader{
	    overflow: hidden;
    background: #fbfbfb;
    border-bottom: 1px solid #ccc;
    padding: 8px 20px 8px;
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.w-listheader h2{
	font-size: 21px;
	margin-bottom:0;
}
.w-listheader a{
	color:#666;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
}
.w-listheader a:hover{
	color:#4f63e1;

}
.w-listbody{
	margin-bottom:10px;
}
.w-listbodycc{
    border-bottom: 1px solid #F3F5F7;
    overflow: hidden;
	padding:15px;
    margin-bottom: -1px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
	display:flex;
	flex-wrap: nowrap;
	align-items: stretch;
	position:relative;
}
.w-listbodycc:hover{
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
span.w-zhiding{
	position: absolute;
    padding: 0;
    right: -45px;
    top: -20px;
    display: block;
    width: 86px;
    height: 20px;
    line-height: 20px;
    background: #edac25;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
}
.w-listbody-img{
	width: 26%;
    height: 130px;

	overflow:hidden;
}
.w-listbody-img img{
	width:100%;
	height:100%;
	-webkit-transition: 0.7s;
    transition: 0.7s;
}
.w-listbodycc:hover .w-listbody-img img{
	  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.w-listbody-wp{
	width:74%;
	padding-left:20px;
	position:relative;
}
.w-listbody-wp h2{
	font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    font-weight: bold;
height:24px;
overflow:hidden;
}
.w-listbody-wp h2 a{
	color:#454545;
}
.w-listbody-wp h2 a:hover{
	color:#6679ef;
}
.w-listbody-wp p{
	font-size: 14px;
    color: #999;
    word-wrap: break-word;
    line-height: 1.5;
	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        overflow: hidden;
		 text-overflow:ellipsis;
}
.w-lswp-bottom{
	font-size:12px;
	color:#999;
	position:absolute;
	left:20px;
	bottom:0;
	height: 30px;
}
a.w-tag{
	color: #999;
    border: 1px solid #e4e4e4;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    border-radius:15px;

}

a.w-tagred{
	color: #6679ef;
    background-color: #fff;
    border: 1px solid #6679ef;
	margin-right:15px;
}
a.w-tag:hover{
	color: #fff;
    background-color: #6679ef;
    border: 1px solid #6679ef;
}
.w-lswp-bottom span{
	margin-right:15px;
	line-height:16px;
}
.w-lswp-bottom span i{
	font-size:14px;
	margin-right:5px;
}
/*列表页*/
/*分页*/
.w-fy{
	padding:15px;
}
.w-fylink{
	display:flex;
	flex-wrap: nowrap ;
	justify-content:center;
}
.w-fylink a{
	display:block;
	background-color: #ddd;
	border-radius:3px;
	padding:5px 10px;
	margin-left:3px;
	color:#666 ;
	font-size:12px;
}
.w-fylink a.active{
	background-color: #96a5ff;
    color: #fff;
}
.w-fylink a:hover{
	background:#ebebeb;

}
.w-fylink a i{
	font-size:12px;
}
.w-fylink a.active:hover{
	background-color: #96a5ff;
    color: #fff;
}

/*列表页2*/
/*面包屑*/
.w-breadcrumb{
	display:flex;
	 flex-wrap: nowrap;
	 align-items: baseline;
	color: #666;
    font-size: 14px;
}
.w-breadcrumb i{
	font-size:14px;
}
.w-breadcrumb ul li{
    padding-left: 10px;
    padding-right: 10px;
}

/*侧边栏*/
.w-sidef{
	padding-left:0;
	margin-bottom:10px;
}
.w-sidebar{
	background:#fff;
	margin-bottom: 15px;
    /*border: 1px solid #ccc;*/
    -webkit-box-shadow: -3px 0 10px #f6f8fa, 3px 0 10px #f6f8fa, 0 -3px 10px #f6f8fa, 0 3px 10px #f6f8fa;
    box-shadow: -3px 0 10px #f6f8fa, 3px 0 10px #f6f8fa, 0 -3px 10px #f6f8fa, 0 3px 10px #f6f8fa;
    overflow: hidden;
	border-radius:10px;
		box-shadow: 0 2px 5px #bbbbbb90;
}
.w-sidr-header{
    color: #000;
    border-bottom: 1px solid #ccc;
    background: #fbfbfb;
    padding: 9px 15px 8px;
	display:flex;
	justify-content:  space-between;
	 align-items:center;
}
.w-sidr-header h3{
	 margin: 0;
	 font-size: 18px;
}
.w-sidr-header h3 i{
	margin-right:5px;
	color:#6679ef;
}
.w-sidr-header a{
	color: #666;
	text-decoration:none;
}
.w-sidr-header a:hover{
	color: #6679ef;
}
.w-sidr-body{
	padding-right:15px;
	padding-bottom:15px;
}
.w-sidr-li ul li a{
	background: url(../images/list.gif) no-repeat scroll 15px;
    padding: 0 0 0 25px;
    color: #38485a;
    border-bottom: solid 1px #eee;
    border-left: 2px solid #fff;
    overflow: hidden;
    display: block;
    font-size: 14px;
	height:36px;
	overflow:hidden;
	line-height:36px;

}
.w-sidr-li ul li:hover{
	background:#fbfbfb;
}
.w-sidr-li ul li:hover a{
	border-left:2px #96a5ff solid;
	color:#6679ef;
}
.w-sidr-li ul{
	margin-bottom:-1px;
}
.w-sdimg a{
	padding:10px 0 10px 15px;
	display:flex;
	justify-content:  space-between;
	border-bottom: solid 1px #eee;
    border-left: 2px solid #fff;
    overflow: hidden;
	align-items: stretch;
}
.w-sdimg a:hover{
	background:#fbfbfb;
	border-left:2px #96a5ff solid;
	color:#6679ef;
}
.w-sdimg a:hover .w-sdimg-wp  h4{
	color:#6679ef;
}
.w-sdimg-img{
	width:25%;
	height:60px;

}
.w-sdimg-img img{
	width:100%;
	height:100%;

}
.w-sdimg-wp{
	width:75%;
	padding-left:10px;
	position:relative;
}
.w-sdimg-wp h4{
	display: block;
    color: #38485a;
	font-size:14px;
	line-height:18px;
	height:36px;
	overflow:hidden;
}
.w-sdimg-wp .w-lswp-bottom{
	left:10px;
	bottom:0;
	height:auto;
}
.w-sdimg-wp .w-lswp-bottom span{
	margin-left:0;
	margin-right:6px;
}
.w-sdimg-wp .w-lswp-bottom span i{
	margin-right:3px;
}
/*侧边栏-标签列表*/
.w-sidr-litag ul{
	display:flex;
	flex-wrap: wrap ;
	padding:10px 0 10px 15px;
}
.w-sidr-litag li{
	display:block;
	width:25%;
	padding:3px;

}
.w-sidr-litag li a{
	display:block;
	color: #333;
    border-radius: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
	padding-left:8px;
	padding-right:8px;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.w-sidr-litag li a:hover{
	background:#dedede;

}
/*footer*/
/*footer{

    padding: 20px 30px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #999;
    background-color: #23282d;
}
footer p{
	margin-bottom:10px;
}
*/
/*footer不用了
footer{

    padding: 56px 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: #324678;
}
footer a{
	color:#fff;
	margin:0;
}
footer p{
	margin-bottom:10px;
}
footer p span{
	margin:0 8px;
}
.w-footer{
	display:flex;
	justify-content:space-between ;
	align-items: flex-start;
}
.w-footer-r{
		display:flex;
	justify-content:flex-end;
	align-items: flex-start;
	text-align:center;

}
.w-footer-r div{
	margin-left:15px;

}
.w-footer-r div img{
	margin-bottom:8px;
}*/


/*文章详情页*/
.w-xq{
	padding-left:40px;
	padding-right:40px;
}
.w-wznr-header{
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom:1px #dedede dotted;
	margin-bottom:20px;
}
.w-wznr-header h1{
	margin-top: 0;
    font-size: 26px;
    line-height: 36px;
    color: #454545;
}
.w-wzhd-icon span{
	font-size: 12px;
    color: #999;
	margin-right:10px;
}
.w-wzhd-icon a{
	font-size: 12px;
    color: #666;
	margin-right:10px;
}
.w-wzhd-icon a:hover{
	color:#6679ef;
}
.w-wzhd-icon i{
		font-size: 13px;
    color: #999;
}
.w-wznr-body{
	font-size: 15px;
    line-height: 24px;
    word-wrap: break-word;
	color:#555;
	padding-top:20px;
	padding-bottom:20px;
}
.w-wznr-body img{
	display:block;
	margin:20px auto;
	max-width:100%;
	width:auto;
	height:auto;
}
.w-wznr-body h2{font-size:20px;padding:10px 0 10px 30px;border-bottom:1px #efefef solid;position:relative;margin-top:40px;margin-bottom:20px;font-weight:700;}
.w-wznr-body h2:before{
	content:"◈";
	position:absolute;
	top:0;
	left:0;
	font-size:29px;
	color:#4f63e1;
	line-height:45px;

}
.w-wznr-body h3{font-size:18px;margin-top:30px;margin-bottom:15px;font-weight:700;}
.w-wznr-body h4{font-size:16px;font-weight:700;}
.w-wznr-body h5{font-size:14px;font-weight:700;}
.w-wznr-body ul{
	padding-left:50px;
	margin-bottom:30px;
}
.w-wznr-body ul li{
	list-style-type:disc;
}
.w-end{
	height:50px;
}
.w-end-line{
	border-top:1px #dedede solid;
	position:relative;

}
.w-end-line span{
	display:block;
	position:absolute;
	background:#fff;
    padding: 0px 10px;
    line-height: 50px;
    font-size: 15px;
	top:-25px;
	left:50%;
	margin-left:-43px;
}
.w-dsbtn{
	text-align:center;
}
.w-dsbtn a{
	display:inline-block;
	height:50px;
	line-height:50px;
	width:50px;
	background:#ff7700;
	color:#fff;
	font-size:16px;
	border-radius:50%;
}
.w-dsbtn a:hover{
		opacity: 0.8;
}
.w-wznr-footer{
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin: 30px 0;
    font-size: 16px;
    color: #999;
}
.w-wztags a{
	display: inline-block;
    font-size: 14px;
    border: 1px solid #2d8cc6;
    border-radius: 2px;
    color: #2d8cc6;
    line-height: 20px;
    padding: 3px 6px;
    word-break: keep-all;
    white-space: normal;
}
.w-wztags a:hover{
	background:#eff9ff;
}
.w-wzfx{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.w-wzfx a{
	margin-left:5px;
}
.w-wzfx a i{
	display:block;
	width:25px;
	height:25px;
	border-radius:50%;
	text-align:center;
	line-height:25px;
	color:#fff;
}
.w-wzfx a i.icon-qq{
	background:#50aed9;
}
.w-wzfx a i.icon-weixin{
	background:#79ae08;
}
.w-wzfx a i.icon-qqkongjian{
	background:#eeb403;
}
.w-wzfx a i.icon-weibo{
	background:#dc1515;
}
.w-wzfx a i.icon-plus{
	border:1px #6aa9e9 solid;
	color:#6aa9e9
}
.w-wzfx a:hover i{
	opacity: 0.8;
}
/*前后文章切换*/
.w-wzqh{
	overflow: hidden;
    background: #fbfbfb;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding: 10px 10px 10px;
	display:flex;
	justify-content:space-between;
	align-items:center;

}
.w-wzqh p{
	margin:0;
	overflow: hidden;
white-space: nowrap;
}
.w-wzqh a{
	color: #666;
	transition: all 0.25s;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
}
.w-wzqh a:hover{
	color:#96a5ff;
}
.w-wzqh-l{
	width:50%;
}
.w-wzqh-r{
	width:50%;
	text-align:right;
}

/*推荐文章列表1*/
.w-tjyd-header{
	border:1px solid #eaeaea;
}
.w-tjyd-body{
	padding-top:15px;
	padding-bottom:10px;
	display:flex;
	flex-wrap:wrap;
}
.w-tjydby{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.w-tjydby-l{
	width:45%;
}
.w-tjydby-r{
	width:55%;
}
.w-tjydby-limg{
	width:47%;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:15px;
	position:relative;
}
.w-tjydby-limg img{
	width:100%;
	height:120px;
	 transition: all 0.7s ease 0s;
}
.w-tjydby-limg:hover img{
	-webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.w-tjydby-limg h4{
	line-height:38px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-size:14px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	display:block;
	height:38px;
	overflow:hidden;
	margin-bottom:0;
	padding:0 5px;

}
.w-tjydby-r ul{
	padding-left:15px;
	color:#bbb;

}
.w-tjydby-r ul li{
	list-style-type:disc;
	list-style-position: inside;
	margin-bottom:10px;
  overflow:hidden;
  text-overflow:ellipsis;
  height:20px;
}
.w-tjydby-r ul li a{
	color:#aaa;
	 text-overflow:ellipsis;
}
.w-tjydby-r ul li a:hover{
	color:#96a5ff;
}
/*推荐文章列表2*/
.w-tjyd2by-limg{
	width:100%;
	overflow:hidden;

}
.w-tjyd2by-limg img{
	width:100%;
	height:260px;
	transition: all 0.7s ease 0s;
}
.w-tjyd2by-limg:hover img{
	  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/*提示条*/
.w-ydts{
	overflow: hidden;
    background: #fbfbfb;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding: 10px 10px 10px;
	font-size: 20px;
		display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.w-ydts a{
	color:#555;
	margin-left:20px;
}
.w-ydts a:hover{
	color:#6679ef;
}
.w-wzbqts{
	height: 30px;
    background-color: #f7f7f7;
    font-size: 12px;
    padding: 7px 0;
    border-radius: 3px;
    border: 1px solid #eee;
    color: #aaa;
    margin-bottom: 30px;
    text-align: center;
}

.w-wzbqts:hover {
    background-color: #ebf4fe;
    border: 1px solid #2d8cc6;
    color: #2d8cc6;
}

/*标签页内容板块*/
.w-bqy{
	background:#fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	margin-bottom:10px;
	border-radius:10px;
	overflow:hidden;
}
.w-bqy .w-bqy-header{
    min-height: 43px;
    color: #666;
    border-bottom: 1px solid #6679ef;
    background: #fbfbfb;
	padding:10px 15px;
}
.w-bqy .w-bqy-header h3{
	font-size:18px;
	margin:0;
}
.w-bqy-header h3 i{
	font-size:18px;
	margin-right:5px;
}
.w-bqy .w-bqy-body ul{
	width:100%;
	padding:10px;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.w-bqy .w-bqy-body ul li{
	width:11.1%;
	text-align:center;
	margin-bottom:10px;
	padding-left:4px;
	padding-right:4px;
}
.w-bqy .w-bqy-body ul li a{
	    color: #333;
		display:block;
		height:34px;
	line-height:34px;
	padding-left:4px;
	padding-right:4px;
	border-width:1px;
    border-style:solid;
	border-radius:20px;
	overflow:hidden;
	transition: all 0.5s ease 0s;
}
.w-bqy .w-bqy-body ul li a:hover{
	color: #fff;
	background:#6679ef!important;
	border-color:#6679ef!important;
}

/*7×24小时资讯*/
 .w-toplinegd{
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    background-color: #fff;
    margin-bottom: 25px;
    margin-top: 0px;
    border-bottom: 1px solid #EBEBEB;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
	padding-top:8px;
 }

 /*内容页AD*/
 .single-top-ad{
	 display:block;width:100%;height:60px;background-size:cover;
 }
 .single-bottom-ad{
	 display:block;width:100%;height:60px;background-size:cover;
 }

/*小工具*/
.iframe1{
	margin-bottom:15px;
	    box-shadow: 0 2px 5px #bbbbbb90;
    border-radius: 10px;
	overflow:hidden;
}
.iframe2{
	margin-bottom:15px;
	overflow:hidden;
	    box-shadow: 0 2px 5px #bbbbbb90;
    border-radius: 10px;
	background:#fff;
	padding-bottom:10px;
}
.iframe3{
	margin-bottom:15px;
	overflow:hidden;
	    box-shadow: 0 2px 5px #bbbbbb90;
    border-radius: 10px;
	background:#fff;
	padding-bottom:10px;
}

/*评论*/
.entry-comments{
	margin-top:15px;
}
h3.comment-reply-title{
	color: #000;
    border: 1px solid #ccc;
    background: #fbfbfb;
    padding: 11px 15px 10px;
	margin: 0;
    font-size: 18px;
	margin-bottom:10px;
	position:relative;
}
h3.comment-reply-title i{
	margin-right: 5px;
    color: #6679ef;
}
h3.comment-reply-title small{
	position:absolute;
	top:0;
	right:15px;
	line-height:44px;
}
h3.comment-reply-title small a{
	color:#999dbb;

}
h3.comment-reply-title small a:hover{
	color:#5f7598;
}
.w-e-text-container{
	height:120px!important;

}
.w-e-text {
    overflow-y: auto!important;
}
#editor{
	margin-bottom:15px;
}

.comment-form{
	margin-bottom:15px;
}
.comment-form-author,.comment-form-email{
	position:relative;
	margin-bottom:5px;
}
.comment-form-author label,.comment-form-email label{
	width:68px;
}
.comment-form-author input,.comment-form-email input{
	border:1px #dedede solid;
	padding:3px;
}
.comment-form-author span,.comment-form-email span{
	display:block;
	position:absolute;
	left:315px;
	top:6px;
}
.form-submit{
	margin-top:15px;
}
.form-submit .submit{
	background:#4f63e1;
	border:none;
	color:#fff;
	border-radius:6px;
	outline:none;
}
.form-submit .submit:hover{
	background:#818fec;
}
.comment-notes{
	color:#999dbb;
}
.comment-inner{
	display:flex;
	justify-content: flex-start;
	margin-bottom:15px;
}
.comment-author{
	border-radius:50%;
	overflow:hidden;
}
.comment-author img{
	width:100%;
	height:100%;
}
.comment-children {
	background:#f4f4f6;
	padding:0 15px;
	border-radius:10px;
	margin-left:45px;
	overflow:hidden;
}
li.comment{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px #dedede dotted;
	margin-bottom:-1px;
}
.comment-body{
	padding-left:10px;
	width:93%
}
.nickname{
	position:relative;

}
span.comment-time{
	margin-left:15px;
	color:#999dbb;
	position:absolute;
	top:0;
	right:80px;
}
span.reply{
	position:absolute;
	top:0;
	right:0;
}
span.reply a{
	color:#999dbb;
}
.comment-text{
	padding:10px;
}
.comment-children span.reply{

	right:-9px;
}


/*侧边栏banner图*/
.w-sidef  .onebigimg{
	display:block;
	height:160px;
	position:relative;
}
.w-sidef  .onebigimg img{
		width:100%;
	height:100%;
}
.w-sidef  .onebigimg h3{
	position:absolute;
	font-size:16px;
	color:#fff;
	bottom:0;
	left:0;
	right:0;
	background:#00000090;
	padding:12px 15px;
	margin:0;
	white-space: nowrap;
	overflow:hidden;
}
.w-sidef .w-swiper{
	height:200px;
}
.w-sidef .w-swiper img{
	width:100%;
	height:100%;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{

}

/*首页轮播图*/
.w-banner{
	display:flex;
	justify-content: space-between;
	width:100%;
}
.w-banner-l{
	width:62%;
	height:240px;
	overflow:hidden;
}
.w-banner-l .w-swiper .swiper-slide{
	height:240px;
	position:relative;
}
.w-banner-r{
	width:36%;
	height:240px;
	overflow:hidden;
	padding:0 15px ;
}

.swiper-wrapper{
	height:240px;
}
.w-swiper .swiper-slide p {
	display:block;
	height:44px;
	background:#00000070;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	line-height:44px;
	font-size:16px;
	margin-bottom:0;
	padding-left:15px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.w-swiper .swiper-slide img{
	width:100%;
	height:100%;
}
.w-banlast div {
	height:50%;
	overflow:hidden;
	border-bottom:1px #dedede solid;
	margin-bottom:1px;
	padding-top:15px;
	padding-bottom:15px;
	position:relative;
}
.w-banlast div.w-lswp-bottom{
	border:none;
	left:0;
	display:flex;
	justify-content:space-between;
}
.w-banlast h3 {
	padding:0;
	font-size:16px;
	overflow:hidden;
	font-weight:600;
	color:#333;
	height:50px;
	overflow:hidden;
	line-height:24px;
	margin-bottom:10px;
	background:url(../images/first-title1.png) -5px 2px no-repeat;
	background-size:37px 20px;

	text-indent:35px;
}
.w-banlast p {
	color:#999;
	padding-left:10px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:18px;
}
.w-sparrow{
	color:#dedede;
}

.w-spag {
	display:inline-block;
	position:absolute;
	bottom:11px;
	left:100%;
	color:#fff;
	width:60px;
	margin-left:-60px;
}
.w-swiper .w-spag {
	display:inline-block;
	position:absolute;
	bottom:11px;
	left:100%;
	color:#fff;
	width:60px;
	margin-left:-60px;
}
.w-sparrow{
	font-size:30px;
}
.w-swiper .swiper-button-prev:after,.w-swiper .swiper-button-next:after
 {
    font-size: 30px;
color:#ddd;

}

/*站长推荐*/
.w-sidebar-border{
	border:1px #4f63e1 solid;
	padding:45px 15px 15px 15px;
	background:#fff url(../images/tuijian.png) no-repeat 15px 0;
	border-radius:10px;
	margin-bottom:20px;
}
.w-sidebar-border h2{
	font-size:18px;

}
.w-sidebar-border p{
	font-size:12px;
	color:#999;
}

/*补充*/
.loginreg{
	position:relative;
	margin-left:30px;
}
.loginregbtnline{
	border:1px #333 solid;
	border-radius:50px;
	padding:3px 10px;
	color:#333;
}
.loginregbtn{
	color:#333;
}
.loginregbtn:hover{
	color:#333;
	opacity:0.8;
}
/*广告位*/
.add-ad{
	margin-top:20px;
	margin-bottom:20px;
}
.add-ad a{
	display:block;
	width:100%;
	height:auto;
}
.add-ad a img{
	width:100%;
	height:auto;
	object-fit:cover;
}

/*评论*/
.wzrecommend-item{
	width:32%;
	overflow:hidden;
	border-radius:10px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.16);
	margin-bottom:40px;
}

.wzrecommend-item a{
	display:block;
}

.wzrecommend-item-ctn{
	padding:5px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.16);
	border-radius:0px 0px 10px 10px;
	margin-top:10px;
}
.wzrecommend-item-ctn h4{
	margin:10px 0;
	font-size:16px;
	color:#090909;
	font-weight:400;
	height:38px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:inline;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.comment-title{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:20px;
	position:relative;
	border: 1px solid #eaeaea;
	background: #fbfbfb;
    padding: 9px 15px 8px;
}
.comment-title2{
	border:none;
	background:none;
}
.comment-title h3{
	font-size: 18px;
	color:#333;
	margin-bottom:0;
}
.comment-title h3 i.iconfont{
	font-size: 16px;
    color: #6679ef;
}
.comment-title h3 a{
	color:#6679ef;
	text-decoration:underline;
	margin:0 5px;
}
.comment-title div{
	background:#dee3fc;
	height:36px;
	line-height:36px;
	padding:0 15px;
	border-radius:10px;
	margin-left:10px;
	font-size:14px;
}

.logged_in_as{
	margin-bottom:15px;
}
.logged_in_as img{
	width:50px;
	height:50px;
	border-radius:50%;
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.comment-form{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	margin-bottom:40px;
	margin-top:20px;
}
#editor{
	position:relative;
	border:1px solid #ddd;
	background:#fff;
	height:130px;
	width:720px;
}
#editor .w-e-toolbar{
	border:none!important;
	border-radius:10px  10px 0 0;
	background:none!important;
	border-bottom:1px #f0f0f0 solid!important;
}
#editor .w-e-text{
	border:none!important;
	padding-left:15px!important;
	height:90px!important;
	margin-right:-20px!important;
	overflow:scroll!important;
	overflow-y:hidden!important;
	overflow-x:hidden!important;
	padding-right:15px!important;
}
#editor  .w-e-text img{
	width:auto;
	height:auto;
}
#editor .w-e-text-container{
	height:110px!important;
	border:none!important;
	z-index:999!important;
	width:707px;
}
.form-submit{
	display:block;
	background:#ed1c24;
	position:absolute;
	right:10px;
	height:36px;
	width:80px;
	bottom:10px;
	border-radius:8px;
	z-index:999;
}
.form-submit:hover{
	opacity:0.8;
}
.form-submit input{
background:none;
border:none;
line-height:36px;
text-align:center;
width:100%;
color:#fff;
}
.w-e-panel-container{
	width:620px!important;
	margin-left:0!important;
}
#editor .w-e-text-container .w-e-panel-container{
	left:0;
}
.w-e-panel-tab-content{
	height:auto!important;
}
.comment-inner{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;;
}
.comment-author img{
	width:46px;
	height:46px;
	box-shadow:0px 0px 6px rgba(0,0,0,0.16);
	border-radius:50%;
}
.comment-body{
	font-size:14px;
	line-height:1.8;
}
.comment-body .nickname{
	line-height:46px;
	font-size:16px;
	font-weight:400;
	padding-left:15px;
}
.comment-body .nickname a{
	color:#6679ef;
}
.comment-body .nickname span{
	font-weight:400;
	font-size:14px;
	color:#bbb;
}
.comment-body .comment-text p img{
	width:auto;
	height:auto;
}
.comment-body .comment-text p{
	padding:0 15px;
	font-weight:300;
}
.comment-children{
	padding:20px;
	background:#f4f4f4;
	border-radius:5px;
	margin-left:60px;
}
.comments-list li{
	margin-bottom:30px;
}
.must_log_in{
/*	background:url(../images/commentformbg.png) no-repeat;
	background-size:cover;*/
}
.must_login{
	height:120px;
	padding:30px 20px;
	color:#bbb;
border:1px #eaeaea solid;
margin-bottom:40px;
margin-top:20px;
}
.must_login a{
	color:#6679ef;
}
.must_login a:hover{
	opacity:0.8;
}
/*引用*/
blockquote:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 22px;
	display:block;
	width:36px;
	height:36px;
	background:url(../images/yinghao.png) no-repeat center;
	background-size:cover;
}
blockquote{
    position: relative;
    padding: 30px 30px 30px 75px;
    background: #eee;
    border-left: 0;
    font-size: 16px;
    border-radius: 6px;
	margin-top:30px;
	margin-bottom:30px;
}
/*专题页*/
.specialbg{
	background:#f4f4f6;
	height:100%;
}
.special {
	padding-top:50px;
	padding-bottom:50px;
}
.special h2{
	text-align:center;
	font-size:24px;
}
.special p{
	text-align:center;
	margin-bottom:50px;
	font-size:14px;
	color:#999;
}
.specialflex{
	display:flex;
	justify-content:space-between;
	align-items: stretch;
	flex-wrap:wrap;
}
.special-listitem{
	width:49%;
	background:#fff;
	box-shadow:0px 1px 3px rgba(0,0,0,0.16);
	padding:20px;
	margin-bottom:20px;
	height:351px;
}
.special-listitem:hover{
	box-shadow:0px 1px 6px rgba(0,0,0,0.36);
}
.spclst-top{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	padding-bottom:20px;
	border-bottom:1px #dedede dotted;
}
.spclst-top-img{
	width:200px;
	height:120px;
}
.spclst-top-img img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.spclst-top-r {
	position:relative;
	padding-left:20px;
	width:64%;
}
.spclst-top-r h3 a{
	font-size:20px;
	color:#333;
}
.spclst-top-r h3 a:hover{
	color:#3ca5f6;
	text-decoration:none;
}
.spclst-top-r p{
	font-size:14px;
	color:#999;
	margin-bottom:10px;
	text-align:left;
	height:42px;
	display:block;
	overflow:hidden;
}
.spclst-top-r a.goinspecial{
	font-size:14px;
	color:#3ca5f6;
	position:absolute;
	right:10px;
	bottom:0;
}
.spclst-top-r a.goinspecial:after{
	position: absolute;
    right: -10px;
    top: 0;
    font-family: FontAwesome;
    content: ">";
    font-size: 14px;
    line-height: 20px;
}
.spclst-bottom{
	margin:0;
	padding:20px 0 0 0;
}
.spclst-bottom li{
	list-style:none;

}
.spclst-bottom li a{
	display:block;
	width:100%;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:14px;
	color:#999;
	position:relative;
	padding:5px 15px;
}
.spclst-bottom li a:before{
	position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    content: ">";
    font-size: 14px;
    line-height: 31px;
}
.spclst-bottom li a:hover{
	color:#3ca5f6;
}

/**/
.specialbanner{
	background-size:cover;
	background-position:center;
	height:240px;
	text-align:center;
	color:#fff;
	position:relative;
	margin-top:-15px;
	margin-bottom:20px;
}
.specialtitle{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	padding-top:80px;
}
/*文章内分页*/
#content-links {
	text-align:center;
	margin-top:80px;
	margin-bottom:30px;
}
#content-links a,#content-links span{
	padding:5px 10px;
	border-radius:5px;
	display:inline-block;
	margin-bottom:5px;
}
#content-links a{
	background:#efefef;
	color:#666;
}
#content-links span,#content-links a:hover{
	background:#4f63e1;
	color:#fff;
}

/*评论媒体适应*/
@media (min-width:1400px){
	#editor{
		width:840px;
	}
}


/*页脚*/
	.footer-flex{display:flex;justify-content: flex-start;align-items: flex-start;overflow:hidden;}
	.footer-row{margin-left:-15px;margin-right:-15px;}
	.footer-top{padding:60px 0 50px;font-size:14px;line-height:1.5;text-align: justify;}
	.footer-top p{opacity:0.8;}
	.footer-text img{display:block;margin:10px 0;max-width:100%;}
	.footer-text{width:25%;padding:0 15px;}
	.footer-link{width:12.5%;padding:0 15px;}
	.footer-link ul{list-style:none;padding:0;margin:0;}
	.footer-link ul li a{opacity:0.8;display:block;padding-bottom:5px;}
	.footer-img{width:12.5%;padding:0 15px;text-align:center;}
	.footer-img img{width:120px;height:auto;max-width:100%;margin-bottom:8px;}
	.footer-img span{display:block;text-align:center;}
	.footer-top .footer-text-title{font-size:18px;font-weight:600;opacity:1;line-height:24px;}
	.footer-top .footer-link-title{font-size:15px;font-weight:600;opacity:1;line-height:24px;}
	.footer-bottom{text-align:center; padding:35px 0;font-size:14px;}
	.footer-bottom img{width:20px;height:auto;}
	.friendlink,.copyright{margin-bottom:5px;line-height:1.8;opacity:0.8;}


/*返回顶部*/
.QZ-up{
	width:40px;
	height:40px;
	background:#ccc url(../images/fanhuidingbu1.png) no-repeat center;
	position:fixed;
	right:10px;
	bottom:15%;
	cursor:pointer;
	border-radius:50%;
	box-shadow:0 0 4px rgba(0,0,0,0.3);
}
/*合作伙伴*/
.w-partner{
	padding:10px;
	padding-bottom:40px;
}
.w-partner ul {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap: wrap;
}
.w-partner ul li{
	width:12.5%;
	height:74px;
	padding:10px;
}
.w-partner ul li a{
	display:block;
	width:100%;
	height:64px;
	text-align:center;
	line-height:56px;
	overflow:hidden;
	font-size:16px;
	color:#333;
	border:1px #eee solid;
	padding:5px;
}

.w-partner ul li a img{
	width:141px;
	height:52px;
	vertical-align:baseline;
	max-width:100%;
	object-fit: contain;
}
/*侧边栏-合作*/

.w-sidr-hz{
	padding-top:10px;
	padding-bottom:15px;
}
.w-sidebar-hz{
	padding-left: 15px;
	margin-top:10px;
	margin-bottom:10px;
}
.w-sidebar-hz a{
	display:inline-block;
	padding:4px 6px;
	width:120px;
	background:#e8ebff;
	margin-left:8px;
	color:#4f63e1 ;
	border-radius:5px;
}
.w-sidebar-hz a:hover{
	background:#dadeff;
}

/*作者列表页*/
.author{
	background:#fff;
	box-shadow:0 0 6px rgba(0,0,0,0.2);
	border-radius:10px;
	margin-bottom:20px;
	padding:30px 50px;

}
.author-top {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding:0 20px 30px 20px;
	border-bottom:2px #dedede solid;
	margin-bottom:40px;
}
.author-top .author-img{
	background:#dedede;
	padding:1px;
	border-radius:50%;
	width:50px;
	height:50px;
	overflow:hidden;
	box-shadow:0 0 3px rgba(0,0,0,0.2);
}
.author-top .author-img img{
	width:100%;
	height:100%;
}
.author-top h3{
	font-size:18px;
	margin-left:15px;
	color:#333;
	font-weight:600;
}
.author-item {
	padding:0 20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:1px #dedede dotted;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.author-item h5{
	margin:0;
}
.author-item a{
	font-size:16px;
	color:#666;
	line-height:70px;
	height:70px;
	display:block;
	overflow:hidden;
}
.author-date{
	color:#aaa;
}
.author-item:hover{
	padding-left:25px;
	background:#f4f4f4;
}

/********导航页*******/
/**/
.newnavlist-ctn{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:wrap;
}
.newnavlist-item{
	border-radius:5px;
	background:#fff;
	width:calc(25% - 22.5px);
	margin-right:30px;
	position:relative;
	padding:18px;
	padding-left:70px;
	box-shadow:0px 3px 7px rgba(16,19,122,0.3);
	margin-bottom:25px;
	position:relative;
	height:78px;
}
.newnavlist-item:nth-child(4n){
	margin-right:0;
}
.newnavlist-item img{
	width:40px;
	height:40px;
	position:absolute;
	left:18px;
	top:18px;
}
.newnavlist-item h3{
	font-size:15px;
	font-weight:700;
	color:#333;
	margin-bottom:5px;
	transition:0.3s;
	-webkit-transition:0.3s;
		word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width:100%;
}
.newnavlist-item p{
	font-size:13px;
	color:#aaa;
	word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width:100%;
}

.ttooltip{
	width:80%;
	height:auto;
	border-radius:5px;
	background:#111;
	color:#fff;
	padding:15px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:85px;
	z-index:12;
	transition:0.3s;
	-webkit-transition:0.3s;
	display:none;
	opacity:0;
}
.ttooltip:before{
	content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px transparent solid;
    border-right: 7px transparent solid;
    border-bottom: 7px #111 solid;

}

.newnavlist-item:hover .ttooltip{
	display:block;
	opacity:1;
}
.newnavlist-item:hover h3{
	color:#5d74f0;
}
/**/
.newnavlist2-item{
	width:calc(33% - 20px);
	margin-right:30px;
	box-shadow:0px 3px 7px rgba(16,19,122,0.3);
	border-radius:5px;
	background:#fff;
	height:106px;
	overflow:hidden;
	margin-bottom:25px;
}
.newnavlist2-item:nth-child(3n){
	margin-right:0;
}
.newnavlist2-item img{
	height:100%;
	width:33%;
}
.newnavlist2-item a{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	height:100%;
}
.newnavlist2-title{
	width:67%;
	padding:15px;
}
.newnavlist2-title h3{
	font-size:16px;
	color:#333;
	word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width:100%;
  margin-bottom:10px;
  transition:0.3s;
	-webkit-transition:0.3s;
}
.newnavlist2-title p{
	font-size:13px;
	color:#aaa;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width:100%;
}
.newnavlist2-item:hover h3{
	color:#5d74f0;

}
/**/
.newnavlist3-item{
    width:calc(16.6% - 36px);
	margin-right:30px;

	margin-bottom:25px;
	height:332px;
	padding-top:290px;
	position:relative;
}
.newnavlist3-item:nth-child(6n){
	margin-right:0;
}
.newnavlist3-item img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:280px;
	border-radius:8px;
	margin-bottom:10px;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.newnavlist3-item h3{
	font-size:16px;
	color:#333;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
	margin-bottom:5px;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.newnavlist3-item:hover h3{
	color:#5d74f0;

}
.newnavlist3-item:hover img{
	top:-3px;

}
.newnavlist3-item p{
	font-size:13px;
	color:#aaa;
	word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width:100%;
}

.newlist-classify{
	margin-bottom:20px;
	position:relative;
}
.newlist-classify,.newlist-classify ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.newlist-classify ul.nav-tabs{
	border-bottom:none;
}
.newlist-classify h2{
	font-weight:700;
	margin-right:15px;
}
.newlist-classify ul li{
	margin: 0 6px;
}
.newlist-classify ul li a{
	display:block;
	padding:5px 15px;
	border-radius:50px;
	background:#eff1fd;
	color:#666;
	transition:0.2s;
	-webkit-transition:0.2s;
}
.w-listbody-wp .banner span, h1{
    font-size: 18px;
    font-family: 'SourceHanSansCN-Heavy, SourceHanSansCN';
     padding-left: 0px;
    margin-bottom: 10px;
    display: block;
}
.newlist-classify ul li a:hover{
	background:#5d74f0;
	color:#fff;
}
.newlist-classify .seemore{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	color:#999;
}
.newlist-classify .seemore:hover{
	color:#5d74f0;
}

.header{
	background: rgb(117,131,214) !important;
}
.article-list{
	width: 1300px;
	display: flex;
	margin-top: 150px;
    margin-bottom: 150px;
}
.w-contbk{
    width: 80%;
	margin-right: 20px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;

}
.paginate{
    text-align: center;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #009688;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #009688;
    border-color: #009688;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.clear{
    clear: both;
}
.article-banner{
    height:80px;padding-top:0px;background-position:0 0;
}
.article-content{
    padding:50px 0px;
}
@media screen and (max-width: 750px){
    .article-banner{
    height:0px;
}
.article-content{
    padding:0;
}
.article-content .banner{
    padding-top:0;
}
.banner span{
    padding-left: 5px;
}
    .article-list {
        width: 100%;
        display: flex;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .w-contbk{
        width: 100%;
        margin-right: 0px;
    }
    .w-lswp-bottom span{
        margin-right: 0px;
    }
    a.w-tag{
        font-size: 10px;
    }
    .w-breadcrumb{
        flex-wrap: wrap;
    }
}
