#yd_page .w1200 {
    width: auto
}

#yd_page .yd_main1 .regionBox {
    border-radius: .5rem;
    background: #fff;
    padding: .5rem 0;
    margin-bottom: .5rem;
    width: 95%
}

#yd_page .yd_main1 .regionBox .box {
    width: 95%;
    margin: 0 auto
}

#yd_page .yd_main1 .regionBox .box .boxTitle {
    background: #143ce0;
    border-radius: .1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .2rem 0px;
    margin-bottom: .4rem;
    font-weight: bold;
    color: #fff;
    font-size: .5rem
}

#yd_page .yd_main1 .regionBox .box .boxTitle a {
    font-weight: bold;
    color: #fff;
    font-size: .5rem
}

#yd_page .yd_main1 .regionBox .box .boxTitle .region {
    margin-left: .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#yd_page .yd_main1 .regionBox .box .boxTitle .region img {
    display: block;
    width: .4rem;
    margin-right: .1rem
}

#yd_page .yd_main1 .regionBox .box .boxTitle a.schoolNum {
    margin-right: .2rem
}

#yd_page .yd_main1 .regionBox .box .boxTitle::after {
    content: "";
    position: absolute;
    left: .4rem;
    bottom: -0.55rem;
    border-right: .2rem solid rgba(0, 0, 0, 0);
    border-left: .2rem solid rgba(0, 0, 0, 0);
    border-top: .3rem solid #143ce0;
    border-bottom: .3rem solid rgba(0, 0, 0, 0)
}

#yd_page .yd_main1 .regionBox .box .boxList .boxItem {
    padding: .3rem 0px;
    border-radius: .2rem;
    -webkit-box-shadow: 0rem 0rem .1rem rgba(20, 60, 224, .5);
    box-shadow: 0rem 0rem .1rem rgba(20, 60, 224, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .3rem
}

#yd_page .yd_main1 .regionBox .box .boxList .boxItem img {
    display: block;
    width: 1rem
}

#yd_page .yd_main1 .regionBox .box .boxList .boxItem .schoolBox {
    width: 80%
}

#yd_page .yd_main1 .regionBox .box .boxList .boxItem .schoolBox .name {
    font-weight: bold;
    font-size: .45rem;
    margin-bottom: .2rem
}

#yd_page .yd_main1 .regionBox .box .boxList .boxItem .schoolBox .schoolList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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;
    font-size: .3rem
}

#yd_page .yd_main1 .regionBox .box .boxList .boxItem .schoolBox .schoolList .schoolItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: .25rem;
    color: #768091
}

#yd_page .yd_main1 .regionBox .box .boxList .boxItem .schoolBox .schoolList .schoolItem a {
    color: #768091
}

#yd_page .yd_main1 .regionBox .box .boxList .boxItem .schoolBox .schoolList .schoolItem:last-child {
    margin-right: 0px
}

#yd_page .statement {
    border-radius: .5rem;
    background: #fff;
    padding: .4rem 0 .2rem;
    margin-bottom: .5rem
}

#yd_page .statement a.fonts {
    text-align: center;
    font-size: .5rem;
    color: #0e2752;
    font-weight: bold;
    margin-bottom: .1rem
}

#yd_page .statement span.blue_box {
    display: block;
    margin: 0 auto;
    width: 90%;
    background: #edf3ff;
    color: #768091;
    padding: .3rem .2rem;
    border-radius: .2rem;
    font-size: .4rem;
    line-height: .6rem
}
#yd_page .yd_main1 .regionBox ul.serial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#yd_page .yd_main1 .regionBox ul.serial li {
    margin: 0 .1rem;
    font-size: .4rem;
    text-align: center;
    background: none;
    padding: .1rem .2rem;
    border-radius: .1rem
}

#yd_page .yd_main1 .regionBox ul.serial .thisclass {
    background: #143ce0;
    color: #fff
}