
#content .content_top p {
    font-size: 22px;
    color: #898989;
    line-height: 22px !important;
    margin-bottom: 0px;
}
#content .content_top h2{
	padding-top: 14px;
    font-size: 36px;
    color: #c9caca;
    overflow:hidden;
    font-weight: 400;
    line-height: 36px;
}
#newsCenter{
	display: block;
	overflow: hidden;
}
#newsCenter .content_top{
	border: none;
}
#newsCenter .content_top h2{
	font-size: 30px;
	color: #231815;
}
#newsCenter  p{
	font-size: 20px;
	color: #231815;
}
#newsCenter dl {
	width: 100%;
	margin: 4px auto 100px;
}
#newsCenter dl dt span{
	font-size: 18px;
	color: #231815;
	font-weight: 800;
	line-height: 36px;
}
#newsCenter dl dd {
	width: 600px;
	height: 450px;
	overflow: hidden;
	margin: 40px auto;
}
#newsCenter dl dd img{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 450px){
	#newsCenter .content_top h2{
		font-size: 0.25rem;
		letter-spacing: 2px;
	}
	#content .content_top p{
		font-size: 0.2rem;
		margin-top: 0.1rem;
		letter-spacing: 2px;
	}
	#newsCenter dl{
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	#newsCenter p img{
		width: 100%;
	    height: auto;
	}
}