.news_nav .news_nav_li{
	display:inline-block;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(45,45,45,1);
}
.news_nav .news_nav_li a{
	color:rgba(45,45,45,1);
	text-decoration:none;
}
.news_nav .active a{
	font-weight:bold;
    color:rgba(22,142,255,1);
}
.news_list{
	padding:0;
}
.news_list .news_list_detail{
	height:202px;
	margin-bottom:30px;
	border-bottom:1px solid #E2E2E2;
}
.news_list_img{
	width:314px;
	height:170px;
	float:left;
}
.news_list_img img{
	width:314px;
	height:170px;
}
.news_list_info{
	width:455px;
	height:170px;
	float:left;
	margin-left:34px;
}
.news_list_info b{
	line-height:20px;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(45,45,45,1);
	text-decoration:none;
}
.news_list_info .news_title{
	text-decoration:none;
}
.news_list_info p{
	margin-bottom:0;
}
.news_list_info .news_list_addition{
	margin-top:9px;
}
.news_list_info .news_date{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(118,118,118,1);
	height:10px;
}
.news_list_info .news_tags{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(45,45,45,1);
	margin-left:37px;
	height:14px;
	float:right;
}
.news_list_info .news_tags img{
	width:15px;
	height:12px;
	margin-right:6px;
	margin-top:-3px;
}
.news_list_info .news_tags a:hover{
	color:#007bff;
    text-decoration:none;
}
.news_list_info .news_intro{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(45,45,45,1);
	line-height:27px;
	margin-top:8px;
}
.news_list_info .read_all{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(40,152,255,1);
	margin-top:8px;
}
.news_list_info .read_all a:hover{
    color:#007bff;
	text-decoration:none;
}
.expand_read{
	width:136px;
	height:39px;
	background:rgba(22,142,255,1);
	box-shadow:3px 4px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius:0px 20px 19px 0px;
	padding: 5px 0 5px 10px;
	display:inline-block;
}
.expand_read .expand_read_title{
	height:19px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:24px;
	float:right;
	margin-right:24px;
}
.expand_read_more{
	height:16px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(185,185,185,1);
	line-height:36px;
	display:inline;
	float:right;
}
.expand_read_more:hover{
	color:rgba(185,185,185,1);
	text-decoration:none;
}
.expand_read_ul{
	margin-top:5px;
}
.expand_read_ul li{
	height:50px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:50px;
	border-bottom:1px dashed #E2E2E2;
}
.expand_read_ul li.last{
	border:0;
}
.news_list_ads{
	width:378px;
	height:210px;
	margin-top:20px;
}
.news_list_ads img{
	width:378px;
	height:210px;
}
.tags_list{
	/* margin-top:40px; */
}
.tags_list_div{
	margin:23px 0;
}
.tags_list .tags{
	/* width:86px;*/
	height:35px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(22,142,255,1);
	border-radius:17px;
	padding:10px 16px;
	line-height:13px;
	font-size:13px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(22,142,255,1);
	display:inline-block;
	text-align:center;
	margin:6px 5px 6px 0;
}
.tags_list .tags:hover{
	background:rgba(22,142,255,1);
	color:rgba(255,255,255,1);
	text-decoration:none;
}