	.news_box {
		background-color: #fff;
		overflow: hidden;
		width: 192rem;
	}

	/* banner */
	.news_banner {
		width: 192rem;
		height: 51.8rem;
		overflow: hidden;
		position: relative;
	}

	.news_banner a {
		width: 100%;
		height: 100%;
		display: inline-block;
		/*background-image: url(../img/news/banner.jpg);*/
		background-repeat: no-repeat;
		background-size: 100% 100%;
		animation: scaleAnim 5s ease forwards;
		position: relative;
	}

	.news_banner h2 {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		font-family: SourceHanSansCN-Light;
		font-size: 4.267rem;
		line-height: 4.8rem;
		color: #ffffff;
	}

	.news_banner h2 span {
		font-family: SourceHanSansCN-Light;
		font-size: 1.867rem;
		letter-spacing: 0rem;
		color: #ffffff;
	}

	/* 面包屑 */
	.news_postions {
		width: 192rem;
		height: 6.5rem;
		line-height: 6.5rem;
		overflow: hidden;
		font-family: SourceHanSansCN-Light;
		font-size: 1.6rem;
		font-stretch: normal;
		color: #888888;
		background: #fff;
		border-bottom: 1px solid #f0f0f0;
		padding: 0 26rem;
	}

	.news_postions a {
		color: #888888;
	}

	.news_postions a:hover {
		color: #d8271c;
	}

	.news_postions label {
		color: #888888;
	}

	.news_postions .news_postions_r img {
		vertical-align: baseline;
		width: 2rem;
		height: 1.8rem;
		margin-right: 1.1rem;
	}


	.news_con {
		width: 120rem;
		margin: 0 auto;
	}

	.news_type {
		display: flex;
		justify-content: space-between;
		margin: 4.8rem 0;
	}

	.news_type>h5 {
		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 {
		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_image {
		width: 43.8rem;
		height: 25.6rem;
	}

	.news_image img {
		width: 43.8rem;
		height: 25.6rem;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.6s ease-out 0s;
		-moz-transition: all 0.6s ease-out 0s;
		-o-transition: all 0.6s ease-out 0s;
		transition: all 0.6s ease-out 0s;
	}

	.news_data_item:hover .news_image img {
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}


	.news_data_item:hover .news_detail>h5,
	.news_data_item:hover .news_detail>p:nth-child(2) {
		color: #d8271c;
	}

	.news_detail {
		height: 15.6rem;
		margin-top: 5rem;
		width: 71rem;
		line-height: 5rem;
	}

	.news_detail>h5 {
		font-family: SourceHanSansCN-Bold;
		font-size: 2.4rem;
		letter-spacing: 0px;
		color: #222222;
		border-bottom: 0.2rem dotted #bfbfbf;
	}

	.news_detail>p:nth-child(2) {
		text-indent: 2rem;
		width: 70rem;
		font-family: SourceHanSansCN-Regular;
		font-size: 1.6rem;
		line-height: 3.2rem;
		color: #9e9e9e;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.news_detail>p:last-child {
		font-family: ArialMT;
		font-size: 1.6rem;
		line-height: 5rem;
		color: #484848;
		text-align: right;
	}

	@media screen and (max-width: 1140px) {

		/* banner */
		.news_banner {
			width: 192rem;
			height: 68.211rem;
		}

		.news_banner h2 {
			font-size: 7.187rem;
			line-height: 9.432rem;
		}

		.news_banner h2 span {
			font-size: 3.144rem;
		}


		/* 面包屑 */
		.news_postions {
			height: 8rem;
			line-height: 8rem;
			font-size: 2.471rem;
			padding: 0 4rem;
		}

		.news_postions .news_postions_r img {
			width: 2.526rem;
			height: 2.358rem;
			margin-right: 1.7rem;
		}

		.news_con {
			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: 5.5rem;
		}

		.news_detail>p:last-child {
			font-size: 2.456rem;
			;
			line-height: 7.6rem;
		}

	}