@charset "utf-8";

body {
	overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: auto;
}

.banner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .slick-list {
	position: relative;
}

.banner .slick-list::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	height: 1.47rem;
}

.banner .slick-slide a {
	display: block;
	overflow: hidden;
	position: relative;
}

.banner .slick-slide img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: all 5s ease-out;
}

.banner .img_scale img {
	transform: scale(1);
}

.banner .slick-dots {
	text-align: center;
	bottom: 0.27rem;
	font-size: 0;
	z-index: 1;
}

.banner .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.13rem;
	padding: 0;
	width: 0.14rem;
	height: 0.14rem;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	transition: all 0.5s;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li.slick-active {
	width: 0.44rem;
	height: 0.42rem;
	background: url(../images/ban_dot.png) no-repeat;
	background-size: 100% 100%;
}


.banner .slick-prev,
.banner .slick-next {
	width: 0.3rem;
	height: 0.3rem;
	top: inherit;
	transform: none;
	bottom: 0.33rem;
	z-index: 2;
}

.banner .slick-prev {
	left: inherit;
	right: 50%;
	margin-right: 2rem;
	background: url(../images/ban_prev.png) no-repeat;
	background-size: 100% 100%;
}

.banner .slick-next {
	right: inherit;
	left: 50%;
	margin-left: 2rem;
	background: url(../images/ban_next.png) no-repeat;
	background-size: 100% 100%;
}


/*首页样式*/

.title {
	position: relative;
	text-align: center;
}

.tit-c {
	display: inline-block;
	background: url(../images/tit1.png) no-repeat left top;
	background-size: 0.73rem 0.21rem;
	padding-top: 0.21rem;
	padding-bottom: 0.25rem;
	position: relative;
}

.tit-c::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1.38rem;
	height: 0.23rem;
	background: url(../images/tit2.png) no-repeat;
	background-size: 100% 100%;
}

.tit-c b,
.tit-c span {
	font-size: 0.36rem;
	font-weight: bold;
}

.tit-c b {
	color: #920D14;
}

.tit-c span {
	color: #333333;
}

.more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: all 0.3s;
	height: 29%;
}

.more a {
	display: block;
	font-size: 0.16rem;
	color: #666;
	background: url(../images/morenew.png) no-repeat right center;
	background-size: 0.32rem 0.19rem;
	padding-right: 0.4rem;
	transition: all 0.3s;
	height: 100%;
}

.more a:hover {
	color: #920D14;
}

/*主体*/
.section1 {
	padding-top: 0.56rem;
	background: url(../images/section1_bgnew.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.s1-c {
	margin-top: 0.5rem;
	overflow: hidden;
}

.s1-c ul {
	margin: 0 -0.2rem;
}

.s1-c ul::before {
	/* content: ''; */
	position: absolute;
	bottom: 0.22rem;
	right: 50%;
	margin-right: 1.1rem;
	width: 1.7rem;
	border-bottom: 0.02rem solid #B91313;
}

.s1-c ul::after {
	/* content: ''; */
	position: absolute;
	bottom: 0.22rem;
	left: 50%;
	margin-left: 1.1rem;
	width: 1.7rem;
	border-bottom: 0.02rem solid #B91313;
}

.s1-c ul li {
	padding: 0.25rem 0 0 0;
}

.s1-c ul li a {
	display: block;
	margin: 0 0.2rem;
	position: relative;
}

.s1-c ul li.slick-center a .pic {
	transform: scale(1.2);
}

.s1-c ul li a .pic {
	padding-top: 62.91%;
}

.s1-c ul li a .s1-cdate {
	content: '';
	position: absolute;
	top: -0.25rem;
	right: 0.15rem;
	width: 0.76rem;
	height: 0.77rem;
	background: #920D14;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.s1-c ul li a .s1-cdate p {
	font-family: Bahnschrift;
	font-size: 0.26rem;
	line-height: 0.26rem;
	color: #FFFFFF;
}

.s1-c ul li a .s1-cdate span {
	display: block;
	font-family: Bahnschrift;
	font-size: 0.16rem;
	line-height: 0.26rem;
	color: #FFFFFF;
}

.s1-c ul li.slick-center a .s1-cdate {
	top: -0.52rem;
	right: -0.29rem;
}

.s1-c ul li a .s1-ctx {
	padding-top: 0.27rem;
	padding-bottom: 0.3rem;
	border-bottom: 0.02rem solid #CBC0A6;
	position: relative;
	z-index: 1;
}

.s1-c ul li a .s1-ctx::after {
	content: '';
	position: absolute;
	bottom: -0.02rem;
	left: 0;
	width: 100%;
	transform: scaleX(0);
	border-bottom: 0.02rem solid #920D14;
	transition: all 0.3s;
}

.s1-c ul li:hover a .s1-ctx::after {
	transform: none;
}

.s1-c ul li a .s1-ctx h3 {
	font-size: 0.2rem;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.s1-c ul li:hover a .s1-ctx h3 {
	color: #920D14;
}

.s1-c ul li a .s1-ctx p {
	font-size: 0.16rem;
	line-height: 0.26rem;
	height: 0.52rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.17rem;
}

.s1-c ul li.slick-center a .s1-ctx {
	width: 120%;
	position: relative;
	left: -10%;
	padding-top: 0.54rem;
	border-bottom: none;
}



.s1-c .slick-dots {
	position: static;
	font-size: 0;
	margin: 0;
	margin-top: 0.2rem;
}

.s1-c .slick-dots li {
	vertical-align: middle;
	position: static;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #D4D3D3;
	margin: 0 0.08rem;
	padding: 0;
}

.s1-c .slick-dots li.slick-active {
	width: 0.46rem;
	height: 0.46rem;
	background: url(../images/s1-cdot.png) no-repeat;
	background-size: 100% 100%;
}

.s1-c .slick-dots li button {
	display: none;
}

/* .s1-l .slick-prev,
.s1-l .slick-next {
	width: 0.5rem;
	height: 0.5rem;
	top: auto;
	transform: none;
	bottom: 0.3rem;
	z-index: 1;
	transition: all 0.3s;
}

.s1-l .slick-prev {
	left: auto;
	right: 0.5rem;
	background-color: #F95A41;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0.11rem 0.13rem;
}

.s1-l .slick-next {
	right: 0;
	background-color: rgba(53, 58, 191, 0.5);
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0.11rem 0.13rem;
}

.s1-l .slick-prev:hover,
.s1-l .slick-next:hover {
	transform: scale(1.05);
} */



.section2 {
	background: url(../images/section2_bgnew.png) no-repeat center;
	background-size: cover;
	padding-top: 0.95rem;
	padding-bottom: 1.06rem;
}

.section2 .wp {
	align-items: flex-start;
}

.section2 .title {
	text-align: left;
}

.section2 .tit-c {
	padding-bottom: 0;
}

.section2 .tit-c::after {
	display: none;
}

.s2-l {
	width: 61.25%;
}

.s2-lbox {
	align-items: flex-start;
	margin-top: 0.45rem;
}

.s2-l-l {
	width: 44.89%;
}

.s2-l-l a {
	display: block;
}

.s2-l-l a .bg_img {
	height: 3.08rem;
}

.s2-l-l a h3 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.32rem;
	color: #2B2B2B;
	margin-top: 0.18rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.s2-l-l a:hover h3 {
	color: #920D14;
}

.s2-l-l a p {
	margin-top: 0.16rem;
	font-family: Bahnschrift;
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0. 26rem;
	color: #920D14;
	background: url(../images/time.png) no-repeat left center;
	background-size: 0.16rem 0.16rem;
	padding-left: 0.26rem;
}

.s2-l-r {
	flex: 1;
	min-width: 0;
	padding-left: 0.42rem;
}

.s2-l-r ul li {
	overflow: hidden;
	line-height: 0.58rem;
}

.s2-l-r ul li span {
	float: right;
	padding-left: 10px;
	/* font-family: Bahnschrift; */
	font-size: 0.16rem;
	color: #9E9E9E;
	transition: all 0.3s;
}

.s2-l-r ul li a {
	display: block;
	font-size: 0.18rem;
	color: #0E0E0E;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding-left: 0.15rem;
	position: relative;
	transition: all 0.3s;
}

.s2-l-r ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background: #AD1313;
}

.s2-l-r ul li:hover span {
	color: #9D2929;
}

.s2-l-r ul li:hover a {
	font-weight: bold;
	color: #9D2929;
}

.s2-r {
	width: 35.62%;
}

.s2-r ul li {
	margin-top: 0.3rem;
}

.s2-r ul li:first-child {
	margin-top: 0.45rem;
}

.s2-r ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.s2-r ul li a .s2-rdate {
	width: 0.83rem;
	height: 0.78rem;
	background: url(../images/date1.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 0.15rem;
	transition: all 0.3s;
}

.s2-r ul li a .s2-rdate p {
	font-family: Bahnschrift;
	font-size: 0.24rem;
	line-height: 1;
	color: #67562C;
	transition: all 0.3s;
}

.s2-r ul li a .s2-rdate span {
	display: block;
	font-family: Bahnschrift;
	font-size: 0.16rem;
	line-height: 1;
	color: #67562C;
	margin-top: 0.04rem;
	transition: all 0.3s;
}

.s2-r ul li a h3 {
	flex: 1;
	min-width: 0;
	padding-left: 0.25rem;
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.3rem;
	max-height: 0.6rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.s2-r ul li:hover a .s2-rdate {
	background-image: url(../images/date2.png);
}

.s2-r ul li:hover a .s2-rdate p,
.s2-r ul li:hover a .s2-rdate span {
	color: #fff;
}

.s2-r ul li:hover a h3 {
	font-weight: bold;
	color: #920D14;
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width: 1024px) {
	.banner .slick-dots {
		bottom: 0.2rem;
	}

	.banner .slick-prev,
	.banner .slick-next {
		bottom: 0.26rem;
	}

	.section1 {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	.s1-c {
		margin-top: 0.3rem;
	}

	.s1-c ul::before,
	.s1-c ul::after {
		width: 0.9rem;
	}

	.s1-c ul li.slick-center a .s1-cdate {
		right: -0.2rem;
	}

	.section2 {
		padding-top: 0.3rem;
		padding-bottom: 0.5rem;
	}

	.s2-l {
		width: 100%;
	}

	.s2-r {
		width: 100%;
		margin-top: 0.3rem;
	}
}

@media screen and (max-width: 768px) {

	.tit-c b,
	.tit-c span {
		font-size: 0.3rem;
	}

	.s1-c ul li a {
		margin: 0 0.2rem;
	}

	.s1-c ul {
		margin: 0 -0.2rem;
	}

	.s1-c ul li {
		padding: 0.26rem 0 0 0;
	}

	.tit-c {
		background-size: 0.63rem 0.18rem;
		padding-top: 0.18rem;
		padding-bottom: 0.19rem;
	}

	.tit-c::after {
		width: 1.08rem;
		height: 0.17rem;
	}

	.s2-l-l {
		width: 100%;
	}

	.s2-l-l a .bg_img {
		height: auto;
		padding-top: 70%;
	}

	.s2-lbox {
		margin-top: 0.3rem;
	}

	.s2-l-r {
		flex: none;
		width: 100%;
		margin-top: 0.2rem;
		padding-left: 0;
	}

	.s2-r ul li {
		margin-top: 0.2rem;
	}

	.s2-r ul li:first-child {
		margin-top: 0.3rem;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}