#pc_page .main .mainLocation {
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#pc_page .main .mainLocation span,
#pc_page .main .mainLocation a {
    color: #666;
    font-size: 16px
}

#pc_page .main .allSchool {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    border-radius: 10px;
    padding-top: 16px;
    margin-bottom: 64px
}

#pc_page .main .allSchool .blueTitle {
    width: 95%;
    display: block;
    margin: 0 auto 10px;
    color: #143ce0;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px
}

#pc_page .main .allSchool .box {
    width: 95%;
    display: block;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#pc_page .main .allSchool .box a.didian {
    display: block;
    width: 5%;
    margin-top: 5px
}

#pc_page .main .allSchool .box .list {
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#pc_page .main .allSchool .box .list a {
    display: block;
    width: auto;
    padding: 5px 10px;
    height: 25px;
    background-color: #edf3ff;
    color: #143ce0;
    font-size: 16px;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 3px
}

#pc_page .main .allSchool .box .list a.active {
    background-color: #143ce0;
    color: #fff
}

#pc_page .main .allSchool .box .list a:nth-child(15n) {
    margin-right: 0px
}

#pc_page .main .regionBox {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    border-radius: 10px;
    margin-bottom: 20px
}

#pc_page .main .regionBox .box {
    width: 95%;
    margin: 0 auto;
    padding-top: 20px
}

#pc_page .main .regionBox .box .boxTitle {
    background-color: #143ce0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 7px 0px;
    border-radius: 5px;
    position: relative
}

#pc_page .main .regionBox .box .boxTitle .region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 11px
}

#pc_page .main .regionBox .box .boxTitle .region img {
    display: block;
    width: 17px;
    margin-right: 8px
}

#pc_page .main .regionBox .box .boxTitle .region span {
    font-size: 20px;
    color: #fff;
    font-weight: bold
}

#pc_page .main .regionBox .box .boxTitle .schoolNum {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-right: 12px
}

#pc_page .main .regionBox .box .boxTitle::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 45px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #143ce0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

#pc_page .main .regionBox .box .boxList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#pc_page .main .regionBox .box .boxList .boxItem {
    border: 1px solid #eee;
    border-radius: 5px;
    width: 178px;
    margin-right: 11px;
    margin-bottom: 20px;
    padding: 14px 0 16px
}

#pc_page .main .regionBox .box .boxList .boxItem a.blackFonts {
    text-align: center;
    font-size: 18px;
    display: block;
    font-weight: bold;
    margin-bottom: 15px
}

#pc_page .main .regionBox .box .boxList .boxItem .grayList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

#pc_page .main .regionBox .box .boxList .boxItem .grayList a {
    font-size: 14px;
    /*color: #e55556;
    background: #ffeced;*/
    padding: 1px 10px;
    border-radius: 5px;
}
/*
#pc_page .main .regionBox .box .boxList .boxItem:nth-child(2n) .grayList a {
    background: #dcf9ff;
    color: #24abc8;
}

#pc_page .main .regionBox .box .boxList .boxItem:nth-child(3n) .grayList a {
    background: #ffeeda;
    color: #fa8100;
}

#pc_page .main .regionBox .box .boxList .boxItem:nth-child(4n) .grayList a {
    background: #f4e1ff;
    color: #a457db;
}

#pc_page .main .regionBox .box .boxList .boxItem:nth-child(5n) .grayList a {
    background: #f1ffe5;
    color: #749568;
}*/

#pc_page .main .regionBox .box .boxList .boxItem:nth-child(6n) {
    margin-right: 0
}