.newsdetail .title {
	text-align: center;
}

.newsdetail {
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px;
	min-height: 620px;
	background: #fff;
	margin-top: 20px;
}

.newsdetail .time {
	color: #999;
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #e1e1e1;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
}

/*.newsdetail .content {*/
/*	font-size: 13px;*/
/*}*/

a {
	color: #fff;
}
@media screen and (max-width:768px){
    .newsdetail .title{
        text-align: left;
    }
}
