*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.fix:after,
.fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/* 
.m-content-z .prev:hover span,
.m-content-z .next:hover span {
    background-size: 100% 1px;
} */

.m-content-z {
    padding: 0.9rem 0 1.06rem;
}

.m-content-z h1 {
    font-size: 0.36rem;
    line-height: 0.44rem;
    color: #0C0C0C;
    margin-bottom: 0.3rem;
    text-align: center;
    font-family: "Butler";
}

.m-content-z .desc {
    background-color: rgba(222, 226, 230, .3);
    height: 0.52rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.57rem;
}

.m-content-z .info {
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
    height: 0.3rem;
    padding-left: 0.25rem;
    margin: 0 0.2rem;
    position: relative;
}

.m-content-z .author,
.m-content-z .date {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/co1.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.m-content-z .date {
    background: url(../images/co2.png) center center no-repeat;
    background-size: contain;
}

.m-content-z p {
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #000;
}

.m-content-z .bot {
    font-size: 0.2rem;
    line-height: 0.46rem;
    text-align: right;
    margin-bottom: 0.42rem;
}

.m-content-z .bot span {
    display: block;
}

.g-jump {
    border-top: 1px solid #DEE2E6;
    padding-top: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-content-z .prev,
.m-content-z .next{
    display: block;
    color: #115740;
    height: 0.42rem;
    line-height: 0.42rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.18rem;
    overflow: hidden;
}

.m-content-z .prev span,
.m-content-z .next span{
    display: block;
    float: left;
}

.m-content-z .prev a,
.m-content-z .next a{
    overflow: hidden;
    display: block;
}


.ul-list-ad .con span,
.m-content-z .prev a span,
.m-content-z .next a span {
    background-image: linear-gradient(45deg, #115740, #115740);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s ease-in-out;
    -webkit-transition: background-size .3s ease-in-out;
    -moz-transition: background-size .3s ease-in-out;
    -ms-transition: background-size .3s ease-in-out;
    -o-transition: background-size .3s ease-in-out;
}


.ul-list-ad .con:hover span,
.m-content-z .prev a:hover span,
.m-content-z .next a:hover span{
    background-size: 100% 1px;
}

.g-jump .close {
    display: block;
    width: 1.98rem;
    height: 0.48rem;
    background-color: #115740;
    color: #fff;
    text-align: center;
    line-height: 0.48rem;
    font-size: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-family: "Butler";
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 1px solid transparent;
}

.g-jump .ico {
    width: 0.15rem;
    height: 0.16rem;
    background: url(../images/co4.png) center center no-repeat;
    background-size: contain;
    margin-left: 0.08rem;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.g-jump .close:hover{
    background-color: #fff;
    color: #115740;
   border-color: #115740;
}

.g-jump .close:hover .ico{
    background: url(../images/co5.png) center center no-repeat;
    background-size: contain;
}

.m-content-z p img {
    max-width: 100%;
    height: auto;
    object-fit: cover;display: table;
    margin: 0 auto;
}

.m-content-z .l {
    width: 70%;
}

.m-content-z .imp {
    font-size: 0.24rem;
    line-height: 1.4;
    font-family: 'Butler';
}

/*  */
.m-administartion {
    padding: 0.9rem 0 1.6rem;
    position: relative;
}

.g-bg-z {
    position: relative;
}

.g-bg-z::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/adm5.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 16.2rem;
    z-index: -1;
}

.g-bg-z::after {
    bottom: -3.2rem;
}

.g-title-z {
    margin-bottom: 0.5rem;
}

.g-title-z .tit {
    font-size: 0.48rem;
    color: #115740;
    line-height: 1.2;
    margin-bottom: 0.65rem;
    font-family: 'Butler';
    font-weight: bold;
}

.g-title-z .line {
    width: 75%;
    position: relative;
    height: 1px;
    background-color: #DCDCDC;
}

.g-title-z .line::after {
    content: "";
    display: block;
    position: absolute;
    width: 22%;
    height: 1px;
    background-color: #115740;
    left: 0;
    top: 0;
    bottom: 0;
}

.g-tit-z {
    font-size: 0.3rem;
    line-height: 1.2;
    color: #115740;
    font-family: 'Butler';
    margin-bottom: 0.3rem;
    padding-left: 0.3rem;
    position: relative;
    font-weight: bold;
}

.g-tit-z::after {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #115740;
}

.ul-list-ad {
    overflow: hidden;
    margin: 0 -0.95rem;
    margin-bottom: 0.58rem;
}

.ul-list-ad .con {
    display: block;
    margin: 0 0.95rem;
    font-size: 0.2rem;
    line-height: 1.7em;
    height: 5.1em;
    color: #115740;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ul-list-ad li {
    width: 33.33%;
    float: left;
    margin-bottom: 0.28rem;
}

.g-title-z2 .tit {
    margin-bottom: 0.36rem;
}

.ul-info-z .con {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(202, 202, 202, .7);
}

.ul-info-z .l {
    font-size: 0.3rem;
    font-family: 'Butler';
    line-height: 1.8em;
    height: 3.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #115740;
    width: 43%;
    margin-right: 2%;
    float: left;
    font-weight: bold;
}

.ul-info-z .icon {
    width: 0.34rem;
    height: 0.32rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0.14rem;
}

.ul-info-z .r {
    width: 55%;
    overflow: hidden;
    margin-bottom: -0.36rem;
}

.ul-info-z .item {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 0.36rem;
}

.ul-info-z .item span {
    color: #333333;
    font-size: 0.2rem;
}

.ul-info-z .con {
    padding: 0.45rem 0;
}

.ul-info-z li:last-child .con {
    border: none;
}

.wp-z {
    max-width: 14.4rem;
    margin: 0 auto;
}

.ul-list-ad2 li {
    width: 50%;
}

.g-title-z3 .tit {
    font-size: .3rem;
}

.ul-list-ad {
    margin-bottom: 0;
}

/*  */

.m-anniversary {
    padding: .9rem 0 1rem;
}

.m-anniversary .tit {
    font-size: .6rem;
    color: #000;
    text-align: center;
    font-family: "Butler";
    line-height: 1.2;
    margin-bottom: .38rem;
}

.ul-move {
    margin: 0 -.16rem;
}

.ul-move li {
    float: left;
    width: 33.33%;
    margin-bottom: .8rem;
}

.ul-move .con {
    display: block;
    margin: 0 .16rem;
    border-bottom: 1px solid #000;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.ul-move .video {
    padding-top: 61%;
    position: relative;
}

.ul-move .bg-video {
    object-fit: fill;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.ul-move .txt {
    padding: .24rem .36rem;
    background-color: #fff;
}

.ul-move .txt span {
    font-size: .2rem;
    line-height: .3rem;
    height: .6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000000;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.ul-move .play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.ul-move .icon {
    width: .56rem;
    height: .56rem;
    background: url(../images/mv10.png) center center no-repeat;
    background-size: contain;
}

.ul-move .con:hover {
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.24);
    border-color: #115740;
}

.ul-move .con:hover .txt span {
    color: #115740;
}


@media only screen and (max-width: 1024px) {
    .wp-z {
        max-width: 94%;
    }

    .m-content-z {
        padding: 0.4rem 0 0.6rem;
    }

    .m-content-z h1 {
        font-size: 0.3rem;
        line-height: 0.4rem;
        margin-bottom: 0.2rem;
    }


    .m-content-z p {
        font-size: 0.18rem;
        line-height: 1.5;
    }

    .m-content-z .bot {
        font-size: 0.18rem;
        line-height: 1.6;
    }

    .m-content-z {
        font-size: 0.2rem;
    }

    .g-jump {
        display: block;
    }

    .m-content-z .l {
        margin-bottom: 0.2rem;
        width: 100%;
    }

    .m-content-z .prev,
    .m-content-z .next {
        font-size: 0.16rem;
        line-height: 0.3rem;
        height: 0.3rem;
    }

    .m-content-z .desc {
        margin-bottom: 0.3rem;
    }

    .m-content-z .imp {
        font-size: 0.2rem;
    }

    .m-content-z .bot {
        margin-bottom: 0.3rem;
    }

    .m-administartion {
        padding: 0.4rem 0 0.6rem;
    }

    .g-title-z {
        font-size: 0.3rem;
        margin-bottom: .2rem;
    }

    .g-title-z .tit {
        font-size: 0.3rem;
    }

    .g-tit-z {
        font-size: 0.24rem;
        margin-bottom: 0.2rem;
    }

    .ul-list-ad {
        margin: 0 -0.3rem;
        margin-bottom: 0.3rem;
    }

    .ul-list-ad .con {
        font-size: 0.18rem;
        margin: 0 0.3rem;
    }

    .ul-list-ad li {
        margin-bottom: 0.2rem;
    }

    .ul-info-z .l {
        font-size: 0.22rem;
        line-height: 1.6em;
        height: 3.2em;
    }

    .ul-info-z .icon {
        width: 0.21rem;
        height: 0.2rem;
    }

    .ul-info-z .item span {
        font-size: 0.16rem;
    }

    .ul-info-z .con {
        padding: 0.2rem 0;
    }

    .ul-info-z .item {
        margin-bottom: 0.2rem;
    }


    .ul-list-ad li {
        width: 50%;
    }

    .m-anniversary {
        padding: .4rem 0 .6rem;
    }


    .m-anniversary .tit {
        font-size: .4rem;
        margin-bottom: .3rem;
    }

    .ul-move li {
        width: 50%;
    }

    .ul-move li {
        margin-bottom: .3rem;
    }

    .ul-move .txt span {
        font-size: .18rem;
    }

    .ul-move {
        padding-bottom: .2rem;
    }
}


@media only screen and (max-width: 800px) {
    .m-content-z h1 {
        font-size: 0.2rem;
    }

    .ul-info-z .l {
        width: 100%;
        float: none;
    }

    .ul-info-z .r {
        width: 100%;
        margin-bottom: -.2rem;
    }

    .ul-info-z .con {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .ul-info-z .l {
        font-size: .2rem;
        margin-bottom: .1rem;
    }

    .m-content-z .bot,
    .m-content-z p {
        font-size: 0.14rem;
    }

    .m-content-z .imp {
        font-size: 0.16rem;
    }

    .m-content-z .desc {
        display: block;
        height: auto;
    }

    .m-content-z .info {
        display: inline-block;
    }

    .m-content-z {
        padding: 0.3rem 0;
    }

    .ul-info-z .l {
        font-size: 0.18rem;
    }

    .ul-info-z .item {
        width: 100%;
        float: none;
    }

    .g-title-z3 .tit,
    .g-title-z .tit {
        font-size: 0.22rem;
    }

    .g-tit-z {
        font-size: 0.2rem;
    }

    .ul-list-ad li {
        width: 100%;
    }

    .m-administartion {
        padding: 0.3rem 0;
    }

    .ul-list-ad .con {
        font-size: 0.16rem;
        height: auto;
    }

    .g-title-z .line {
        width: 100%;
    }

    .ul-move li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .ul-move .txt {
        padding: .1rem .2rem;
    }

    .m-anniversary {
        padding: .3rem 0;
    }

    .ul-move .txt span {
        font-size: .16rem;
    }

}