@charset "utf-8";
.newsContent{
	margin-top: 70px
}
.newsContentList{
	margin-top:15px;
}
.newsList h1{
	text-align: center;
	font-size: 18px;
}
.newsList h1 span{
	display: block;
	font-size: 14px;
	margin-top: 10px
}
.newsImg{
	display: block;
	margin:20px auto;
}
.newsList p{
	font-size: 16px !important;
	margin-top: 20px;
	text-align: center;
	font-family:"Source Han Sans",Helvetica,Tahoma,Arial,Heiti, sans-serif !important;
	padding: 0 10px !important;
}
.loadMore {
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
.fullArticle{
    margin-top: 50px;
    font-size: 16px;
}


@media screen and (max-width: 768px){
	.newsContent{
		margin-top: 0px;
	}
	.newsList h1{
		font-size: 16px;
	}
	.newsImg,.newsList p img{
		width:100%
	}
}