.news_wrapper{
	width:100%;
	height: 100%;
}

/* news_box */
.news_box{
	width: 100%;
	padding: 48px 0 50px;
	box-sizing: border-box;
}
.news_box .listleft{
	width:70%;
	float:left;
}
.news_box .listleft .listleft_sorts>li{
	float: left;
	width: 33.333%;
	line-height: 43px;
	text-align: center;
}
.listleft .wztitlediv{
	width: 100%;
	display: inline-block;
}
.listleft .wztitlediv p{
	line-height: 1;
	text-align: center;
}
.listleft .wztitlediv p span{
	font-size: 14px;
	color: #1A327A;
	margin: 0 15px;
}
.listleft .wztitlediv .wztitle{
	font-weight: 700;
	font-size: 26px;
	color: #3C3C3C;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
.listleft .zhaiyao{
	width: 96%;
	padding: 2%;
	border:1px dashed #E0E0E0;
	min-height: 50px;
	background-color: #F5F8FD;
	font-size: 12px;
	color: #787775;
	line-height: 26px;
	margin: 20px 0;
}
.listleft .contentnr{
	width: 96%;
	padding: 2%;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.listleft .contentnr p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-bottom:25px;
	text-indent: 36px;
}
.listleft .contentnr p a{
	font-size: 18px;
	color: #337FE5;
}
.listleft .tags {
	font-size: 14px;
	color: #666;
	margin-top: 15px;
	line-height: 1;
	margin-bottom: 15px;
}
.listleft .tags>img {
	width: 12px;
    height: 14px;
    margin: 0;
	vertical-align: middle;
	margin-left: 20px;
}
.listleft .tags>a{
	font-size: 14px;
	color: #039be5;
	margin-top: 14px;
	line-height: 1;
	margin-left: 5px;
	vertical-align: middle;
}
.listleft .tags>a:hover {
	color: #039be5;
	text-decoration: underline;
}
.news_box .listright{
	width:26%;
	margin-left:4%;
}
.news_box .listright .rec_right{
	margin-top: 10px;
}
.news_box .listright .bannerR_swiper{
	margin: 56px 0 20px;
}

.origin{
	font-size: 14px;
	color: #1A327A;
}
/* news_box */