body.scrolling .header::after{height: 100%;}
.list-banner{width: 100%;position: relative;}
.list-banner::before{content: "";width: 100%;height: 3rem;background-image: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 98%);display: block;position: absolute;top:0;left: 0;z-index: 0;transition: all 0.7s ease-out 0s;z-index: 2;}
.list-banner img{width: 100%;display: block;}
.main{width: 100%;padding: 0.3rem 0;}
.main-left{width: 2.3rem;position:relative;align-self: flex-start;background: #00855F;padding-left: 0.12rem;padding-bottom: 0.12rem;}
.main-left h3{color: #ffffff;font-size: 0.26rem;display: block;height: 0.8rem;line-height: 0.8rem;text-align: center;font-weight: normal;}
.lm-title{width: 100%;background: #00855F;padding: 0.12rem 0.2rem;position: relative;display: none;}
.lm-title h2{font-size: 0.24rem;color: #ffffff;}
.nav_menu{width: 0.3rem;height: 0.3rem;background: url(../img/m_nav.svg) no-repeat center center;background-size: auto 100%;transition: 0.2s all;}
.nav_menu.on{transform: rotate(90deg);}
.nav-list{padding-bottom: 2rem;background: #f4f4f4;position: relative;z-index: 1;box-shadow: 0 0 0.06rem 0 rgba(105, 105, 105, 0.15);}
.nav-list>li{border-bottom:2px solid #eeeeee;position:relative}
.nav-list>li:last-child{border-bottom:none;}
.nav-list>li>a{font-size:0.16rem;color:#333;display:block;padding:0.12rem 0.55rem 0.12rem 0.3rem;background: #f1f1f1;transition: 0.3s all;line-height: 0.31rem;}
.main-left li .li_xlz{position:absolute;right:0;top:0;cursor:pointer;width: 0.55rem;height: 0.55rem;background: url(../img/right-blue.svg) no-repeat center center;background-size: auto 0.12rem;}
.navContent{display:none;}
.navContent li a{font-size: 0.14rem;color: #333333;display: block;padding: 0.1rem 0.2rem 0.1rem 0.5rem;background: #f8f8f8;line-height: 0.26rem;}
.main-left li .li_xlz.on{transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.nav-list>li.cur>a,.nav-list>li:hover>a{background: #918d5e;color: #ffffff;}
.nav-list>li.cur .li_xlz,.nav-list>li:hover .li_xlz{background: url(../img/right.svg) no-repeat center center;background-size: auto 0.12rem;}
.navContent li.cur a{color:#00855F;}
.main-left li.cur .navContent{display:block;}
.navContent li:hover a{color:#00855F;}

.main-right{width: calc( 100% - 2.7rem );}
.main-title{width: 100%;line-height: 30px;position: relative;border-bottom: 1px solid #e5e5e5;padding-bottom: 15px;margin-bottom: 0.1rem;}
.main-title h2{font-size: 0.22rem;color:#333333;}
.local span{font-size: 0.16rem;color: #434343;line-height: 0.3rem;}
.local span a{color: #434343;}
.local span a:hover{color: #00855F;}

/*文章内容开始*/
.content{width: 100%;}
.content h3.title{font-size: .22rem;color: #333333;margin-bottom: 0.1rem;line-height: 0.3rem;text-align: center;margin-top: 0.2rem;}
.content .sub-title{font-size: .2rem;color: #434343;line-height: 0.3rem;margin: 0.15rem 0 0.1rem;text-align: center;}
.content .art-itro{width: 100%;border-bottom:1px solid #dcdcdc;padding-bottom:.1rem;line-height: 0.26rem;margin-bottom: 0.1rem;text-align: center;}
.content .art-itro>span{font-size: .14rem;color: #999999;margin: 0 0.2rem;}
.article{color: #434343;line-height: 0.32rem;width: 100%;}
.article table{margin:0 auto !important;max-width: 920px;min-width: 500px;}
.article table p{text-indent: 0;margin: 0;}
.article video{display: block;width: 100%;margin: 0 auto;height: auto;}
.article img{max-width: 100%;margin: 0 auto;height: auto !important;}
.article p.con-img{text-align: center;text-indent: 0 !important;}
/*文章内容结束*/

/*文章列表开始*/
.txt-list{margin-top: 0.1rem;}
.txt-list ul li{width: 100%;border-bottom: 1px solid #e1e1e1;line-height: 0.6rem;position: relative;}
.txt-list ul li a{color: #434343;max-width: calc( 100% - 1.1rem );transition: 0.3s all;padding-left: 0.18rem;}
.txt-list ul li span{color: #666666;font-size: 0.14rem;}
.txt-list ul li a::before{content: "";width: 0.06rem;height: 0.06rem;background: #00855F;display: block;position: absolute;left:0;top:50%;margin-top: -0.03rem;}
.txt-list ul li:hover a,.txt-list ul li:hover span{color: #00855F;padding-left: 0.24rem;}
/*文章列表结束*/

/*图片列表开始*/
.pic-list{margin-top: 0.3rem;}
.pic-list ul{margin-left: -0.15rem;margin-right: -0.15rem;}
.pic-list ul li{width: calc( 100% / 3 );margin-bottom: 0.3rem;padding: 0 0.15rem;}
.pic-list ul li a{display: block;width: 100%;position: relative;}
.pic-list ul li .imgbox{width: 100%;height: 0;padding-bottom:60%;position: relative;overflow: hidden;z-index: 1;}
.pic-list ul li .image{transition: 0.2s all;}
.pic-list ul li p{width: 100%;text-align: center;line-height: 0.45rem;color: #434343;background: #eeeeee;transition: 0.2s all;padding: 0 0.15rem;}
.pic-list ul li:hover .image{transform: scale(1.05,1.05);}
.pic-list ul li:hover p{color: #ffffff;background: #00855F;}
/*图片列表结束*/

.teacher-list{margin-top: 0.2rem;}
.teacher-list h3{font-size: 0.18rem;line-height: 0.3rem;color: #00855F;position: relative;padding-left: 0.2rem;margin-bottom: 0.2rem;}
.teacher-list h3::before{content: "";width: 0.04rem;height: 0.18rem;display: block;background: #00855F;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.teacher-list ul{margin-left: -0.15rem;margin-right: -0.15rem;}
.teacher-list ul li{width: 20%;margin-bottom: 0.25rem;padding: 0 0.15rem;}
.teacher-list ul li a{display: block;width: 100%;}
.teacher-list ul li .imgbox{width: 100%;height: 0;padding-bottom:130%;position: relative;overflow: hidden;}
.teacher-list ul li .txt{width: 100%;text-align: center;line-height: 0.45rem;background-color: #eeeeee;transition: 0.2s all;}
.teacher-list ul li .txt p{color: #434343;font-size: 0.16rem;transition: 0.2s all;}
.teacher-list ul li:hover .txt{background: #00855F;}
.teacher-list ul li:hover .txt p{color: #ffffff;}
.teacher-list1{margin-top: 0.3rem;}
.teacher-list1 ul li{margin-bottom: 0.3rem;}
.content .teacher-list1:nth-child(n+2){margin-top: 0.1rem;}


.teacher-list2 ul{margin-left: -0.15rem;margin-right: -0.15rem;}
.teacher-list2 ul li{width: 33.3%;margin-bottom: 0.25rem;padding: 0 0.15rem;}
.teacher-list2 ul li a{display: block;width: 100%;}
.teacher-list2 ul li .imgbox{width: 100%;height: 0;padding-bottom:130%;position: relative;overflow: hidden;}
.teacher-list2 ul li .txt{width: 100%;text-align: center;line-height: 0.45rem;background-color: #eeeeee;transition: 0.2s all;}
.teacher-list2 ul li .txt p{color: #434343;font-size: 0.16rem;transition: 0.2s all;}
.teacher-list2 ul li:hover .txt{background: #00855F;}
.teacher-list2 ul li:hover .txt p{color: #ffffff;}


.leader-list{width: 100%;margin-top: 0.3rem;overflow: hidden;}
.leader-list ul{margin-left: -0.15rem;margin-right: -0.15rem;}
.leader-list ul li{width: 50%;padding: 0 0.15rem;margin-bottom: 0.3rem;}
.leader-list ul li a{width: 100%;}
.leader-list ul li .leader-img{width: 1.2rem;position: relative;overflow: hidden;height: 1.7rem;}
.leader-list ul li .leader-txt{width: calc(100% - 1.2rem);background: #f1f1f1;padding: 0.2rem;transition: 0.2s all;}
.leader-list ul li .leader-txt .leader-tit{width: 100%;margin-bottom: 0.1rem;padding-bottom: 0.15rem;border-bottom: 1px solid #cccccc;display: flex;align-items: flex-end;}
.leader-list ul li .leader-txt .leader-tit h3{font-size: 0.2rem;color: #333333;line-height: 1;margin-right: 0.2rem;transition: 0.2s all;}
.leader-list ul li .leader-txt .leader-tit span{display: block;font-size: 0.15rem;color: #999999;line-height: 0.16rem;transition: 0.2s all;}
.leader-list ul li .leader-txt p{font-size: 0.16rem;color: #666666;line-height: 0.28rem;transition: 0.2s all;}
.leader-list ul li:hover .leader-txt{background: #00855F;}
.leader-list ul li:hover .leader-txt .leader-tit h3,.leader-list ul li:hover .leader-txt .leader-tit span,.leader-list ul li:hover .leader-txt p{color: #ffffff;}