/*主体内容*/
.NewsXq{
	width: 38.5rem;
	margin: 10rem auto;
}
.NewsXq h2{
	font-size: 1.8rem;
	font-weight: bold;
	color: #222222;
}
.NewsInfo{
	font-size: 0.8rem;
	color: #666666;
	margin-bottom: 1.5rem;
}
.NewsText img{
	max-width: 100%;
	height: auto;
}
.NewsText{
	font-family: "MicrosoftYaHei";
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #222222;
}
.NewsText p{
	margin-bottom: 2rem;
}
@media screen and (max-width: 480px){
.NewsXq {
    width: 96%;
    margin: 5rem auto 3rem;
	overflow: hidden;
}
.NewsXq h2 {
    font-size: 1.3rem;
}	
.NewsInfo {
    font-size: 0.7rem;
}	
.NewsText p {
    margin-bottom: 1rem;
	font-size: 16px;
	line-height: 25px;
}
	}