.ability {
    box-sizing: border-box;
    padding: 80px 0px;
}

.title {
    text-align: center;
    letter-spacing: 1px;
    margin:auto;
    width:fit-content;
}

.title2 {
    color: white;
}

.titlebig {
    font-size: 48px;
    font-weight: bold;
}

.titlesm {
    font-weight: lighter;
    margin-top: 15px;
}

.ablist {
    margin-top: 60px;
}

.ableft {
    /*float: left;
    width: 28%;*/
    float:none;
    width: 100%;overflow: hidden;
    display: flex;-ms-display:flex;
}

.abright {
    /*float: right;
    width: 28%;*/
    float:none;
    width: 100%;overflow: hidden;

    display: flex;-ms-display:flex;
}

.abcenter {
    overflow: hidden;
    width: 44%;
    box-sizing: border-box;
    padding: 0px 15px;
    display: none;
}

.abcenter img {
    width: 100%;
}
.ablist {display: flex;-ms-display: flex;flex-wrap: wrap;-ms-flex-wrap: wrap; overflow: hidden;}
.ablist .itemcon{width: 30%;margin-right: 5%;float: left;margin-bottom: 30px;}
.ablist .itemcon .img{width: 100%;display: block;border-top-left-radius: 10px;border-top-right-radius: 10px; position: relative;padding-top: 56.25%;height: 0;box-sizing: content-box;overflow: hidden;}
.ablist .itemcon .img img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;transition: all 0.4s ease-in-out;}
.ablist .itemcon:hover .img img{transform: scale(1.03);}
.ablist .itemcon:nth-child(3n){margin-right: 0;}
.abitem {
    background: #eff3ff;
    box-sizing: border-box;
    padding: 15px 20px 30px;
    /*margin-top: 1px;*/
    min-height: 130px;
    height:auto;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.4s ease-in-out;
    
}
.abitem:nth-child(3n){margin-right: 0;}

.ablist .itemcon:hover .abitem{
    background: #085ebd;
    color: white;
}

.abblock {
    margin-top: 5px;
}

.abinner {
    float: left;
    width: 100%;
    margin-top: 10px;

}

.abinner1 {
    width: 33.3%;

}

.abinner2 {
    width: 50%;
}

.abname {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.abdot {
    width: 6px;
    height: 6px;
    margin-top: 9px;
    border-radius: 10px;
    float: left;
    background: #3773f5;
    transition: all 0.4s ease-in-out;
}

.abtext {
    overflow: hidden;
    margin-left: 10px;
    line-height: 24px;
}

.abitem:hover .abdot {
    background: white;
}


/* 案例成果 */
.case {
    box-sizing: border-box;
    padding: 80px 0px;
    background: url(../images/back1.png) no-repeat;
    background-size: 100% 100%;
}

.cablock {
    margin-top: 60px;
}

.caleft {
    width: 360px;
    float: left;
    box-sizing: border-box;
    padding-right: 30px;
}

.caclass {
    height: 70px;
    line-height: 70px;
    position: relative;
    color: white;
    box-sizing: border-box;
    padding-left: 20px;
}

.caline {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: white;
    width: 4px;
    height: 100%;
    display: none;
}

/*.caclass:hover {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}*/
.caclassActive{
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
    .caclassActive .caline {
        display: block;
    }
/*.caclass:hover .caline {
    display: block;
}*/

.caright {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 40px;
    color: white;
}
.caselist{
    display:none;
}
.caselist.active {
    display: block;
}
.caright a {
    color: white;
}

.calittle {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    float: left;
}

.more {
    float: right;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0px 30px;
    border-radius: 5px;
    background: #3773f5;
}

.caintro {
    margin-top: 30px;
    line-height: 36px;
}

.calist {
    margin: 40px -10px 0px -10px;
}

.caitem {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 0px 10px;
}

.cainner {
    box-sizing: border-box;
    border-radius: 10px;

}

.caimg {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.caimg img {
    width: 100%;
    border-radius: 10px;
}

.cainner:hover img {
    transition: 0.5s all;
    transform: scale(1.1);
}

.caname {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 产品中心 */
.product {
    box-sizing: border-box;
    padding: 80px 0px;
}

.ductblock {
    margin-top: 60px;
}

.ductleft {
    width: 330px;
    height: 478px;
    float: left;
    background: #ebf1ff;
    box-sizing: border-box;
    padding: 15px 0px;
    border-radius: 10px;
}

.ductclass {
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}



.duline {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 20px;
    width: 4px;
    background: #3f75fb;

}

.duback {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

    .educonActive .duline,
    .educonActive .duback{
        display:block;
    }

/*.botlistActive .duline,
.educonActive .duback {
    display: block;
}*/

/* 
.botlist:hover .duline {
    display: none;
}

.botlist:hover .duback {
    display: none;
}*/




    .duback img {
        height: 100%;
    }

.duicon {
    width: 24px;
    height: 24px;
    float: left;
    margin: 28px 0px;
}

.duicon img {
    width: 24px;
    height: 24px;
}

.ducttap {
    margin-left: 40px;
    cursor: pointer;
}

.ductclass:hover {
    color: #3773f5;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));

}

.ductclass:hover .duline {
    display: block;
}

.ductclass:hover .duback {
    display: block;
}

.ductright {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 60px;
}

.ductright2 {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 60px;
    display: none;
}
.ductright2Active{
    display: block;
}


.ducttop {
    height: 70px;
    line-height: 70px;
    background: #dbe8fe;
    box-sizing: border-box;
    padding: 0px 30px;
    position: relative;
    border-radius: 20px 20px 0px 0px;
}

.duback2 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

.duback2 img {
    height: 100%;
}

.ductlittle {
    font-size: 20px;
    font-weight: bold;
    float: left;
    position: relative;
    z-index: 5;
}

.more2 {
    height: 40px;
    float: right;
    line-height: 40px;
    margin: 15px 0px;
    background: white;
    box-sizing: border-box;
    padding: 0px 30px;
    color: #3773f5;
    border-radius: 5px;
    position: relative;
    border: 1px solid white;
}

.more2:hover {
    border: 1px solid #3773f5;
}

.more2text {
    float: left;
}

.more_arr {
    float: right;
    width: 16px;
    height: 16px;
    margin: 12px 0px;
}

.more_arr img {
    width: 16px;
    height: 16px;
}

.ductlist {
    margin: 30px -10px 0px -10px;
}

.ductlist a {
    color: #333333;
}

.ductitem {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 0px 10px;
}

.ductinner {
    background: #f0f5ff;
    border-radius: 10px;
    overflow: hidden;
}

.ductinner:hover {
    background: #e5ebf8;
}

.ductimg {
    width: 100%;
}

.ductimg img {
    width: 100%;
}

.ductcon {
    box-sizing: border-box;
    padding: 20px 15px;
}

.ductname {
    font-weight: bold;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ductve {
    color: #888888;
    margin: 10px 0px;
}

.ductmore {
    color: #3773f5;
    font-size: 14px;
}

.ductde {
    float: left;
}

.ductarr {
    width: 20px;
    height: 20px;
    padding-left: 5px;
    overflow: hidden;
}

.ductarr img {
    width: 20px;
    height: 20px;
}

/* 资源分享 */
.resource {
    box-sizing: border-box;
    padding: 80px 0px;
    background: #fafbff;
}

.reblock {
    margin-top: 60px;
}

.releft {
    float: left;
}

.relelist {
    position: relative;
    box-sizing: border-box;
    padding: 20px 0px 40px 0px;
}


.reline {
    position: absolute;
    left: 34px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #fafbff, #3f75fb, #fafbff);
}

.releitem {
    margin-top: 40px;
}

.re_lelist {
    position: relative;
    z-index: 2;
}

.reicon {
    width: 50px;
    height: 50px;
    border: 10px solid #fafbff;
    border-radius: 50%;
    background: #6d8baa;
    float: left;

}

.reicon img {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.releitem:hover .reicon {
    background: #3773f5;
}

.releitem.active .reicon {
    background: #3773f5;
}
.releitem.active .releinner {
    font-weight: 700;
}



.releinner {
    line-height: 80px;
    font-size: 18px;
    color: #6d8baa;
    margin-left: 100px;
    overflow: hidden;
}

.reright {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 60px;
    display: none;
}
.rerightActive{
    display: block;
}

.recon {
    background: #ebf1ff;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;
    min-height: 510px;
}

.reclass {}

.releitem:hover .releinner {
    color: #3773f5;
    font-weight: bold;
}

.relittle {
    float: left;
    box-sizing: border-box;
    padding: 0px 30px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
}
.relittle1 {
    float: left;
    box-sizing: border-box;
    padding: 0px 30px;
    font-size: 18px;
    display:inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 13px;
    margin-top: 10px;

}
/*.reclass1 {
    padding-top:70px;
}*/

.reac {
    background: #c3d6fa;
    font-weight: bold;
}

.relittle:hover {
    background: #c3d6fa;
    font-weight: bold;
}

.remore {
    float: right;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 18px;
    height: 34px;
    margin: 3px 0px;
    line-height: 32px;
    color: #3773f5;
    border: 1px solid #3773f5;
}
.remore1 {
    float: right;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 18px;
    height: 34px;
    margin: 30px 40px;
    line-height: 32px;
    color: #3773f5;
    border: 1px solid #3773f5;
}
.remore1:hover {
    background: #acc4ff;
}
.remore:hover {
    background: #acc4ff;
}

.relist {
    margin-top: 30px;
    display: none;
}
.relistActive{
    display: block !important;
}

.reitem {
    margin-top: 30px;
    box-sizing: border-box;
    padding: 20px 0px;
    border-bottom: 1px solid #acc4ff;
}

.relast {
    border-bottom: 0;
}

.redot {
    width: 6px;
    height: 6px;
    margin: 12px 0px;
    border-radius: 50%;
    background: #3773f5;
    float: left;
}

.redown {
    float: right;
    margin-right: 10px;
}

.downicon {
    width: 20px;
    height: 20px;
    float: left;
}

.downicon img {
    width: 20px;
    height: 20px;
}

.downnum {
    color: #3773f5;
    font-size: 14px;
    margin-left: 25px;
}

.rename {
    overflow: hidden;
    line-height: 30px;
    margin-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.reintro {
    margin-left: 30px;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    /*    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
}

.reitem:hover {
    background: #d9e6ff;
}

.vilist {
    /* border: 1px solid red; */
    margin: 20px -10px 0px -10px;
    display:none;
}

.viitem {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 10px 10px;
}

.viinner {
    border-radius: 10px;
   
}

.vimg {
    width: 100%;
    background: black;
    border-radius: 10px ;
    overflow: hidden;
    position: relative;
}
.vimg img {
    width: 100%;
    opacity: 0.5;
    transition: transform 0.6s linear; 
}
.vimg:hover img{
    transform: scale(1.1);
    
}

.vistop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 5;
}

.vistop img {
    width: 50px;
    height: 50px;
    opacity: 1;
}
.viname{
    color: #333333;
    margin-top: 15px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 瀚臻小学堂 */
.edu {
    box-sizing: border-box;
    padding: 80px 0px;

}

.edublock {
    margin-top: 60px;
}

.edulittle {
    border-bottom: 1px solid #b5bcc4;
    box-sizing: border-box;
    padding: 20px 0px;
    text-align: center;
}

.edutitle {
    width: 20%;
    float: left;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0px 40px;
    border-radius: 50px;
    font-size: 18px;
    color: #6b7586;
}

.edutitle:hover {
    background: #3773f5;
    color: white;
}
.edutitleActive{
    background: #3773f5;
    color: white;
}

.edumore {
    margin-top: 30px;
    float: right;
    height: 40px;
    line-height: 38px;
    border: 1px solid #3773f5;
    color: #3773f5;
    font-size: 15px;
    box-sizing: border-box;
    padding: 0px 20px;
    border-radius: 8px;
}

.edumore:hover {
    background: #dbe5ff;
}

.edumotext {
    float: left;
}

.eduarr {
    height: 16px;
    width: 16px;
    padding-left: 5px;
    float: right;
    margin: 12px 0px;
}

.eduarr img {
    height: 16px;
    width: 16px;
}

.educon {
    margin-top: 30px;
}

.educon .ductleft {
    background: none;
}

.educon .ductclass {
    background: #f2f6ff;
}

.educon .ductclass {
    margin-bottom: 20px;
}

.educon .ductclass:hover {
    font-weight: bold;
    background: linear-gradient(to right, #ffffff, #ebf1ff);

}

.educonActive{
    font-weight: bold;
    background: linear-gradient(to right, #ffffff, #ebf1ff)!important;
    color: #3773f5;
}

.eduright {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 60px;
    display: none;
}
.edurightBlock{
    display: block;
}

.edulist {
    margin: 0px -10px 0px -10px;
}

.edulist a {
    color: #333333;
}

.eduitem {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 15px 10px;
}

.eduinner {
    background: #ebf1ff;
    border-radius: 10px;
    overflow: hidden;
}

.eduinner:hover {
    background: #dce3f3;

}

.eduimg {
    position: relative;
    background: black;
    border-radius: 10px 10px 0px 0px;

}

.eduimg img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.eduimg1 img {
    opacity: 0.7;
}

.edustop {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.edustop img {
    width: 50px;
    height: 50px;
    opacity: 1;
}

.edubo {
    box-sizing: border-box;
    padding: 15px;
}

.eduname {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.eduintro {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: lighter;
    margin-top: 12px;
}

.botlist{
    display: none;
}
.botlistActive{
    display: block;
}
.calist{
    display: none;
}
.calistActive{
    display: block;
}

@media screen and (max-width:1200px) {
    .ability {
        padding: 60px 0px;
    }
    .abinner1{width: 50%;}

    .ablist .itemcon{width: 48%;margin-right: 4%;}
    .ablist .itemcon:nth-child(3n){margin-right: 0;margin-right: 4%;}
    .ablist .itemcon:nth-child(2n){margin-right: 0;}

    .titlebig {
        font-size: 24px;
    }

    .titlesm {
        font-size: 12px;
        margin-top: 10px;
    }

    .ablist {
        margin-top: 20px;
    }

    .ableft {
        float: left;
        width: 100%;
    }

    .abright {
        float: right;
        width: 100%;
    }

    .abcenter {
        display: none;
    }

    .abitem {
        /*margin-top: 10px;*/
    }

    .abname {
        font-size: 18px;
    }

    .abtext {
        font-size: 14px;

    }

    /* 案例成果 */
    .case {
        padding: 60px 0px;

    }

    .cablock {
        margin-top: 20px;
    }

    .caleft {
        width: 100%;
        text-align: center;
        float: none;
        padding-right: 0px;
        padding-bottom: 10px;
        border-bottom: 1px solid #c4c4c4;
    }

    .caclass {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0px 5px;
        font-size: 14px;
    }


    .caright {
        padding-left: 0px;
        margin-top: 20px;
    }

    .calittle {
        font-size: 18px;
    }

    .more {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0px 20px;

    }

    .caintro {
        margin-top: 10px;
        line-height: 24px;
        font-size: 13px;
    }

    .calist {
        margin: 30px -5px 0px -5px;
    }

    .caitem {
        width: 33.3%;
        padding: 0px 5px;
    }

    .cainner {
        border-radius: 5px;

    }

    .caimg {
        border-radius: 5px;
    }

    .caimg img {
        border-radius: 5px;
    }

    .caname {
        margin-top: 10px;
        font-size: 14px;
    }



    /* 产品中心 */
    .product {
        padding: 60px 0px;
    }

    .ductblock {
        margin-top: 20px;
    }

    .ductleft {
        width: 100%;
        float: none;
        height: fit-content;
        box-sizing: border-box;
        padding: 10px 10px;
    }

    .ductclass {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 0px 30px;
    }

    .duline {
        display: none;


    }

    .duback {
        display: none !important;
    }

    .duicon {
        display: none;

    }

    .ducttap {
        margin-left: 0px;
    }


    .ductclass:hover .duline {
        display: none;
    }

    .ductclass:hover .duback {
        display: none;
    }
    
    .ductright {
        float: none;
        margin-top: 20px;
        overflow: hidden;
        box-sizing: border-box;
        padding-left: 0px;
    }

    .ducttop {
        height: 50px;
        line-height: 50px;
        padding: 0px 10px;
    }


    .ductlittle {
        font-size: 16px;
    }

    .more2 {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin: 10px 0px;
        padding: 0px 10px;
    }

    .more2:hover {
        border: 1px solid #3773f5;
    }

    .more_arr {
        width: 14px;
        height: 14px;
        margin: 8px 0px;
    }

    .more_arr img {
        width: 14px;
        height: 14px;
    }

    .ductlist {
        margin: 20px -5px 0px -5px;
    }



    .ductitem {
        padding: 0px 5px;
    }

    .ductcon {
        padding: 10px 10px;
    }

    .ductname {
        font-size: 14px;
    }

    .ductve {
        margin: 8px 0px;
        font-size: 12px;
    }

    .ductmore {
        font-size: 12px;
    }


    .ductarr {
        width: 14px;
        height: 14px;
        transform: translateY(2px);
    }

    .ductarr img {
        width: 14px;
        height: 14px;
    }

    /* 资源分享 */
    .resource {
        padding: 60px 0px;
    }

    .reblock {
        margin-top: 20px;
    }

    .releft {
        float: none;
    }

    .relelist {
        padding: 0px 0px 0px 0px;
    }


    .reline {
        display: none;
    }

    .releitem {
        margin-top: 0px;
        width: 50%;
        float: left;
    }

    .reicon {
        width: 40px;
        height: 40px;
        border: 10px solid #fafbff;
        border-radius: 50%;
        background: #6d8baa;
        float: left;

    }

    .reicon img {
        width: 24px;
        height: 24px;
        margin: 8px;
    }


    .releinner {
        line-height: 60px;
        font-size: 16px;
        margin-left: 60px;
    }

    .reright {
        padding-left: 0px;
    }

    .recon {
        margin-top: 20px;
        padding: 15px 10px;
    }

    .relittle {
        padding: 0px 15px;
        font-size: 14px;
    }

    .remore {
        padding: 0px 10px;
        font-size: 12px;
        height: 30px;
        line-height: 28px;
    }

    .relist {
        margin-top: 10px;
    }

    .reitem {
        margin-top: 0px;
    }



    .rename {
        margin-left: 20px;
    }

    .reintro {
        margin-left: 20px;
        font-size: 12px;
        line-height: 24px;
      
    }

    .viitem{
        width: 50%;
    }
    .vistop {
        width: 30px;
        height: 30px;
        z-index: 5;
    }
    
    .vistop img {
        width: 30px;
        height: 30px;
    }
    .viname{
        margin-top: 10px;
        font-size: 14px;
    }





    /* 瀚臻小学堂 */
    .edu {
        padding: 60px 0px;

    }

    .edublock {
        margin-top: 20px;
    }

    .edulittle {
        padding: 10px 0px;
    }

    .edutitle {
        width: 20%;
        height: 40px;
        line-height: 40px;
        padding: 0px 5px;
        font-size: 14px;

    }


    .edumore {
        display: none;
    }




    .educon {
        margin-top: 10px;
    }

    .educon .ductclass {
        margin-bottom: 10px;
        font-size: 14px;
        margin-right: 10px;
        padding: 0px 30px;
        /* border: 1px solid red; */
    }

    .educon .ductclass:hover {
        background: #3773f5;
        color: white;

    }

    .eduright {
        padding-left: 00px;
    }

    .edulist {
        margin: 0px -5px 0px -5px;
    }

    .eduitem {
        padding: 5px 5px;
    }


    .edustop {
        width: 30px;
        height: 30px;
    }

    .edustop img {
        width: 30px;
        height: 30px;
    }

    .edubo {
        padding: 8px;
    }

    .eduname {
        font-size: 14px;
    }

    .eduintro {
        font-size: 12px;
        margin-top: 5px;
    }



}

@media screen and (max-width:600px) {
    .remore {
        display: none;
    }

    .relittle {
        padding: 0px 15px;
        margin: 0px 0px;
    }

    .edutitle {
        font-size: 13px;
        padding: 0px 0px;
    }
    .ductclass {
        padding: 0 18px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .ductleft {
        padding: 0 10px;
    }
    .stuList{
        padding: 0 !important;
    }
    .ductright2 {
        padding-left: 0;
        margin: 20px 0;
    }
    .product{
        padding: 30px 0 ;
    }
    .educon .ductclass{
        padding: 0 15px;
    }

    .ductleft a:nth-last-child(4) {
        display: none;
    }

    .reclass1 {
        white-space: nowrap;
        width: 100%;
        overflow: auto;
        padding: 10px 0;
    }
    .relittle1 {
        float: none;

    }
    .remore1 {
        display:none;
    }

    .caintro {
        line-height: 24px;
        font-size: 13px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .ablist .itemcon{width: 100%;margin-right: 0!important;}
    .abinner1{width: 33.33%;}
}