* {

    font-family: PingFang SC;
}

.public-banner {
    background: url(../img/00-banner_19.jpg) no-repeat center top;
}

.public-banner .btn-wrap .desc .bck:after {
    background: url(../img/00-banner-icon_1.png) no-repeat center;
    width: 30px;
    height: 30px;
    left: 20px;
    top: 10px;
}

.public-banner .btn-div .btn-border-blue:hover {
    color: #E01802;
}

.section-1 .btn-wrap .desc .bck {
    color: #E01802;
}

.public-banner .btn-wrap .desc .title {
    font-size: 20px;
}

.section-2 {
    padding: 27px 0px;
    box-shadow: 0px 10px 30px 0px rgba(93, 93, 93, 0.1);
}

.section-2 .container .info {
    width: 50%;
    float: left;
}

.section-2 .container .info div {
    display: inline-block;
    margin-left: 26px;
}

.section-2 .container .info div h4 {
    font-size: 24px;
}

.section-2 .container .info div span {
    font-size: 16px;
    color: rgba(136, 136, 136, 1);
}

.section-2 .container .form {
    width: 50%;
    float: right;
    padding-top: 10px;
}

.section-2 .container .form .input {
    width: 200px;
    height: 46px;
    background: #FFFFFF;
    float: left;
    margin-right: 10px;
}

.section-2 .container .form .input input {
    padding: 8px 10px;
    height: 30px;
    width: calc(100% - 20px);
    font-size: 14px;
    border: 1px solid #d0cdcd;
}

.section-2 .container .form .btn {
    float: left;
    width: 160px;
    height: 48px;
    background: linear-gradient(90deg, #f20d23, #E73619);
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    cursor: pointer;
}

.section-3 {
    background: #F4F6F9;
}

.section-4 .info .img_div {
    display: inline-block;
    text-align: center;
}

.section-4 .info .img_div h2 {
    font-weight: bold;
    font-size: 20px;
}

.section-4 .info .img_div span {
    font-size: 14px;
    color: #888888;
    display: block;
}

.section-4-1 {
    background: #F7FAFD;
    padding: 100px 0 55px 0;
}

.section-4-1 .section-slide {
    margin-top: -46px;
}

.section-4-1 .hd {
    float: left;
    width: 335px;
    border: 1px solid #E7E5EB;
    border-radius: 10px;
    margin-top: 100px;
}

.section-4-1 .hd li {
    border-bottom: 1px solid #E7E5EB;
    position: relative;
}

.section-4-1 .hd li:last-child {
    border-bottom: 0 none;
}

.section-4-1 .hd li i {
    position: relative;
    z-index: 2;
    width: 28px;
    height: 30px;
    background: url(../img/3f-icon_4.png) no-repeat left top;
    float: left;
    margin: 30px 0 0 15px;
}

.section-4-1 .hd li.item-1 i {
    background-position: 0 0;
}

.section-4-1 .hd li.item-2 i {
    background-position: -41px 0;
}

.section-4-1 .hd li.item-3 i {
    background-position: -82px 0;
}

.section-4-1 .hd li.item-4 i {
    background-position: -123px 0;
}

.section-4-1 .hd li .text {
    position: relative;
    z-index: 2;
    margin-left: 55px;
    padding: 32px 0;
    width: 80%;
}

.section-4-1 .hd li.on .text {
    padding: 28px 0;
}

.section-4-1 .hd li .text h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.section-4-1 .hd li .text p {
    font-size: 14px;
    color: #888;
    display: none;
}

.section-4-1 .hd li.on .text p {
    display: block;
}

.section-4-1 .hd li.on {
    color: #fff;
}

.section-4-1 .hd li.on p {
    color: #fff;
}

.section-4-1 .hd li.item-1.on i {
    background-position: 0 -30px;
}

.section-4-1 .hd li.item-2.on i {
    background-position: -41px -30px;
}

.section-4-1 .hd li.item-3.on i {
    background-position: -82px -30px;
}

.section-4-1 .hd li.item-4.on i {
    background-position: -123px -30px;
}

.section-4-1 .hd li.on:after {
    content: "";
    background: url(../img/3f-bg.png) no-repeat center;
    width: 100%;
    height: 153px;
    position: absolute;
    left: 0;
    top: 0;
}

.section-4-1 .bd {
    width: 856px;
    margin-left: 300px;
}

.section-4-1 .bd li {
    width: 856px;
    height: 620px;
}

.section-4-1 .bd li.item-1 {
    background: url(../img/4f-img1_1.png) no-repeat center;
}

.section-4-1 .bd li.item-2 {
    background: url(../img/4f-img2_1.png) no-repeat center;
}

.section-4-1 .bd li.item-3 {
    background: url(../img/4f-img3_1.png) no-repeat center;
}

.section-4-1 .bd li.item-4 {
    background: url(../img/4f-img4_1.png) no-repeat center;
}

.section-4-2 {
    background: url('../img/4f-bg.jpg') no-repeat center;
    background-position-y: center;
    padding: 100px 0 0 0;
    height: 677px;
    background-position-y: 320px;
}

.section-4-2 .section-title {
    margin-bottom: 167px;
}

.section-4-2 .section-title .btn-div {
    margin: 40px auto 0;
}

.section-4-2 .swiper-container3 {
    width: 1200px;
    height: 250px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.section-4-2 .swiper-container3 .swiper-wrapper {
    display: flex;
    align-items: flex-end;
    left: -102px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide {
    height: 210px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 7px 24px 0 rgba(206, 29, 0, .47);
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img-div {
    width: 60px;
    height: 60px;
    background: url(../img/4f-icon_2.png) no-repeat center;
    margin-top: 22px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img1 {
    background-position-x: -3px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img2 {
    background-position-x: -133px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img3 {
    background-position-x: -263px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img4 {
    background-position-x: -393px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img5 {
    background-position-x: -523px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img6 {
    background-position-x: -653px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img7 {
    background-position-x: -783px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img8 {
    background-position-x: -913px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img9 {
    background-position-x: -1043px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img10 {
    background-position-x: -1173px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img11 {
    background-position-x: -1300px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img12 {
    background-position-x: -1430px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img13 {
    background-position-x: -1560px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img14 {
    background-position-x: -1690px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img15 {
    background-position-x: -1820px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img16 {
    background-position-x: -1950px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img17 {
    background-position-x: -2080px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img18 {
    background-position-x: -2210px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img19 {
    background-position-x: -2340px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img20 {
    background-position-x: -2470px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img21 {
    background-position-x: -2600px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide .img22 {
    background-position-x: -2730px;
    background-position-y: 5px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide img {
    margin-top: 28px;
    width: 102px;
    height: 94px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide div {
    margin-top: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide div p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
    padding: 10px 0 20px;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide div a {
    display: inline-block;
    width: 93px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
    font-weight: 400;
    color: #FD3719;
    border: 1px solid #FE8153;
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide-active {
    box-shadow: 0 7px 24px 0 rgba(206, 29, 0, .47);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.section-4-2 .swiper-container3 .swiper-wrapper .swiper-slide-active div a {
    color: #FFFFFF;
    background: linear-gradient(90deg, #FD270B, #FE8153);
    border: none;
}

.section-4-2 .swiper-button-prev:after {
    position: absolute;
    content: '';
    width: 29px;
    height: 29px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
}

.section-4-2 .swiper-button-next, .section-4-2 .swiper-div {
    width: 1500px;
    text-align: center;
    margin: 0 auto;
}

.section-4-2 .swiper-button-next, .section-4-2 .swiper-button-prev {
    position: inherit;
    display: inline-block;
    margin: 0 32px 84px 0;
}

.section-4-2 .swiper-button-next {
    content: '';
    width: 29px;
    height: 29px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(225deg);
    margin-left: 14px;
}

.section-5 {
    background: #F4F6F9;
    position: relative;
}

.section-5 .list .item {
    float: left;
    width: 535px;
    height: 340px;
    margin: 0 32px 36px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
}

.section-5 .list .item:nth-child(n+3) {
    margin-bottom: 0;
}

.section-5 .list .item img {
    position: absolute;
    top: 170px;
    right: 30px;
}

.section-5 .list .item .bg-img {
    width: 535px;
    height: 200px;
}

.section-5 .list .item-1 .bg-img {
    background: url(../img/3f-img1_1.jpg) no-repeat;
}

.section-5 .list .item-2 .bg-img {
    background: url(../img/3f-img2_1.jpg) no-repeat;
}

.section-5 .list .item-3 .bg-img {
    background: url(../img/3f-img3_1.jpg) no-repeat;
}

.section-5 .list .item-4 .bg-img {
    background: url(../img/3f-img4_1.jpg) no-repeat;
}

.section-5 .list .item .card {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
}

.section-5 .list .item .card h2 {
    font-weight: bold;
    font-size: 18px;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    margin-top: 15px;
}

.section-5 .list .item .card .desc {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 24px;
    margin-top: 10px;
}

.section-5 .list .item .card .qrcode {
    display: none;
    width: 166px;
    height: 166px;
    margin: 50px auto 0;
}

.section-6 .bg-div {
    background: url(../img/6f-img_1.png) no-repeat center;
    width: 1140px;
    height: 290px;
    margin: 0 auto;
}

.section-6-1 {
    background-color: #F4F6F9;
}

.section-6-1 .list {
    margin-right: -30px;
}

.section-6-1 .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.section-6-1 .list li {
    width: 340px;
    float: left;
    margin-right: 30px;
    padding: 33px 19px 45px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px #53565a1a;
    border-radius: 5px;
}

.section-6-1 .list li h3 {
    font-size: 20px;
    text-align: center;
}

.section-6-1 .list li h3:after {
    content: '';
    display: block;
    width: 22px;
    height: 3px;
    background: #f91f28;
    margin: 15px auto 20px;
}

.section-6-1 .list li dl {
    margin-bottom: 20px;
}

.section-6-1 .list li dl dt {
    position: relative;
    height: 183px;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 5px;
}

.section-6-1 .list li dl dt .title {
    position: absolute;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    bottom: 10px;
    left: 10px;
    right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
}

.section-6-1 .list li dl dt .cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.section-6-1 .list li dl dt img {
    width: 340px;
    height: 183px;
    transition: all .2s;
}

.section-6-1 .list li dl dt:hover img {
    transform: scale(1.06);
}

.section-6-1 .list li dl dd {
    font-size: 14px;
    line-height: 37px;
    height: 37px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-6-1 .list li .l-btn {
    width: 126px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    transition: all .2s;
    text-align: center;
    color: #F92128;
    border: 1px solid #F92128;
    display: block;
    margin: 0 auto;
}

.section-6-1 .list li .l-btn:hover {
    color: #fff;
    background: linear-gradient(300deg, #ff7272, #fd4146);
}

.section-7 {
    height: 200px;
    background: url(../img/5f-bg.jpg) no-repeat center top;
}

.section-7 .section-title h2 {
    font-size: 30px;
}

.section-7 .section-title {
    margin-bottom: 32px;
    padding-top: 45px;
}

.section-7 .btn-div {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .mob-s1 {
        background-color: #FFFFFF;
        box-shadow: 0px 10px 30px 0px rgba(93, 93, 93, 0.1);
    }

    .mob-s1 .form_sub {
        text-align: center;
    }

    .mob-s1 .form_sub input {
        width: calc(100% - 85px);
        font-size: 1.4rem;
        color: rgba(136, 136, 136, 1);
        line-height: 4rem;
        margin: 1.2rem 0px;
        text-indent: 1.5rem;
    }

    .mob-s1 .form_sub div {
        width: calc(100% - 130px);
        height: 4rem;
        background: linear-gradient(90deg, #f20d23, #E73619);
        font-size: 1.4rem;
        text-align: center;
        line-height: 4rem;
        color: #FFFFFF;
        display: inline-block;
    }

    .mob-s3 {
        background-color: #f7f9fc;
    }

    .mob-s6 {
        background: #F7F9FC;
    }

    .mob-s6 .info {
        padding: 3rem 0;
        background-color: #FFFFFF;
        margin-top: 4rem;
    }

    .mob-s6 .swiper-pagination {
        margin: 3rem 5% auto;
        width: 90%;
        position: inherit;
    }

    .mob-s6 .swiper-pagination-bullet {
        display: inline-block;
        margin: 0 8px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        text-indent: -140px;
        border-radius: 0;
        width: 20px;
        height: 4px;
        background: #E6E6E6;
        opacity: 1;
    }

    .mob-s6 .swiper-pagination-bullet-active {
        background: #FC2323;
    }

    .mob-s6 .swiper-slide {
        text-align: center;
    }

    .mob-s6 .swiper-slide p {
        font-size: 1.5rem;
        color: #000000;
        margin-bottom: 1.5rem;
        font-weight: bold;
    }

    .mob-s6 .swiper-slide span {
        font-size: 1.2rem;
        color: #888;
        width: 80%;
        display: inline-block;
        margin-top: 1rem;
    }

    .mob-s6 .bg-div1 {
        background: url(../img/4f-img1_1.png) no-repeat center;
        width: 100%;
        height: 27rem;
        background-size: 100%;
    }

    .mob-s6 .bg-div2 {
        background: url(../img/4f-img2_1.png) no-repeat center;
        width: 100%;
        height: 27rem;
        background-size: 100%;
    }

    .mob-s6 .bg-div3 {
        background: url(../img/4f-img3_1.png) no-repeat center;
        width: 100%;
        height: 27rem;
        background-size: 100%;
    }

    .mob-s6 .bg-div4 {
        background: url(../img/4f-img4_1.png) no-repeat center;
        width: 100%;
        height: 27rem;
        background-size: 100%;
    }

    .mob-s7 .list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .mob-s7 .list .item {
        width: 22%;
        text-align: center;
        margin: 10px 5px;
        background: #ffffff;
        box-shadow: 0px 8px 20px 0px rgba(50, 48, 56, 0.1);
        padding: 1rem 0rem;
    }

    .mob-s7 .list .item span {
        font-size: 1.2rem;
        color: rgba(0, 0, 0, 1);
        font-weight: 600;
    }

    .mob-s7 .list .item div {
        background: url(../img/4f-icon_2.png);
        width: 3rem;
        height: 3rem;
        background-size: 1700%;
        margin: 0 auto;
    }

    .mob-s7 .list .item-1 div {
        background-position-x: 0;
    }

    .mob-s7 .list .item-2 div {
        background-position-x: -5rem;
    }

    .mob-s7 .list .item-3 div {
        background-position-x: -10.5rem;
    }

    .mob-s7 .list .item-4 div {
        background-position-x: -15.5rem;
    }

    .mob-s7 .list .item-5 div {
        background-position-x: -20.5rem;
    }

    .mob-s7 .list .item-6 div {
        background-position-x: -26rem;
    }

    .mob-s7 .list .item-7 div {
        background-position-x: -31.3rem;
    }

    .mob-s7 .list .item-8 div {
        background-position-x: -36.5rem;
    }

    .mob-s7 .list .item-9 div {
        background-position-x: -42rem;
    }

    .mob-s7 .list .item-10 div {
        background-position-x: -46.9rem;
    }

    .mob-s7 .list .item-23 {
        box-shadow: none;
        background: none;
    }

    .mob-s7 .list .item-24 {
        box-shadow: none;
        background: none;
    }

    .mob-s7 .list .item-23 div {
        width: 78px;
        height: 102px;
    }

    .mob-s7 .list .item-24 div {
        width: 78px;
        height: 102px;
    }

    .mob-s5 {
        background-color: #FFFFFF;
    }

    .mob-s5 .list li h3 {
        font-weight: 700;
    }

    .mob-s5 .list .item-1 .img {
        background: url(../img/2f-img1.png) round;
    }

    .mob-s5 .list .item-2 .img {
        background: url(../img/2f-img2.png) round;
    }

    .mob-s5 .list .item-3 .img {
        background: url(../img/2f-img3.png) round;
    }

    .mob-s5 .list .item-4 .img {
        background: url(../img/2f-img4.png) round;
    }

    .mob-s5 .list li .inner .content {
        display: inline-block;
        text-align: center;
        width: 200px;
    }

    .mob-s5 .list li .inner .content p {
        height: 5rem;
        font-size: 1.2rem;
    }

    .mob-s5 .list li .img {
        width: 21rem;
        height: 40rem;
    }

    .mob-s4 {
        background: #F7F9FC;
    }

    .mob-s4 .s-title {
        padding: 0;
        margin: 2rem;
    }

    .mob-s4 .list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .mob-s4 .list .item {
        padding-bottom: 1.3rem;
        background-color: #ffffff;
        margin-bottom: 15px;
    }

    .mob-s4 .list .item img {
        width: 100%;
    }

    .mob-s4 .list .item h3 {
        width: 95%;
        margin: 0 auto;
        font-size: 1.3rem;
        color: rgba(0, 0, 0, 1);
        font-weight: 600;
        line-height: 3rem;
    }

    .mob-s4 .list .item span {
        font-size: 1.1rem;
        display: inherit;
        width: 95%;
        margin: 0 auto;
        color: #888888;
    }

    .mob-s8 .bg-div {
        background: url(../img/06-img_2.png) no-repeat center;
        height: 29rem;
        background-size: 100%;
        margin-top: 3rem;
    }

    .mob-s8 .mob-btn-div {
        padding: 3rem 0;
    }

    .mob-s9 {
        background: url(../img/5f-bg_1.jpg) no-repeat center top;
        background-size: cover;
        padding-bottom: 2rem;
        height: 150px;
    }

    .mob-s9 .btns h3 {
        font-size: 1.6rem;
        color: #FFFFFF;
        text-align: center !important;
        margin-top: 25px;
    }

    .mob-s9 .btns a {
        color: #FFFFFF;
        border: 1px solid rgba(255, 255, 255, 1);
        padding: 1rem 3rem;
        display: inline-block;
        margin-top: 20px;
        font-size: 1.4rem;
    }

    .mob-s10 {
        background: #F7F9FC;
    }

    .mob-s10 .list li .mob-article-title {
        margin: 0 auto;
        padding: 0 1rem 1.3rem;
        overflow: inherit;
        background: none;
    }

    .mob-s10 .list li .mob-article-title h3 {
        font-size: 1.5rem;
    }

    .mob-s10 .list li .mob-article-title h3 .gang {
        position: relative;
    }

    .mob-s10 .list li .mob-article-title h3 .gang:before {
        content: '';
        position: absolute;
        width: 0.3rem;
        height: 1.8rem;
        background-color: #FE4646;
        top: 0.2rem;
        left: -1rem;
    }


    .mob-s10 .list li .main-s .gang {
        position: relative;
        color: #888888;
        font-size: 1.3rem;
        text-indent: 1.5rem;
        display: inherit;
        overflow: hidden;
        height: 3rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%;
    }

    .mob-s10 .list li .main-s .gang:before {
        content: '';
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        background-color: #FE4646;
        top: 0.7rem;
        left: 0.1rem;
        transform: rotate(45deg);
    }

    .mob-s10 .list li .main-s:last-child .gang {
        height: 2rem;
    }

    .mob-s10 .list li .mob-article-title h3 a span {
        float: right;
        color: #FE4646;
        font-size: 1.2rem;
        line-height: 2.5rem;
        position: relative;
    }

    .mob-s10 .list li .mob-article-title h3 a span:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 0.6rem;
        height: 0.6rem;
        transform: rotate(45deg);
        border-top: 1px solid #FE4646;
        border-right: 1px solid #FE4646;
        top: 0.8rem;
        right: -1rem;
    }

    .mob-s10 .list li {
        border-bottom: 0.013333rem solid rgb(230 230 230);
        padding: 2rem 0;
    }

    .mob-s10 .list li .l-main {
        overflow: hidden;
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .mob-s10 .list li .l-main:last-child {
        border-bottom: 0;
    }

    .mob-s10 .list li .l-main .img {
        float: left;
        overflow: hidden;
        border-radius: .6rem;
        margin-right: 1rem;
    }

    .mob-s10 .list li .l-main .img img {
        width: 13rem;
        height: 7rem;
    }

    .mob-s10 .list li .l-main .text {
        display: block;
        line-height: 2.5rem;
        margin-top: .3rem;
        font-size: 1.3rem;
        font-weight: 600;
        height: 4.5rem;
        overflow: hidden;
    }
}
