.page_content {
	display: flex;
	justify-content: center;
}

.page5_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.news_title_detail {
	width: 51.6rem;
	height: 69rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.news_title_detail>h5 {
	font-family: SourceHanSansCN-Bold;
	font-size: 3rem;
	line-height: 4.3rem;
	letter-spacing: 0.09rem;
	color: #1a1c1d;
}

.news_title_detail>h5 span {
	font-family: ArialMT;
	font-size: 1.6rem;
}

.news_detail {
	width: 51.6rem;
	height: 58.4rem;
	background-color: rgba(238, 238, 238, 0.5);
}

.news_detail>img {
	width: 51.6rem;
	height: 33.1rem;
	margin-right: 1.2rem;
}

.news_detail>div {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 2rem 3rem;
	height: 25rem;
}


.news_detail>div>p:first-child {
	font-family: Avanti;
	font-size: 1.56rem;
	color: #9e9e9e;
}

.news_detail>div>p:first-child img {
	width: 1.9rem;
	height: 1.9rem;

	margin-right: 1.2rem;
	vertical-align: text-bottom;
}

.news_detail>div>p:nth-child(2) {
	width: 100%;
	font-family: SourceHanSansCN-Medium;
	font-weight: 550;
	font-size: 2rem;
	color: #404040;
}

.news_detail>div>p:nth-child(3) {
	font-family: SourceHanSansCN-Light;
	font-size: 1.6rem;
	color: #7c7c7c;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 2;
}

.news_detail>div>a {
	text-align: center;
	width: 14.2rem;
	height: 4.5rem;
	border-radius: 2.17rem;
	border: solid 1px #00479d;
	font-family: SourceHanSansCN-Light;
	font-size: 1.6rem;
	line-height: 4.5rem;
	letter-spacing: 0rem;
	color: #236ab5;
	margin: 0 auto;
	cursor: pointer;
}


.news_naw_list {
	width: 64rem;
	height: 69rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.news_nav_wrap {
	width: 54rem;
	height: 4.3rem;
	line-height: 4.3rem;
	display: flex;
	justify-content: space-between;
}

.news_nav_item {
	display: inline-block;
	text-align: center;
	width: 11.1rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	color: #1a1c1d;
	height: 4.3rem;
	background-color: #fff;
}

.news_nav_item_active, .news_nav_item:hover {
	background-color: #ff7c1c;
	color: #ffffff;
	border-radius: 360px;
}


.news_list_wrap {
	height: 58.4rem;
}

.news_more {
	display: flex;
	height: 3rem;
	justify-content: space-between;
}

.news_more p {
	width: 53.9rem;
	height: 0.1rem;
	margin-top: 1.4rem;
	background-color: #bfbfbf;
}

.news_more a {
	display: inline-block;
	width: 8.1rem;
	height: 3rem;
	background-color: #0068b7;
	border-radius: 360px;
	text-align: center;
	font-family: SourceHanSansCN-Light;
	font-size: 1.6rem;
	line-height: 3rem;
	letter-spacing: 0.05rem;
	color: #ffffff;
}

.news_more a img {
	margin-left: 0.5rem;
	vertical-align: middle;
	width: 0.7rem;
	height: 1.1rem;
	margin-top: -0.4rem;
}


.news_item {
	display: flex;
	height: 13.8rem;
	justify-content: space-between;
	padding-top: 2.5rem;
	border-bottom: 1px dashed #000;
}

.news_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}

.news_item_time {
	text-align: center;
	width: 10rem;
	padding: 0.5rem 0;
}

.news_item_time>h5 {
	font-family: Avanti;
	font-size: 2.4rem;
	line-height: 6rem;
	color: #222222;
}

.news_item_time>h5 span {
	font-family: SourceHanSansCN-Normal;
	font-size: 2.4rem;
}

.news_item_time>p {
	margin: 0 auto;
	width: 7.7rem;
	height: 2.8rem;
	background-color: #236ab5;
	border-radius: 360px;
	font-family: Avanti;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #ffffff;
}

.news_item_text_wrap{
	display: flex;
	width: 49rem;
	justify-content: space-between;
}

.news_item_text {
	width: 39.6rem;
	line-height: 3rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.news_item_text>p:first-child {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	color: #222222;
}

.news_item_text>p:last-child {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	color: #9e9e9e;
}

.news_item_more {
	width: 3rem;
}

.news_item_more img {
	width: 3rem;
	height: 0.7rem;
	margin-top: 8.5rem;
}



@media screen and (max-width: 1140px) {
	.page_content {
		display: flex;
		justify-content: center;
	}

	.page5_box {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.news_title_detail {
		width: 81rem;
		height: 106rem;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.news_title_detail>h5 {
		font-family: SourceHanSansCN-Bold;
		font-size: 5rem;
		line-height: 1;
		letter-spacing: 0.09rem;
		color: #1a1c1d;
	}

	.news_title_detail>h5 span {
		font-family: ArialMT;
		font-size: 2.695rem;
		text-indent: 1em;
	}

	.news_detail {
		width: 81rem;
		height: 91.8rem;
		background-color: rgba(238, 238, 238, 0.5);
	}

	.news_detail>img {
		width: 81rem;
		height: 52.042rem;
		margin-right: 7rem;
	}

	.news_detail>div {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 0 4.5rem;
		height: 39.75rem;
	}


	.news_detail>div>p:first-child {
		font-family: Avanti;
		font-size: 2.444rem;
		color: #9e9e9e;
	}

	.news_detail>div>p:first-child img {
		width: 3.032rem;
		height: 3.032rem;
		margin-right: 1.85rem;
	}

	.news_detail>div>p:nth-child(2) {
		width: 100%;
		font-family: SourceHanSansCN-Medium;
	
		font-size: 3.368rem;
		color: #404040;
	}

	.news_detail>div>p:nth-child(3) {
		font-family: SourceHanSansCN-Light;
		font-size: 2.695rem;
		color: #7c7c7c;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 2;
	}

	.news_detail>div>a {
		text-align: center;
		width: 22.4rem;
		height: 6.9rem;
		border-radius: 3.402rem;
		border: solid 1px #00479d; 
		font-family: SourceHanSansCN-Light;
		font-size: 2.695rem;
		line-height: 6.9rem;
		letter-spacing: 0rem;
		color: #236ab5;
		margin: 0 auto;
		cursor: pointer;
	}


	.news_naw_list {
		width: 84.6rem;
		height: 106rem;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.news_nav_wrap {
		width: 84.6rem;
		height: 7.4rem;
		line-height: 7.4rem;
		display: flex;
		justify-content: space-between;
	}

	.news_nav_item { 
		display: inline-block;
		text-align: center;
		width: 18.695rem;
		font-family: SourceHanSansCN-Regular;
		font-size: 1.8rem;
		color: #1a1c1d;
		height: 7.4rem;
		background-color: #fff;
	}

	.news_nav_item_active ,.news_nav_item:hover{
		background-color: #ff7c1c;
		color: #ffffff;
		border-radius: 360px;
	}

	.news_list_wrap {
		height: 91.8rem;
	}

	.news_more {
		display: flex;
		height: 4.716rem;
		justify-content: space-between;
	}

	.news_more p {
		width: 58.78rem;
		height: 0.1rem;
		margin-top: 1.4rem;
		background-color: #bfbfbf;
	}

	.news_more a {
		display: inline-block;
		width: 12.8rem;
		height: 4.716rem;
		background-color: #0068b7;
		border-radius: 360px;
		text-align: center;
		font-family: SourceHanSansCN-Light;
		font-size: 2.51rem;
		line-height: 4.7rem;
		letter-spacing: 0.05rem;
		color: #ffffff;
	}

	.news_more a img {
		margin-left: 1.1rem;
		width:1rem;
		height: 1.85rem;
	}

	.news_item {
		display: flex;
		height: 21.75rem;
		justify-content: space-between;
		padding-top: 4.5rem;
		border-bottom: 1px dashed #000;
	}

	.news_item_time {
		text-align: center;
		width: 14rem;
		padding: 0.8rem 0;
	}

	.news_item_time>h5 {
		font-family: Avanti;
		font-size: 3.768rem;
		line-height: 8.4rem;
		color: #222222;
	}

	.news_item_time>h5 span {
		font-family: SourceHanSansCN-Normal;
		font-size: 3.768rem;
	}

	.news_item_time>p {
		width: 12.126rem;
		height: 4.379rem;
		margin: 0 auto;
		background-color: #236ab5;
		border-radius: 360px;
		font-family: Avanti;
		font-size: 2.51rem;
		line-height: 4.4rem;
		color: #ffffff;
	}
/* ** */
	.news_item_text_wrap{
		width: 61.4rem;
		justify-content:flex-start;
		flex-direction: column;
	}
/* ** */
	.news_item_text {
		width: 61.4rem;
		line-height: 5.5rem; 
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.news_item_text>p:first-child {
		font-family: SourceHanSansCN-Regular;
		font-size: 3.03rem;
		color: #222222;
	}

	.news_item_text>p:last-child {
		font-family: SourceHanSansCN-Normal;
		font-size: 2.695rem;
		color: #9e9e9e;
	}

	.news_item_more {
		width: 100%;
		height: 1.011rem;
		text-align: right;
	}

	.news_item_more img {
		width: 4.716rem;
		height: 1.011rem;
		margin-top: 0rem;
	}
}
