/* sub-banner */
.sub-banner {}

.banner:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url("../images/banner-top-bg.png") repeat-x left top;
	height: 210px;
	z-index: 2;
}


/*二级页左侧导航*/
.sub-left-nav {
	width: 350px;
	background: #f3f3f3;
	position: relative;
}

.sub-left-nav h2 {
	text-align: center;
	display: block;
	margin: 0 auto;
	height: 66px;
	font-size: 24px;
	color: white;
	line-height: 66px;
	background: #135939 url("../lib/toplbg.png") no-repeat top center;
	background-size: 100%;
	position: absolute;
	top: -66px;
	left: 0;
	right: 0;
}

.sub-left-nav h2 .column {
	height: 66px;
	line-height: 66px;
	color: white;
}

.sub-left-nav ul {
	border-left: 6px solid #135939;
	min-height: 1000px;
	background: url("../lib/navlbg.png") no-repeat left bottom;
}

.sub-left-nav ul li {
	text-align: left;
	border-bottom: 1px solid #fdfdfd;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ms-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.sub-left-nav ul li.active a {
	color: #07984d;
}

.sub-left-nav ul li.active {
	background-color: #f5f5f5;
}

.sub-left-nav ul li a {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	display: block;
	padding: 18px 0 18px 20px;
}

.sub-left-nav ul li .sub-list {
	/* padding-left: 20px; */
}

.sub-left-nav ul li .sub-list a {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	display: block;
	padding: 18px 0 18px 40px;
	border-top: 1px solid #e6e6e6;
}

.sub-left-nav ul li.active .sub-list {
	display:block;
}


/*图片列表*/
.right-cont-wrap {
	width: 950px;
}

.right-cont-wrap .menu-position {
	border-bottom: 1px solid #d6d6d6;
	height: 40px;
}

.right-cont-wrap .menu-position h2.menu-nanme {
	display: block;
	font-size: 24px;
	line-height: 40px;
	color: #333;
	padding-right: 43px;
	/* border-bottom: 1px solid #b41c32; */
	position: relative;
	margin-bottom: -20px;
}

.right-cont-wrap .position {
	padding-top: 16px;
}

.right-cont-wrap .position p,
.right-cont-wrap .position a {
	color: #919191;
	font-size: 14px;
	line-height: 1.4;
}

.img-list-wrap .list {
	padding-top: 10px;
}

.img-list-wrap .list ul {
	/* margin-top: -50px; */
}

.img-list-wrap .list ul li {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 302px;
}

.img-list-wrap .list ul li a {
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	display: block;
}

.img-list-wrap .list ul li img {
	display: block;
	width: 100%;
	min-height: 227px;
	object-fit: cover;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.img-list-wrap .list ul li.split {
	margin-right: 0;
}

.img-list-wrap .list ul li p {
	display: block;
	font-size: 16px;
	color: #333;
	text-align: left;
	line-height: 24px;
	padding: 10px;
}

.page-id {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* hover */
.img-list-wrap .list ul li a:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}


/*简介页*/
.odd-cont {
	padding-top: 50px;
}

.odd-cont .text-title {
	border-bottom: 0px solid #f2eaeb;
}

.odd-cont .text-title .title {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.odd-cont .text-title .msg ul li {
	padding: 0 10px;
	border-right: 1px solid #696969;
}

.odd-cont .text-title .msg ul li span {
	color: #696969;
	font-size: 12px;
	line-height: 1.2;
}

.odd-cont .contxt p,
.odd-cont .contxt span {
	font-size: 14px;
	color: #333;
	line-height: 2;
}

.odd-cont .contxt {
	padding-bottom: 50px;
	border-bottom: 1px solid #f2eaeb;
}

.odd-cont .close a,
.content-wrap .close a {
	font-size: 14px;
	color: #ccc;
	vertical-align: top;
}

.odd-cont .close i,
.content-wrap .close i {
	font-size: 18px;
	padding-right: 10px;
}

/*带标题图新闻列表*/
.img-news-list-wrap .list ul li .contxt {
	width: 620px;
}

.img-news-list-wrap .list ul li {
	padding: 30px 20px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.img-news-list-wrap .list ul li .date {
	text-align: center;
	width: 80px;
	border-top: 1px solid #07984d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 30px;
}

.img-news-list-wrap .list ul li .date p.m {
	color: #07984d;
}

.img-news-list-wrap .list ul li .date p.y {
	color: #07984d;
}

.img-news-list-wrap .list ul li .contxt .abstract {
	color: #a4a4a4;
	line-height: 1.4;
}

.img-news-list-wrap .list ul li:hover {
	background-color: #f7f7f7;
}


/*通知列表*/
.notice-list-wrap .list ul li .contxt {
	width: 768px;
}

.notice-list-wrap .list ul li {
	padding: 30px 20px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.notice-list-wrap .list ul li .date {
	text-align: center;
	width: 80px;
	padding-right: 30px;
	border-right: 1px solid #07984d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 30px;
}

.notice-list-wrap .list ul li .date p.m {
	color: #07984d;
}

.notice-list-wrap .list ul li .date p.y {
	color: #07984d;
}

.notice-list-wrap .list ul li .contxt .abstract {
	color: #a4a4a4;
	line-height: 1.4;
}

/* hover */
.notice-list-wrap .list ul li a:hover .title {
	color: #07984D;
}

/*内容页*/
.content-wrap .menu-position,
.noLeftPicList-list-page .menu-position,
.noleft-video-list-list-page .menu-position {
	background-color: #f5f5f5;
}

.content-wrap .menu-position p,
.noLeftPicList-list-page .menu-position p,
.noleft-video-list-list-page .menu-position p,
.noleft-video-list-list-page .menu-position a,
.noLeftPicList-list-page .menu-position a,
.content-wrap .menu-position a {
	color: #919191;
	font-size: 14px;
	line-height: 1;
}

.content-wrap .content {
	min-height: 500px;
	padding-top: 55px;
	padding-bottom: 55px;
}

.content-wrap .content .LT,
.content-wrap .content .RT,
.content-wrap .content .LB,
.content-wrap .content .RB {
	background: url("../images/content_border_icon.jpg") no-repeat 0 0;
	width: 31px;
	height: 31px;
}

.content-wrap .content .LT {
	left: 15px;
	top: 15px;
	background-position: 0 0;
}

.content-wrap .content .RT {
	right: 15px;
	top: 15px;
	background-position: -30px 0;
}

.content-wrap .content .LB {
	left: 15px;
	bottom: 15px;
	background-position: 0 -30px;
}

.content-wrap .content .RB {
	right: 15px;
	bottom: 15px;
	background-position: -30px -30px;
}

.content-wrap .content .box {
	width: 94%;
}

.content-wrap .content .text-title {
	border-bottom: 1px solid #f2eaeb;
}

.content-wrap .content .text-title .title {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1.4;
}

.content-wrap .content .text-title .msg ul li {
	padding: 0 12px;
}

.content-wrap .content .text-title .msg span {
	font-size: 14px;
	color: #696969;
	line-height: 1.4;
}

.content-wrap .handle {
	border-bottom: 1px solid #f2eaeb;
}

.content-wrap .news-page ul li a {
	color: #797979;
	line-height: 1.4;
}

/* 师资队伍 teacher-list-wrap */
.teacher-list-wrap .list ul {
	width: 100%;
}

.teacher-list-wrap .list ul li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

.teacher-list-wrap .list ul li a {
	width: 455px;
	height: 210px;
	background-color: #f2f6f8;
}

.teacher-list-wrap .list ul li a .pic {
	width: 160px;
	overflow: hidden;
}

.teacher-list-wrap .list ul li a .msg {
	width: 260px;
	height: 210px;
	padding-right: 15px;
	position: relative;
}

.teacher-list-wrap .list ul li a .msg .title {
	font-size: 16px;
	color: #b41c32;
	line-height: 1;
	border-bottom: 1px solid #b41c32;
	padding-bottom: 8px;
	padding-top: 20px;
	font-weight: 700;
}

.teacher-list-wrap .list ul li a .msg .abstract {
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	padding-top: 15px;
}

.teacher-list-wrap .list ul li a .msg .more {
	position: absolute;
	bottom: 20px;
	right: 15px;
	color: #999;
	line-height: 1;
	cursor: pointer;
}

.teacher-list-wrap .list ul li a img {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}

.teacher-list-wrap .list ul li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.teacher-list-wrap .list ul li a:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.teacher-list-wrap .list ul li a .msg .more:hover {
	color: #1861b3;
}

/* mechanism-list-page start */
.mechanism-list-page .logo-xh {
	padding: 60px 20px 40px 20px;
	position: relative;
}
.logo-xh.txtcenter img {
    width: 100px;
}
.mechanism-list-page .logo-xh:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 160px;
	margin-left: -1px;
	width: 1px;
	height: 60px;
	background-color: #ddd;
}

.mechanism-list-page .logo-xh:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -26px;
	left: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -4px;
	background-color: #006538;
}

.mechanism-list-page .gallery-top {
	padding-top: 40px;
	padding-bottom: 50px;
}

.mechanism-list-page .gallery-top .top-box {
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	height: 60px;
	line-height: 60px;
	width: 99%;
	margin: auto;
}

.mechanism-list-page .gallery-top .top-box .gallery-thumbs {
	width: 60%;
	overflow: hidden;
}

.mechanism-list-page .gallery-top .top-box .swiper-slide {
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
}

.mechanism-list-page .gallery-top .top-box .swiper-slide.swiper-slide-active {
	font-size: 27px;
	color: #006538;
}

.mechanism-list-page .gallery-top .top-box .swiper-slide.swiper-slide-active:before {
	content: "";
	display: block;
	position: absolute;
	left: 50px;
	right: 50px;
	bottom: 0px;
	height: 1px;
	background-color: #006538;
}

.mechanism-list-page .gallery-top .swiper-button-next,
.mechanism-list-page .gallery-top .swiper-button-prev {
	display: block;
	width: 94px;
	height: 18px;
	position: absolute;
	left: 6%;
	top: 44px;
	bottom: auto;
	z-index: 6;
	cursor: pointer;
}

.mechanism-list-page .gallery-top .swiper-button-prev {
	background: url("../images/yl.png") no-repeat 0 0;
}

.mechanism-list-page .gallery-top .swiper-button-next {
	background: url("../images/yr.png") no-repeat 0 0;
	left: auto;
	right: 6%;
}


.mechanism-list-page .gallery-top:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100px;
	bottom: 0;
	width: 1px;
	background-color: #ddd;
}

.mechanism-list-page .gallery-top::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: -9px;
	background-color: #99BCA8;
}

.mechanism-list-page .gallery-top .swiper-slide ul li {
	width: 50%;
	float: left;
	position: relative;
}

.mechanism-list-page .gallery-top .swiper-slide a {
	display: block;
	padding: 20px 0;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

/* .mechanism-list-page .gallery-top .bd .swiper-slide {
	display: none;
}

.mechanism-list-page .gallery-top .bd .swiper-slide.swiper-slide.swiper-slide-active {
	display: block;
} */

.mechanism-list-page .gallery-top .bd {
	z-index: 7;
}

.mechanism-list-page .gallery-top .bd ul {
	padding-bottom: 50px;
	padding-top: 30px;
}

.mechanism-list-page .gallery-top .bd ul li:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #006538;
	position: absolute;
	bottom: -3px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.mechanism-list-page .gallery-top .bd ul li.odd:before {
	right: -3px;
}

.mechanism-list-page .gallery-top .bd ul li.even:before {
	left: -3px;
}

.mechanism-list-page .gallery-top .bd ul li.even {
	position: relative;
	top: 30px;
}

.mechanism-list-page .gallery-top .bd ul li.odd a {
	display: block;
	padding-right: 40px;
}

.mechanism-list-page .gallery-top .bd ul li.even a {
	display: block;
	padding-left: 40px;
}

.mechanism-list-page .gallery-top .bd ul li:hover:before {
	background-color: #006538;
}

.mechanism-list-page .gallery-top .bd ul li a:hover {
	border-color: #006538;
}

.mechanism-list-page .gallery-top .bd ul li a:hover {
	color: #006538;
}


/* mechanism-list-page end */

/* noLeftPicList-list-page start */
.noLeftPicList-list-page .list ul li {
	width: 317px;
	min-height: 430px;
	margin: 10px 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	overflow: hidden;
	border-radius: 4px;
}

.noLeftPicList-list-page .list ul li .a-item {
	background-color: #fff;
	padding: 20px;
}

.noLeftPicList-list-page .list ul li .a-item .pic img {
	width: 100%;
	height: 200px;
}

.noLeftPicList-list-page .list ul li .a-item .date .dd {
	font-size: 22px;
	color: #07984D;
}

/* hover */
.noLeftPicList-list-page .list ul li .a-item:hover .title {
	color: #07984D;
}

.noLeftPicList-list-page .list ul li .a-item:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}


/* noLeftPicList-list-page end */

/* noleft-video-list-list-page start */
.noleft-video-list-list-page .list ul li {
	width: 317px;
	/* min-height: 430px; */
	margin: 10px 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.noleft-video-list-list-page .list ul li .a-item {
	min-height: 240px;
	background-color: #fff;
}

.noleft-video-list-list-page .list ul li .a-item .title {
	padding: 10px;
}

/*标题带更多字样*/
.noleft-video-list-list-page .list ul.v-list li .a-item .title:before {
	content: "更多";
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 12px;
	z-index: 2;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.noleft-video-list-list-page .list ul li .a-item .pic img {
	width: 100%;
	height: 200px;
}

/* hover */
.noleft-video-list-list-page .list ul li .a-item:hover .title,
.noleft-video-list-list-page .list ul.v-list li .a-item:hover .title:before {
	color: #fff;
	background-color: #07984D;
}

.noleft-video-list-list-page .list ul li .a-item:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}


/* noleft-video-list-list-page end */

/* text-links-list-wrap start */
.text-links-list-wrap .list ul li .a-item {
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

.text-links-list-wrap .list ul li .a-item .title {
	width: 88%;
}

.text-links-list-wrap .list ul li .a-item .more {
	width: 12%;
	text-align: right;
}

/* hover */
.text-links-list-wrap .list ul li .a-item:hover div {
	color: #07984D;
}

/* text-links-list-wrap end */

/* code-list-wrap-page start */
.code-list-wrap-page .list ul li {
	width: 458px;
	margin-right: 34px;
	padding-top: 34px;
}

.code-list-wrap-page .list ul li.even {
	margin-right: 0;
}

.code-list-wrap-page .list ul li .a-item {
	padding: 40px 30px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.code-list-wrap-page .list ul li .a-item:before {
	content: "";
	display: block;
	position: absolute;
	top: -60px;
	left: -100px;
	width: 250px;
	height: 150px;
	background-color: #e7fff3;
	z-index: -1;
	transform: rotate(-40deg);
}

.code-list-wrap-page .list ul li:nth-child(1) .a-item:before {
	background-color: #e7f8ff;
}

.code-list-wrap-page .list ul li:nth-child(2) .a-item:before {
	background-color: #f0e7ff;
}

.code-list-wrap-page .list ul li:nth-child(3) .a-item:before {
	background-color: #fff6e7;
}

.code-list-wrap-page .list ul li:nth-child(4) .a-item:before {
	background-color: #e7fff3;
}

.code-list-wrap-page .list ul li:nth-child(5) .a-item:before {
	background-color: #ffe7f4;
}

.code-list-wrap-page .list ul li:nth-child(6) .a-item:before {
	background-color: #eeffe7;
}

.code-list-wrap-page .list ul li .a-item .pic {
	margin-right: 30px;
	width: 140px;
}

.code-list-wrap-page .list ul li .a-item .msg {
	width: 218px;
}

.code-list-wrap-page .list ul li .a-item:hover .title {
	color: #07984D;
}

.code-list-wrap-page .list ul li .a-item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}



/* code-list-wrap-page end */

/*common-ser-wrap start*/
.common-ser-wrap .list-box .list-item {
	padding-top: 30px;
}
.common-ser-wrap .list-box .list-item .menu-name {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	padding: 14px 80px;
	background-color: #076538;
}

.common-ser-wrap .list-box .list-item ul {
	padding-top: 20px;
}

.common-ser-wrap .list-box .list-item ul li {
	width: 32%;
	margin: 10px 2% 10px 0;
}

.common-ser-wrap .list-box .list-item ul li.br {
	margin-right: 0;
}

.common-ser-wrap .list-box .list-item ul li a {
	color: #333;
	line-height: 1.5;
	padding: 10px 10px;
	background-color: #eaeaea;
}

.common-ser-wrap .list-box .list-item ul li a:hover {
	color: #fff;
	background-color: #18bf5b;
}



/*common-ser-wrap end*/



/*hover*/

.odd-cont .close a:hover,
.content-wrap .close a:hover,
.img-news-list-wrap .list ul li .title:hover {
	color: #b41c32;
}

.sub-left-nav ul li a:hover {
	background-color: #fff;
}

.img-list-wrap .list ul li:hover p {
	background-color: #07984d;
	color: white;
}

.notice-list-wrap .list ul li:hover .time .y,
.notice-list-wrap .list ul li:hover .time .m {
	color: white;
}

.notice-list-wrap .list ul li:hover .time {
	background-color: #b41c32;
}

.notice-list-wrap .list ul li:hover {
	background-color: #f8f8f8;
}

.content-wrap .menu-position a:hover,
.right-cont-wrap .position a:hover,
.content-wrap .news-page ul li:hover a {
	color: #0a9e58;
}

.notice-list-wrap .list ul li a.title:hover {
	color: #b41c32;
}