/*detail*/
.news-detail .content{
	line-height: 25px;
	color: #333;
	text-indent:25px;
	font-size: 16px;
}
.news-detail h4{
	font-weight: bold;
        margin:10px 0;
}
.recommend{
	border-bottom: 3px solid #CDCDCD;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	height: 30px;
	margin: 20px 0;
}
.recommend span{
	display: inline-block;
	position: absolute;
	top: 1px;
	border-bottom: 3px solid #F76F13;
}
.newsbox{
	width: 50%;
	float: left;
	height: 125px;
	padding: 5px;
	
}
.newsbox img{
	width: 100%;
	height: 100%;
}
.recommend-news{
	overflow: hidden;
	margin-bottom: 50px;
}
.newsbox>a{
	display: block;
	color: #fff;
	margin-top: -31px;
	text-align: center;
	z-index: 9;
    position: relative;
        line-height: 30px;
    font-size: 14px;
	background-color: rgba(0,0,0,0.5);
}
.news-detail{
	
}
.article img {
    width: 100% !important;
}
.article{
   line-height: 25px;
    margin-top: 15px;
   font-family: "Microsoft YaHei" !important;
    font-size: 16px;
}
.article p{
   line-height: 25px;
   margin-bottom: 15px;
   font-family: "Microsoft YaHei" !important;
    font-size: 16px ;
}
.article strong{font-size: 16px ;line-height: 25px;}
#font{cursor:pointer;float:right;margin-right:8px;padding:3px 5px;border-radius: 5px;background:#cdcdcd;color:#333}


/*声明*/
.contain_sm { background: #ededef; padding: 10px; margin: 10px 0; }
.contain_sm_title { display: block; color: #333; font-size: 14px; font-weight: bold; line-height: 14px; }
.contain_sm_txt p { display: block; font-size: 12px; font-weight: bold; color: #f70707; line-height: 20px; text-align: justify; }