@charset "UTF-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: auto;
}

body {
	overflow-x: hidden;
}


/*banner*/

.banner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	position: relative;
	overflow: hidden;
}

.banner .slick-slide a img {
	display: block;
	width: 100%;
}

.banner .slick-prev,
.banner .slick-next {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	background-color: #c3272b;
	transition: all 0.3s;
}

.banner .slick-prev {
	left: 30px;
	background-image: url(../images/prev1.png);
}

.banner .slick-prev:hover {
	background-image: url(../images/prev1-1.png);
}

.banner .slick-next {
	right: 30px;
	background-image: url(../images/next1.png);
}

.banner .slick-next:hover {
	background-image: url(../images/next1-1.png);
}


/*首页样式*/

.title {
	line-height: 50px;
	border-bottom: 1px solid #dddddd;
}

.title h3 {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	position: relative;
}

.title h3::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -2px;
	height: 3px;
	background: #c3272b;
}

.more {
	float: right;
	transition: all 0.3s;
}

.more a {
	display: block;
	font-size: 14px;
	color: #c3272b;
	position: relative;
	right: 0;
	transition: all 0.3s;
}

.more a::after {
	content: "";
	position: absolute;
	left: -25px;
	width: 15px;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background: #c3272b;
}

.more:hover a {
	right: 5px;
}

/*主体*/

.section1 {
	margin-top: -100px;
	position: relative;
	z-index: 2;
}

.s1-c {
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.s1-c ul li a {
	display: block;
	text-align: center;
	padding: 25px 0;
	border-left: 1px solid #dfdfdf;
	transition: all 0.3s;
}

.s1-c ul li.slick-cloned+li a {
	border-left: none;
}

.s1-c ul li a h3 {
	font-size: 24px;
	transition: all 0.3s;
}

.s1-c ul li a p {
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
	transition: all 0.3s;
}

.s1-c ul li a hr {
	width: 60px;
	height: 2px;
	background: #c3272b;
	border: none;
	margin: 0 auto;
	margin-top: 20px;
	transition: all 0.3s;
}

.s1-c ul li a .pic1 {
	height: 41px;
	line-height: 40px;
	font-size: 0;
	overflow: hidden;
	margin-top: 20px;
}

.s1-c ul li a .pic1 img {
	display: block;
	margin: 0 auto;
	transition: all 0.3s;
}

.s1-c ul li:hover a {
	background-color: #c3272b;
}

.s1-c ul li:hover a h3 {
	color: #fff;
}

.s1-c ul li:hover a p {
	color: rgba(255, 255, 255, 0.5);
}

.s1-c ul li:hover a hr {
	background-color: #e6de64;
}

.s1-c ul li:hover a .pic1 img {
	transform: translateY(-100%);
}

.section2 {
	padding: 30px 0 30px 0;
}

.section2 .title {
	text-align: left;
}

.section2 .title h3 p {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	margin-top: 0;
}

.s2-l {
	width: 48.57%;
}

.s2-l ul {
	margin-top: 30px;
}

.s2-l ul li a {
	display: block;
	overflow: hidden;
}

.s2-l ul li a .date {
	text-align: center;
	padding-right: 25px;
	padding-top: 16px;
}

.s2-l ul li a .date p {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.s2-l ul li a .date span {
	display: block;
	font-size: 14px;
	color: #999;
}

.s2-l ul li a h3 {
	float: left;
	width: calc(100% - 105px);


	font-size: 0;
	border-left: 1px dashed #ddd;
	padding-left: 25px;
	position: relative;
}

.s2-l ul li a h3::after {
	content: "";
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 2px solid #e6de64;
	transition: all 0.3s;

	border-radius: 50%;
}

.s2-l ul li a h3 p {
	line-height: 50px;
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 16px;
	position: relative;
}

.s2-l ul li a h3 p::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #c3272b;
	transition: all 0.3s;
}

.s2-l ul li:hover a h3 p {
	color: #c3272b;
}

.s2-l ul li:hover a h3::after {
	border-color: #c3272b;
}

.s2-l ul li:hover a h3 p::after {
	width: 100%;
}



@media screen and (max-width:1500px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width: 1160px) {}

@media screen and (max-width: 1024px) {

	.banner .slick-prev,
	.banner .slick-next {
		width: 36px;
		height: 36px;
		background-size: auto 14px;
	}

	.banner .slick-prev {
		left: 20px;
	}

	.banner .slick-next {
		right: 20px;
	}

	.section1 {
		margin-top: -50px;
	}

	.s1-c ul li a h3 {
		font-size: 18px;
	}

	.s1-c ul li a p {
		font-size: 12px;
		margin-top: 8px;
	}

	.s1-c ul li a hr {
		width: 45px;
		margin-top: 15px;
	}

	.s1-c ul li a {
		padding: 15px 0;
	}

	.s1-c ul li a .pic1 {
		height: 35px;
		line-height: 35px;
		margin-top: 15px;
	}

	.s1-c ul li a .pic1 img {
		height: 35px;
	}

	.s2-l {
		float: none;
		width: 100%;
	}

	.s2-r {
		margin-top: 30px;
	}

	.title h3 {
		font-size: 22px;
	}

	.s2-l ul li a .date p {
		font-size: 16px;
	}

	.s2-l ul li a .date span {
		font-size: 12px;
	}

	.s2-l ul li a h3 {
		float: left;
		width: calc(100% - 75px);
	}

	.s2-l ul li a h3 p {
		padding: 5px 0;
	}

	.s2-l ul li a h3::after {
		left: -7px;
		width: 8px;
		height: 8px;
		border: 2px solid #e6de64;
	}
}

@media screen and (max-width: 768px) {

	.banner .slick-prev,
	.banner .slick-next {
		width: 30px;
		height: 30px;
		background-size: auto 10px;
	}

	.banner .slick-prev {
		left: 10px;
	}

	.banner .slick-next {
		right: 10px;
	}

	.section1 {
		margin-top: 20px;
	}

	.s1-c ul li a h3 {
		font-size: 16px;
	}

	.s1-c ul li a .pic1 {
		height: 30px;
		line-height: 30px;
		margin-top: 15px;
	}

	.s1-c ul li a .pic1 img {
		height: 30px;
	}

	.section2 {
		padding: 20px 0 30px 0;
	}

	.s2-r {
		margin-top: 20px;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}