
.detail-cont{
	padding: .38rem 0 .31rem;
}
.detail-cont .new-title{
	text-align: center;
	color: ##333333;
	font-size: .24rem;
}
.detail-cont .new-desc{
	text-align: center;
	font-size: .18rem;
	line-height: .25rem;
	color: #333333;
	margin-top: .2rem;
}
.detail-cont .new-date{
	color: #999999;
	font-size: .16rem;
	margin: .12rem auto 0;
	text-align: center;
	line-height: .30rem;
}
.fwb-cont img{
	max-width: 100% !important;
}
.detail-cont .new-subject{
	margin-bottom: .48rem;
}
@media screen and (max-width:480px){
	.detail-cont .new-desc{
		line-height: normal !important;
	}
}