@charset "utf-8";


.n_banner {
    position: relative;
    z-index: 3;
}

.n_banner:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 2.81rem;
    background: linear-gradient(180deg, #3896EB 0%, rgba(155, 196, 232, 0) 100%);
    z-index: 8;
}

.n_banner::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .61rem;
    background: url(../images/zz2.png) no-repeat center center/100% 100%;
    z-index: 8;
}

.n_banner a {
    position: relative;
    display: block;
}

.n_banner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.21rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.n_banner img {
    display: block;
    width: 100%;
}

/*公共*/
.wl {
    position: relative;
    z-index: 1;
}

.wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

::after,
::before {
    transition: 0.5s;
}

img,
video {
    max-width: 100%;
}

.article {
    overflow-x: auto;
}

.article table {
    width: 800px;
}

.header_box {
    position: relative;
    background: #006A39;
}

.header_box #header::before {
    display: none;
}

.header_box #header::after {
    background: #B52727;
}

/* 手机内页二级导航 */
.wrap_ph {
    margin-top: 0.3rem;
    display: none;
}

.wrap_ph h2 {
    width: 100%;
    color: #fff;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    padding: 0 0.2rem;
    background: #006A39;
}

.wrap_ph h2::after {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/cd.svg) no-repeat right center/cover;
    left: auto;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.wrap_ph ul {
    padding: 0.1rem 0.2rem 0.2rem;
    display: none;
    box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11);
}

.wrap_ph li {
    font-size: 0.18rem;
    line-height: 0.34rem;
    font-family: hel-bold;
}

.wrap_ph li a {
    transition: 0.5s;
    display: block;
    color: #333;
}

.inner .wrap_ph {
    display: none;
}

.wrap_ph li.active a {
    color: #006A39;
}


.wrap_ph i {
    opacity: 1;
    display: inline-block;
    width: .34rem;
    height: .3rem;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: 15px 15px !important;
    position: absolute;
    display: block;
    right: 0;
    top: 2px;
    transition: 0.5s;
}

.wrap_ph i.on {
    transform: rotate(-90deg);
}

.wrap_ph .box {
    display: none;
    padding-left: 0.25rem;
}

.wrap_ph .box a {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666 !important;
    display: block;
}

.wrap_ph .box a:hover {
    color: #006A39;
}

/* public */
.ban {
    position: relative;
}

.ban .imged {
    padding-bottom: 25%;
}

.inner {
    padding: 0.6rem 0 3rem;
    background: url(../images/nybg.png) no-repeat center bottom/100% 100%;
}

.inn_wp {
    align-items: flex-start;
}

.inner_left {
    width: 3.32rem;
    padding-right: .3rem;
    z-index: 100;
    position: relative;
    border-right: 1px solid rgba(216, 216, 216, 1);
}

.inner_right {
    flex: 1;
    min-width: 0;
    margin-left: .3rem;
}

.inner_left h2 {
    padding-bottom: .15rem;
    border-bottom: 1px solid rgba(102, 102, 102, .096);
    margin-bottom: .25rem;
}

.inner_left h2 span {
    font-size: 0.3rem;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    background: -webkit-linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    opacity: .1;
}

.inner_left h2 p {
    font-size: .3rem;
    color: #006A39;
    font-weight: normal;
}

.inner_left ul {
    padding-bottom: 2rem;
}

.inner_left ul li {
    position: relative;
    transition: .5s;

}

.inner_left ul li p {
    padding: 0 0.3rem;
    height: 100%;

    display: flex;
    align-items: center;
    transition: 0.5s;
    padding: .1rem;
}

.inner_left ul li p a {
    font-size: .22rem;
    display: block;
    cursor: pointer;
    width: 100%;
    color: #333;
    transition: .5s;
    position: relative;
    line-height: .35rem;
    font-weight: normal;
}

.inner_left ul li p a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: .16rem;
    height: 0.16rem;
    background: url(../images/jt1.png) no-repeat;
    background-size: 100% 100% !important;
    transform: translateY(-50%);
}

.inner_left ul li:hover p,
.inner_left ul li.active p {
    background: #006A39;
}

.inner_left ul li:hover p a,
.inner_left ul li.active p a {
    color: #fff;

}

.inner_left ul li.active p a::after,
.inner_left ul li:hover p a::after {
    background: url(../images/jt2.png) no-repeat;
}

.nysubnav {
    /* background: #f2f2f2; */
    display: none;
}

.inner_left ul li.active .nysubnav {
    display: block;
    /* padding-left: .3rem; */
}

.nysubnav a {
    padding: 0px 0.3rem;
    line-height: 0.4rem;
    display: block;
    font-size: 0.16rem;
}

.nysubnav a:hover,
.nysubnav a.on {
    color: #006a39;
}

.local {
    border-bottom: 1px solid #ccc;
    padding: 0rem 0px 0.2rem;
    margin-bottom: .4rem;
    justify-content: space-between;
    align-items: center;
}

.local h2 {
    color: #BF9B61;
    font-size: 0.4rem;
    padding-left: .45rem;
    background: url(../images/ny_titbg.png) no-repeat left center/.3rem auto;

}

.adress {
    color: #666;
    font-size: 0.16rem;
    padding-left: .25rem;
    position: relative;
    align-items: flex-start;
    background: url(../images/home.png) no-repeat left center;
    background-size: 0.17rem !important;
    margin-bottom: .45rem;
}

.adress a {
    color: #666;
    transition: 0.5s;
}

.adress a:hover {
    color: #006A39;
}

@media(max-width: 768px) {

    .n_banner::after {
        display: none;
    }

    .n_banner a::after {
        height: 30%;
    }

    .adress {
        margin-bottom: .1rem;
    }
}

/* 新闻列表1 */
.newlist li {
    position: relative;
    margin-bottom: .25rem;
}
.xyfg {
    min-height: 400px;
}
.newlist1 {
    min-height: 500px;
}
.newlist li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: .3rem;
    background: #F7F7F8 url(../images/news-txtbg.png) no-repeat right center;
    box-shadow: 0px 20px 30px 0px rgba(213, 213, 213, 0.5);
}

.newlist li a {
    padding: .15rem;
    align-items: center;


}


.newlist li .scale {
    width: 3.3rem;
    position: relative;
    z-index: 2;
}

.newlist li .con {
    position: relative;
    width: calc(100% - 3.3rem);
    padding-left: .3rem;
}

.newlist li .span {
    font-size: 0.16rem;
    color: #006A39;
    transition: 0.5s;
}


.newlist li h3 {
    position: relative;
    /* padding-left: .5rem; */
    font-size: 0.2rem;
    color: #000;
    line-height: 0.32rem;
    margin: .2rem 0 .15rem;
    transition: 0.5s;
    font-weight: 600;
}

.newlist li .con:after {
    content: "";
    position: absolute;
    left: -.2rem;
    width: .4rem;
    height: 2px;
    background: #BF9B61;
    top: .35rem;
    z-index: 6;
}

.newlist li h4 {
    margin: .19rem 0 .38rem;
    font-size: 0.16rem;
    color: #666;
    line-height: .24rem;
    max-height: 0.48rem\0;
    transition: 0.5s;

}

.newlist li .p {
    justify-content: flex-end;
    opacity: 0;
    transition: 0.5s;
}

.newlist li .p p {
    color: #fff;
    font-size: 0.18rem;
    padding-right: 0.25rem;
    padding-bottom: 0.1rem;
}

.newlist li .p p::after {
    width: 0.82rem;
    height: 0.21rem;
 
    background-size: 100% 100%;
    left: auto;
    right: 0;
}

@media (max-width: 1199px) {
    .n_banner {
        margin-top: .75rem;
    }

    .n_banner:before {
        display: none;
    }
}

@media(min-width: 1024px) {
    .newlist li:hover:after {
        background: #006A39 url(../images/news-txtbg1.png) no-repeat right center;
    }

    .newlist li a:hover h3,
    .newlist li a:hover p,
    .newlist li a:hover .span,

    .newlist li a:hover h4 {
        color: #fff;
    }

    .newlist li a:hover span::after {

    }

    .newlist li:hover .con:after {
        background: #fff;
    }

    .newlist li a:hover .p {
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {
    .newlist li {
        margin-bottom: 0;
    }

    .newlist li a {
        padding: .15rem;
    }

    .newlist li .p {
        display: none;
    }

    .newlist li h4 {
        margin: .15rem 0;
    }

    .newlist li .con:after {
        top: .25rem;
    }
}

@media screen and (max-width: 768px) {
    .newlist li .scale {
        width: 2.3rem;
    }

    .newlist li .con {
        width: calc(100% - 2.3rem);
        padding-left: .2rem;
    }

    .newlist li h3 {
        margin: .1rem 0;
    }

    .newlist li p {
        -webkit-line-clamp: 2;
        line-height: .28rem !important;
    }

    .newlist li span {
        font-size: .16rem;
        padding-bottom: 0;
    }

    .newlist li span:after {
        display: none;
    }


}

@media screen and (max-width: 420px) {
    .newlist li .scale {
        width: 100%;
    }

    .newlist li .con {
        padding-left: 0;
        width: 100%;
        flex: none;
    }

    .newlist li h3 {
        margin-left: .3rem;
    }

    .newlist li .con:after {
        width: .2rem;
        left: 0;
    }
}

/* 新闻列表1 */

.newlist1 ul.list {
    margin-top: .1rem;
}

.newlist1 ul.list li a {
    align-items: center;
    line-height: 1.6;
    justify-content: space-between;
    padding: .2rem 0;
    border-bottom: 1px dashed #d2d2d2;
}

.newlist1 ul.list li a::after {
    width: 0;
    height: 1px;
    background: #006A39;
}

.newlist1 ul.list h3 {
    width: calc(100% - 1.1rem);
    font-size: 0.18rem;
    color: #333;
    padding: 0 .1rem 0 0rem;
    transition: 0.5s;
    position: relative;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newlist1 ul.list li span {
    width: 1.1rem;
    text-align: right;
    white-space: nowrap;
    font-size: 0.18rem;
    color: #333;
}

@media screen and (min-width: 1025px) {
    .newlist1 ul.list li a:hover h3 {
        color: #006A39;
        font-weight: 700;
    }

    .newlist1 ul.list li a:hover::after {
        width: 100%;
    }

    .newlist1 ul.list li a:hover {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }
}

@media(max-width: 768px) {}

@media(max-width: 456px) {}

/* 新闻列表2 */
.newlist2 li a {
    height: 2rem;
    /* align-items: center; */
    border-bottom: 1px solid #e6e6e6;
    padding: .3rem .25rem;
}

.newlist2 li a::after {
    background: #006A39;
    width: 0;
    height: 1px;
}

.newlist2 li .date {
    width: 0.85rem;
    border: 1px solid #dbdcdf;
    white-space: nowrap;
    font-size: 0.15rem;
    color: #333;
    display: flex;
    flex-direction: column;
    color: #021134;
    height: .9rem;
    border-bottom: 0.02rem solid #f29633;
    align-items: center;
    justify-content: center;
}

.newlist2 li .con {
    width: calc(100% - .85rem);
    padding-left: .3rem;
}

.newlist2 li .date span {
    font-size: 0.28rem;
    color: #021134;
    display: inline-block;
    margin-bottom: .1rem;
    font-weight: normal;
}

.newlist2 li h3 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.32rem;
    margin-bottom: .25rem;
}

.newlist2 li p {
    font-size: 0.16rem;
    color: #888888;
    line-height: 0.26rem;
    max-height: 0.78rem\0;
    text-indent: 2em;
}

.newlist2 li * {
    transition: 0.5s;
}

.newlist2 li .scale {
    width: 2.2rem;
}

.newlist2 li .zh {
    width: calc(100% - 2.2rem);
    padding-right: .4rem;
}


@media(min-width: 1024px) {
    .newlist2 li a:hover {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }

    .newlist2 li a:hover::after {
        width: 100%;
    }

    .newlist2 li a:hover .date {
        background: #006A39;
    }

    .newlist2 li a:hover .date,
    .newlist2 li a:hover .date span {
        color: #fff;
    }

    .newlist2 li a:hover h3 {
        color: #006A39;
    }
}

@media(max-width: 1024px) {
    .newlist2 li .scale {
        width: 30%;
    }

    .newlist2 li .zh {
        width: 70%;
        padding-right: .3rem;
    }

    .newlist2 li a {
        height: auto;
        padding: .25rem .15rem
    }

    .newlist2 li a::before {
        left: .15rem;
        bottom: 20%;
    }
}

@media(max-width: 768px) {
    .newlist2 li .date {
        width: 100%;
        flex-direction: row;
        align-items: flex-end;
        margin-bottom: .15rem;
        border: navajowhite;
        justify-content: flex-start;
        height: auto;
    }

    .newlist2 li .con {
        padding-left: 0;
        width: 100%;
    }

    .newlist2 li .date span {
        margin-bottom: 0;
        margin-right: .1rem;
    }

    .newlist2 li .scale {
        width: 40%;
    }

    .newlist2 li .zh {
        width: 60%;
        padding-right: .2rem;
    }

    .newlist2 li a::before {
        display: none;
    }

    .newlist2 li p {
        -webkit-line-clamp: 2;
    }
}

/* 校园风光 */

.xyfg ul {
    margin: 0 -0.15rem;
}

.xyfg li {
    width: 33.3%;
    padding: 0 0.15rem;
    margin-bottom: 0.3rem;
}

.xyfg li a {
    display: block;
    position: relative;
    z-index: 1;
}

.xyfg li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.4949;
}

.xyfg li h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0.16rem;
    color: #fff;
    line-height: 1;
    text-align: left;
    transition: 0.5s;
    font-weight: normal;
    padding: .15rem .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
}

.xyfg li .scale .imged {
    padding-bottom: 70%;
}

.xyfg .f01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.xyfg .f01 .left {
    width: 65.8%;
}

.xyfg .f01 .left li {
    width: 100%;
}

.xyfg .f01 .left li .imged {
    padding-bottom: 71%;
}

.xyfg .f01 .right {
    width: 31.5%;
}

.xyfg .f01 .right ul li {
    width: 100%;
}

.xyfg .f01 .right ul li:nth-child(2) {
    margin-bottom: 0;
}

@media(min-width: 1025px) {}

@media(max-width: 1024px) {
    .xyfg .vde {
        margin-bottom: 0.3rem;
    }

    .xyfg .f01 .right ul {
        display: flex;
    }

    .xyfg ul {
        margin: 0 -0.1rem;
    }

    .xyfg li {
        padding: 0 0.1rem;
        margin-bottom: 0.3rem;
    }

    .xyfg .f01 {
        display: block;
    }

    .xyfg .f01 .left {
        width: 100%;
    }

    .xyfg .f01 .right ul li {
        width: 50%;
    }

    .xyfg .f01 .right {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .xyfg li {
        width: 50%;
        margin-bottom: .15rem;
    }

    .xyfg li h3 {
        padding: .1rem;
        font-size: .14rem !important;
    }

}

@media(max-width: 456px) {}

/* content */
.article .tit {
    color: #333;
    font-size: 0.3rem;
    line-height: 0.36rem;
    text-align: center;
    font-weight: 600;
}

.article .conttime {
    margin: 0.2rem 0;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.article .conttime img {

    margin-right: .15rem;
}

.article .conttime span {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #C2BEBE;
    align-items: center;
    margin: 0 0.3rem 0 0;
    line-height: 0.3rem;
}

.article .cont {
    padding-bottom: 0.5rem;
}

.article .cont p {
    font-size: 0.2rem !important;
    color: #666;
    line-height: 0.36rem !important;
    margin-bottom: 0.2rem;

    text-align: justify;
    margin-bottom: 0.15rem;
}

.article table p {
    text-indent: 0 !important;
}

.article p img,
.article video {
    display: block !important;
    height: auto !important;
    margin: 0 auto;
}

.new_miew {
    padding-top: 0.3rem;
    border-top: 1px solid #006A39;
}

.new_miew h2 {
    font-size: .22rem;
    color: #006A39;
    margin-bottom: .25rem;
}

.new_miew p {
    /* margin-bottom: 0.1rem; */
    font-size: 0.16rem;
    color: #333;
    line-height: 0.32rem;
    margin-bottom: .15rem;
    transition: 0.5s;
}

.new_miew p a {
    font-size: .2rem;
    color: #666;
    transition: 0.5s;
    transition: 0.5s;
}

.new_miew p a:hover {
    color: #006A39;
}

@media screen and (max-width: 1024px) {
    .new-cont {
        width: 100%;
        padding-top: 0rem;
    }

    .cont-tit span {
        margin-right: 0.2rem;
    }

    .new-cont h2 {
        font-size: 0.24rem;
    }

    .cont-tit {
        margin: 0.15rem 0 0.1rem;
    }

    .article {
        padding-bottom: .25rem;
        min-height: 500px;
    }
}

/* 通知公告 */
.tzgg ul {
    justify-content: space-between;
}

.tzgg li {
    margin-bottom: .33rem;
    width: 100%;
}

.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
}

.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    display: none;
}

.imged video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}

video {
    max-width: 100%;
}

.scale {
    overflow: hidden;
}

a:hover .imged {
    transform: scale(1.1);
}

.tzgg li a {
    padding: 0.4rem .35rem;
    background: #fff;
    height: 2rem;
    align-items: center;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.tzgg li * {
    transition: 0.5s;
}

.tzgg li a::after {
    background: #006A39
}

.tzgg li .date {
    width: 1.1rem;
    height: 1.1rem;
    background: #006A39;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tzgg li .con {
    width: calc(100% - 1.1rem);
    padding-left: 0.4rem;
}

.tzgg li .date span {
    display: block;
    color: #fff;
    font-size: 0.36rem;
    font-family: geo;
    line-height: 1.1;
}

.tzgg li .date p {
    font-size: 0.2rem;
    color: #fff;
    font-family: geo;
}

.tzgg li h3 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.tzgg li h4 {
    font-size: 0.16rem;
    color: #999;
    line-height: 0.3rem;
    max-height: 0.6rem\0;
}



@media(min-width: 1024px) {

    .tzgg li a:hover h3,
    .tzgg li a:hover h4 {
        color: #fff;
    }

    .tzgg li a:hover::after {
        width: 100%;
        border-left: 0.05rem solid #ed9b42;
    }

    .tzgg li a:hover .date {
        background: #ed9b42;
        border-radius: 0px 0.25rem 0px 0.25rem;
    }

    .tzgg li a:hover .date p,
    .tzgg li a:hover .date span {
        color: #fff;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .tzgg li {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .tzgg li a {
        height: auto;
        padding: .2rem;
    }

    .tzgg li h3 {
        margin-bottom: 0.1rem;
    }

    .tzgg li .date {
        width: .9rem;
        height: .9rem;
    }

    .tzgg li .con {
        width: calc(100% - .9rem);
        padding-left: 0.2rem;
    }

}

/* 三级导航 */
.san-nav {
    width: 100%;
    background: #f7f7f7;
    margin-bottom: .4rem;
    display: none;
}

.san-nav ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

.san-nav li {
    /* height: 0.8rem; */
    display: flex;
    align-items: flex-end;
    padding: 0 .3rem;
}

.san-nav a {
    display: inline-block;
    /* margin: 0 0.4rem; */
    font-size: 0.16rem;
    color: #a9a9a9;
    display: flex;
    align-items: center;
    height: 0.5rem;
}

.san-nav a::after {
    height: 0.02rem;
    left: 0;
    background: rgba(0, 0, 0, 0);
    width: 100%
}

.san-nav a.on::after {
    background: #006A39;
}

.san-nav a:hover,
.san-nav a.on {
    color: #006A39;
}

/* 师资队伍 */
.jsml2 ul {
    justify-content: space-between;
}

.jsml2 li {
    width: 100%;
    margin-bottom: .5rem;
}

.jsml2 li * {
    transition: 0.5s;
}

.jsml2 li a {
    display: flex;
    align-items: center;
    padding: 0.35rem 0.4rem;
    background: url(../images/tw-bg.png) no-repeat right bottom/100% 100%;
    border-bottom: 6px solid #006A39;
    box-shadow: 0px 2px 23px 0px rgba(0, 106, 57, 0.1029);
}

.jsml2 li a .scale {
    width: 1.66rem;
}

.jsml2 li a .scale .imged {
    padding-bottom: 132.53%;
}

.jsml2 li a .cont {
    flex: 1;
    min-width: 0;
    margin-left: .5rem;
}

.jsml2 li a .cont .gd {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.jsml2 li * {
    transition: 0.5s;
}

.jsml2 li .h3 {
    padding-bottom: .2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.jsml2 li h3 {
    font-size: 0.3rem;
    color: #006A39;
    line-height: 1.5;
    font-weight: bold;
    margin-right: .2rem;
}

.jsml2 li p {
    font-size: 0.26rem;
    color: #333333;

}

.jsml2 li p span {
    display: inline-block;

    transition: 0s;
}

.jsml2 li h4 {
    font-size: 0.2rem;
    color: #666;
    line-height: 0.3rem;
    max-height: .9rem\0;
}

@media(min-width: 1024px) {


    .jsml2 li a:hover h3,
    .jsml2 li a:hover p,
    .jsml2 li a:hover h4 {
        color: #fff;
    }

    .jsml2 li:hover h4 {
        padding-right: .8rem;
    }

    .jsml2 li:hover a {
        background: url(../images/te-bg1.png) no-repeat right bottom/100% 100%;
        border-bottom: 6px solid #BF9B61;
    }

    .jsml2 li:hover a .cont .gd {
        opacity: 1;
        z-index: 9;
    }
}

@media(max-width: 1024px) {}

@media(max-width: 768px) {
    .jsml2 li {
        width: 100%;
    }
}

@media(max-width: 600px) {
    .jsml2 li a {
        padding: .15rem;
    }

    .jsml2 li a .cont {
        margin-left: .2rem;
    }

    .jsml2 li a .cont {
        flex: none;
        width: 100%;
        margin-left: 0;
    }

    .jsml2 li a {
        flex-wrap: wrap;
    }

    .jsml2 li a .scale {
        margin: 0 auto;
        margin-bottom: .2rem;
    }

    .jsml2 li h3 {
        font-size: .24rem;
    }

    .jsml2 li p {
        font-size: .16rem;
    }
}

/* 师资内容 */

.xrld .fl02 {
    padding: .1rem 0rem;
}

.xrld .fl02 .scale {
    width: 2.39rem;
}

.xrld .fl02 .con {
    flex: 1;
    min-width: 0;
    padding-left: .45rem;
}

.xrld .fl02 .con .h3 {
    border-left: 3px solid #006A39;
    padding: .3rem 0;
    padding-left: .5rem;
    margin-bottom: .5rem;
}

.xrld .fl02 .con .h3 h3 {
    font-size: 0.3rem;
    color: #006A39;
    font-weight: normal;

}

.xrld .fl02 .con .h3 span {
    display: block;
    font-size: 0.26rem;
    color: #333;
    margin-top: .15rem;
    font-weight: normal;
}

.xrld .fl02 .h3 p {
    padding: .2rem 0;
    border-bottom: 1px solid #cccccc;
    font-size: 0.16rem;
    color: #333;
}

.xrld .fl02 .con p {
    font-size: .2rem;
    color: #666666;
    margin-top: .3rem;
    line-height: .3rem;
}

.xrld .fl02 .con .cont {
    padding-top: .25rem;
}

.xrld .fl02 .imged {
    padding-bottom: 140%;
}

.xrld .cont p {
    font-size: 0.17rem !important;
    color: #333;
    line-height: 0.32rem !important;
    text-align: justify;
}

@media(max-width: 1024px) {
    .xrld {
        padding: 0;
        background: none;
    }
}

@media(max-width: 768px) {
    .xrld .fl02 .con {
        padding-left: 0;
        flex: none;
        width: 100%;
    }

    .xrld .fl02 .scale {
        margin: 0 auto;
    }

    .xrld .fl02 .h3 p {
        padding: .1rem 0;
    }

    .xrld .fl02 .con .cont {
        padding-top: .1rem;
    }

    .xrld .fl02 .con .h3 {
        padding: .15rem;
    }

    .xrld .fl02 .con p {
        margin-top: .1rem;
    }

    .xrld .fl02 .con .h3 h3 {
        font-size: .2rem;
    }

    .xrld .fl02 .con .h3 {
        margin-bottom: .15rem;
    }

    .xrld .fl02 .con .h3 span {
        font-size: .16rem;
    }

}

@media(max-width: 420px) {
    .xrld .fl02 .scale {
        width: 50%;
        margin: 0 auto 0.25rem;
    }

    .xrld .fl02 .con {
        width: 100%;
        padding-left: 0rem;
    }
}

/* 组织机构 */



.zzjg li {
    width: 49%;
    padding: .04rem;
    border: 1px solid rgba(0, 106, 57, 0.2);
    margin-bottom: .35rem;
    background: url(../images/jgbg.png) no-repeat center center/100% 100%;
}

.zzjg li h3 {
    height: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid rgba(0, 106, 57, 0.2);

    padding: 0 0.2rem;
}

.zzjg li h3 a {
    position: relative;
    padding-left: .15rem;
    transition: all .6s;
}


.zzjg li h3 a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 0.1rem;

    background: url(../images/jg_ic1.png) no-repeat left center/.1rem auto;
}

.zzjg li a {
    font-size: 0.2rem;
    color: #111;
    line-height: 1.3;
    transition: 0.5s;
    display: inline-block;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(min-width: 1025px) {
    .zzjg li:hover {
        background: url(../images/jg-bg1.png) no-repeat center center/100% 100%;
        box-shadow: 0px 2px 14px 0px rgba(0, 106, 57, 0.5512);
    }

    .zzjg li h3:hover::after {
        opacity: 1;
    }

    .zzjg li h3:hover a {
        color: #fff;
        font-weight: 700;
    }

    .zzjg li:hover h3 {
        border: 1px solid rgba(255, 255, 255, 0.3038);
    }
}


@media(max-width: 768px) {
    .zzjg li {
        width: 100%;
        margin-bottom: .15rem;
    }

    .jglist .tit img {
        display: none;
    }

    .jglist .tit h3 {
        width: auto;
        margin: 0 auto;
        font-size: 0.26rem;
    }

    .jglist {
        margin-bottom: 0.3rem;
    }

    .jglist .tit {
        margin-bottom: 0;
    }

    .local {
        margin-bottom: .2rem;
    }
}

@media(max-width: 456px) {
    .zzjg li {
        width: 100%;
    }
}

/* 简介 */


.xyjj .cont p {
    font-size: 0.2rem !important;
    line-height: 0.3rem !important;
    color: #666666 !important;
    text-align: justify;

}

.xyjj .cont p span {
    font-size: 0.18rem !important;
    line-height: 0.34rem !important;
    color: #666666 !important;
}

.xyjj .f01 {

    justify-content: space-between;
    align-items: center;
}

.xyjj .f01 .left {
    width: 48.4%;
    padding: .3rem;
    background: url(../images/xybg1.png) no-repeat left center/85% 100%;
}

.xyjj .f01 .right {
    width: 50.2%;
}

.xyjj .f01 .left img {
    width: 100%;
}

.xyjj .f01 .right .h3 {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0.33rem;
}

.xyjj .fl01 .right h3 {
    font-size: 0.32rem;
    color: #222;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.15rem;
}

.xyjj .fl01 .right h4 {
    font-size: 0.26rem;
    color: #222;
    font-weight: 500;
    padding-left: 0.35rem;
}

.xyjj .fl01 .right h4 span {
    font-size: 0.36rem;
    color: #006A39;
    font-weight: 700;
}

.xyjj .fl01 .right h4::after {
    width: 2.4rem;
    height: 0.07rem;
 
    background-size: 100%;
    left: auto;
    right: 100%;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.xyjj .f02 {
    position: relative;
    padding: .4rem 0;
}

.xyjj .f02::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 4.56rem;
    width: 13.23rem;
    transform: translate(-50%, -50%);
    background: url(../images/xy-f02bg.png) no-repeat center center/100% 100%;
}

.xyjj .f02 .swiper-slide {
    text-align: center;
    border-left: 1px solid rgba(151, 151, 151, .2);
}

.xyjj .f02 .swiper-slide.swiper-slide-active {
    border-left: none;
}

.xyjj .f02 .swiper-slide.swiper-slide-duplicate-prev {
    border-left: none;
}

.xyjj .f02 .swiper-slide h2 {
    font-size: .4rem;
    font-family: "sisong";
    color: #006A39;
}

.xyjj .f02 .swiper-slide p {
    font-size: .16rem;
    color: #666;
}

.xyjj .f02 .prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .35rem;
    height: .35rem;
    background: url(../images/xy-l.png) no-repeat center center/100% 100%;
    z-index: 9;
    cursor: pointer;
}

.xyjj .f02 .next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .35rem;
    height: .35rem;
    background: url(../images/xy-r.png) no-repeat center center/100% 100%;
    z-index: 9;
    cursor: pointer;
}

.xyjj .f03 {
    position: relative;
}

.xyjj .f03 ul li {
    margin-bottom: .3rem;
    cursor: pointer;
}

.xyjj .f03 ul li h2 {
    position: relative;
    line-height: .8rem;
    background: url(../images/xyf03_bg.png) no-repeat center center/100% 100%;
    padding: 0 .47rem;
    font-size: .22rem;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xyjj .f03 ul li h2 span {
    position: absolute;
    background: url(../images/sjx.png) no-repeat center center;
    width: .2rem;
    height: .2rem;
    left: .2rem;
    top: 50%;
    transform: translateY(-50%);
}

.xyjj .f03 ul li.on h2 span {
    top: 40%;
    transform: rotate(90deg);
}

.xyjj .f03 .cont {
    padding: .48rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px 0px rgba(0, 106, 57, 0.2133);
    display: none;
}


.xyjj .f03 ul li.active .cont {
    display: block;
}

.xyjj .f04 .right {
    order: -1;
}

.xyjj .f04 .left {
    background: url(../images/xyf04-bg.png) no-repeat right center/ 85% 100%;
    ;
}

@media(max-width: 768px) {
    .xyjj .f01 .left {
        width: 100%;
        padding: .15rem;
        margin-bottom: 0.15rem;
    }

    .xyjj .f01 .right {
        width: 100%;


    }

    .xyjj .f03 .cont {
        padding: .15rem;
    }

    .xyjj .fl01 .right h4 span {
        font-size: 0.3rem;
    }

    .xyjj .f03 ul li h2 {
        line-height: .6rem;
    }
}



/*====翻页====*/
.j_pages {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.j_pages .box {
    display: flex;
    padding: 0;
    font-size: 0;
    align-items: center;
    flex-wrap: wrap;
}

.j_pages a {
    padding: 0px 0.13rem;
    height: 0.34rem;
    line-height: 0.34rem;
    display: inline-block;
    margin: 0 3px 0.1rem;
    color: #919191;
    font-size: 0.14rem;
    transition: all .3s;
    border-radius: .04rem;
    border: 1px solid #ccc;
}

.j_pages a font {
    padding: 0 0.1rem
}

.j_pages .on {
    background: #006A39;
    color: #fff;
    border: none;
}

.j_pages a:hover {
    background: #006A39;
    color: #fff !important;
}

.j_pages span {
    color: #919191;
    height: 0.34rem;
    line-height: 0.34rem;
    display: inline-block;
    font-size: 0.14rem;
}

.j_pages input {
    color: #919191;
    padding: 0px 0.16rem;
    height: 0.4rem;
    line-height: 0.4rem;
    display: inline-block;
    font-size: 0.14rem;
    background: #f6f6f6;
    border: none;
    cursor: pointer;
    border-radius: 0;
    transition: 0.6s;
}

.j_pages input[type="text"] {
    width: 0.4rem;
    padding: 0;
    text-align: center
}

.j_pages input[type="submit"]:hover {
    background: #006A39;
    color: #fff
}


/* public */
@media(max-width: 1200px) {
    .ban:before {
        top: 0;
        display: none;
    }
}

@media(max-width: 1024px) {

    .inner_left,
    .inner_right .lm_top .adress,
    .local h2 {
        display: none;
    }

    .inner_right {
        width: 100%;
        padding-left: 0;
        flex: none;
        margin-left: 0;
    }

    .wrap_ph {
        display: block;
    }

    .inner {
        padding: 0.3rem 0;

    }

    .page {
        margin: .25rem 0 0;
    }

    .san-nav {
        display: block;
    }

    .j_pages {
        margin-top: .3rem;
    }
}

@media(max-width: 768px) {
    .txt1 {
        font-size: 0.2rem !important;
    }

    .p1 {
        line-height: 0.26rem !important;
        font-size: 0.16rem !important;
    }

    .ban .imged {
        padding-bottom: 35%;
    }
}

.xyzh .f01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.xyzh .f01 .left {
    position: relative;
    width: 47.18%;
    z-index: 6;
    margin-top: .2rem;
}

.xyzh .f01 .left img {
    display: block;
    width: 100%;
}

.xyzh .f01 .right {
    position: relative;
    width: 52.82%;
    padding: .9rem 0 .7rem .6rem;
    padding-right: 8.3%;
}

.xyzh .f01 .right::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: -5%;
    background: rgba(0, 106, 57, .0631);

}

.xyzh .f01 .right h2 {
    position: relative;
    font-size: .4rem;
    color: #BF9B61;
    font-weight: bold;
    margin-bottom: .35rem;
    z-index: 8;
}

.xyzh .f01 .right p {
    position: relative;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #666666;
    z-index: 6;
}

.xyzh .f01 .right .zh-xx {
    flex: 1;
    min-width: 0;
    margin-right: .15rem;
    height: 1px;
    background: rgba(0, 106, 57, .2);
}

.xyzh .f01 .right .more {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: .8rem;
    text-align: right;
    z-index: 6;
}

.xyzh .f01 .right .more a {
    font-size: .16rem;
    color: #006A39;
    transition: all .6s;
}

.xyzh .f01 .right .more a:hover {
    letter-spacing: 2px;
}

@media(max-width: 1024px) {
    .xyzh .f01 .left {
        width: 100%;
    }

    .xyzh .f01 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .xyzh .f01 .right {
        width: 100%;
        padding: .15rem;
    }

    .xyzh .f01 .right::after {
        left: 0;
    }

    .xyzh .f01 .right h2 {
        margin-bottom: .15rem;
        font-size: .2rem;
    }

    .xyzh .f01 .right .more {
        margin-top: .15rem;
    }
}

.xyzh .f02 {
    padding: .8rem 0 2.75rem;
    background: url(../images/zh-bg2.png) no-repeat center bottom/100% auto;
}

.zh_tit {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: .2rem;
}

.zh_tit h2 {
    font-size: .4rem;
    color: #BF9B61;
    font-weight: normal;
}

.zh_tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .16rem;
    color: #006A39;
    transition: all .6s;
}

.xyzh .f02 ul li a {
    display: block;
    padding: .29rem 0;
    border-bottom: 1px solid rgba(0, 106, 57, .3);
}

.xyzh .f02 ul li a h2 {
    padding-left: .2rem;
    font-size: .24rem;
    color: #006A39;
    font-weight: normal;
    background: url(../images/jg_ic1.png) no-repeat left center;
}

.xyzh .f02 ul li a p {
    font-size: .2rem;
    color: #666;
    margin-top: .1rem;
}

.xyzh .f02 ul li:hover a p {
    color: #006A39;
}

@media(max-width: 1024px) {
    .xyzh .f02 {
        padding: .2rem 0;
    }

    .zh_tit {
        justify-content: space-between;
    }

    .zh_tit h2 {
        font-size: .24rem;
    }

    .xyzh .f02 ul li a {
        padding: .15rem 0;
    }
}

.xyzh .f03 {
    position: relative;
    margin-top: -1.5rem;
    z-index: 6;
}

.xyzh .f03 .wp {
    position: relative;
    z-index: 9;
}

.xyzh .f03::after {
    content: "";
    position: absolute;
    right: 0;
    background: #E8F1EE url(../images/zh-f03bg.png) no-repeat right bottom;
    width: 60%;

    height: 5.04rem;
    bottom: 0;
}

.xyzh .f03::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/zh-f03bg1.jpg) no-repeat right bottom/100% auto;
    width: 60%;
    top: .6rem;
    height: 3.21rem;

}

.xyzh .f03-tw {
    position: relative;
    padding-top: .7rem;
    display: flex;
    flex-wrap: wrap;
}

.xyzh .f03-tw .left {
    width: 50%;
}

.xyzh .f03-tw .left img {
    display: block;
    width: 100%;
}

.xyzh .f03-tw .right {
    width: 50%;
    padding-left: .5rem;
}

.xyzh .f03-tw .right ul {
    padding-top: .5rem;
}

.xyzh .f03-tw .right ul li {
    line-height: .79rem;
    border-bottom: 1px solid rgba(191, 155, 97, .3);
}

.xyzh .f03-tw .right ul li a {
    display: block;
    padding-left: .2rem;
    background: url(../images/jg_ic1.png) no-repeat left center;
    font-size: .24rem;
    color: #006A39;
}

.zh_tit a:hover {
    letter-spacing: 2px;
}

@media(max-width: 1024px) {
    .xyzh .f03 {
        margin-top: 0;
        padding: .2rem 0;
    }

    .xyzh .f03-tw {
        padding-top: .2rem;
    }

    .xyzh .f03-tw .left {
        width: 100%;
    }

    .xyzh .f03-tw .right {
        width: 100%;
        padding-left: 0;
        padding-top: .15rem;
    }

    .xyzh .f03-tw .right ul {
        padding-top: 0;
    }

    .xyzh .f03::before {
        display: none;
    }

    .xyzh .f03-tw .right ul li a {
        line-height: .5rem;
    }

    .xyzh .f03-tw .right ul li a {
        font-size: .2rem;
    }
}
