body {
	padding-top: 4rem;
}
.news_content{
	max-width: 1000px;
	min-height: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.xwzx{
	font-size: 1.6rem;
	color: #888;
	margin: .6rem 0;
}
.newsCard{
	display: flex;
	margin-bottom: 1rem;
	padding: 10px;
	border: 1px solid rgb(240,240,240);
}
.newsImg{
	width: 10rem;
    height: 10rem;
    background-size: 150%;
    background-position: center 0;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.newsImg img{
	display: block;
	width: 10rem;
	height: 10rem;
	margin-right: 10px;
}
.news_text h1{
	font-size: 1.2rem;
	color: #999;
	margin-bottom: 0.5rem;
}
.shuxing{
	color: #888;
	font-size: .8rem;
	margin-bottom: 0.2rem;
}
.shuxing span:nth-child(1){
	margin-right: 20px;
}
.news_text p{
	font-size: 0.8rem;
	color: #888;
}
