.news_info_left{
	padding-left:0;
}
.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{
	color:rgba(22,142,255,1);
	text-decoration:none;
}
.news_info{
	margin-top:30px;
}
.news_title h3{
	font-size:27px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(45,45,45,1);
	line-height:30px;
}
.news_title h5{
    font-size:22px;
    line-height:35px;
	text-align:right;
}
.news_additive{
	margin-top:12px;
	padding-right:5px;
}
.news_additive div{
	display:inline-block;
}
.news_additive .news_source{
	font-size:15px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(118,118,118,1);
	line-height:40px;
}
.news_additive .news_time{
	font-size:15px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(118,118,118,1);
	line-height:40px;
	margin-left:43px;
}
.news_additive .news_tags{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(22,142,255,1);
	line-height:40px;
	float:right;
}
.news_additive .news_tags img{
    margin-right:5px;
}
blockquote,
.news_digest{
	border-left:7px solid #168EFF;
	padding:18px 36px;
	width:800px;
	background:rgba(244,243,243,1);
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:36px;
	margin-top:25px;
}
.news_content{
	width:800px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:36px;
	margin-top:24px;
}
.news_content p{
	margin-bottom:0;
}
.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;
}
.expand_read_ul a,
.expand_read_ul a:hover{
	color:#007bff;
	text-decoration:none;
}
.news_list_ads{
	width:378px;
	/** height:210px; */
	margin-top:20px;
}
.news_list_ads img{
	width:378px;
	/* height:600px; */
	/* 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;
}
