/* #f5f7f9 */
body{
    background-color: #f5f7f9
}
.filter{
    margin-bottom: 20px;
}
.filter-title{
    padding: 10px 0;
    display: none;
    background-color: #fff;
}
.filter-title li {
   
    font-size: 14px;
    color: #31404c;
    text-align: center;
    cursor: pointer;
}
.filter-title li .icon{
    padding: 0 4px;
    margin: 0 0 0 3px;
    background-size: contain
}
.down-icon{
    background: url(../images/schoollist/down.png) no-repeat center center
}
.top-icon{
    background: url(../images/schoollist/top.png) no-repeat center center
}

.filter-box{
    padding: 30px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.filter-type{
    border-bottom:  1px dashed #eee;
    margin-bottom: 10px;
}
.filter-type:last-child{
    margin-bottom: 0;
}
.filter-type p{
    float: left;
    width: 90px;
    font-size: 16px;
    line-height: 18px;
    color: #222d35;
}
.filter-box ul{
    margin-left: 90px;
}
.filter-box ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}

.filter-box ul li span,.filter-box ul li a{
    display: inline-block;
    padding: 0 15px;
    color: #444;

}
.filter-box ul li.active span,.filter-box ul li.active a,.filter-box ul li:hover a{
    width: 100%;
    color: #fff;
    background-color: #192d76
}

.school-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.school-box .moudle-title{
    padding: 30px 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #0e2644;
    border-bottom: 2px solid #eee;
}




.schoollist{
    padding: 10px 30px;
}
.schoollist-item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee; 
}
.school-logo{
    float: left;
    width: 18%;
}
.school-cnt{
    float: left;
    width: 63%;
    width: calc(64% - 1px);
    padding-right: 2%;
    margin: 0 2%;
    border-right: 1px dashed #e2e2e2
}
.school-tit{
    margin-bottom: 15px;

}
.school-tit a{
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #0e2644;  
    margin-right: 15px;  
}
.school-btn{
    float: right;
    padding-top: 20px;
    width: 12%;
}
.address-icon {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #838c94;

}
.address-icon i{
    padding: 2px 10px;
    background: url(../images//schoollist/address-icon.png) no-repeat center center;
    margin-right: 5px;
}
.school-type-list {
    float: left;
    width: 48%;
    margin-right: 2%;
    font-size: 14px;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.school-type-list:last-child{
    width: 100%;
    margin: 0 auto
}
.school-type-list b{
    font-weight: normal;
    color: #31404c;
}
.school-type-list span{
    color: #818991;   
}

.school-btn a{
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 36px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
}
.school-btn .detail-btn{
    color: #fff;
    background-color: #446e92;
    margin-bottom: 26px;
}
.school-btn  .order-btn{
    line-height: 34px;
    color: #fe8848;
    border: 1px solid #fe8848;
}

/* tag style start */
.tag{
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 1px 5px;
    margin: 0 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
} 
.tag:last-child{
    margin-right: 0
}
.tag-color1{
    background-color: #a9d795;
}
.tag-color6{
    background-color: #9197d6;
}
.tag-color2{
    background-color: #76c0d7;
}
.tag-color3{
    background-color: #ffaf6d;
}
.tag-color4{
    background-color: #f89383;
}
.tag-color5{
    background-color: #cfa589;
}
/* tag style end */

/* page start */
.page{
    width: 100%;
    text-align: center;
}
.page>ul>li{
    float: left;
    cursor: pointer;
}
.page .pagezong:hover{ background-color: #fff;
    color: #000000;}
.page>a, .page>b{
    width: 10%;
    background-color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    padding:10px 20px;
    margin-right:10px;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: pointer;
}
.page>a:hover,.page>ul>li>.active,.page>b{
    background-color: #192d76;
    border: 1px solid #192d76;
    color:#fff;
}

.fst-page a,.last-page a{
    padding-left: 5px;
    padding-right: 5px;
}
/* page end */
@media only screen and (max-width:1024px){
    .school-box .moudle-title{
        padding: 4% 0
    }

    
    .school-logo {
        width: 24%;
    }
    .school-cnt {
        width: 73%;
        width: calc(74% - 1px);
        padding-right: 0;
        margin: 0 0 0 2%;
        border-right: 0;
    }
    .school-type-list{
        line-height: 28px;
    }
    .school-btn {
        width: 100%;
        height: 56px;
    }
    .school-btn a{
        float: left;
        width: 46%;
        max-width: 120px;
        line-height: 26px;
        margin: 0 1% 10px;
    }
    .schoollist-item{
        padding-bottom: 2%;
        margin-bottom: 3%;
    }
    .school-btn .detail-btn{
        margin-bottom: 10px;
    }
    .school-btn .order-btn{
        line-height: 24px
    }


    .page [title],.page>.pagezong{
        display: none;
    }
    .page a, .page>b {
        max-width: 120px;
        width: 22%;
        margin-right: 1%;
        padding: 0;
        display: inline-block;
    }
    .page a,.page>b{
        display: none;
    }
    .page a.fst-page,.page a.pre,.page a.next,.page a.last-page{
        display: inline-block;
    }  
}
@media only screen and (max-width: 1200px){
    .container{
        width: 98%;
    }
}

@media only screen and (max-width:767px){
    .school-box{
        margin-bottom: 3%
    }
    .school-box .moudle-title{
        font-size: 22px;
    }
    .filter-title{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        padding-left: 5%
    }
    .filter{
        position: relative;
        width: 100%;     
    }
    .filter-box{
        background-color: #f5f5f5;
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .filter-type{
        margin-bottom: 0
    }
    .filter-box ul{
        width: 98%;
        margin: 0 1%;
        padding: 10px 0 0;
    }
    .filter-type p,.filter-type{
        display: none;
    }
    .filter-box ul li{
        font-size: 12px;
        line-height: 26px;
        margin: 2px 5px
    }
    .filter-box ul li span,.filter-box ul li a{
        line-height: 26px;
        padding: 0 10px;
    }
    .filter-type a.more {
        float: right;
        width: 15%;
        text-align: right;
        display: block;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }


    .schoollist{
        padding: 10px 2%
    }
    .school-tit a{
        float: left;
        font-size: 18px;
        width: 80%;
        margin: 0 auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .school-type-list{
        line-height: 20px;
    }
    .address-icon{
        float: right;
    }
}

@media only screen and (max-width:680px){
    .filter-title{
       padding:10px 0;
    }
  
    .school-logo {
        width: 30%;
    }
    .school-tit{
        margin-bottom: 2%
    }
    .school-cnt {
        width: 73%;
        width: calc(68% - 1px);
        padding-right: 0;
        margin: 0 0 0 2%;
        border-right: 0;
    }
    .schoollist-item{
        padding-bottom: 5%;
        margin-bottom: 5%
    }
    
    .school-type-list{
        width: 100%;
        margin: 0 auto;
    }
   
    .school-type-list:nth-child(5),.school-type-list:nth-child(4),.school-type-list:nth-child(1),.school-type-list:first-child b,.school-type-list:last-child,.address-icon,.school-btn {
        display: none    
    }
}
@media only screen and (max-width:425px){
    .school-tit a{
        width: 100%;   
    }
}