/*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}