.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: #960f00;
    min-width: 30px;
    height: 30px;
    line-height: 28px
}

.pages a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #960f00;
    border: 1px solid #960f00;
    transition: .4s
}

.pages .on a,
.pages a:hover {
    background-color: #0060aa;
    border-color: #009;
    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: #960f00;
    width: 90%;
    height: 100px;
    line-height: 100px;
    text-align: center
}

.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;
    height: 78px;
    border-bottom: 1px solid #e1e1e1
}

.cur,
.cur a {
    font-size: 14px;
    color: #999;
    line-height: 78px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.cur a:hover {
    color: #960f00
}

.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: #960f00;
    height: 80%
}

.g-row .col-l::after {
    content: "";
    display: block;
    position: absolute;
    top: 80%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #960f00;
    border-left: 20px solid transparent
}

.g-row .col-r {
    float: none;
    width: auto;
    margin-left: 398px;
    padding-top: 12px
}

.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: #960f00
}

.snv .link {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    padding-left: 38px;
    padding-right: 43px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.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: #ef7c00;
    -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) no-repeat center;
    -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: 18px;
    color: #000
}

.m-details_b1 {
    font-size: 18px;
    color: #000;
    line-height: 2.16;
    padding: 33px 0 70px
}

.m-listb1 {
    padding-top: 18px;min-height:500px;
}

.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: #960f00;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    left: 0;
    bottom: 0
}

.m-listb1 .con:hover .tit {
    color: #960f00
}

.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: #960f00;
    -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: #960f00;
    color: #fff;
    border-color: #960f00
}

.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;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    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 {
    content: "";
    display: block;
    width: 21px;
    height: 10px;
    background: url(../images/inner/jg-i2.png) no-repeat center;
    -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: #960f00;
    font-weight: 700;
    background-image: url(../images/inner/jg-i1.png)
}

.m-listb4 .con:hover::before {
    right: 0;
    opacity: 1
}

.m-listb4 .tit {
    padding-left: 47px;
    background: url(../images/inner/jg-i.png) 19px 50% no-repeat;
    -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: #960f00;
    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 .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 .txt p {
    color: #333333;
    text-indent: 2em !important;
    font-size: 16px !important;
    line-height: 28px !important;
    margin-bottom: 15px;
word-break:break-all;white-space:normal;
text-align:justify;
text-justify:inter-ideograph;

}

.m-detail_b2 .txt  img {
    max-width: 80% !important;
   width:auto !important;
   height:auto !important;
    display: block;
    margin: 20px auto;
}
.m-detail_b2 .txt video {max-width: 80% !important;
   width:auto !important;
   height:auto !important;
    display: block;
    margin: 20px auto;}

.m-detail_b2 .txt table {width:100% !important;margin: 0 auto; }

.m-detail_b2 .txt iframe {
    margin: 0 auto;
    display: block;
width:100%;
}

.m-detail_b2 .txt table td{padding:0 5px;width:auto !important;height:auto !important;overflow:hidden; }







.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
}

.m-detail_b2 .bot a:hover {
    text-decoration: underline
}

/*!å†…é¡µend*/
@media only screen and (min-width:1200px) {

    /*!å†…é¡µ*/
    .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 .txt {
        bottom: 0;
        left: 0;
        width: 100%
    }

    .ban_in .h3 {
        font-size: 1.562vw;
        width: 16.56vw;
        height: 5.208vw;
        line-height: 5.208vw
    }

    .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;
        height: 4.062vw;
        border-bottom: 1px solid #e1e1e1
    }

    .cur,
    .cur a {
       /* font-size: .833vw;*/
        line-height: 4.062vw
    }

    .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: .52vw solid #960f00;
        border-left: 1.041vw 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) no-repeat center;
        -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-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 {
        content: "";
        width: 1.093vw;
        height: .52vw;
        background: url(../images/inner/jg-i2.png) no-repeat center;
        -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;
        background-image: url(../images/inner/jg-i1.png)
    }

    .m-listb4 .con:hover::before {
        right: 0;
        opacity: 1
    }

    .m-listb4 .tit {
        padding-left: 2.447vw;
        background: url(../images/inner/jg-i.png) .989vw 50% no-repeat;
        -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
    }

    /*!å†…é¡µend*/

}

@media screen and (max-width:1199px) {
    .pages {
        font-size: 12px
    }

    .pages li {
        margin: 0 5px
    }

    .pages a {
        min-width: 30px;
        height: 30px;
        line-height: 28px
    }

    .pages .next a,
    .pages .prev a {
        padding: 0 6px
    }

    /*!å†…é¡µ*/
    .ban_in .txt {
        bottom: auto;
        top: 80%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .ban_in .h3 {
        font-size: 20px;
        text-align: right;
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        margin: 0 auto
    }

    .g-cur {
        display: none
    }

    .g-row .col-l,
    .g-row .col-r {
        float: none;
        width: auto;
        margin: 0
    }

    .g-row .col-l {
        padding: 0
    }

    .g-row .col-l::after,
    .g-row .col-l::before {
        display: none
    }

    .snv {
        padding: 0;
        min-height: auto;
        margin-top: 10px
    }

    .snv li {
        padding: 0
    }

    .snv li.on>.link {
        color: #fff;
        background-color: #960f00
    }

    .snv li.on::before {
        display: none
    }

    .snv .link {
        font-size: 14px;
        line-height: 35px;
        padding: 0 10px;
        border-bottom: none
    }

    .snv .link::after,
    .snv .snv-sub::after {
        right: 0
    }

    .snv .link::before {
        display: none
    }

    .snv li>.dropicon {
        top: 12px;
        background-image: url(../images/inner/drop2.png)
    }

    .snv .snv-sub .a {
        font-size: 12px;
        line-height: 35px;
        padding-left: 20px
    }

    .snv .snv-three .a {
        padding-left: 30px
    }

    .snv .snv-sub .two .dropicon {
        top: 11px
    }

    .g-h3_b1 {
        font-size: 18px;
        line-height: 45px
    }

    .m-detail_b2 {
        font-size: 14px;
        padding: 20px 0
    }

    .m-detail_b2 h1 {
        font-size: 16px;
        margin-bottom: 4px
    }

    .m-detail_b2 .user-name {
        font-size: 16px
    }

    .m-detail_b2 .user-pic {
        padding: 6px
    }

    .m-detail_b2 .info {
        font-size: 12px
    }

    .m-detail_b2 .txt {
        padding: 20px 0
    }

    .m-detail_b2 .bot {
        font-size: 14px
    }

    .m-listb1 .con {
        padding: 8px 0
    }

    .m-listb1 .date,
    .m-listb1 .tit {
        font-size: 14px
    }

    .m-listb1 .tit {
        padding-left: 10px
    }

    .m-details_b1 {
        font-size: 14px;
        line-height: 1.7;
        padding: 20px 0
    }

    .m-listb3 {
        padding-top: 20px;
        margin: 0 -5px
    }

    .m-listb3 .con {
        margin: 0 5px 10px;
        padding: 10px
    }

    .m-listb3 .con::before {
        display: none
    }

    .m-listb3 .pic {
        margin-bottom: 0
    }

    .m-listb3 .txt {
        font-size: 14px
    }

    .m-listb4 {
        margin: 0 -10px 30px
    }

    .m-listb4 li::after {
        height: 20px
    }

    .m-listb4 .con {
        margin: 0 10px;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .m-listb4 .con:hover .tit {
        font-size: 14px
    }

    .m-listb4 .tit {
        font-size: 14px;
        padding-left: 30px;
        background-position: 3px center
    }

    .m-listb2 .time {
        padding: 10px;
        margin-right: 10px;
        float: none;
        display: inline-block;
        display: none
    }

    .m-listb2 .name {
        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
    }

    .m-listb2 .name .time {
        display: block;
        width: 68px;
        height: auto;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
    }

    .m-listb2 .name h3 {
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: hidden
    }

    .m-listb2 .right {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .m-listb2 .pic {
        float: none;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-left: 0
    }

    .m-listb2 .pic img {
        display: block;
        width: 100%
    }

    .m-listb2 .con {
        padding-bottom: 20px
    }

    .m-listb2 .txt {
        width: 100%
    }

    .m-listb2 .txt .desc {
        line-height: 1.5;
        font-size: 14px
    }

    .m-listb2 .time .s2 {
        font-size: 14px
    }

    .m-listb2 .time .s1 {
        font-size: 22px
    }

    .m-listb2 .con {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .m-listb2 .txt h3 {
        font-size: 16px
    }

    .m-listb2 .time {
        margin-bottom: 10px
    }

    .m-listb2 .time .s1 {
        font-size: 18px
    }

    .m-listb2 .time .s2 {
        font-size: 12px
    }

    .m-listb5 {
        margin: 0 -10px
    }

    .m-listb5 .pic {
        margin-bottom: 0
    }

    .m-listb5 .txt {
        font-size: 14px
    }

    .m-listb5 .con {
        padding: 12px 12px 0;
        margin: 0 10px 20px
    }

    .m-listb6 .job,
    .m-listb6 .name {
        font-size: 14px
    }

    .m-listb6 .con {
        line-height: 60px
    }

    .m-listb6 .right {
        padding-left: 20px
    }

    /*!å†…é¡µend*/

}

@media screen and (max-width:950px) {
    .pages {
        padding: 30px 0
    }

    .pages li {
        display: none
    }

    .pages .first,
    .pages .go,
    .pages .last,
    .pages .next,
    .pages .on,
    .pages .prev {
        display: block
    }

    /*!å†…é¡µ*/
    .ban_in .txt {
        bottom: auto;
       /* top: 50%;*/
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .ban_in .h3 {
        font-size: 20px;
        text-align: right
    }

    .g-cur {
        display: none
    }

    .g-row .col-l,
    .g-row .col-r {
        float: none;
        width: auto;
        margin: 0
    }

    .snv {
        margin-top: 10px
    }

    .snv .link {
        font-size: 14px;
        line-height: 35px;
        padding: 0 10px
    }

    .snv .link::before {
        display: none
    }

    .snv li>.dropicon {
        top: 12px;
        background-image: url(../images/inner/drop2.png)
    }

    .snv .snv-sub .a {
        font-size: 12px;
        line-height: 35px;
        padding-left: 20px
    }

    .snv .snv-three .a {
        padding-left: 30px
    }

    .snv .snv-sub .two .dropicon {
        top: 11px
    }

    .g-h3_b1 {
        font-size: 18px;
        line-height: 45px
    }

    .m-detail_b2 {
        font-size: 14px;
        padding: 20px 0
    }

    .m-detail_b2 h1 {
        font-size: 16px;
        margin-bottom: 4px
    }

    .m-detail_b2 .info {
        font-size: 12px
    }

    .m-detail_b2 .txt {
        padding: 20px 0
    }

    .m-detail_b2 .bot {
        font-size: 14px
    }

    .m-listb1 .con {
        padding: 8px 0
    }

    .m-listb1 .date,
    .m-listb1 .tit {
        font-size: 14px
    }

    .m-listb1 .tit {
        padding-left: 10px
    }

    .m-details_b1 {
        font-size: 14px;
        line-height: 1.7;
        padding: 20px 0
    }

    .m-listb3 {
        padding-top: 20px;
        margin: 0 -5px
    }

    .m-listb3 .con {
        margin: 0 5px 10px;
        padding: 10px
    }

    .m-listb3 .con::before {
        display: none
    }

    .m-listb3 .pic {
        margin-bottom: 0
    }

    .m-listb3 .txt {
        font-size: 14px
    }

    .m-listb4 {
        margin: 0 -10px 30px
    }

    .m-listb4 li::after {
        height: 20px
    }

    .m-listb4 .con {
        margin: 0 10px;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .m-listb4 .tit {
        font-size: 14px;
        padding-left: 30px;
        background-position: 3px center
    }

    .m-listb2 .time {
        padding: 10px;
        margin-right: 10px;
        float: none;
        display: inline-block;
        display: none
    }

    .m-listb2 .name {
        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
    }

    .m-listb2 .name .time {
        display: block;
        width: 68px;
        height: auto;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
    }

    .m-listb2 .name h3 {
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: hidden
    }

    .m-listb2 .right {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .m-listb2 .pic {
        float: none;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-left: 0
    }

    .m-listb2 .pic img {
        display: block;
        width: 100%
    }

    .m-listb2 .con {
        padding-bottom: 20px
    }

    .m-listb2 .txt {
        width: 100%
    }

    .m-listb2 .txt .desc {
        line-height: 1.5
    }

    .m-listb2 .time .s2 {
        font-size: 14px
    }

    .m-listb2 .time .s1 {
        font-size: 22px
    }

    .m-listb2 .con {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .m-listb2 .txt h3 {
        font-size: 16px
    }

    .m-listb2 .time {
        margin-bottom: 10px
    }

    .m-listb2 .time .s1 {
        font-size: 18px
    }

    .m-listb2 .time .s2 {
        font-size: 12px
    }

    /*!å†…é¡µend*/

}

@media screen and (max-width:767px) {
    .m-listb3 {
        margin: 0 -5px
    }

    .m-listb3 li {
        width: 50%
    }

    .m-listb3 .con {
        margin: 0 5px 10px;
        padding: 6px
    }

    .m-listb3 .pic {
        margin-bottom: 6px
    }

    .m-listb3 .txt {
        margin: 0
    }

    .m-listb4 {
        margin: 0;
        padding: 20px 0 40px
    }

    .m-listb4 li {
        float: none;
        width: auto
    }

    .m-listb4 li::after {
        display: none
    }

    .m-listb4 .con {
        margin: 0
    }

    .m-listb4 .tit {
        font-size: 14px;
        padding-left: 30px;
        background-position: 3px center
    }

    .m-listb5 {
        margin: 0;
        padding: 30px 0
    }

    .m-listb5 li {
        float: none;
        width: auto
    }

    .m-listb5 .con {
        margin: 0 0 15px
    }

    .m-listb6 {
        padding: 0 0 30px
    }

    .m-listb6 .con {
        line-height: 1.5;
        padding: 15px 0
    }

    .m-listb6 .con::after {
        display: none
    }

    .m-listb6 .left {
        float: none;
        width: auto;
        padding: 0;
        margin-bottom: 10px
    }

    .m-listb6 .right {
        padding-left: 0
    }
}