.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;
}
.tags_item{
	min-width:89px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(22,142,255,1);
	border-radius:17px;
	height:36px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(22,142,255,1);
	line-height:14px;
	padding:11px 13px;
	text-align:center;
	display:inline-block;
	margin:8px 3px;
}
.tags_item:hover{
	background:rgba(22,142,255,1);
	color:rgba(255,255,255,1);
	text-decoration:none;
}