/*content*/
.main_contant{ margin-top: 20px; margin-bottom: 50px;}
.main_contant p {font-size: 14px; line-height: 30px; color: #434343; text-indent: 2em;}  


/*新闻详情页*/

.mian_time{ padding-top: 10px;}
.lytime{ width: 70%; color: #9a9a9a;}
.lytime span{ display: inline-block; margin-right: 10px;}
.share{ width: 10%; text-align: right;}
._detailPage_bottom{ border-top: #747474 1px solid; color: #747474; margin-top:40px; padding: 10px 0;}
.previous{ padding-left: 15px; background: url(../img/d_l.png) no-repeat left center;}
.next{ text-align: right; padding-right: 15px; background: url(../img/d_r.png) no-repeat right center;}

@media only screen and (max-width: 768px) {
	.share{ width: 20%;}
	.next{ text-align: left; background: url(../img/d_r.png) no-repeat left center;}
}