@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}

body {
	font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
	font-size: 18px;
	line-height: 1.8;
	color: #333;
	text-align: center;
	background: #ffeee5;
}

a {
	color: #333;
}

a:hover {
	color: #d91f20;
	text-decoration: none;
}

img {
	width: 100%;
	height: 100%;
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear::after {
	content: "";
	display: block;
	clear: both;
}

.container {
	min-width: 1280px;
}

.container img {
	transition: all 0.5s;
}

.container img:hover {
	transform: scale(1.06);
}

.banner {
	display: block;
	margin-bottom: 35px;
}

/* 公共头条 */
.pubHead {
	width: 1200px;
	background: #fff;
	box-shadow: 0 0 20px 0 #ccc;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	margin-bottom: 30px;
}

.pubHead .headLines {
	padding: 0 20px;
}

.pubHead .headLines a {
	font-size: 32px;
	line-height: 48px;
	font-weight: 600;
	color: #bf0009;
	text-decoration: none;
}

.pubHead .subLines {
	padding: 10px 20px 0 20px;
	line-height: 28px;
}

.pubHead .subLines a {
	font-size: 16px;
	text-decoration: none;
	margin-right: 15px;
}

.pubHead a {
	color: #333;
}

.pubHead a:hover {
	color: #bf0009;
}

.wrap {
	width: auto;
	padding: 50px 0;
	background: #f7dfda;
	/* margin-bottom: 30px; */
}

.mainGroup {
	width: 1200px;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
}

.mainGroup .groupBd {
	flex: 0 0 640px;
	height: 360px;
}

.mainGroup .groupBd .mySwiper {
	width: 640px;
	height: 360px;
	position: relative;
	overflow: hidden;
	border-radius: 50px 0 50px 0;
}

.mainGroup .groupBd .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainGroup .groupBd h3 {
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 60px;
}

.mainGroup .groupBd h3 a {
	color: #fff;
	line-height: 60px;
	font-weight: normal;
	font-size: 18px;
}

.mainGroup .groupBd .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 40px;
}

.mainGroup .groupBd .swiper-button-next,
.mainGroup .groupBd .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.mainGroup .groupBd .swiper-pagination-bullet {
	background: #fff;
	margin-right: 5px;
}

.mainGroup .groupBd .swiper-button-prev {
	left: 0px;
	right: auto;
	color: #d91f20;
	font-weight: bolder;
}

.mainGroup .groupBd .swiper-button-next {
	right: 0px;
	left: auto;
	color: #d91f20;
	font-weight: bolder;
}

.mainGroup .groupBd .swiper-pagination-bullet {
	width: 20px;
	height: 10px;
	display: inline-block;
	background: #fff;
	border-radius: 0;
	opacity: 1;
}

.mainGroup .groupBd .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #d91f20;
}

.mainGroup .groupBd .swiper-container-horizontal>.swiper-pagination-bullets,
.mainGroup .groupBd .swiper-pagination-custom,
.mainGroup .groupBd .swiper-pagination-fraction {
	bottom: 10px;
}

.mainGroup .groupTj {
	flex: 0 0 530px;
	height: 360px;
	background: #fff;
	border-top: 10px solid #d91f20;
	padding: 20px;
}

.mainGroup .groupTj ul {
	list-style: none;
}

.mainGroup .groupTj ul li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 6px;
	padding-bottom: 6px;
	text-align: left;
}

.mainGroup .groupTj ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.mainGroup .groupTj ul li h3 {
	font-weight: 600;
}

.mainGroup .groupTj ul li h3 a {
	font-size: 18px;
	line-height: 40px;
	display: block;
	font-weight: normal;
}

.main {
	width: 1200px;
	margin: 0 auto 80px;
}

.main:last-child {
	margin-bottom: 20px;
}

.pubCont1 {
	display: flex;
	justify-content: space-between;
}

.pubCont1 .contBPic {
	flex: 0 0 770px;
	height: 500px;
	position: relative;
	border-radius: 50px 0 50px 0;
	overflow: hidden;
}

.pubCont1 .contGroup {
	flex: 0 0 400px;
	height: 500px;
}

.pubCont1 .contSPic {
	height: 235px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
}

.pubCont1 h3 {
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 60px;
}

.pubCont1 h3 a {
	color: #fff;
	line-height: 60px;
	font-weight: normal;
	font-size: 18px;
}

.pubCont1 a,
.pubCont1 img {
	width: 100%;
	height: 100%;
	display: block;
}

.pubCont1 img {
	object-fit: cover;
}

/* 特刊S */

.pubCont2 {
	position: relative;
	height: 100%;
}

.pubCont2 .swiper-container {
	width: 100%;
	height: 100%;
	padding: 30px 0 60px;
}

.pubCont2 .swiper-slide img {
	box-shadow: 0 0 20px 0 #bf0009;
}

.pubCont2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.pubCont2 .swiper-slide a,
.pubCont2 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.pubCont2 .swiper-slide img {
	object-fit: cover;
}

.pubCont2 .swiper-slide-active,
.pubCont2 .swiper-slide-duplicate-active {
	transform: scale(1);
}

.pubCont2 .swiper-button-prev {
	left: 0px;
	right: auto;
	color: #bf0009;
	font-weight: bolder;
}

.pubCont2 .swiper-button-next {
	right: 0px;
	left: auto;
	color: #bf0009;
	font-weight: bolder;
}

.pubCont2 .swiper-pagination-bullet {
	width: 20px;
	height: 10px;
	display: inline-block;
	border-radius: 0;
	opacity: 0.3;
}

.pubCont2 .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #bf0009;
}

.pubCont2 .swiper-pagination {
	bottom: 0;
}

.pubCont3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pubCont3 .contPic {
	flex: 0 0 380px;
	height: 235px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
}

.pubCont3 h3 {
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 60px;
}

.pubCont3 h3 a {
	color: #fff;
	line-height: 60px;
	font-weight: normal;
	font-size: 18px;
}

.pubCont3 a,
.pubCont3 img {
	width: 100%;
	height: 100%;
	display: block;
}

.pubCont3 img {
	object-fit: cover;
}

.pubCont4 {
	position: relative;
}

.pubCont4 .contPic {
	width: 100%;
	height: 235px;
	position: relative;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
}

.pubCont4 h3 {
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 60px;
}

.pubCont4 h3 a {
	color: #fff;
	line-height: 60px;
	font-weight: normal;
	font-size: 18px;
}

.pubCont4 a,
.pubCont4 img {
	width: 100%;
	height: 100%;
	display: block;
}

.pubCont4 img {
	object-fit: cover;
}

.pubCont4 .swiper-container {
	width: 100%;
	height: 100%;
	padding-bottom: 40px;
}

.pubCont4 .swiper-slide {
	text-align: center;
	height: 235px;
}

.pubCont4 .swiper-button-prev {
	left: -40px;
	right: auto;
	transform: translateY(-50%);
	color: #bf0009;
	font-weight: bolder;
}

.pubCont4 .swiper-button-next {
	right: -40px;
	left: auto;
	transform: translateY(-50%);
	color: #bf0009;
	font-weight: bolder;
}

.pubCont4 .swiper-pagination-bullet {
	width: 20px;
	height: 10px;
	display: inline-block;
	border-radius: 0;
	opacity: 0.3;
}

.pubCont4 .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #bf0009;
}

.pubCont4 .swiper-pagination {
	bottom: 0;
}

.pubCont5 {
	text-align: left;
}

.pubCont5 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pubCont5 ul li {
	border-left: 10px solid #d91f20;
	flex: 0 0 585px;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pubCont5 ul li h3 {
	font-weight: 600;
	margin-bottom: 5px;
}

.pubCont5 ul li h3 a {
	font-size: 18px;
	line-height: 28px;
	display: block;
}

.sourthTime {
	width: auto;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	color: #666666;
}

.sourthTime span {
	font-size: 15px;
	color: #666666;
	line-height: 20px;
	font-weight: normal;
}

.sourthTime i {
	font-style: normal;
	margin: 0 3px;
}

/* 公共标题 */
.pubTitle {
	width: auto;
	height: 72px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.pubTitle h2:hover {
	transform: scale(1.1);
}

.pubTitle h2 {
	display: inline-block;
	background: #c20000;
	background-size: auto 100%;
	font-size: 40px;
	line-height: 72px;
	letter-spacing: 5px;
	font-weight: bolder;
	position: relative;
	margin-left: 15px;
	transition: all 0.5s;
}

.pubTitle h2::before,
.pubTitle h2::after {
	content: "";
	background: url(../images/pubTitle.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: all 0.5s;
	height: 72px;
	position: absolute;
	top: 0;
}

.pubTitle h2::before {
	background-position: left center;
	width: 130px;
	left: -130px;
}

.pubTitle h2::after {
	background-position: right center;
	width: 120px;
	right: -120px;
}

.pubTitle h2 span {
	position: relative;
	z-index: 1;
	font-weight: bolder;
	display: inline-block;
}

.pubTitle h2 a {
	color: #fff;
	text-decoration: none;
}


.pubTitle2 {
	width: auto;
	height: 72px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	display: flex;
}

.pubTitle2::before,
.pubTitle2::after {
	content: '';
	border-bottom: 2px solid #b20000;
	height: 50%;
	flex: 1;
}

.pubTitle2 h2:hover {
	transform: scale(1.05);
}

.pubTitle2 h2 {
	flex: 0 0 auto;
	display: inline-block;
	line-height: 72px;
	letter-spacing: 5px;
	font-weight: bolder;
	position: relative;
	margin: 0 15px;
	padding: 0 25px;
	transition: all 0.5s;
}

.pubTitle2 h2::before {
	content: "";
	background: url(../images/pubTitle2.png) no-repeat left top;
	width: 20px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.pubTitle2 h2::after {
	content: "";
	background: url(../images/pubTitle2.png) no-repeat right bottom;
	width: 20px;
	height: 35px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.pubTitle2 h2 span {
	position: relative;
	z-index: 1;
	font-weight: bolder;
	display: inline-block;
}

.pubTitle2 h2 a {
	background: -webkit-linear-gradient(top, #960000, #e30000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	/* Fallback for non-WebKit browsers */
	font-size: 48px;
	font-weight: 600;
	text-decoration: none;
}

.hidden {
	display: none;
}

/* Small devices (phones) */
@media only screen and (max-width: 767px) {
	.banner {
		margin-bottom: 10px;
	}

	.container {
		min-width: auto;
		padding: 15px;
	}

	.container img {
		transition: none;
	}

	.container img:hover {
		transform: scale(1);
	}

	.pubHead {
		width: auto;
		box-shadow: none;
		padding: 20px 15px;
	}

	.pubHead .headLines {
		padding: 0;
	}

	.pubHead .headLines a {
		display: inline-block;
		font-size: 20px;
		line-height: 24px;
		text-align: left;
	}

	.pubHead .subLines {
		padding: 0;
		text-align: left;
	}

	.mainGroup {
		width: auto;
		display: block;
		margin-bottom: 50px;
	}

	.mainGroup .groupBd {
		height: auto;
		margin-bottom: 15px;
	}

	.mainGroup .groupBd h3 {
		height: 48px;
	}

	.mainGroup .groupBd h3 a {
		line-height: 48px;
		font-size: 16px;
	}

	.mainGroup .groupBd .mySwiper {
		width: 100%;
		height: 235px;
		border-radius: 0;
	}

	.mainGroup .groupTj {
		height: auto;
		padding: 15px;
	}

	.mainGroup .groupTj ul li h3 a {
		font-size: 16px;
		line-height: 28px;
	}

	.main {
		width: auto;
		margin-bottom: 50px;
	}

	.pubCont1 {
		display: block;
	}

	.pubCont1 .contBPic,
	.pubCont1 .contSPic {
		height: 235px;
		border-radius: 0;
		margin-bottom: 15px;
	}

	.pubCont1 h3 {
		height: 48px;
	}

	.pubCont1 h3 a {
		font-size: 16px;
		line-height: 48px;
	}

	.pubCont1 .contGroup {
		height: auto;
	}

	.pubTitle {
		height: 50px;
		margin-bottom: 20px;
	}

	.pubTitle h2 {
		font-size: 28px;
		line-height: 50px;
		letter-spacing: 0;
		margin-left: 20px;
	}

	.pubTitle h2::before {
		width: 85px;
		height: 50px;
		left: -85px;
	}

	.pubTitle h2::after {
		width: 80px;
		height: 50px;
		right: -80px;
	}

	.pubTitle2 {
		display: block;
		height: 50px;
	}

	.pubTitle2::before,
	.pubTitle2::after {
		display: none;
	}

	.pubTitle2 h2 {
		height: 50px;
		line-height: 50px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.pubTitle2 h2::before,
	.pubTitle2 h2::after {
		background-size: auto 50px;
	}

	.pubTitle2 h2 a {
		font-size: 32px;
	}

	.pubCont5 ul {
		display: block;
	}

	.pubCont5 ul li {
		padding: 6px 12px 12px;
		margin-bottom: 15px;
	}

	.pubCont3 {
		display: block;
	}

	.pubCont3 .contPic {
		margin-bottom: 15px;
		border-radius: 0;
	}

	.pubCont3 h3 {
		height: 48px;
	}

	.pubCont3 h3 a {
		font-size: 16px;
		line-height: 48px;
	}

	.pubCont4 .contPic {
		border-radius: 0;
	}

	.pubCont4 h3 {
		height: 48px;
	}

	.pubCont4 h3 a {
		font-size: 16px;
		line-height: 48px;
	}

	.pubCont4 .swiper-button-next,
	.pubCont4 .swiper-button-prev {
		display: none;
	}

	.pubCont2 .swiper-container {
		padding: 0 0 40px 0;
	}

	.pubCont2 .swiper-slide {
		padding: 0 45px;
	}

	.pubCont2 .swiper-slide img {
		box-shadow: none;
	}
}