
.news-detail .title{
	text-align: center;padding: 30px 0 50px;
	border-bottom: 1px dotted #E0E0E0;
	margin-bottom: 20px;
}
.news-detail .title h1{
	font-size: 26px;font-weight: 500;
}
.news-detail .title p{
	color: #b0b0b0;
}
.news-detail .detail{
	padding-bottom: 20px;
}
.news-detail .detail p{
	text-indent:2em;
	margin-bottom: 10px;
	line-height: 30px;
}
.news-detail .detail p img{
	max-width: 100%;
   	height: auto;
   	margin: auto;
   	display: block;
}
    
@media only screen and (max-width: 768px) {
.news-detail .title{
	text-align: center;padding: 20px 0 30px;
}
.news-detail .title h1{
	font-size: 20px;font-weight: 500;
}
}