@charset "utf-8";



.tit {
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}

.tit h3 {
	float: left;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #b92e32;
	position: relative;
}

.tit h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	height: 2px;
	background: #b92e32;
}

.more a {
	display: block;
	font-size: 14px;
	color: #666;
	transition: all 0.3s;
}

.more a:hover {
	color: #b92e32;
}

.tit2 {
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}

.tit2:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 640px;
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
}

.tit2 h3 {
	display: inline-block;
	font-size: 36px;
	line-height: 60px;
	color: #fff;
	position: relative;
}

.tit2 h3:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -19px;
	width: 100%;
	height: 5px;
	background: rgba(255, 255, 255, 0.4);
}

.more2 a {
	display: inline-block;
	position: absolute;
	right: 220px;
	top: -84px;
}

.more2 a:hover {
	color: #025299;
}


 

.section1 {
	padding: 40px 0;
}

.s1-l {
	float: left;
	width: 640px;
	height: 420px;
	overflow: hidden;
}

.s1-r {
	float: right;
	width: 640px;
}

.s1-l-l {
	width: 100%;
	overflow: hidden;
}

.s1-l-l .slick-slider {
	overflow: hidden;
}

.s1-l-tx {
	overflow: hidden;
}

.s1-l-l ul li a {
	display: block;
	position: relative;
}

.s1-l-l ul li a .pic {
	width: 100%;
	height: 420px;
	overflow: hidden;
}

.s1-linfo {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.5);
}

.s1-linfo h3 {
	font-size: 18px;
	color: #fff;
	padding-right: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	padding-left: 15px;
}

.s1-l .slick-dots {
	bottom: 0;
	right: 0;
}

.s1-l .slick-dots li {
	width: 50px;
	height: 50px;
	margin: 0;
}

.s1-l .slick-dots li button {
	width: 50px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: inherit;
	color: #fff;
	border: 0;
	padding: 0;
}

.s1-l .slick-dots li.slick-active button {
	background: #b92e32;
}

.public-list {
	margin-top: 2px;
}

.public-list li {
	line-height: 60px;
	background: url(../img/icon-y.png) no-repeat left center;
	padding-left: 20px;
	border-bottom: 1px solid #dedede;
}

.public-list li span {
	float: right;
	font-size: 16px;
	color: #999;
	padding-left: 15px;
}

.public-list li a {
	font-size: 18px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.public-list li a:hover {
	color: #9b0d14;
}

.public-sjlist {
	padding: 0 30px 25px 0;
}

.public-sjlist li a {
	display: block;
	margin-top: 30px;
	padding: 0 30px;
}

.public-sjlist li .date {
	width: 70px;
	text-align: center;
	margin-right: 20px;
	border: 1px solid #9b0d14;
}

.public-sjlist li .date p {
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: #9b0d14;
	font-size: 18px;
	font-weight: lighter;
	color: #fff;
}

.public-sjlist li .date span {
	line-height: 42px;
	font-size: 30px;
	font-weight: lighter;
	color: #000;
}

.public-sjlist li h3 {
	overflow: hidden;
	font-size: 0;
	line-height: 68px;
	height: 68px;
	overflow: hidden;
}

.public-sjlist li h3 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 34px;
}

.public-sjlist li a:hover h3 p {
	color: #9b0d14;
}

.section2 {
	background: url(../img/section2.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0 40px 0;
}

.s2-l {
	width: 520px;
}

.s2-c {
	margin-left: 40px;
}

.public-list2 li {
	border-bottom: 1px solid #dedede;
	padding: 20px 0;
}

.public-list2 li .public-date {
	line-height: 20px;
	overflow: hidden;
}

.public-list2 li .public-date span {
	font-size: 16px;
	color: #b92e32;
}

.public-list2 li .public-date em {
	float: right;
	font-style: normal;
	font-size: 16px;
	color: #000;
}

.public-list2 li a {
	display: block;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 18px;
}

.s2-tit ul {
	line-height: 40px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}

.s2-tit ul li {
	float: left;
	width: 100px;
	margin-right: 40px;
}

.s2-tit ul li a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #b92e32;
	position: relative;
}

.s2-tit ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	height: 2px;
	background: #b92e32;
	display: none;
}

.s2-tit ul li.on a::after {
	display: block;
}

.s2-bd>ul {
	display: none;
	position: relative;
}

.s2-bd>ul:first-child {
	display: block;
}

.s2-bd .more a {
	position: absolute;
	right: 0;
	top: -41px;
}

.s2-r ul li a {
	display: block;
	position: relative;
	margin-top: 25px;
}

.s2-r ul li .pic {
	width: 200px;
	height: 120px;
	overflow: hidden;
}

.s2-r ul li h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 130px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.s2-r ul li a:hover .pic img {
	transform: scale(1.05);
}

.section3 {
	padding: 50px 0;
}

.s3-c {
	position: relative;
}

.s3-c>div {
	overflow: hidden;
	padding: 40px 0 20px 0;
}

.s3-c ul {
	margin-left: -12px;
	margin-right: -12px;
}

.s3-c ul li a {
	display: block;
	margin: 0 12px;
	text-align: center;
	background: #000;
	position: relative;
	font-size: 0;
}

.s3-c ul li a .pic {
	width: 200px;
	height: 120px;
	overflow: hidden;
}

.s3-c ul li a span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	font-size: 0;
	line-height: 120px;
}

.s3-c ul li a span img {
	display: inline;
	vertical-align: middle;
	transition: all 0.3s;
}

.s3-c ul li a:hover .pic img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transform: scale(1);
}

.s3-c ul li a:hover span img {
	transform: scale(1.05);
}

.s3-c .slick-prev,
.s3-c .slick-next {
	display: none !important;
}

.s3-btn {
	font-size: 0;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
	padding: 0 !important;
}