.xueli_school{
    border-bottom:1px #eee dashed;
    width: 100%;
    padding:18px 0px;
    overflow: hidden;
}
.xueli_school_logo{
    width:110px;
     border:1px #eee solid;
     padding: 20px 5px;
     margin-right: 25px;
     margin-top:20px;
     
}
.xueli_school_logo a{
    height: 70px;
    width: 100px;
}
.xueli_school:nth-child(1) .xueli_school_logo a{
    background: url(/assets/img/schoolIcon1.png);
    background-position: 15px;
    background-repeat: no-repeat;
}
.xueli_school:nth-child(2) .xueli_school_logo a{
    background: url(/assets/img/schoolIcon2.png);
    background-position: 15px;
    background-repeat: no-repeat;
}
.xueli_school:nth-child(3) .xueli_school_logo a{
    background: url(/assets/img/schoolIcon3.png);
    background-position: 15px;
    background-repeat: no-repeat;
}

.xueli_school:nth-child(4) .xueli_school_logo a{
    background: url(/assets/img/schoolIcon4.png);
    background-position: 15px;
    background-repeat: no-repeat;
}
.xueli_school:nth-child(5) .xueli_school_logo a{
    background: url(/assets/img/schoolIcon5.png);
    background-position: 15px;
    background-repeat: no-repeat;
}
.xueli_school:nth-child(6) .xueli_school_logo a{
    background: url(/assets/img/schoolIcon6.png);
    background-position: 15px;
    background-repeat: no-repeat;
}
.xueli_school:nth-child(7) .xueli_school_logo a{
    background: url(/assets/img/schoolIcon7.png);
    background-position: 15px;
    background-repeat: no-repeat;
}
.xueli_school:nth-child(8) .xueli_school_logo a{
    background: url(/assets/img/schoolIcon8.png);
    background-position: 15px;
    background-repeat: no-repeat;
}
.xueli_school:nth-child(9) .xueli_school_logo a{
    background: url(/assets/img/schoolIcon9.png);
    background-position: 15px;
    background-repeat: no-repeat;
}
.xueli_school:nth-child(10) .xueli_school_logo a{
    background: url(/assets/img/schoolIcon1.png);
    background-position: 15px;
    background-repeat: no-repeat;
}
.xueli_school_info{
    width: 405px;
    border-right:1px #eee solid;
    padding-right: 20px;
}
.xueli_school_info h3 a{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
.xueli_school_info h3 a:hover{
    color: #e70012;
}

.xueli_school_info .tag span {
    display: inline-block;
    padding: 1px 12px;
    margin-right: 5px;
    border: 1px dashed #fe9b00;
    font-size: 14px;
    color: #fe9b00;
    margin-top:10px;
}
.xueli_school_info .levels{
    color: #9a9a9a;
    margin-top: 10px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.sclDetal{
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 0px;
}
.sclDetal a{
    background-color: #e70012;
    color: #fff;
    float: left;
    width: 100px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    border-radius: 4px;
}
.sclDetal a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.xueli_school_zy{
    padding-left: 60px;
    margin-top: 10px;
}
.xueli_school_zy h3{
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
.tjPro{
    width: 240px;
}
.tjPro li{
    margin-right: 10px;
    border: 1px solid #959595;
    width: 113px;
    margin-top: 10px;
}
.tjPro li:hover{
    background: #e70012;

}
.tjPro li:hover a{
     color: #fff;
}
.tjPro li:nth-child(2n){
    margin-right: 0px;
}
.tjPro li a{
    color: #333;
    text-align: center;
    float: left;
    width: 109px;
    padding:0px 2px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;

}