@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: #d5221b;
}

.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;
}

/* ===banner=== */
.banner_row {
	padding-top: 18px;
	height: 390px;
	font-size: 0;
	overflow: hidden;
	background: url(../img/20260709_banner-img.jpg) center no-repeat;
}

/* ===所在位置=== */
.anav_in {
	font-size: 14px;
	margin-top: 40px;
	line-height: 100%;
}

.anav_in a,
.anav_in span {
	font-size: 14px;
	color: #3b3b3b;
	cursor: pointer;
}

/* ===新闻列表=== */
.main_news_row {
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 100%;
}

.title1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .18rem;
	border-bottom: 1px solid #d8d8d8;
}

.title1 h3 {
	margin-bottom: -1px;
	width: 128px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	background: #d5221b;
}

.title1 a {
	color: #666;
	font-size: 14px;
	padding-top: 8px;
}

.title1 a:hover {
	color: #e42e22;
}

.news_list {
	width: 650px;
	margin-bottom: 45px;
}

.news_list dd {
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_list dd a {
	flex: 1;
	margin-right: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list dd time {
	color: #999;
	text-align: right;
}

.news_list2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.news_list2 dt {
	width: 100%;
	margin-bottom: .28rem;
}

.news_list2 dd {
	width: calc(50% - 50px);
}

/* ===移动端适配=== */
@media screen and (max-width: 1400px) {

	html,
	body {
		min-width: 100%;
	}

	.main1400 {
		width: 100%;
	}

	.contentbox {
		box-sizing: border-box;
		width: 100%;
		padding: 0 0.75rem;
	}

	.main_news_row {
		display: block;
	}

	.news_list {
		width: 100%;
		margin-bottom: 1.25rem;
	}
}

@media screen and (max-width: 768px) {
	.banner_row {
		padding-top: 0.3rem;
		height: 7.75rem;
		background-size: cover;
		background-image: url(../img/20260709_banner-img-wap.png);
	}

	.banner_row a img {
		width: 6.275rem;
		height: auto;
	}

	.anav_in {
		margin-top: 1rem;
	}

	.anav_in a,
	.anav_in span {
		font-size: 0.7rem;
	}

	.main_news_row {
		margin-top: 1rem;
	}

	.title1 h3 {
		width: 5rem;
		height: 1.5rem;
		line-height: 1.5rem;
		font-size: 0.9rem;
	}

	.title1 a {
		font-size: 0.7rem;
		padding-top: 0.1rem;
	}

	.news_list dt,
	.news_list2 dt {
		margin-bottom: 0.6rem;
	}

	.news_list dd {
		height: auto;
		padding: 0.2rem 0;
	}

	.news_list dd a {
		margin-right: 0.3rem;
		font-size: 0.75rem;
		line-height: 1.6;
	}

	.news_list dd time {
		font-size: 0.6rem;
	}

	.news_list2 dd {
		width: 100%;
	}
}

#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;
	}
}