@charset "utf-8";

body {
	background: #f8f8f8;
}

.banner {
	font-size: 0;
}

.banner img {
	width: 100%;
}

/* 分页 */

.pagination {
	text-align: center;
	font-size: 0;
	padding-top: 50px;
}

.pagination a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 0 12px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #666;
	margin: 0 7px;
}

.pagination a.active {
	background: #237549;
	color: #fff;
	border: 1px solid #237549;
}

.pagination a:hover {
	background: #237549;
	color: #fff;
	border: 1px solid #237549;
}

.pagination span {
	display: inline-block;
	font-size: 14px;
}

.nymain {
	margin-top: 30px;
}

.nymain>div {
	padding-bottom: 50px;
}

.nymain .leftNav {
	float: left;
	width: 233px;
	position: relative;
	margin-right: 38px;
}

.nymain .leftNav>h2 {
	line-height: 86px;
	color: #fff;
	background: url(../images/left-t.jpg) no-repeat center;
	background-size: cover;
	font-family: 'sySong';
	font-size: 30px;
	text-align: center;
}


.nymain .leftNav>ul {
	padding-bottom: 60px;
	background: #fff;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.nymain .leftNav>ul>li {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nymain .leftNav>ul>li:first-child {
	border-top: none;
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 60px;
	text-align: center;
}

.nymain .leftNav>ul>li.on>a {
	color: #fff;
	background-color: rgba(35, 117, 73, 0.8);
	font-weight: 600;
}

.nymain .leftNav>ul>li.active>a {
	color: #fff;
	background-color: rgba(35, 117, 73, 0.8);
	font-weight: 600;
}

.nymain .leftNav ul li.active ul {
	display: block;
}

.nymain .leftNav>ul>li>a:hover {
	color: #fff;
	background-color: rgba(35, 117, 73, 0.8);
}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	background: #fcfdfc;
}

.nymain .leftNav>ul>li>ul>li>a {
	font-size: 15px;
	line-height: 46px;
	border-top: 1px dotted rgba(77, 77, 77, 0.1);
	color: #666666;
}

.nymain .leftNav>ul>li>ul>li:hover>a {
	color: #237549;
}

.ny-right {
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
	padding: 10px 30px 30px;
	min-height: 500px;
}

.ny-rcom {
	font-size: 24px;
	color: #237549;
	margin-bottom: 15px;
	font-weight: normal;
}

.position>div {
	position: relative;
	text-align: right;
	font-size: 0;
	line-height: 60px;
	border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.position h3 {
	position: absolute;
	width: auto;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: left;
	bottom: 0;
	left: 0;
	padding-left: 25px;
}

.position h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 23px;
	background: #237549;
	z-index: 9;
}

.position span {
	color: #666;
	font-size: 14px;
	vertical-align: middle;
}

.position img {
	vertical-align: middle;
	margin-right: 5px;
}

.position a {
	font-size: 14px;
	color: #666666;
	margin: 0 5px;
	vertical-align: middle;
}

.position a:hover {
	color: #237549;
}

.text-list ul li {
	padding-left: 20px;
	line-height: 62px;
	border-top: 1px dashed #e5e5e5;
	font-size: 18px;
	position: relative;
	left: 0;
	transition: all 0.5s;
	background: url(../images/yd.png) no-repeat;
	background-position: left center;
}

.text-list ul li:first-child {
	border-top: none;
}

.text-list ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333 !important;
	overflow: hidden;
}

.text-list ul li span {
	float: right;
	color: #666666;
	font-size: 16px;
	padding-left: 10px;
}

.text-list ul li:hover a {
	color: #237549;
}

.text-list ul li:hover span {
	color: #237549;
}

.art-main .art-tit h3 {
	text-align: center;
	color: #333;
	font-weight: normal;
	font-size: 24px;
	margin-top: 45px;
	font-weight: 600;
}

.art-main .art-body {
	padding-top: 30px;
}

.art-main .art-body p {
	color: #333333;
	text-indent: 2em;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 30px;
}

.art-main .art-body img {
	max-width: 80% !important;
	display: block;
	margin: 0 auto;
}

.art-main .cont-tit p {
	font-size: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	background: bottom;
	border-bottom: 1px solid #d9d9d9;
}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	margin-right: 5px;
}

.art-main .cont-tit p .liulan {
	margin-left: 50px;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #888;
	margin: 0 10px;
}

.art-info {
	border-top: 1px dashed #eaeaea;
	margin-top: 25px;
}

.pnext {
	margin-top: 25px;
}

.pnext p {
	text-indent: initial;
	font-size: 15px;
	line-height: 32px;
	color: #555555
}

.pnext p a {
	font-size: 15px;
	color: #555555
}

.pnext p:hover {
	/* color: #96632C; */
}

.pnext p:hover a {
	color: #237549;
}


/* 图片列表 */

.img-lists ul {
	overflow: hidden;
	margin-left: -2%;
	margin-right: -2%;
}

.img-lists ul li {
	float: left;
	width: 29%;
	margin: 40px 2% 0 2%;
	border: 1px solid #eee;
	transition: all 0.3s;
	position: relative;
	top: 0;
}

.img-lists ul li:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
	top: -10px;
}

.img-lists ul li a {
	display: block;
	width: 100%;
}

.img-lists ul li a .pic {
	position: relative;
	padding-top: 69.25%;
	overflow: hidden;
}

.img-lists ul li a .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-lists ul li a>div.info {
	padding: 10px;
	font-size: 0;
	text-align: center;
}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.img-lists ul li a:hover>div.info p {
	color: #237549;
}


/* 师资列表 */

.img-lists2 ul {
	overflow: hidden;
}

.img-lists2 ul li {
	float: left;
	width: 23%;
	margin: 15px 1%;
}

.img-lists2 ul li a {
	display: block;
}

.img-lists2 ul li a .pic {
	padding-top: 120%;
}

.img-lists2 ul li a .info {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	text-align: center;
}

.dt-list2 {
	overflow: hidden;
}

.dt-list2 li {
	position: relative;
	transition: all 0.5s;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}

.dt-list2 li:hover a .date {
	background: #237549;
}

.dt-list2 li:hover a .dt-text h3 {
	color: #237549;
}

.dt-list2 li a {
	display: block;
	overflow: hidden;
}

.dt-list2 li .date {
	background: #f1f3f8;
	float: left;
	width: 74px;
	height: 77px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	transition: all 0.3s;
}

.dt-list2 li .date p {
	font-size: 14px;
	line-height: 24px;
	color: #237549;
}

.dt-list2 li .date span {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #237549;
	font-weight: 600;
}

.dt-list2 li:hover a .date p,
.dt-list2 li:hover a .date span {
	color: #fff;
}

.dt-list2 li a>.dt-text {
	overflow: hidden;
	padding: 10px 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dt-list2 li a>.dt-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}


/* 新闻列表  */

.timg-list ul li {}

.timg-list ul li a {
	display: block;
	transition: all 0.3s;
	padding: 30px 20px;
	border-top: 1px solid #ddd;
}

.timg-list ul li:first-child a {
	border-top: none;
}

.timg-list ul li a h3 {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.timg-list ul li a>div {
	overflow: hidden;
}

.timg-list-img {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.timg-list ul li a .pic {
	height: 180px;
}

.timg-list ul li a:hover h3 {
	color: #237549;
}

.timg-linfo {
	overflow: hidden;
	padding-top: 22px;
}

.timg-linfo p {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	height: 48px;
	white-space: pre-wrap;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 15px 0 0 0;
}

.timg-linfo span {
	display: block;
	margin-top: 20px;
	line-height: 24px;
	color: #237549;
	font-size: 15px;
}

.timg-list ul li a:hover {
	background: #237549;
}

.timg-list ul li a:hover h3 {
	color: #fff;
}

.timg-list ul li a:hover span {
	color: #fff;
}

.timg-list ul li a:hover p {
	color: rgba(255, 255, 255, 0.8);
}


/* 名师风采 */

.ldtz ul {
	margin-top: 30px;
}

.ldtz ul li {
	float: left;
	width: 50%;
	margin-bottom: 50px;
}

.ldtz ul li a {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 18px 0px rgba(199, 207, 228, 0.33);
	overflow: hidden;
	margin: 0 15px;
	padding: 20px;
	transition: all 0.3s;
}

.ldtz ul li a:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.ldtz-pic {
	float: left;
	width: 157px;
	overflow: hidden;
	margin-right: 40px;
}

.ldtz-pic .pic {
	height: 194px;
}

.ldtz-info {
	overflow: hidden;
}

.ldtz-info h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	max-height: 96px;
	overflow: hidden;
	color: #333333;
	padding-top: 20px;
	margin-bottom: 15px;
}

.ldtz-info p {
	font-size: 16px;
	line-height: 30px;
	max-height: 90px;
	overflow: hidden;
	color: #666;
}

.ldtz ul li a:hover {
	background: #f5f5f5;
	color: #333;
}

.ldtz ul li a:hover:after {
	display: block;
}


/* 图文列表页  start */

.tw ul li {
	padding: 40px 0;
	border-bottom: 1px solid rgba(14, 53, 142, 0.15);
}

.tw ul li a {
	display: block;
	overflow: hidden;
}

.imgList-pic {
	float: left;
	width: 300px;
	height: 220px;
	margin-right: 30px;
	overflow: hidden;
}

.imgList-pic .pic {
	width: 100%;
	height: 100%;
	font-size: 0;
	padding-top: 0;
}

.imgList-pic .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.imgList-pic:hover .pic img {
	transform: scale(1.1);
}

.imgList-info {
	overflow: hidden;
	color: #075aa7;
}

.imgList-info h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	margin-top: 6px;
}

.tw ul li a .imgList-info h3:hover {
	color: #237549;
}

.imgList-info p {
	font-size: 16px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	color: #999;
	margin-top: 6px;
}

.imgList-info span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #237549;
	line-height: 30px;
}

.imgList-info span em {
	font-size: 14px;
	padding-left: 3px;
}

.imgList-info .more {
	width: 184px;
	height: 44px;
	border: 1px solid rgba(98, 125, 187, 0.4);
	line-height: 44px;
	text-align: center;
	color: #237549;
	margin-top: 20px;
}

.imgList-info .more:hover {
	border-color: #237549;
	background: #237549;
	color: #fff;
}


/* 图文列表页  end */


/*机构*/
.jg {
	width: 100%;
	height: 540px;
	background: url(../images/jg-bg.jpg) no-repeat left center;
	margin: 100px 0;
	position: relative;
}

.jg h3 {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 295px;
	width: 230px;
	line-height: 80px;
	text-align: center;
}

.jg h4 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	font-weight: bold;
	width: 130px;
	line-height: 52px;
	text-align: center;
}

.jg .k1 {
	position: absolute;
	left: 296px;
	top: 0;
	width: 100%;
}

.jg .k1 h4 {
	top: 72px;
}

.jg .k1 ul {
	position: absolute;
	left: 220px;
	top: -22px;
	width: auto;
}

.jg .k1 ul li a {
	display: block;
	font-size: 18px;
	line-height: 48px;
}

.jg .k1 ul li a:hover {
	color: #237549;
	font-weight: bold;
	text-decoration: underline;
}

.jg .k2 {
	top: 286px;
}

.jg .k2 h4 {
	top: 27px;
}

.jg .k3 {
	top: 479px;
}

.jg .k3 h4 {
	top: 6px;
}

/*领导*/

.list-ld ul li {
	padding: 30px 0;
}

.list-ld ul li a {
	display: block;
}

.list-ld ul li h3 {
	font-size: 20px;
	color: #94070a;
	position: relative;
	padding-left: 14px;
}

.list-ld ul li h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	width: 4px;
	height: 24px;
	background: #94070A;
}

.list-ld ul li p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-top: 20px;
}

.list-ld ul li:hover h3 {
	text-decoration: underline;
}


/*历史*/

.list-ls ul {
	border-left: 1px solid #bfbfbf;
	margin-left: 15px;
	margin-top: 40px;
}

.list-ls ul li h3 {
	font-weight: bold;
}

.list-ls ul li h3::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	background: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 50px;
}

.list-ls ul li h3::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: #94070a;
	border-radius: 50px;
	z-index: 1;
}

.list-ls ul li h3 {
	padding-left: 30px;
}

.list-ls ul li p {
	margin-left: 30px;
}

.ldgh ul li {
	width: 29.333%;
	border: 0;
}

.ldgh ul li a>div.info {
	border-top: 5px solid #006db4;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	line-height: 50px;
	background: #f2f4f7;
	position: relative;
	z-index: 1;
	width: 90%;
	margin: 0 auto;
	margin-top: -25px;
}

.ldgh ul li:hover {
	box-shadow: none;
	top: 0;
}

.ldgh ul li a>div.info p {
	margin-bottom: 0;
	font-size: 16px;
}

.msjs ul li a .pic {
	padding-top: 73%;
}

.msjs ul li a>div.info p {
	font-size: 20px;
}

.msjs ul li {
	border: 0;
}


/* 新增综合页 */
.title {
	height: 67px;
	line-height: 67px;
}

.title h3 {
	float: left;
	font-family: 'sySong';
	font-size: 32px;
	position: relative;
	background: url(../images/tit1.png) no-repeat center;
	width: 345px;
	padding-left: 140px;
}

.more a {
	display: block;
	font-family: 'sySong';
	font-size: 14px;
	color: #2e7750;
	background: url(../images/more.png) no-repeat center;
	width: 133px;
	text-align: center;
	transition: all 0.3s;
	position: relative;
	right: 0;
}

.more a:hover {
	right: 5px;
}

.zhy .s1 {
	background-color: #f4f4f4;
	padding: 56px 0;
}

.zhy .s1 .title,
.zhy .s4 .title,
.zhy .s6 .title {
	text-align: center;
	position: relative;
	margin-bottom: 45px;
}

.zhy .s1 .title h3,
.zhy .s4 .title h3,
.zhy .s6 .title h3 {
	float: none;
	display: inline-block;
	background: url(../images/tit3.png) no-repeat center;
	width: 520px;
	padding-left: 116px;
	text-align: left;
}

.zhy .s1 .title .more,
.zhy .s4 .title .more,
.zhy .s6 .title .more {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.zhy .s4 .title h3,
.zhy .s6 .title h3 {
	padding-left: 130px;
}

.zhy .s1-l {
	width: 648px;
	height: 452px;
	overflow: hidden;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.zhy .s1-r {
	width: 700px;
}

.zhy .s1-r p {
	font-size: 18px;
	line-height: 36px;
}

.zhy .s2 {
	background: url(../images/zhy-s2bg.jpg) no-repeat center;
	padding: 45px 0;
	background-size: cover;
}

.zhy .s2-c .qh-tit {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	padding-bottom: 18px;
}

.zhy .s2-c .qh-tit ul {
	text-align: center;
	height: 67px;
	line-height: 67px;
}

.zhy .s2-c .qh-tit ul li {
	display: inline-block;
	cursor: pointer;
	width: 520px;
	padding-left: 116px;
	background: none;
	font-family: 'sySong';
	font-size: 36px;
	color: rgba(255, 255, 255, 0.4);
	text-align: left;

}

.zhy .s2-c .qh-tit ul li.on {
	background: url(../images/tit3-1.png) no-repeat center;
	color: #fff;
}

.zhy .s2-c .qh-tit .more {
	position: absolute;
	top: 13.5px;
	right: 0;
}

.zhy .s2-c .qh-tit .more a {
	display: none;
}

.zhy .s2-c .qh-tit .more a.on {
	display: block;
	font-family: 'sySong';
	font-size: 14px;
	color: #fff;
	background: url(../images/more1.png) no-repeat center;
	width: 133px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.3s;
	position: relative;
	right: 0;
	transition: all 0.3s;
}

.zhy .s2-c .qh-tit .more:hover a.on {
	right: 5px;
}

.zhy .s2-c .qh-bd {
	position: relative;
	margin-top: 38px;
}

.zhy .s2-c .qh-bd>ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.zhy .s2-c .qh-bd>ul.on {
	position: relative;
	z-index: 9;
	opacity: 1;
	overflow: hidden;
}

.zhy .s2-c .qh-bd>ul .slick-list {
	margin-left: -30px;
	margin-right: -30px;
}

.zhy .s2-c .qh-bd>ul li a {
	display: block;
	margin: 0 30px;
	background-color: #e0ede6;
	border-radius: 10px;
	padding: 35px 40px;
	transition: all 0.3s;
}

.zhy .s2-c .qh-bd>ul li a .pic {
	width: 166px;
	height: 166px;
	border-radius: 50%;
	border: 1px dashed #2e7c52;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}

.zhy .s2-c .qh-bd>ul li a .pic img {
	width: 100%;
	height: 100%;

	
}

.zhy .s2-c .qh-bd>ul li a .s2-tx {
	text-align: center;
}

.zhy .s2-c .qh-bd>ul li a .s2-tx h3 {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	margin-top: 20px;
}

.zhy .s2-c .qh-bd>ul li a .s2-tx h4 {
	font-size: 18px;
	color: #cb7f1c;
	margin-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(67, 105, 90, 0.3);
}

.zhy .s2-c .qh-bd>ul li a .s2-p {
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 20px;
}

.zhy .s2-c .qh-bd>ul li a:hover {
	background-color: #5c9275;
	box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.1);
}

.zhy .s2-c .qh-bd>ul li a:hover .pic {
	border-color: rgba(255, 255, 255, 0.2);
}

.zhy .s2-c .qh-bd>ul li a:hover .s2-tx h3,
.zhy .s2-c .qh-bd>ul li a:hover .s2-tx h4,
.zhy .s2-c .qh-bd>ul li a:hover .s2-p {
	color: #fff;
}

.zhy .s2-c .qh-bd>ul li a:hover .s2-tx h4 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.zhy .s2-c .slick-dots {
	position: static;
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}

.zhy .s2-c .slick-dots li {
	width: 10px;
	height: 10px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 50%;
	margin: 0 20px;
}

.zhy .s2-c .slick-dots li.slick-active {
	background-color: #fff;
	border-color: #fff;
}

.zhy .s2-c .slick-dots li button {
	display: none;
}

.zhy .s3 {
	padding: 50px 0;
	background-color: #fff;
}

.zhy .s3-l,
.zhy .s3-r {
	width: 47.5%;
}

.zhy .s3-l ul {
	margin-top: 30px;
}

.zhy .s3-l ul li a {
	display: block;
	overflow: hidden;
	padding: 22px 0;
	border-top: 1px dotted rgba(77, 77, 77, 0.35);
	transition: all 0.3s;
}

.zhy .s3-l ul li:first-child a {
	border-top: none;
}

.zhy .s3-l ul li .date {
	width: 60px;
	text-align: center;
	margin-right: 50px;
	margin-top: 4px;
	position: relative;
}

.zhy .s3-l ul li .date::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
	width: 1px;
	height: 52px;
	background-color: rgba(77, 77, 77, 0.3);
}

.zhy .s3-l ul li .date p {
	font-family: "Georgia";
	font-size: 30px;
	color: #4c4c4c;
}

.zhy .s3-l ul li .date span {
	display: block;
	font-family: "Georgia";
	font-size: 14px;
	color: #999;
}

.zhy .s3-l ul li .s3-ltx {
	overflow: hidden;
}

.zhy .s3-l ul li .s3-ltx h3 {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zhy .s3-l ul li .s3-ltx p {
	display: none;
}

.zhy .s3-l ul li.active a {
	padding: 20px 30px;
	background-color: #2b8655;
}

.zhy .s3-l ul li.active .date {
	display: none;
}

.zhy .s3-l ul li.active .s3-ltx h3 {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	line-height: 30px;
	height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.zhy .s3-l ul li.active .s3-ltx p {
	display: block;
	font-size: 16px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: rgba(255, 255, 255, 0.68);
	margin-top: 10px;
}

.zhy .s3-r ul {
	margin-top: 40px;
}

.zhy .s3-r ul li a {
	display: block;
	overflow: hidden;
	padding: 15px 0;
	border-top: 1px dotted rgba(77, 77, 77, 0.35);
	transition: all 0.3s;
}

.zhy .s3-r ul li:first-child a {
	border-top: none;
	padding-top: 0;
}

.zhy .s3-r ul li .date {
	text-align: center;
	margin-right: 22px;
	transition: all 0.3s;
	position: relative;
}

.zhy .s3-r ul li .date::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -22px;
	width: 1px;
	height: 44px;
	background: rgba(77, 77, 77, 0.35);
}

.zhy .s3-r ul li .date p {
	font-family: "Georgia";
	font-size: 30px;
	color: #4c4c4c;
	line-height: 32px;
}

.zhy .s3-r ul li .date span {
	display: block;
	font-family: "Georgia";
	font-size: 14px;
	line-height: 32px;
	color: #999;
}

.zhy .s3-r ul li h3 {
	overflow: hidden;
	font-size: 0;
	line-height: 60px;
	height: 60px;
	padding-left: 30px;
}

.zhy .s3-r ul li h3 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 30px;
	transition: all 0.3s;
}

.zhy .s3-r ul li h3 p em {
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#008c78, #008c78);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.zhy .s3-r ul li:hover h3 p em {
	color: #2e7750;
	font-weight: bold;
	background-size: 100% 1px;
}

.zhy .s4 {
	background-color: #f8f8f8;
	padding: 50px 0;
	height: 610px;
}

.zhy .s4 .title {
	margin-bottom: 100px;
}

.zhy .s4-c ul {
	position: relative;
}

.zhy .s4-c ul::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #2e7c52;
	border-radius: 2px;
}

.zhy .s4-c ul li {
	float: left;
	width: 9.09%;
}

.zhy .s4-c ul li a {
	display: block;
	position: relative;
}

.zhy .s4-c ul li .date {
	font-size: 20px;
	text-align: center;
	transition: all 0.3s;
}

.zhy .s4-c ul li:nth-child(odd) .date {
	margin-top: 80px;
}

.zhy .s4-c ul li.active .date {
	font-size: 24px;
	color: #2e7c52;
	font-weight: bold;
}

.zhy .s4-c ul li .s4-ctx {
	display: none;
}

.zhy .s4-c ul li.active .s4-ctx {
	display: block;
	margin-top: 100px;
	position: relative;
}

.zhy .s4-c ul li:nth-child(even).active .s4-ctx {
	margin-top: 225px;
}

.zhy .s4-c ul li.active .s4-ctx p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 120%;
	width: 400px;
	font-size: 20px;
}

.zhy .s4-c ul li:nth-child(7).active .s4-ctx p,
.zhy .s4-c ul li:nth-child(8).active .s4-ctx p,
.zhy .s4-c ul li:nth-child(9).active .s4-ctx p,
.zhy .s4-c ul li:nth-child(10).active .s4-ctx p,
.zhy .s4-c ul li:nth-child(11).active .s4-ctx p {
	left: inherit;
	right: 120%;
}

.zhy .s4-c ul li.active .s4-ctx::after {
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 100px;
	background-color: rgba(49, 98, 78, 0.2);
}

.zhy .s4-c ul li a::before {
	content: '';
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	border: 4px solid rgba(49, 98, 78, 0.2);
	border-radius: 50%;
}

.zhy .s4-c ul li.active a::before {
	border-color: #2e7c52;
}

.zhy .s4-c ul li a::after {
	content: '';
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 105px;
	background: rgba(49, 98, 78, 0.2);
}

.zhy .s4-c ul li:nth-child(odd) a::before {
	top: -130px;
}

.zhy .s4-c ul li:nth-child(odd) a::after {
	top: -102px;
}


.zhy .s5 {
	background-color: #fff;
	padding: 50px 0;
}

.zhy .s5-l,
.zhy .s5-r {
	width: 47.5%;
}

.zhy .s5-l ul {
	margin-top: 15px;
}

.zhy .s5-l ul li a {
	display: block;
	padding: 20px 0;
	border-top: 1px dotted rgba(77, 77, 77, 0.35);
	background: url(../images/s3-l1.png) no-repeat left 36px;
	padding-left: 60px;
	line-height: 30px;
	font-size: 16px;
}

.zhy .s5-l ul li:first-child a {
	border-top: none;
}

.zhy .s5-l ul li a em {
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#008c78, #008c78);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.zhy .s5-l ul li a:hover em {
	color: #2e7750;
	font-weight: bold;
	background-size: 100% 1px;
}

.zhy .s5-r ul {
	overflow: hidden;
	margin-top: 35px;
}

.zhy .s5-r .slick-list {
	margin-left: -10px;
	margin-right: -10px;
}

.zhy .s5-r li a {
	display: block;
	margin: 0 20px;
	text-align: center;
}

.zhy .s5-r li .pic {
	height: 200px;
	background-color: #f2f2f2;
	overflow: hidden;
}

.zhy .s5-r li .pic img {
	width: auto;
	margin: 0 auto;
}

.zhy .s5-r li .s5-rtx {
	text-align: center;
}

.zhy .s5-r li .s5-rtx h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.zhy .s5-r li:hover .s5-rtx h3 {
	color: #237549;
}
.zhy .s5-r li .s5-rtx p {
	font-size: 16px;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.zhy .s5-r .slick-dots {
	position: static;
	font-size: 0;
	text-align: center;
}

.zhy .s5-r .slick-dots li {
	width: 10px;
	height: 10px;
	border: 1px solid rgba(49, 98, 78, 0.48);
	border-radius: 50%;
	margin: 0 10px;
}

.zhy .s5-r .slick-dots li.slick-active {
	background-color: #31624e;
	border-color: #31624e;
}

.zhy .s5-r .slick-dots li button {
	display: none;
}

.zhy .s6 {
	padding: 50px 0 75px 0;
}

.zhy .s6-c ul li {
	float: left;
	width: 30%;
	margin-left: 3.333%;
}

.zhy .s6-c ul li a {
	display: block;
	overflow: hidden;
}

.zhy .s6-c ul li .pic {
	position: relative;
	padding-top: 295px;
	overflow: hidden;
}

.zhy .s6-c ul li .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zhy .s6-c ul li .s6-tx {
	overflow: hidden;
	background: url(../images/s6-bg1.png) no-repeat center;
	width: 421px;
	height: 279px;
	margin-top: -100px;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.zhy .s6-c ul li .s6-tx .date {
	float: right;
	position: relative;
	padding-bottom: 10px;
	padding-right: 25px;
	margin-top: 62px;
}

.zhy .s6-c ul li .s6-tx .date::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #bd9721;
}

.zhy .s6-c ul li .s6-tx .date p {
	font-size: 32px;
	line-height: 1;
}

.zhy .s6-c ul li .s6-tx .date span {
	display: block;
	font-size: 12px;
	line-height: 1;
}

.zhy .s6-c ul li .s6-tx h3 {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 150px;
	padding: 0 35px;
}

.zhy .s6-c ul li .s6-tx>p {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	color: rgba(17, 17, 17, 0.6);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 15px;
	padding: 0 35px;
}

.zhy .s6-c ul li:hover a {
	box-shadow: 9px 2px 35px rgba(231, 238, 236, 0.35);
}

.zhy .s6-c ul li:hover .s6-tx {
	background-image: url(../images/s6-bg2.png);
}

.zhy .s6-c ul li:hover .s6-tx .date p,
.zhy .s6-c ul li:hover .s6-tx .date span,
.zhy .s6-c ul li:hover .s6-tx h3 {
	color: #fff;
}

.zhy .s6-c ul li:hover .s6-tx>p {
	color: rgba(255, 255, 255, 0.6);
}