@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;
	max-width: 100%;
}

html,
body {
	margin: 0;
	padding: 0;
	font: 16px Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
	color: #333;
	min-width: 0;
	background: #fff;
}

@font-face {
	font-family: fangzheng;
	src: url("./NotoSerifCJKsc-Bold.otf");
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #c70000;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.contentbox {
	width: 1200px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}

.flex_bttween {
	display: flex;
	justify-content: space-between;
}

.flex_center {
	align-items: center;
}

.banner_row {
	width: 100%;
	display: flex;
	justify-content: center;
	height: auto;
	overflow: hidden;
}

.banner_row img {
	max-width: 100%;
	height: auto;
}

/* ===首屏=== */
.first_row {
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}

/* ===首屏-轮播图=== */
.first_focus_swiper {
	width: 650px;
	height: 366px;
	margin: 0;
}

.first_focus_swiper .swiper-slide {
	width: 650px;
	height: 366px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.first_focus_swiper .swiper-slide h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 50px;
	width: 560px;
	margin-left: 10px;
	z-index: 111;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.first_focus_swiper .swiper-slide a {
	color: #fff;
}

.first_focus_swiper .swiper-slide a::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.first_focus_swiper .swiper-pagination {
	display: flex;
	justify-content: right;
	width: 100%;
	padding-right: 13px;
	margin-bottom: 10px;
}

.first_focus_swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #c3c2c2;
	opacity: 1;
}

.first_focus_swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #f13c35;
	opacity: 1;
}

.first_focus_swiper .swiper-button-next:after,
.first_focus_swiper .swiper-button-prev:after {
	display: none;
}

.first_focus_swiper .swiper-button-prev,
.first_focus_swiper .swiper-button-next {
	position: absolute;
	top: 146px;
	width: 40px;
	height: 74px;
	z-index: 10;
}

.first_focus_swiper .swiper-button-prev {
	background: url("../images/special_prev.png") center no-repeat rgba(217, 217, 217, .5);
	left: 0;
}

.first_focus_swiper .swiper-button-next {
	background: url("../images/special_next.png") center no-repeat rgba(217, 217, 217, .5);
	right: 0;
}

.first_focus_swiper .swiper-button-prev:hover,
.first_focus_swiper .swiper-button-next:hover {
	background-color: rgba(217, 217, 217, .3);
}

/* ===要闻聚焦=== */
.focus_right {
	width: 530px;
}

.title1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	background-color: #eee;
}

.title1 h2 {
	padding-right: 30px;
	color: #fff;
	line-height: 40px;
	font-size: 22px;
	font-weight: 700;
	padding-left: 12px;
	background-color: #c70000;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 20px) 100%, 0 100%);
}

.title1 a {
	color: #666;
	padding-right: 15px;
}

.title1 a:hover {
	color: #c70000;
}

.focus_right dd {
	padding: 0 13px;
	height: 79px;
	font-size: 18px;
	line-height: 28px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
}

.focus_right dd a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* =====新闻列表===== */
.main_news_row {
	overflow: hidden;
}

.main_title {
	position: relative;
	width: 1200px;
	max-width: 100%;
	height: 75px;
	margin: 60px auto 0;
	text-align: center;
	overflow: hidden;
	background: url(../images/main_title_bg.png) center no-repeat;
}

.main_title h2 {
	padding: 0 10px;
	display: inline-block;
	font-family: fangzheng;
	font-size: 56px;
	font-style: italic;
	font-weight: normal;
	color: #c70000;
	line-height: 56px;
	background-color: #fff;
}

.main_title .more1 {
	position: absolute;
	right: 43px;
	color: #c70000;
}

.main_title2 {
	margin: 60px auto 0;
	text-align: center;
	overflow: hidden;
}

.main_title2 img {
	height: auto;
	margin: 0 auto;
}

.main_news_list1 {
	margin: 8px auto 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}

.main_news_list1 li {
	width: calc(50% - 30px);
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}

.main_news_list1 li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #e37f7f;
	margin-right: 15px;
}

.main_news_list1 li a {
	flex: 1;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* =====footer===== */
footer {
	margin-top: 45px;
	width: 100%;
	height: 164px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #ffff;
	background-color: #9d0706;
}

@media (max-width: 1219px) {
	.first_row {
		gap: 20px;
	}

	.first_focus_swiper {
		flex: 0 0 55%;
		width: 55%;
		height: 31vw;
		max-height: 366px;
	}

	.first_focus_swiper .swiper-slide {
		width: 100%;
		height: 100%;
	}

	.first_focus_swiper .swiper-slide h4 {
		width: 82%;
	}

	.focus_right {
		flex: 1;
		width: auto;
		min-width: 0;
	}

	.main_title,
	.main_title2 {
		margin-top: 45px;
	}
}

@media (max-width: 768px) {
	body {
		font-size: 15px;
	}

	.contentbox {
		max-width: calc(100% - 24px);
	}

	.first_row {
		flex-direction: column;
		gap: 16px;
		margin-top: 24px;
	}

	.first_focus_swiper {
		flex: none;
		width: 100%;
		height: 56.25vw;
		max-height: none;
	}

	.first_focus_swiper .swiper-slide h4 {
		width: 82%;
		line-height: 42px;
		font-size: 16px;
	}

	.first_focus_swiper .swiper-slide a::before {
		height: 42px;
	}

	.first_focus_swiper .swiper-pagination {
		padding-right: 8px;
		margin-bottom: 6px;
	}

	.first_focus_swiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.first_focus_swiper .swiper-button-prev,
	.first_focus_swiper .swiper-button-next {
		top: 50%;
		width: 30px;
		height: 54px;
		transform: translateY(-50%);
		background-size: 12px auto;
	}

	.title1 h2 {
		width: auto;
		min-width: 110px;
		padding-right: 15px;
		line-height: 36px;
		font-size: 18px;
	}

	.title1 a {
		flex-shrink: 0;
		padding-right: 10px;
		font-size: 14px;
	}

	.focus_right dd {
		height: auto;
		min-height: 54px;
		padding: 10px 8px;
		font-size: 16px;
		line-height: 24px;
	}

	.main_title {
		height: auto;
		min-height: 44px;
		margin-top: 32px;
		padding-right: 62px;
		background-size: 100% auto;
	}

	.main_title h2 {
		max-width: 100%;
		font-size: 30px;
		line-height: 38px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.main_title .more1 {
		top: -3px;
		right: 19px;
		font-size: 14px;
	}

	.main_title2 {
		margin-top: 32px;
	}

	.main_news_list1 {
		display: block;
		margin-top: 10px;
	}

	.main_news_list1 li {
		width: 100%;
		height: auto;
		min-height: 52px;
	}

	.main_news_list1 li::before {
		flex: 0 0 6px;
		margin-right: 10px;
	}

	footer {
		height: auto;
		min-height: 120px;
		padding: 20px 12px;
		font-size: 13px;
		line-height: 24px;
	}
}

@media (max-width: 480px) {
	.contentbox {
		max-width: calc(100% - 20px);
	}

	.main_title {
		padding-right: 54px;
	}

	.main_title h2 {
		font-size: 26px;
		line-height: 34px;
	}

	.main_title .more1 {
		top: -1px;
		right: 10px;
		font-size: 13px;
	}

	.main_news_list1 li a {
		font-size: 15px;
	}
}