@charset "UTF-8";

body {
	background-color: #f7f7f7;
}

/* ======当前位置====== */
.mod_tab {
	height: 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	margin: .4rem auto 0;
}

.mod_tab a,.mod_tab span {
        padding: .12rem;
        color: #333;
}

.mod_tab a span,.mod_tab a:first-of-type {
        padding-left: 0;
}

/* ======新闻列表====== */
.page_news_row {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 80px;
	overflow: hidden;
}

/* ===菜单=== */
.page_news_row .news_menu {
	flex: 0 0 306px;
	margin: 0 64px 0 0;
	overflow: hidden;
}

.news_menu h3 {
	cursor: pointer;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 1rem;
	padding-left: .8rem;
	background: url(../img/20260425_news_icon.png) .3rem .33rem no-repeat #3f7fe9;
	background-size: .32rem auto;
}

.news_menu h3>a {
	color: #fff;
}

.news_menu .sub_menu {
	width: 100%;
	padding: 20px;
	background-color: #fff;
}

.news_menu .sub_menu li {
	color: #222;
	margin-bottom: .2rem;
	padding-left: .41rem;
	border: solid 1px #cfe2fc;
	background-color: #fff;
}

.news_menu .sub_menu li:last-child {
	margin-bottom: 0;
}

.news_menu .sub_menu li a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	min-height: .46rem;
	font-size: 18px;
	color: #222;
	padding: .10rem .38rem .1rem 0;
}

.news_menu .sub_menu li:hover,
.news_menu .sub_menu li.active {
	background: url(../img/20260107_list_icon.png) 228px 50% no-repeat #f0f7ff;
	border: solid 1px #3f7fe9;
}

/* ===文字列表=== */
.con_news_row1 {
	flex: 1 1 500px;
	min-width: 0;
	padding: 20px 50px 50px;
	box-sizing: border-box;
	background-color: #fff;
}

.page_news_row .news_list1 {
	overflow: hidden;
}

.page_news_row .news_list1 li {
	border-bottom: 1px solid #e5e5e5;
}

.page_news_row .news_list1 li a {
	display: block;
	padding: .22rem 0 .26rem;
	overflow: hidden;
}

.page_news_row .news_list1 li h4 {
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page_news_row .news_list1 li time {
	margin-top: .15rem;
	display: block;
	text-align: left;
	color: #666;
}

/* ===图片列表=== */
.page_news_row .news_list2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10px 10px;
	overflow: hidden;
}

.page_news_row .news_list2 li {
	width: calc(33.33333% - 30.6px);
	margin: .4rem 0 0;
	height: 100%;
	overflow: hidden;
}

.page_news_row .news_list2 li:nth-of-type(3n) {
	margin-right: 0;
}

.page_news_row .news_list2 li .pic_row {
	position: relative;
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.page_news_row .news_list2 li .pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_news_row .news_list2 li a h4 {
	color: #222;
}

.page_news_row .news_list2 li h4 {
	margin-top: 18px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* ===图文列表=== */
.page_news_row .news_list4 {
	overflow: hidden;
}

.page_news_row .news_list4 li {
	width: 100%;
	padding: .4rem 0;
	border-bottom: 1px solid #e5e5e5;
}

.page_news_row .news_list4 li:first-of-type {
	padding-top: .3rem;
}

.page_news_row .news_list4 li a {
	display: flex;
	justify-content: space-between;
}

.page_news_row .news_list4 .pic_row {
	margin-right: 45px;
	width: 326px;
	height: 200px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.page_news_row .news_list4 .pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_news_row .news_list4 .news_text {
	flex: 1;
	position: relative;
}

.page_news_row .news_list4 h4 {
	color: #222;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page_news_row .news_list4 p {
	margin-top: .18rem;
	color: #666;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.page_news_row .news_list4 time {
	position: absolute;
	bottom: 2px;
	font-size: 16px;
	color: #999;
}

/* ======新闻详情====== */
.ny_news_show {
	margin: .4rem auto .8rem;
	padding: 46px 60px 0;
	background-color: #fff;
	overflow: hidden;
}

.ny_news_show_tit {
	text-align: center;
	padding: .10rem 0 0;
}

.ny_news_show_tit h3 {
	font-size: 46px;
	line-height: 1.4;
	color: #222;
	padding: 0 .2rem;
}

.con_news_row1 .ny_news_show_tit h3 {
	margin-top: .18rem;
	font-size: 36px;
	line-height: 1.3;
}

.ny_news_show_tit_con {
	margin-top: 36px;
	padding-bottom: 36px;
	line-height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
}

.ny_news_show_tit span,
.ny_news_show_tit time {
	color: #666;
	padding: 0 13px;
}

.ny_news_show_tit .detail_font {
	display: flex;
	align-items: center;
	margin-left: 12px;
	width: 243px;
	height: 32px;
	padding-left: 36px;
	border-radius: 16px;
	border: solid 1px #e5e5e5;
	background: url(../img/20260107_font_size_icon.png) 3px center no-repeat;
}

.ny_news_show_tit .detail_font a {
	padding: 0 7px;
	color: #666;
}

.ny_news_show_con {
	padding: .46rem 0 .5rem;
	overflow: hidden;
}

.con_news_row1 .ny_news_show_con {
	padding-bottom: 0;
}

.ny_news_show_con p,
.ny_news_show_con div,
.ny_news_show_con span {
	font-size: 24px;
	line-height: 1.7;
	color: #222;
	word-wrap: break-word;
	margin-bottom: .2rem;
	overflow: hidden;
	transition: font-size 0.3s ease;
}

.con_news_row1 .ny_news_show_con p,
.con_news_row1 .ny_news_show_con div,
.con_news_row1 .ny_news_show_con span {
	font-size: 22px;
	line-height: 1.6;
}

.ny_news_show_con img,
.ny_news_show_con video {
	display: block;
	max-width: 750px;
	height: auto;
	margin: auto;
}

.ny_news_show_con table,
.con_news_row1 table {
	border-collapse: collapse;
	border: 1;
}

.ny_news_show_con table td,
.con_news_row1 table td {
	padding: 10px;
}

/* ===响应式样式=== */
@media screen and (max-width: 1200px) {
	.mod_tab {
		font-size: .28rem;
	}

	.page_news_row {
		flex-direction: column;
		/* 小屏幕改为垂直布局 */
		padding: .4rem .3rem .3rem;
	}

	.page_news_row .news_menu {
		flex: 0 0 auto;
		margin: 0 0 .3rem 0;
		width: 100%;
	}

	.news_menu h3 {
		font-size: .36rem;
	}

	.news_menu .sub_menu {
		padding: .2rem .3rem;
	}

	.news_menu .sub_menu li a {
		font-size: .30rem;
		min-height: .62rem;
	}

	.news_menu .sub_menu li:hover,
	.news_menu .sub_menu li.active {
		background-position: 94.5% 50%;
		background-size: .28rem;
	}

	.con_news_row1 {
		flex: 1 1 auto;
		width: 100%;
		padding: .2rem .3rem .5rem;
	}

	.page_news_row .news_list1 li h4 {
		text-align: left;
		font-size: .32rem;
	}

	.page_news_row .news_list1 li time {
		font-size: .26rem;
	}

	.page_news_row .news_list2 {
		padding: 0 0 .1rem;
	}

	.page_news_row .news_list2 li {
		width: 100%;
	}

	.page_news_row .news_list2 li h4 {
		margin-top: .22rem;
		padding: 0 .1rem;
		font-size: .32rem;
	}

	.ny_news_show {
		padding: .46rem .3rem 0;
	}

	.ny_news_show_tit h3,
	.con_news_row1 .ny_news_show_tit h3 {
		font-size: .42rem;
	}

	.ny_news_show_tit_con {
		margin-top: .28rem;
		padding-bottom: .26rem;
		font-size: .28rem;
		line-height: 1.8;
		flex-wrap: wrap;
	}

	.ny_news_show_tit .detail_font {
		display: none;
	}

	.ny_news_show_con p,
	.ny_news_show_con div,
	.ny_news_show_con span,
	.con_news_row1 .ny_news_show_con p,
	.con_news_row1 .ny_news_show_con div,
	.con_news_row1 .ny_news_show_con span {
		font-size: .32rem;
	}

	.ny_news_show_con table,
	.con_news_row1 table.bszn-table {
		max-width: 6.9rem !important;
		margin: 0 auto !important;
	}

	.con_news_row1 td,
	.con_news_row1 th {
		word-break: break-word;
		white-space: normal;
	}

	.ny_news_show_con img,
	.ny_news_show_con video {
		max-width: 100%;
		margin: 0 auto .15rem;
	}

	.page_news_row .news_list4 li {
		padding: .4rem 0 .3rem;
	}

	.page_news_row .news_list4 li a {
		flex-wrap: wrap;
	}

	.page_news_row .news_list4 .pic_row {
		margin-right: 0;
		width: 100%;
		height: 3.8rem;
	}

	.page_news_row .news_list4 h4 {
		margin-top: .25rem;
		font-size: .32rem;
	}

	.page_news_row .news_list4 p {
		margin-bottom: .16rem;
		font-size: .28rem;
		line-height: 1.5;
	}

	.page_news_row .news_list4 time {
		position: relative;
		font-size: .24rem;
	}

}