@charset "UTF-8";

/*======Reset style======*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

em,
i {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

html,
body {
	margin: 0;
	padding: 0;
	min-width: 1400px;
	background: #fff;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #26659b;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.contentbox,
.main1400 {
	width: 1400px;
	margin: 0 auto;
}

#wzall {
	display: flex;
	justify-content: space-between;
}

.contentbox * {
	box-sizing: border-box;
}

body {
	background: url(../img/20260714_body_bg.jpg) center 390px no-repeat;
}

/* ===banner=== */
.banner_row {
	padding-top: 18px;
	height: 390px;
	font-size: 0;
	overflow: hidden;
	background: url(../img/20260714_banner-img.png) center no-repeat;
}

/* ===所在位置=== */
.anav_in {
	font-size: 14px;
	margin: 40px auto;
	line-height: 100%;
}

.anav_in a,
.anav_in span {
	font-size: 14px;
	color: #3b3b3b;
	cursor: pointer;
	padding: 0 6px;
}

.anav_in :first-child {
	padding-left: 0;
}

/* ===新闻列表=== */
.ztmain_news_row {
	margin: 50px auto 0;
	padding: 0 50px 30px;
	background-color: #fff;
	overflow: hidden;
}

.ztmain_news_title {
	display: flex;
	justify-content: center;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #64a4dc;
}

.ztnews_list {
	padding: 35px 0 0;
}

.ztnews_list li {
	font-size: 16px;
	line-height: 100%;
	padding: 14px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ztnews_list li:nth-child(5n) {
	padding-bottom: 36px;
	margin-bottom: 22px;
	border-bottom: 1px dashed #c6c6c6;
}

.ztnews_list li a {
	flex: 1;
	margin-right: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ztnews_list li::before {
	content: "";
	width: 4px;
	height: 4px;
	box-sizing: border-box;
	margin-right: 16px;
	background: #26659b;
}

.ztnews_list li time {
	color: #999;
	text-align: right;
}

/* ===移动端适配=== */
@media screen and (max-width: 1400px) {

	html,
	body {
		min-width: 100%;
	}

	.main1400 {
		width: 100%;
	}

	.contentbox {
		box-sizing: border-box;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.banner_row {
		padding-top: 0.3rem;
		height: 7.75rem;
		background-size: cover;
		background-image: url(../img/20260714_banner-img-wap.png);
	}

	.banner_row a img {
		width: 6.275rem;
		height: auto;
		padding: 0 .5rem;
	}

	.anav_in {
		margin: 1rem 0;
	}

	.anav_in a,
	.anav_in span {
		font-size: 0.7rem;
	}

	.ztmain_news_row {
		margin-top: 0;
        padding: 0 .75rem .75rem;
	}

	.ztmain_news_title {
		padding-bottom: 0.5rem;
	}

	.ztmain_news_title img {
		width: 9rem;
		height: auto;
	}

	.ztnews_list {
		padding: 0.85rem 0 0;
	}

	.ztnews_list li {
		font-size: 0.75rem;
		padding: 0.35rem 0;
	}

	.ztnews_list li:nth-child(5n) {
		padding-bottom: 0.9rem;
		margin-bottom: 0.55rem;
	}

	.ztnews_list li a {
		margin-right: 0.6rem;
	}

	.ztnews_list li::before {
		width: 0.2rem;
		height: 0.2rem;
		margin-right: 0.5rem;
	}
}

#toolbarSwitch {
	margin: 0 auto;
	width: 1400px;
	height: 60px;
	font-size: 14px;
	text-align: right;
	color: #26659b;
}

@media screen and (max-width: 1000px) {
	#toolbarSwitch {
		display: none;
	}
}