
/*--------------banner-------*/
.infor_banner{
    background: #ffffff;
}
.infor_banner>.wrap{
    height: 3rem;
    background: url("../images/m_enrollment_banner.png") no-repeat center/cover;
}




/*------------招生列表--------*/
.counseling_list{
    margin-top: 0.1rem;
    background: #ffffff;
    padding-bottom: 0.4rem;
}
.counseling_list li{
    border-bottom:1px solid #dcdcdc;
}
.counseling_list li:last-child{
    border-bottom:1px solid transparent;
}
.counse_01{
    margin-top: 0.25rem;
    width:7.5rem;
    height: 2rem;
}
.counse_02{
    height: 1.8rem;
}
.counse_01 h3{
    font-size: 0.28rem;
    margin-top: 0.1rem;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.counse_left {
    float: left;
    margin-top:0.15rem;
}
.counse_left img{
    width: 2.65rem;
    height: 1.21rem;
}
.counse_right{
    margin-top: 0.1rem;
    float: left;
    width: 60%;
    margin-left: 2%;
}
.cr_length{
    width: 90%;
    margin-left: 0;
}
.counse_right a{
    font-size: 0.26rem;
    color:#9c9c9c;
    display:block;
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 0.36rem;
}
.counse_right span{
    font-size: 0.24rem;
    color:#9c9c9c;
    margin-top: 0.15rem;
/*    width: 2.3rem !important;*/
    display: inline-block;
}
/*.counseling_list .swiper-slide li{
    margin-top: 0.15rem !important;
}
.counseling_list .swiper-wrapper{
    height: 13rem !important;
}
.counseling_list .swiper-slide{
    height: 15.8% !important;
}*/



@media (max-width: 768px) {
    /*--header---*/
    .customer {
        margin-left: 2.72rem;
    }
}
 @media (max-width: 420px) {
        /*--header---*/
        .customer {
            margin-left: 2.44rem;
        }

        .loadmore {
            top: 95% !important;
            -webkit-transform: scale(0.85);
        }

        .index_ready h3 {
            border-left: 5px solid #ff9c00;
        }

        /*--------版权-----*/
        .mla {
            margin-left: 0 !important;;
        }


    }
@media (max-width: 360px) {

    .carousel-item a {
        margin-left: 0.28rem;
    }

    .carousel-item a:last-child {
        margin-left: 0rem;
    }

}
@media (max-width: 320px) {
    .current p {
        -webkit-transform: scale(0.8);
        margin-left: -0.7rem;
    }

    .counse_right a {
        line-height: 0.42rem;
    }

    .counse_right span {
        margin-top: 0.1rem;
    }



    .counse_left {
        margin-top: 0.25rem;
    }

    .counseling_list .swiper-wrapper {
        height: 14.5rem !important;
    }

    .loadmore {
        top: 96.5% !important;
    }

    .carousel-item a {
        margin-left: 0.28rem;
    }

    .carousel-item a:last-child {
        margin-left: 0.28rem;
    }

}







