.news_detail .news-title{
	font-size:18px;
	line-height:28px;
	margin-bottom:10px;
	color:#333;
	text-align:justify;
}
.news_detail .datetime-hits{
	margin-bottom:10px;
	color:#777777;
}
.news_detail .datetime{
    background:url("../images/icon-date.png") no-repeat scroll left center;
	margin-right:10px;
    padding-left: 22px;
}
.news_detail .hits:before{
	content:'';position:absolute;
	left:0px;top:1px;height:14px;
	border-left:1px solid #cccccc;
}
.news_detail .summary{
	color:#555;
	font-size:15px;
	line-height:22px;
	margin-bottom:10px;
	text-align:justify;
	font-weight: bold;
}
.news_detail .description{
	line-height:22px;
	font-size:14px;
	margin-bottom:20px;
	color:#333;
	text-align:justify;
}
.news_detail .description p{
	padding:5px 0px;
}
.news_detail .description a:hover{
	color: #006cc6;
}
.news_detail .description img{
	max-width:100% !important;
	height:auto !important;
}
.news_detail .related{
	overflow: hidden;
	width: 100%;
    margin-top: 20px;
}
.news_detail .block_title_related{
	border-bottom: 1px solid #ededed;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.news_detail .block_title_related span{
    border-bottom: 3px solid #ed3237;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.news_detail  .news-related-inner{
	margin-right: -2%;
}
.news_detail .news-item{
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.news_detail .news-item-title{
	width: 48%;
}
.news_detail .relate_content{
	font-weight:normal;
	line-height:20px;
	font-size:14px;
	margin-top: 10px;
}
.news_detail .relate_content a{
    font-size: 15px;
	color:#333;
	display: block;
    font-weight: bold;
}
.news_detail .relate_content:hover a{
	color:#00832a;
}
.news_detail .news-item-title a{
    background: url(../images/icon-related.png) no-repeat scroll left 7px;
    padding-left: 15px;
    font-weight: normal;
}
.description ul li {
    list-style-type: disc;
    margin-left: 30px;
}
.description ol li {
    list-style-type: decimal;
    margin-left: 30px;
}

@media screen and (max-width:568px){
	.news_detail .news-item {
	    width: 48%;
	}
	.news_detail .relate_content {
	    height: 62px;
	    overflow: hidden;
	}
	.news_detail .news-item img{
	    width: 100%;
	}
}