/* 列表区 */
.row{
	display: flex;
	justify-content: space-between;
}

.news {
	padding: 100px 0px;
	background-color: #F4F4F4;
}

.list_cont {
	display: flex;
	flex-direction: column;
	width: 344px;
	shape-outside: 450px;
	background-color: #FFFFFF;
}

.list_img {
	margin: auto;
	margin-top: 33px;
	width: 90%;
	height: 223px;
	/* border-radius: 20px 20px 0px 0px; */
}

.list_tit {
	margin: 20px;
	font-size: 17px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #000000;
	line-height: 28px;
}

.list_desc {
	margin: 0 20px;
	width: 300px;
	display: -webkit-box;
	/* 设置或检索伸缩盒对象的子元素的排列方式 。 */
	-webkit-box-orient: vertical;
	/*  用来限制在一个块元素显示的文本的行数 */
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-size: 13px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #7F7F7F;
	line-height: 23px;
}

.list_time {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px;
}

.list_time .list_ti {
	font-size: 13px;
	font-family: DINAlternate;
	font-weight: bold;
	color: #7F7F7F;
	line-height: 16px;
}

.list_time .check {
	width: 22px;
	height: 6px;
}

/* 文章区 */
.news_tit{
	margin-bottom: 27px;
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #000000;
	line-height: 39px;
}

.news_up{
	margin-bottom: 20px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #989898;
	line-height: 24px;
}

.news_arti{
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #656565;
	line-height: 45px;
}

/* 页面切换 */
.news_change{
	margin-top: 100px;
	margin-bottom: 67px;
}

.news_change .change{
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.change .next_btn{
	margin-right: 32px;
	width: 130px;
	height: 53px;
	display: flex;
	color: #7f7f7f;
	justify-content: center;
	align-items: center;
	/* text-align: center; */
	background: #E4E4E4;
}


.change .arc{
	width: 360px;
	display: -webkit-box;
	/* 设置或检索伸缩盒对象的子元素的排列方式 。 */
	-webkit-box-orient: vertical;
	/*  用来限制在一个块元素显示的文本的行数 */
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #7f7f7f;
}
