/*-----学校介绍-----------*/
.xue_intro{
    margin-top: 0.1rem;
    background: #ffffff;
    padding-bottom: 0.3rem;
}
.xue_intro h3{
    font-size: 0.3rem;
    color: #212121;
    border-left: 0.06rem solid #940000;
    padding-left: 0.1rem;
    line-height: 0.27rem;
    margin-top: 0.2rem;
}
.intro_img>ul>li{
    margin-top: 10px;
    font-size: 0.2rem;
    color: #484848;
    width:3rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.intro_img>ul{
    float: left;
    height: 1.8rem;
}
.intro_tp img{
    width: 3.8rem;
    height: 2.32rem;
}
.intro_tp  {
    float: right;
}

/*----图片切换-------*/
.lh_t{
    margin-top: -135px;
    width: 3.7rem;
    height: 1.35rem;
    overflow: hidden;
    position: absolute;
    margin-left: 0.4rem;
}
.xue_intro_qh {
    width: 9999rem;
    margin-top: 0.35rem;
    position: absolute;
}
.xue_intro_qh li{
    display:inline-block;
    width: 1.58rem;
    float: left;
    margin-left: 0.38rem;
}
.xue_intro_qh  li:first-child{
    margin-left: -0.1rem;
}
.xue_intro_qh  li img{
    width: 1.58rem;
    height: 1.02rem;
}
.xue_intro_btn {
    position: absolute;
}
.xue_intro_btn img{
    width: 0.24rem;
    height: 0.24rem;
}
.btn_left {
    position: absolute;
    cursor: pointer;
    margin-top: -0.6rem;
}
.btn_right {
    position: absolute;
    cursor: pointer;
    margin-top: -0.6rem;
    right: -4.2rem;
}

/*--------文字介绍------*/
.xue_intro_text{
    margin-top: 0.2rem;
}
.xue_intro_text p{
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #323232;
    word-spacing: 0.01rem;
    /*text-indent: 2em;*/
    margin-top: 0.2rem;
}

@media (max-width: 420px) {
    .lh_t {
        margin-top: -0.75rem;
    }
    .xue_intro_text p{
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
}

@media (max-width: 360px) {
    .lh_t {
        margin-top: -6.5rem;
    }
    .xue_intro_text {
        margin-top: 0.7rem;
    }
}
@media (max-width: 320px) {
    .lh_t {
        margin-top: -1.35rem;
    }.xue_intro_text {
         margin-top: 0.9rem;
     }

}