/*教学单位*/
.jxdw .img img{
    width: 100%;
}
/*滑动门*/
#tab {
    margin-bottom: 0.3rem;
    background-color: #ffffff;
}
#tab li{
    width: 25%;
    line-height: 0.7rem;
    font-size: 0.16rem;
    text-align: center;
    position: relative;
}
#tab li:after{
    content: "";
    background-color: #d0d0d0;
    width: 1px;
    height: 0.18rem;
    position: absolute;
    right: 0;
    top: 0.26rem;
}
#tab li:last-child:after{
    display: none;
}
#tab li span{
    display: inline-block;
    cursor: pointer;
}
#tab li.current span{
    color:#138aea;
    background:#ffffff;
    font-weight: bold;
    border-bottom:1px solid #0f77dd;
}
#tab li span:hover{
    color:#138aea;
}
#content {}
#content .list {
    display: none;
    min-height: 5rem;
}



/*手机适配*/
@media screen and (max-width: 1200px){
    /*教学单位*/
    .jxdw .img img{
        width: 100%;
    }
    /*滑动门*/
    #tab {
        margin-bottom: 0.3rem;
        background-color: #ffffff;
    }
    #tab li{
        width: auto;
        line-height: 0.7rem;
        font-size: 0.16rem;
        text-align: center;
        position: relative;
        margin: 0 0.1rem;
    }
    #tab li:after{
        content: "";
        background-color: #d0d0d0;
        width: 1px;
        height: 0.18rem;
        position: absolute;
        right: 0;
        top: 0.26rem;
        display: none;
    }
    #tab li:last-child:after{
        display: none;
    }
    #tab li span{
        display: inline-block;
        cursor: pointer;
    }
    #tab li.current span{
        color:#138aea;
        background:#ffffff;
        font-weight: bold;
        border-bottom:1px solid #0f77dd;
    }
    #tab li span:hover{
        color:#138aea;
    }
    #content {}
    #content .list {
        display: none;
        min-height: 5rem;
    }
}














/*手机适配*/
@media screen and (max-width: 1200px) {

}
