div.select-main {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    height: 40px;
    position: relative;
    width: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

div.select-main.z-index {
    z-index: 10
}

div.select-main.disabled {
    cursor: default;
    opacity: .5;
    zoom: 1
}

div.select-main.disabled div.select-set {
    cursor: default
}

div.select-main.disabled div.select-arrow {
    cursor: default
}

div.select-set {
    color: #333;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    padding: 0 35px 0 15px;
    width: 100%;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

div.select-arrow {
    border-top: 7px solid #a0a0a0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    cursor: pointer;
    height: 0;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    z-index: 7
}

div.select-arrow.reverse {
    border-top: 7px solid transparent;
    border-bottom: 7px solid #a0a0a0;
    top: 10px
}

div.select-block {
    background-color: #fff;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    box-shadow: 0 0 2px #a0a0a0;
    left: -1px;
    line-height: 20px;
    position: absolute;
    top: 39px;
    width: 300px;
    z-index: 999
}

ul.select-list {
    cursor: pointer
}

ul.select-list::-webkit-scrollbar {
    width: 5px
}

ul.select-list::-webkit-scrollbar-track {
    border-radius: 10px
}

ul.select-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .5)
}

ul.select-list {
    scrollbar-face-color: #aeb1b1;
    scrollbar-shadow-color: #c7caca;
    scrollbar-highlight-color: #ced1d1;
    scrollbar-3dlight-color: #ced1d1;
    scrollbar-darkshadow-color: #c7caca;
    scrollbar-track-color: #ced1d1;
    scrollbar-arrow-color: #333
}

li.select-items {
    color: #333;
    padding: 7px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

li.select-items.active,
li.select-items:hover {
    background-color: #1b939c;
    color: #fff
}

.ui-pagination-container {
    height: 30px;
    line-height: 30px
}

.ui-pagination-container .ui-pagination-page-item {
    font-size: 14px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #e9e9e9;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 2px
}

.ui-pagination-container .ui-pagination-page-item:hover {
    border-color: #1f6e78;
    color: #1f6e78;
    text-decoration: none
}

.ui-pagination-container .ui-pagination-page-item.active {
    background: #1f6e78;
    border-color: #1f6e78;
    color: #fff;
    cursor: default
}

.body .right .top {
    padding-top: 31px
}

.body .right .top .box {
    width: 907px;
    padding: 30px 39px;
    padding-bottom: 20px;
    background-image: url(../img/gywm-zzjg/kxj-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.body .right .top .box .input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #1f6e78;
    width: 828px;
    background: #fff
}

.body .right .top .box .input input {
    font-size: 16px;
    color: #888;
    width: 767px;
    height: 54px;
    padding-left: 20px
}

.body .right .top .box .input .search {
    width: 61px;
    height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#1b7d85), to(#1c9da7));
    background: -webkit-linear-gradient(left, #1b7d85 0, #1c9da7 100%);
    background: linear-gradient(90deg, #1b7d85 0, #1c9da7 100%)
}

.body .right .top .box .input .search img {
    width: 20px;
    height: 20px
}

.body .right .top .box .az {
    color: #888;
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.body .right .top .box .az>div:nth-child(1) {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.body .right .top .box .az .title {
    font-weight: 700;
    padding-right: 22px
}

.body .right .top .box .az .item {
    display: inline-block;
    width: 29px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer
}

.body .right .top .box .az .active {
    color: #1f6e78;
    font-weight: 700
}

.body .right .top .box .eyes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 10px
}

.body .right .top .box .eyes .eye {
    width: 363px;
    height: 78px;
    background: #f0f8f3;
    border: 1px solid #1f6e78;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.body .right .top .box .eyes .eye .pl {
    margin-left: 30px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.body .right .top .box .eyes .eye span {
    font-size: 22px;
    color: #666;
    margin-left: 20px
}

.body .right .top .box .eyes .eye .plr {
    margin-left: 130px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.body .right .top .box .eyes .eye::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #1f6e78;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.body .right .top .box .eyes .eye:hover::after {
    width: 100%
}

@media screen and (max-width:800px) {
    .ui-pagination-container {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        height: .8rem;
        white-space: nowrap;
        line-height: .8rem
    }

    .ui-pagination-container .ui-pagination-page-item {
        font-size: .32rem;
        padding: .1066666667rem .2666666667rem;
        background: #fff;
        border: 1px solid #e9e9e9;
        margin: 0 .08rem;
        text-decoration: none;
        border-radius: .0533333333rem
    }

    .ui-pagination-container .ui-pagination-page-item:hover {
        border-color: #1f6e78;
        color: #1f6e78;
        text-decoration: none
    }

    .ui-pagination-container .ui-pagination-page-item.active {
        background: #1f6e78;
        border-color: #1f6e78;
        color: #fff;
        cursor: default
    }
}

.banner {
    width: 100%;
    height: 420px;
    margin-top: 110px
}

.banner img {
    width: 100%;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover
}

#pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.body {
    width: 1300px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.body .left .box {
    width: 300px;
    background-image: url(../img/gywm-znbm/leftbg.png);
    background-repeat: no-repeat;
    border-radius: 0 50px 0 0;
    -webkit-transform: translateY(-118px);
    -ms-transform: translateY(-118px);
    transform: translateY(-118px);
    padding-bottom: 22px;
    position: relative
}

.body .left .box .breadcrumb {
    position: absolute;
    left: 392px;
    top: 64px;
    font-size: 14px;
    color: #fdffff;
    width: 600px
}

.body .left .box .breadcrumb span {
    cursor: pointer
}

.body .left .box .name {
    font-size: 40px;
    color: #fff;
    padding: 33px 0;
    text-align: center
}

.body .left .box .items {
    width: 300px;
    background: #f0f8f3;
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px)
}

.body .left .box .items .item {
    font-size: 18px;
    padding: 19px 48px;
    border-bottom: 1px solid #d1e3e1;
    cursor: pointer
}

.body .left .box .items .active {
    background-color: #fff;
    color: #1f6e78;
    font-weight: 700;
    position: relative
}

.body .left .box .items .active::after {
    content: "";
    width: 36px;
    height: 11px;
    background: url(../img/gywm-znbm/active.png);
    position: absolute;
    left: 145px;
    top: 25px
}

.body .right {
    width: 941px
}

.body .right .name {
    font-size: 40px;
    color: #333;
    padding-top: 33px;
    padding-left: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.body .right .name .serchbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.body .right .name .select-main {
    margin-left: 10px;
    width: 138px
}

.body .right .name div.select-block {
    width: 138px
}

.body .right .items .item {
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    position: relative
}

.body .right .items .item::after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#1b7d85), to(#1c9da7));
    background: -webkit-linear-gradient(left, #1b7d85 0, #1c9da7 100%);
    background: linear-gradient(90deg, #1b7d85 0, #1c9da7 100%);
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0 15px 0 15px
}

.body .right .items .item .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d0d7e1;
    padding-top: 30px;
    padding-bottom: 30px
}

.body .right .items .item .l {
    width: 150px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.body .right .items .item .l .year {
    font-size: 18px;
    color: #999
}

.body .right .items .item .l .mouth>span:nth-child(1) {
    font-size: 32px;
    color: #1f6e78
}

.body .right .items .item .l .mouth>span:nth-child(2) {
    font-size: 32px;
    color: #333
}

.body .right .items .item .r {
    width: 741px
}

.body .right .items .item .r .title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.body .right .items .item .r .des {
    font-size: 16px;
    color: #888;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify
}

.body .right .items .item:hover::after {
    width: 104%;
    height: 100%;
    left: -2%;
    top: 0;
    content: "";
    -webkit-box-shadow: 10px 11px 20px 4px rgba(58, 68, 66, .28);
    box-shadow: 10px 11px 20px 4px rgba(58, 68, 66, .28)
}

.body .right .items .item:hover .box {
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #1c9da7
}

.body .right .items .item:hover .l .year {
    color: #fff
}

.body .right .items .item:hover .l .mouth>span:nth-child(1) {
    color: #fff
}

.body .right .items .item:hover .l .mouth>span:nth-child(2) {
    color: #fff
}

.body .right .items .item:hover .r .title {
    color: #fff
}

.body .right .items .item:hover .r .des {
    color: #fff
}

.content {
    position: relative
}

.content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

.content .row .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 450px
}

.content .row .item .l {
    width: 165px;
    height: 211px;
    background: #f1f0f4;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    cursor: pointer
}

.content .row .item .l img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.content .row .item .l:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.content .row .item .r {
    margin-left: 26px
}

.content .row .item .r .ml {
    font-size: 22px;
    font-weight: 700;
    color: #1f6e78;
    margin-top: 5px
}

.content .row .item .r .tp {
    font-size: 14px;
    color: #444;
    margin-top: 12px;
    position: relative
}

.content .row .item .r .tp::after {
    content: "";
    width: 17px;
    height: 4px;
    background-color: #1b7d85;
    position: absolute;
    left: 0;
    bottom: -20px
}

.content .row .item .r .des {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 30px
}

.content .row .item .r .btn {
    border: 1px solid #1f6e78;
    font-size: 14px;
    color: #23717a;
    margin-top: 30px;
    width: 119px;
    height: 36px;
    cursor: pointer;
    background-image: url(../img/gywm-zzjg/swap-right.png);
    background-position: 69px 1px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 21px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content .row .item .r .btn:hover {
    background-color: #1f6e78;
    color: #fff;
    background-image: url(../img/gywm-zzjg/swap-right-w.png)
}

@media screen and (max-width:800px) {
    div.select-main {
        width: 4.3866666667rem
    }

    .content {
        margin-top: .4rem
    }

    .content .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #ddd;
        padding-top: .2666666667rem;
        margin-bottom: .2666666667rem
    }

    .content .item .l {
        width: 2.6933333333rem;
        height: 3.6133333333rem;
        margin-right: .5333333333rem;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-color: #666
    }

    .content .item .l img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .content .item .r .ml {
        font-size: .4rem;
        color: #1f6e78;
        font-weight: 700;
        margin-bottom: .2rem
    }

    .content .item .r .tp {
        font-size: .2933333333rem;
        color: #444;
        margin-bottom: .4rem;
        position: relative
    }

    .content .item .r .tp:after {
        content: "";
        width: .2666666667rem;
        height: .04rem;
        background-color: #1b7d85;
        position: absolute;
        left: 0;
        bottom: -.2133333333rem
    }

    .content .item .r .des {
        font-size: .32rem;
        color: #777;
        line-height: .48rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .content .item .r .btn {
        margin-top: .36rem;
        width: 2.1333333333rem;
        height: .7466666667rem;
        background: -webkit-gradient(linear, left top, right top, from(#1b7d85), to(#1c9da7));
        background: -webkit-linear-gradient(left, #1b7d85 0, #1c9da7 100%);
        background: linear-gradient(90deg, #1b7d85 0, #1c9da7 100%);
        font-size: .32rem;
        color: #fff
    }

    .content .item .r .btn a {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .content .item .r .btn a img {
        width: .5333333333rem;
        margin-left: .1333333333rem
    }

    div.select-block {
        width: 100%
    }

    .banner {
        width: 100%;
        height: 4.16rem;
        margin-top: 0;
        position: relative
    }

    .banner img {
        width: 100%;
        position: relative;
        height: 4.16rem;
        -o-object-fit: cover;
        object-fit: cover
    }

    .serchbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mbody .dsjs .name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .select-main {
        margin-right: .16rem !important;
        margin-left: 0;
        width: 2.9333333333rem !important;
        font-size: .32rem !important
    }

    div.select-block {
        width: 2.9333333333rem !important
    }

    .mbody {
        padding-top: .2666666667rem;
        width: 89%;
        margin: auto
    }

    .mbody .top {
        margin-top: .48rem
    }

    .mbody .top .box {
        width: 8.9066666667rem;
        background-image: url(../img/gywm-zzjg/kxj-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: .4rem;
        padding-bottom: .1333333333rem;
        margin: auto
    }

    .mbody .top .box .input {
        width: 8.1066666667rem;
        background: #fff;
        border: 1px solid #1f6e78;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: .4rem
    }

    .mbody .top .box .input input {
        width: 7.2266666667rem;
        height: .88rem;
        font-size: .32rem;
        color: #888;
        padding-left: .1333333333rem
    }

    .mbody .top .box .input .search {
        width: .88rem;
        height: .88rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: -webkit-gradient(linear, left top, right top, from(#1b7d85), to(#1c9da7));
        background: -webkit-linear-gradient(left, #1b7d85 0, #1c9da7 100%);
        background: linear-gradient(90deg, #1b7d85 0, #1c9da7 100%)
    }

    .mbody .top .box .input .search img {
        width: .3733333333rem;
        height: .3733333333rem
    }

    .mbody .top .box .az .ai,
    .mbody .top .box .az .js {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mbody .top .box .az .tz {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .mbody .top .box .az .tz .item {
        margin-right: .08rem
    }

    .mbody .top .box .az .item {
        width: .6933333333rem;
        height: .6933333333rem;
        background: #fff;
        border: 1px solid #e5e5e7;
        font-size: .2933333333rem;
        color: #aaa;
        text-align: center;
        line-height: .6933333333rem;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: .2666666667rem
    }

    .mbody .top .box .az .active {
        color: #1f6e78;
        font-weight: 700
    }
}

/*# sourceMappingURL=dslb.min.css.map */