.news_wrap {
	width: 192rem;
	padding-top: 8rem;
}

.news_banner {
	width: 192rem;
	height: 52rem;
}

.news_banner img {
	width: 100%;
	height: 100%;
}

.news_box {
	width: 120rem;
	margin: 0 auto;
}

.news_type {
	display: flex;
	justify-content: space-between;
	margin: 4.8rem 0;
}

.news_type>h5 {
	font-weight: 550;
	font-family: SourceHanSansCN-Medium;
	font-size: 3rem;
	line-height: 5rem;
	letter-spacing: 0.1rem;
	color: #1a1c1d;
}

.news_type_list {
	width: 53.5rem;
	display: flex;
	justify-content: space-between;
}

.news_type_item {
	font-weight: 550;
	width: 13.3rem;
	height: 5rem;
	border-radius: 360px;
	text-align: center;
	line-height: 5rem;
	letter-spacing: 0px;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	color: #1a1c1d;
}

.news_type_item:hover,
.news_type_item_active {
	background-color: #ff7413;
	color: #fff;
}

.news_data_item {
	display: flex;
	margin-top: 4rem;
	justify-content: space-between;
}

.news_data_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}

.news_image {
	width: 43.8rem;
	height: 25.6rem;
}

.news_image img {
	width: 43.8rem;
	height: 25.6rem;
}

.news_detail {
	height: 15.6rem;
	margin-top: 5rem;
	width: 71rem;
	line-height: 5rem;
}

.news_detail>h5 {
	font-weight: 550;
	font-family: SourceHanSansCN-Bold;
	font-size: 2.4rem;
	line-height: 5rem;
	letter-spacing: 0px;
	color: #222222;
	border-bottom: 0.2rem dotted #bfbfbf;
}

.news_detail>p:nth-child(2) {
	width: 70rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 5rem;
	color: #9e9e9e;
}

.news_detail>p:last-child {
	font-family: ArialMT;
	font-size: 1.6rem;
	line-height: 5rem;
	color: #484848;
	text-align: right;
}

.news_wrap .paging {
	margin: 6rem 0;
}


@media screen and (max-width: 1140px) {
	.news_wrap {
		padding-top: 9.3rem;
	}
	
	.news_box {
		width: 172rem;
	}
	
	.news_type {
		margin: 7.4rem 0;
	}
	
	.news_type>h5 {
		font-size: 4.547rem;
		line-height: 7.24rem;
	}
	
	.news_type_list {
		width: 75.6rem;
	}
	
	.news_type_item {
		width: 18.863rem;
		height: 7.242rem;
		line-height: 7.242rem;
		font-size: 3.368rem;
	}
	
	.news_data_item {
		margin-top: 7rem;
	}
	
	.news_image {
		width: 67.2rem;
		height: 39.411rem;
	}
	
	.news_image img {
		width: 67.2rem;
		height: 39.411rem;
	}
	
	.news_detail {
		height: 21rem;
		margin-top: 7.4rem;
		width: 97.85rem;
		line-height: 5rem;
	}
	
	.news_detail>h5 {
		font-size: 3.368rem;
		line-height: 7rem;
	}
	
	.news_detail>p:nth-child(2) {
		width: 97rem;
		font-size: 2.695rem;
		line-height: 8.4rem;
	}
	
	.news_detail>p:last-child {
		font-size: 2.456rem;;
		line-height: 7.6rem;
	}
	
	.news_wrap .paging {
		margin: 10rem 0;
	}
}