.pages {
    text-align: center;
    font-size: 14px;
    padding: 60px 0 100px
}

.pages ul {
    display: inline-block
}

.pages li {
    float: left;
    margin: 0 4px
}

.pages span {
    display: inline-block;
    vertical-align: middle;
    color: #d60000;
    min-width: 30px;
    height: 30px;
    line-height: 28px
}

.pages a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #d60000;
    border: 1px solid #d60000;
    transition: .4s
}

.pages .on a,.pages a:hover {
    background-color: #d60000;
    border-color: #d60000;
    color: #fff
}

.pages .inp {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 0 6px
}

.pages .disable a {
    cursor: default;
    border-color: #ddd;
    color: #ddd
}

.pages .disable a:hover {
    border-color: #ddd;
    color: #ddd;
    background-color: #fff
}

.ban_in {
    position: relative;
    height: 0;
    padding-top: 32.3%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    background-size: cover
}

.ban_in .bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ban_in .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.ban_in .h3 {
    font-size: 30px;
    color: #fff;
    background-color: rgb(214 0 0 / 80%);
    width: 318px;
    padding: 30px 18px;
    text-align: center
}

.g-cur .l {
    max-width: 35%
}

.g-cur .r {
    max-width: 62%
}

.g-cur {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    min-height: 68px;
    padding: 10px 0
}

.cur,.cur a {
    font-size: 16px;
    color: #999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.cur a:hover {
    color: #d60000
}

.g-row {
    overflow: hidden
}

.g-row .col-l {
    width: 318px;
    position: relative;
    padding-left: 18px;
    margin-bottom: 50px
}

.g-row .col-l::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    background-color: rgb(214 0 0 / 80%);
    height: 80%
}

.g-row .col-l::after {
    content: "";
    display: block;
    position: absolute;
    top: 80%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid rgb(214 0 0 / 80%);
    border-left: 20px solid transparent
}

.g-row .col-r {
    float: none;
    width: auto;
    margin-left: 398px;
    padding-top: 12px
}

.g-titsnv {
    display: none
}

.snv {
    padding: 30px 0;
    background-color: #f3f7f9;
    min-height: 645px;
    position: relative;
    z-index: 2
}

.snv li.on {
    background-color: #fff
}

.snv li.on::before {
    opacity: 1;
    visibility: visible
}

.snv li.on>.link {
    font-weight: 700;
    color: #f39800
}

.snv .link {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    padding: 30px 43px 30px 38px
}

.snv .link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 33px;
    border-bottom: 1px dotted #bbbcbd
}

.snv li {
    position: relative;
    padding: 0 0 0 33px
}

.snv li:hover {
    background-color: #fff
}

.snv li:hover::before {
    opacity: 1;
    visibility: visible
}

.snv li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 5px;
    height: 100%;
    background-color: #f39800;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    opacity: 0;
    visibility: hidden
}

.snv .dropicon {
    display: block;
    position: absolute;
    top: 37px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(../images/inner/drop1.png) center no-repeat;
    -o-background-size: contain;
    background-size: contain;
    margin-left: 8px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    pointer-events: none
}

.snv .act>.dropicon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.snv .snv-sub {
    display: none;
    position: relative
}

.snv .snv-sub::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 33px;
    border-bottom: 1px solid #ccc
}

.snv .snv-sub .a {
    display: block;
    font-size: 14px;
    line-height: 50px;
    padding-left: 60px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.snv .snv-sub .a:hover {
    background-color: #fff;
    text-decoration: underline
}

.snv .snv-sub .two {
    position: relative
}

.snv .snv-sub .two .dropicon {
    top: 18px
}

.snv .snv-sub .act .a {
    background-color: #fff
}

.snv .snv-three {
    display: none
}

.snv .snv-three .a {
    padding-left: 70px
}

.g-h3_b1 {
    font-size: 22px;
    color: #000
}

.m-details_b1 {
    font-size: 18px;
    color: #000;
    line-height: 2.16;
    padding: 33px 0 70px
}

.m-listb1 {
    padding-top: 18px
}

.m-listb1 .con {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 20px 0
}

.m-listb1 .con::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dotted #b5b9c3;
    position: absolute;
    left: 0;
    bottom: 0
}

.m-listb1 .con::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #d60000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    left: 0;
    bottom: 0
}

.m-listb1 .con:hover .tit {
    color: #d60000
}

.m-listb1 .con:hover::after {
    width: 100%
}

.m-listb1 .date {
    float: right;
    font-size: 16px;
    color: #666;
    margin-left: 10px
}

.m-listb1 .tit {
    font-size: 18px;
    color: #000;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 18px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.m-listb1 .tit::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-listb2 {
    padding: 12px 0
}

.m-listb2 .con {
    display: block;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 45px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    position: relative
}

.m-listb2 .con::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dotted #dfdfdf;
    position: absolute;
    left: 0;
    bottom: 0
}

.m-listb2 .con::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #d60000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    left: 0;
    bottom: 0
}

.m-listb2 .con:hover::after {
    width: 100%
}

.m-listb2 .con:hover .time {
    background-color: #d60000;
    color: #fff;
    border-color: #d60000
}

.m-listb2 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.m-listb2 .time {
    float: left;
    width: 86px;
    height: 86px;
    border: 1px solid #dbdcdf;
    margin-right: 30px;
    position: relative;
    color: #031134;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 1.3;
    padding-top: 16px
}

.m-listb2 .time span {
    display: block;
    text-align: center
}

.m-listb2 .time .s1 {
    font-size: 28px
}

.m-listb2 .time .s2 {
    font-size: 15px
}

.m-listb2 .time::after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -2px;
    background-color: #f29633;
    height: 2px
}

.m-listb2 .right {
    overflow: hidden
}

.m-listb2 .txt {
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.m-listb2 .txt h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 17px
}

.m-listb2 .txt .desc {
    font-size: 16px;
    line-height: 1.625;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    max-height: 4.875em;
    overflow: hidden;
    color: #888
}

.m-listb2 .name .time {
    display: none
}

.m-listb2 .pic {
    float: right;
    width: 232px;
    height: 161px;
    overflow: hidden;
    margin-left: 45px
}

.m-listb2 .pic img {
    display: block;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.m-listb3 {
    padding: 60px 0 0;
    margin: 0 -20px
}

.m-listb3 li {
    float: left;
    width: 25%
}

.m-listb3 .con {
    display: block;
    margin: 0 20px 45px;
    border: 1px solid #e9eced;
    position: relative;
    padding: 23px 25px 0;
    background-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.m-listb3 .con:hover {
    box-shadow: 0 14px 25px rgba(206,199,199.7)
}

.m-listb3 .pic {
    position: relative;
    height: 0;
    padding-top: 119.45%;
    overflow: hidden
}

.m-listb3 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.m-listb3 .txt {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 18px 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 1.5em
}

.m-listb4 {
    overflow: hidden;
    margin: 0 -70px;
    padding-top: 25px
}

.m-listb4 li {
    float: left;
    width: 50%;
    position: relative
}

.m-listb4 li::after {
    content: "";
    display: block;
    width: 1px;
    height: 53px;
    background-color: #d6d6d6;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-listb4 li:nth-child(even)::after {
    display: none
}

.m-listb4 .con {
    display: block;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dotted silver;
    padding: 25px 30px 25px 0;
    margin: 0 70px
}

.m-listb4 .con::before {
    display: none;
    content: "";
    width: 21px;
    height: 10px;
    background: url(../images/inner/jg-i2.png) center no-repeat;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.m-listb4 .con:hover .tit {
    font-size: 20px;
    color: #f29633;
    font-weight: 700
}

.m-listb4 .con:hover::before {
    right: 0;
    opacity: 1
}

.m-listb4 .tit {
    -o-background-size: 13px;
    background-size: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    font-size: 18px;
    color: #000;
    height: 30px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.m-listb5 {
    padding: 60px 0 0;
    margin: 0 -22px
}

.m-listb5 li {
    float: left;
    width: 33.33%
}

.m-listb5 .con {
    display: block;
    margin: 0 22px 50px;
    border: 1px solid #d7d8e8;
    position: relative;
    padding: 14px 16px;
    background-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.m-listb5 .con:hover {
    box-shadow: 0 14px 25px rgba(206,199,199.7)
}

.m-listb5 .pic {
    position: relative;
    height: 0;
    padding-top: 65.56%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 26px
}

.m-listb5 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.m-listb5 .txt {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 1.5em
}

.m-listb6 {
    padding: 20px 40px 80px
}

.m-listb6 .con {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    line-height: 97px
}

.m-listb6 .con::after {
    content: "";
    display: block;
    width: 1px;
    height: 55px;
    background-color: #e2e2e2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 415px
}

.m-listb6 .left {
    float: left;
    width: 415px;
    padding: 0 20px
}

.m-listb6 .right {
    overflow: hidden;
    padding-left: 55px;
    padding-right: 10px
}

.m-listb6 .job {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    font-size: 20px;
    color: #d60000;
    font-weight: 700;
    line-height: 1.2
}

.m-listb6 .name {
    font-size: 20px;
    color: #000
}

.m-detail_b2 {
    font-size: 18px;
    line-height: 2;
    color: #000;
    padding: 57px 0 20px
}
.m-detail_b2 .txt  p{
    font-size: 18px !important;
    line-height: 2 !important;
   word-break:break-all;
}
.m-detail_b2 .txt table{margin:5px auto !important;}
.m-detail_b2 .txt p span{
    font-size: 18px !important;
    line-height: 2 !important;
   word-break:break-all;
}
.m-detail_b2 .user-name {
    font-size: 30px;
    color: #000;
    margin-bottom: 12px
}

.m-detail_b2 .user {
    text-align: center;
    position: relative;
    padding-bottom: 20px
}

.m-detail_b2 .user .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.m-detail_b2 .user-pic {
    display: inline-block;
    padding: 16px;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.m-detail_b2 .user-pic img {
    display: block;
    width: 248px
}

.m-detail_b2 .top {
    text-align: center;
    border-bottom: 1px solid #d6d9de;
    padding-bottom: 8px
}

.m-detail_b2 h1 {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px
}

.m-detail_b2 .info {
    font-size: 16px;
    color: #888
}

.m-detail_b2 .txt {
    padding: 30px 0 55px
}

.m-detail_b2 .bot {
    font-size: 18px;
    color: #000;
    border-top: 1px solid #d6d9de;
    padding: 38px 0
}

.m-detail_b2 .bot a {
    color: #000;
    font-weight: 300;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    overflow: hidden
}

.m-detail_b2 .bot a:hover {
    text-decoration: underline
}

.m-detail_b2 .bot .page {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap
}

@media only screen and (min-width: 1200px) {
    .ban_in {
        position:relative;
        height: 0;
        padding-top: 18.4%;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        -o-background-size: cover;
        background-size: cover
    }

    .ban_in .txt {
        bottom: 0;
        left: 0;
        width: 100%
    }

    .ban_in .h3 {
        font-size: 1.562vw;
        width: 16.56vw;
        padding: 1.56vw .94vw
    }

    .g-cur {
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #e1e1e1;
        min-height: 3.54vw
    }

    .cur,.cur a {
        font-size: .833vw
    }

    .g-row .col-l {
        width: 16.56vw;
        padding-left: .937vw;
        margin-bottom: 2.604vw
    }

    .g-row .col-l::before {
        content: "";
        top: 0;
        left: 0;
        width: 20%
    }

    .g-row .col-l::after {
        content: "";
        top: 80%;
        left: 0;
        width: 0;
        border-top: solid rgb(190 29 10 / 80%);
        border-left: solid transparent
    }

    .g-row .col-r {
        width: auto;
        margin-left: 20.72vw;
        padding-top: .625vw
    }

    .snv {
        padding: 1.562vw 0;
        min-height: 33.59vw
    }

    .snv li.on::before {
        opacity: 1;
        visibility: visible
    }

    .snv li.on>.link {
        font-weight: 700
    }

    .snv .link {
        font-size: .937vw;
        padding-left: 1.979vw;
        padding-right: 2.24vw;
        padding-top: 1.56vw;
        padding-bottom: 1.56vw
    }

    .snv .link::after {
        right: 1.7vw
    }

    .snv li {
        padding: 0 0 0 1.718vw
    }

    .snv li:hover::before {
        opacity: 1;
        visibility: visible
    }

    .snv li::before {
        content: "";
        top: 0;
        right: 100%;
        width: .26vw;
        opacity: 0;
        visibility: hidden
    }

    .snv .dropicon {
        top: 1.93vw;
        right: .52vw;
        width: .781vw;
        height: .781vw;
        background: url(../images/inner/drop1.png) center no-repeat;
        -o-background-size: contain;
        background-size: contain;
        margin-left: .416vw
    }

    .snv .act>.dropicon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .snv .snv-sub::after {
        right: 1.7vw
    }

    .snv .snv-sub .a {
        font-size: .729vw;
        line-height: 2.604vw;
        padding-left: 3.125vw
    }

    .snv .snv-sub .two .dropicon {
        top: .937vw
    }

    .snv .snv-three .a {
        padding-left: 3.645vw
    }

    .g-h3_b1 {
        font-size: 1.145vw
    }

    .m-details_b1 {
        font-size: .937vw;
        line-height: 2.16;
        padding: 1.718vw 0 3.645vw
    }

    .m-details_b1 p {
        font-size: 16px !important;
        line-height: 32px !important;
    }

    .m-listb1 {
        padding-top: .937vw
    }

    .m-listb1 .con {
        padding: 1.041vw 0
    }

    .m-listb1 .con::before {
        content: "";
        width: 100%;
        border-bottom: 1px dotted #b5b9c3;
        left: 0;
        bottom: 0
    }

    .m-listb1 .con::after {
        content: "";
        height: 1px;
        width: 0;
        left: 0;
        bottom: 0
    }

    .m-listb1 .date {
        font-size: .833vw;
        margin-left: .52vw
    }

    .m-listb1 .tit {
        font-size: .937vw;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-left: .937vw
    }

    .m-listb1 .tit::before {
        content: "";
        width: .208vw;
        height: .208vw;
        border-radius: 50%;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .m-listb2 {
        padding: .625vw 0
    }

    .m-listb2 .con {
        padding-top: 1.822vw;
        padding-bottom: 2.343vw
    }

    .m-listb2 .con::before {
        content: "";
        width: 100%;
        border-bottom: 1px dotted #dfdfdf;
        left: 0;
        bottom: 0
    }

    .m-listb2 .con::after {
        content: "";
        height: 1px;
        width: 0;
        left: 0;
        bottom: 0
    }

    .m-listb2 .time {
        width: 4.479vw;
        height: 4.479vw;
        border: 1px solid #dbdcdf;
        margin-right: 1.562vw;
        line-height: 1.3;
        padding-top: .833vw
    }

    .m-listb2 .time .s1 {
        font-size: 1.458vw
    }

    .m-listb2 .time .s2 {
        font-size: .781vw
    }

    .m-listb2 .time::after {
        content: '';
        left: -1px;
        right: -1px;
        bottom: -.104vw;
        height: .104vw
    }

    .m-listb2 .txt h3 {
        font-size: 1.041vw;
        font-weight: 400;
        margin-bottom: .885vw
    }

    .m-listb2 .txt .desc {
        font-size: .833vw;
        line-height: 1.625;
        -webkit-line-clamp: 3
    }

    .m-listb2 .pic {
        width: 12.08vw;
        height: 8.385vw;
        margin-left: 2.343vw
    }

    .m-listb2 .pic img {
        width: 100%
    }

    .m-listb3 {
        padding: 3.125vw 0 0;
        margin: 0 -1.041vw
    }

    .m-listb3 li {
        width: 25%
    }

    .m-listb3 .con {
        margin: 0 1.041vw 2.343vw;
        border: 1px solid #e9eced;
        padding: 1.197vw 1.302vw 0
    }

    .m-listb3 .con:hover {
        box-shadow: 0 .729vw 1.302vw rgba(206,199,199.7)
    }

    .m-listb3 .pic {
        position: relative;
        height: 0;
        padding-top: 119.45%;
        overflow: hidden
    }

    .m-listb3 .pic img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .m-listb3 .txt {
        font-size: 1.041vw;
        margin: .937vw 1.25vw;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 1.5em
    }

    .m-listb4 {
        margin: 0 -3.645vw;
        padding-top: 1.302vw
    }

    .m-listb4 li {
        width: 50%
    }

    .m-listb4 li::after {
        content: "";
        width: 1px;
        height: 2.76vw;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .m-listb4 .con {
        border-bottom: 1px dotted silver;
        padding: 1.302vw 1.562vw 1.302vw 0;
        margin: 0 3.645vw
    }

    .m-listb4 .con::before {
        display: none;
        content: "";
        width: 1.093vw;
        height: .52vw;
        background: url(../images/inner/jg-i2.png) center no-repeat;
        -o-background-size: contain;
        background-size: contain;
        top: 50%;
        right: 10%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0
    }

    .m-listb4 .con:hover .tit {
        font-size: 1.041vw;
        font-weight: 700
    }

    .m-listb4 .con:hover::before {
        right: 0;
        opacity: 1
    }

    .m-listb4 .tit {
        -o-background-size: .677vw;
        background-size: .677vw;
        font-size: .937vw;
        height: 1.562vw;
        line-height: 1.562vw;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .m-listb5 {
        padding: 3.125vw 0 0;
        margin: 0 -1.145vw
    }

    .m-listb5 li {
        width: 33.33%
    }

    .m-listb5 .con {
        margin: 0 1.145vw 2.604vw;
        border: 1px solid #d7d8e8;
        padding: .729vw .833vw
    }

    .m-listb5 .con:hover {
        box-shadow: 0 .729vw 1.302vw rgba(206,199,199.7)
    }

    .m-listb5 .pic {
        position: relative;
        height: 0;
        padding-top: 65.56%;
        overflow: hidden;
        border-radius: .208vw;
        margin-bottom: 1.354vw
    }

    .m-listb5 .pic img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .m-listb5 .txt {
        font-size: .937vw;
        margin: .52vw;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 1.5em
    }

    .m-listb6 {
        padding: 1.041vw 2.083vw 4.166vw
    }

    .m-listb6 .con {
        border-bottom: 1px solid #e0e0e0;
        line-height: 5.052vw
    }

    .m-listb6 .con::after {
        content: "";
        width: 1px;
        height: 2.864vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 21.61vw
    }

    .m-listb6 .left {
        width: 21.61vw;
        padding: 0 1.041vw
    }

    .m-listb6 .right {
        padding-left: 2.864vw;
        padding-right: .52vw
    }

    .m-listb6 .job {
        max-width: 100%;
        font-size: 1.041vw;
        font-weight: 700;
        line-height: 1.2
    }

    .m-listb6 .name {
        font-size: 1.041vw
    }

    .m-detail_b2 {
        font-size: .937vw;
        line-height: 2;
        padding: 2.968vw 0 1.041vw
    }

    .m-detail_b2 .user-name {
        font-size: 1.562vw;
        margin-bottom: .625vw
    }

    .m-detail_b2 .user {
        padding-bottom: 1.041vw
    }

    .m-detail_b2 .user .bg {
        bottom: 0;
        left: 0;
        width: 100%
    }

    .m-detail_b2 .user-pic {
        padding: .833vw
    }

    .m-detail_b2 .user-pic img {
        width: 12.91vw
    }

    .m-detail_b2 .top {
        border-bottom: 1px solid #d6d9de;
        padding-bottom: .416vw
    }

    .m-detail_b2 h1 {
        font-size: 1.562vw;
        margin-bottom: .52vw
    }

    .m-detail_b2 .info {
        font-size: .833vw
    }

    .m-detail_b2 .txt {
        padding: 1.562vw 0 2.864vw
    }

    .m-detail_b2 .bot {
        font-size: .937vw;
        border-top: 1px solid #d6d9de;
        padding: 1.979vw 0
    }
}
