@charset "UTF-8";

/*公用标题*/
.k-w {
	width: 670px;
}

.title {
	height: 40px;
	line-height: 40px;
	margin-bottom: 35px;
}

.title h3 {
	float: left;
	font-family: 'sySong';
	font-size: 24px;
}

.title h3 span {
	font-family: '楷体';
	font-weight: bold;
	font-size: 40px;
	color: #923a2b;
}

.more a {
	display: block;
	font-size: 14px;
	position: relative;
	transition: all 0.3s;
}

.more a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -67px;
	width: 27px;
	height: 27px;
	background: url(../images/more1.png) no-repeat;
}

.more a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -56px;
	width: 42px;
	height: 3px;
	background: url(../images/more2.png) no-repeat;
	transition: all 0.3s;
}

.more a:hover {
	color: #923a2b;
}

.more a:hover::after {
	left: -51px;
}

/*首页板块*/
.section1 {
	padding-top: 60px;
	padding-bottom: 65px;
	overflow: hidden;
}

.jdt ul li a {
	display: block;
	position: relative;
}

.jdt ul li .pic {
	height: 480px;
	position: relative;
}

.jdt ul li .pic::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: url(../images/jdt-yy.png) repeat-x;
}

.jdt ul li h3 {
	position: absolute;
	left: 30px;
	right: 150px;
	bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
}

.jdt .slick-dots {
	font-size: 0;
	bottom: 25px;
}

.jdt .slick-dots li {
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 7px;
	transition: all 0.3s;
}

.jdt .slick-dots li.slick-active {
	width: 30px;
	border-radius: 2.5px;
}

.jdt .slick-dots li button {
	display: none;
}


.s1-rul li a {
	display: block;
}

.s1-r ul li .hide {
	display: none;
	background-color: #fff;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
	padding: 30px;
	position: relative;
	transition: all 0.3s;
}

.s1-r ul li .hide::before {
	content: '';
	position: absolute;
	top: 26px;
	right: 34px;
	background: url(../images/logo-zs.png) no-repeat;
	width: 66px;
	height: 66px;
}

.s1-r ul li .hide .hide-l {
	width: 100%;
}

.s1-r ul li .hide .hide-l h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-r ul li .hide .hide-l p {
	font-size: 14px;
	color: rgba(102, 102, 102, 0.6);
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 20px;
}

.s1-r ul li .hide .hide-l span {
	display: block;
	text-align: right;
	margin-top: 10px;
	font-size: 14px;
	color: rgba(102, 102, 102, 0.6);
	position: relative;
}

.s1-r ul li .hide .hide-l span::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #e5e5e5;
	border-radius: 50%;
}

.s1-r ul li .hide .hide-l span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 6px;
	width: 500px;
	height: 1px;
	background-color: #e5e5e5;
	border-radius: 50%;
}

.s1-r ul li .show {
	line-height: 60px;
	border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
	transition: all 0.3s;
}

.s1-r ul li .show span {
	float: right;
	color: #999;
	padding-left: 15px;
}

.s1-r ul li .show h3 {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	background: url(../images/zs1.png) no-repeat left center;
	padding-left: 16px;
}

.s1-r ul li.on .hide {
	display: block;
}

.s1-r ul li.on .show {
	display: none;
}


.section2 {
	margin-top: 65px;
}

.s2-l {
	width: 290px;
	background-color: #fff;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
}

.s2-l .title h3 {
	width: 100%;
	line-height: 92px;
	color: #fff;
	background-color: #923a2b;
	background-image: url(../images/s2-ltit.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	font-size: 28px;
}

.s2-l ul li a {
	display: block;
	line-height: 60px;
	color: #1f1f1f;
	padding-left: 42px;
	border-top: 1px solid #eeeeee;
	transition: all 0.3s;
}

.s2-l ul li:first-child a {
	border-top: none;
}

.s2-l ul li a:hover {
	font-weight: bold;
	color: #923a2b;
}

.s2-r {
	width: 496px;
	margin-left: 60px;
}

.s2-r ul li a {
	display: block;
	overflow: hidden;
	margin-top: 35px;
	transition: all 0.3s;
}

.s2-r ul li:first-child a {
	margin-top: 0;
}

.s2-r ul li .date {
	width: 80px;
	height: 80px;
	border: 1px solid #923a2b;
	text-align: center;
	margin-right: 26px;
	transition: all 0.3s;
	position: relative;
}

.s2-r ul li .date>p {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #9b0d14;
	line-height: 40px;
}

.s2-r ul li .date span {
	display: block;
	font-family: Arial;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background-color: #923a2b;
}

.s2-r ul li .s2-rtx {
	overflow: hidden;
}

.s2-r ul li h3 {
	font-size: 0;
}

.s2-r ul li h3>p {
	display: block;
	font-size: 18px;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.s2-r ul li h3>p em {
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#923a2b, #923a2b);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.s2-r ul li:hover h3>p em {
	color: #923a2b;
	font-weight: bold;
	background-size: 100% 1px;
}

.s2-r ul li .zy {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 4px;
}

.s2-y {
	width: 498px;
}

.s2-y ul li a {
	display: block;
	font-size: 18px;
	line-height: 70px;
	background-color: #f5f5f5;
	padding: 0 30px;
	margin-top: 24px;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.s2-y ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 6px;
	height: 23px;
	background-color: #923a2b;
	z-index: -1;
	transition: all 0.3s;
}

.s2-y ul li a:hover {
	color: #fff;
}

.s2-y ul li a:hover::after {
	height: 100%;
	width: 100%;
}

.s2-y ul li:first-child a {
	margin-top: 0;
}

.section34 {
	background: url(../images/section34.jpg) no-repeat center;
	background-size: cover;
	padding: 70px 0;
}

.section3 {}

.s3-c>h3 {
	float: left;
	width: 140px;
	height: 115px;
	background-color: #923a2b;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	text-align: center;
	padding-top: 16px;
}

.s3-c ul {
	float: left;
	width: 1260px;
}

.s3-c ul li {
	float: left;
	width: 285px;
	margin-left: 30px;
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.s3-c ul li:hover {
	top: -5px;
	box-shadow: 0px 0px 8px 0px rgba(146, 58, 43, 0.4);
}

.s3-c ul li a {
	display: block;
	background-color: #fff;
	position: relative;
}

.s3-c ul li a::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.s3-c ul li img {
	display: block;
	width: 100%;
}

.s3-c ul li h3 {
	position: absolute;
	left: 50%;
	top: 35px;
	transform: translateX(-50%);
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}

.s3-c ul li h3::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 3px;
	background-color: #fff;
	transition: all 0.3s;
}

.s3-c ul li:hover h3::after {
	width: 100%;
}

.section4 {
	margin-top: 70px;
}

.s4-c ul li {
	float: left;
	width: 430px;
	height: 300px;
	
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
	margin-left: 55px;
}

.s4-c ul li:first-child {
	margin-left: 0;
}

.s4-c ul li h3 {
	width: 260px;
	line-height: 60px;
	text-align: center;
	background: url(../images/s4-tit.png) no-repeat center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
}

.s4-c ul li .dz {
	padding: 50px;
}

.s4-c ul li .dz p {
	font-size: 18px;
	line-height: 48px;
}

.link p {
	line-height: 48px;
	padding-right: 20px;
	text-align: left;
	font-size: 16px;
	background: url(../images/link-icon-down.png) no-repeat;
	background-position: right center;
}

.link>div {
	position: relative;
	padding: 0 20px;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	width: 330px;
	margin: 0 auto;
	margin-top: 30px;
}
.link>div:first-child{
	margin-top: 40px;
}

.link>div:hover div {
	display: block;
}

.link>div div {
	position: absolute;
	bottom: 100%;
	background: #fff;
	border: 1px solid #dcdcdc;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	left: 0;
	right: 0;
	max-height: 270px;
	overflow-y: auto;
	display: none;
	z-index: 9;
}

.link>div div::-webkit-scrollbar {
	width: 3px;
}

.link>div div::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #e5e5e5;
}

.link>div div::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #923a2b;
}

.link>div div a {
	display: block;
	color: #333;
	line-height: 36px;
	font-size: 15px;
	padding: 0 10px;
}

.link>div div a:hover {
	background: #923a2b;
	color: #fff;
}