
/*学校推荐白色底色*/
.mod-tj h2 {
    text-align: center;
    font-size: 40px;
    color: #186bb7;
    margin-top: 70px;
}
.mod-tj .service {
    background-image: url(/statics/index/zt7_img/border.jpg);
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 70px;
}
.mod-tj .service p {
    padding: 0px 30px;
    color: #186bb7;
    font-size: 24px;
    position: relative;
    background-color: #fff;
    display: inline-block;
}
.mod-tj p:before {

    content: "";

    width: 11px;

    height: 11px;

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -5px;

    border-radius: 50%;

}

.mod-tj .service p:after {

    content: "";

    width: 11px;

    height: 11px;

    position: absolute;

    right: 0;

    top: 50%;

    margin-top: -5px;

    border-radius: 50%;

}
.mod-tj .service p:after, .mod-tj .service p:before {

    background-image: url(/statics/index/zt7_img/border.jpg);

}
.school li.active{
    color: #fff;
    background: #186bb7;
    position: relative;
}
.school li.active:before{
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #046ea9;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    left: 50%;
    margin-left: -12px;
    bottom: -10px;
}



/*学校推荐白色底色end*/