#pc_page .main .mainLocation {
    margin-bottom: 20px;
    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 .mainBox {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    padding-bottom: 24px
}

#pc_page .main .mainBox .list {
    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;
    width: 98%;
    margin: 0 auto
}

#pc_page .main .mainBox .list .leftItem,
#pc_page .main .mainBox .list .rightItem {
    width: 43%
}

#pc_page .main .mainBox .list .centerItem {
    width: 14%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#pc_page .main .mainBox .pk {
    padding: 38px 0 14px;
    border-bottom: 2px solid #143ce0
}

#pc_page .main .mainBox .pk .leftItem,
#pc_page .main .mainBox .pk .rightItem,
#pc_page .main .mainBox .pk .centerItem {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

#pc_page .main .mainBox .pk .leftItem span.orange,
#pc_page .main .mainBox .pk .leftItem span.blue,
#pc_page .main .mainBox .pk .rightItem span.orange,
#pc_page .main .mainBox .pk .rightItem span.blue {
    display: block;
    width: 100%;
    text-align: center
}

#pc_page .main .mainBox .pk .leftItem span.orange,
#pc_page .main .mainBox .pk .rightItem span.orange {
    color: #fe9934;
    font-size: 18px;
    margin-bottom: 10px
}

#pc_page .main .mainBox .pk .leftItem span.orange span,
#pc_page .main .mainBox .pk .rightItem span.orange span {
    display: inline-block;
    margin-left: 11px;
    font-size: 18px;
    color: #fff;
    background-color: #fe9934;
    padding: 1px 8px;
    border-radius: 30px
}

#pc_page .main .mainBox .pk .leftItem span.blue,
#pc_page .main .mainBox .pk .rightItem span.blue {
    font-size: 20px;
    font-weight: bold;
    color: #143ce0;
    margin-bottom: 12px
}

#pc_page .main .mainBox .pk .leftItem .buttonList,
#pc_page .main .mainBox .pk .rightItem .buttonList {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

#pc_page .main .mainBox .pk .leftItem .buttonList a,
#pc_page .main .mainBox .pk .rightItem .buttonList a {
    display: block;
    margin: 0 16px;
    color: #fff;
    background-color: #143ce0;
    font-size: 14px;
    width: 200px;
    text-align: center;
    padding: 8px 0px;
    border-radius: 5px
}

#pc_page .main .mainBox .autoHeight,
#pc_page .main .mainBox .school,
#pc_page .main .mainBox .major,
#pc_page .main .mainBox .generalGegulations,
#pc_page .main .mainBox .consult {
    border-bottom: 1px dashed #ccc
}

#pc_page .main .mainBox .autoHeight .centerItem,
#pc_page .main .mainBox .school .centerItem,
#pc_page .main .mainBox .major .centerItem,
#pc_page .main .mainBox .generalGegulations .centerItem,
#pc_page .main .mainBox .consult .centerItem {
    height: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

#pc_page .main .mainBox .autoHeight .centerItem span,
#pc_page .main .mainBox .school .centerItem span,
#pc_page .main .mainBox .major .centerItem span,
#pc_page .main .mainBox .generalGegulations .centerItem span,
#pc_page .main .mainBox .consult .centerItem span {
    width: 100%;
    display: block;
    height: 100%;
    font-size: 18px;
    color: #143ce0;
    background-color: #edf3ff;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    font-weight: bold
}

#pc_page .main .mainBox .autoHeight .leftItem,
#pc_page .main .mainBox .autoHeight .rightItem,
#pc_page .main .mainBox .school .leftItem,
#pc_page .main .mainBox .school .rightItem,
#pc_page .main .mainBox .major .leftItem,
#pc_page .main .mainBox .major .rightItem,
#pc_page .main .mainBox .generalGegulations .leftItem,
#pc_page .main .mainBox .generalGegulations .rightItem,
#pc_page .main .mainBox .consult .leftItem,
#pc_page .main .mainBox .consult .rightItem {
    height: 100%
}

#pc_page .main .mainBox .autoHeight {
    height: 75px
}

#pc_page .main .mainBox .autoHeight .leftItem,
#pc_page .main .mainBox .autoHeight .rightItem {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

#pc_page .main .mainBox .autoHeight .leftItem span.fonts,
#pc_page .main .mainBox .autoHeight .rightItem span.fonts {
    font-size: 16px;
    color: #666;
    font-weight: bold
}

#pc_page .main .mainBox .autoHeight .leftItem span.fonts span,#pc_page .main .mainBox .autoHeight .leftItem span.fonts .red,
#pc_page .main .mainBox .autoHeight .rightItem span.fonts span ,#pc_page .main .mainBox .autoHeight .rightItem span.fonts .red{
    color: #bc0808
}

#pc_page .main .mainBox .autoHeight .leftItem a.orangeButton,
#pc_page .main .mainBox .autoHeight .rightItem a.orangeButton {
    
    margin-left: 27px;
    background-color: #fe9934;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px;
    font-weight: bold;
    border-radius: 5px
}

#pc_page .main .mainBox .school {
    height: 364px
}

#pc_page .main .mainBox .school .leftItem,
#pc_page .main .mainBox .school .rightItem {
    padding: 25px 0 9px
}

#pc_page .main .mainBox .school .leftItem .schoolList,
#pc_page .main .mainBox .school .rightItem .schoolList {
    width: 95%;
    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
}

#pc_page .main .mainBox .school .leftItem .schoolList .item,
#pc_page .main .mainBox .school .rightItem .schoolList .item {
    width: 48%;
    border: 1px solid #eee;
    border-radius: 8px;
    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-pack: distribute;
    justify-content: space-around;
    padding: 12px 0px;
    margin-bottom: 16px
}
#pc_page .main .mainBox .school .leftItem .schoolList .item img,#pc_page .main .mainBox .school .rightItem .schoolList .item img{
    width: 68px;
}
#pc_page .main .mainBox .school .leftItem .schoolList .item .schoolDec a.name,
#pc_page .main .mainBox .school .rightItem .schoolList .item .schoolDec a.name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px
}

#pc_page .main .mainBox .school .leftItem .schoolList .item .schoolDec .dec,
#pc_page .main .mainBox .school .rightItem .schoolList .item .schoolDec .dec {
    font-size: 16px;
    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 .mainBox .school .leftItem .schoolList .item .schoolDec .dec .gray,
#pc_page .main .mainBox .school .rightItem .schoolList .item .schoolDec .dec .gray {
    color: #666
}

#pc_page .main .mainBox .school .leftItem .schoolList .item .schoolDec .dec a.red,#pc_page .main .mainBox .school .leftItem .schoolList .item .schoolDec .dec span.red,
#pc_page .main .mainBox .school .rightItem .schoolList .item .schoolDec .dec a.red ,#pc_page .main .mainBox .school .rightItem .schoolList .item .schoolDec .dec span.red{
    color: #bc0808
}

#pc_page .main .mainBox .major {
    height: 251px
}

#pc_page .main .mainBox .major .leftItem,
#pc_page .main .mainBox .major .rightItem {
    padding: 25px 0 9px
}

#pc_page .main .mainBox .major .leftItem .majorList,
#pc_page .main .mainBox .major .rightItem .majorList {
    width: 95%;
    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
}

#pc_page .main .mainBox .major .leftItem .majorList .item,
#pc_page .main .mainBox .major .rightItem .majorList .item {
    width: 30%;
    border: 1px solid #eee;
    border-radius: 8px;
    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-pack: distribute;
    justify-content: space-around;
    padding: 12px 0px;
    margin-bottom: 16px
}

#pc_page .main .mainBox .major .leftItem .majorList .item .majorDec a.name,
#pc_page .main .mainBox .major .rightItem .majorList .item .majorDec a.name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px
}

#pc_page .main .mainBox .major .leftItem .majorList .item .majorDec .dec,
#pc_page .main .mainBox .major .rightItem .majorList .item .majorDec .dec {
    font-size: 16px;
    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 .mainBox .major .leftItem .majorList .item .majorDec .dec .gray,
#pc_page .main .mainBox .major .rightItem .majorList .item .majorDec .dec .gray {
    color: #666
}

#pc_page .main .mainBox .major .leftItem .majorList .item .majorDec .dec a.red,#pc_page .main .mainBox .major .leftItem .majorList .item .majorDec .dec span.red,
#pc_page .main .mainBox .major .rightItem .majorList .item .majorDec .dec a.red,#pc_page .main .mainBox .major .rightItem .majorList .item .majorDec .dec span.red {
    color: #bc0808
}

#pc_page .main .mainBox .generalGegulations {
    height: 216px
}

#pc_page .main .mainBox .generalGegulations .leftItem,
#pc_page .main .mainBox .generalGegulations .rightItem {
    padding: 22px 0 8px
}

#pc_page .main .mainBox .generalGegulations .leftItem .generalList,
#pc_page .main .mainBox .generalGegulations .rightItem .generalList {
    width: 92%;
    margin: 0 auto
}

#pc_page .main .mainBox .generalGegulations .leftItem .generalList .generalItem,
#pc_page .main .mainBox .generalGegulations .rightItem .generalList .generalItem {
    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;
    font-size: 16px;
    margin-bottom: 16px;
    position: relative
}

#pc_page .main .mainBox .generalGegulations .leftItem .generalList .generalItem a.black,
#pc_page .main .mainBox .generalGegulations .rightItem .generalList .generalItem a.black {
    color: #666;
    position: relative;
    display: block;
    width: 87%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#pc_page .main .mainBox .generalGegulations .leftItem .generalList .generalItem span.gray,
#pc_page .main .mainBox .generalGegulations .rightItem .generalList .generalItem a.gray {
    color: #999;
    display: block;
    width: 13%
}

#pc_page .main .mainBox .generalGegulations .leftItem .generalList .generalItem::after,
#pc_page .main .mainBox .generalGegulations .rightItem .generalList .generalItem::after {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background: #666
}

#pc_page .main .mainBox .consult {
    height: 490px;
    border-bottom: none
}

#pc_page .main .mainBox .consult .leftItem .consultBox,
#pc_page .main .mainBox .consult .rightItem .consultBox {
    width: 90%;
    margin: 17px auto 0px;
    border: 1px solid #cfdfff;
    border-radius: 10px;
    overflow: hidden
}

#pc_page .main .mainBox .consult .leftItem .consultBox .consultTitleList,
#pc_page .main .mainBox .consult .rightItem .consultBox .consultTitleList {
    border-bottom: 1px solid #cfdfff;
    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
}

#pc_page .main .mainBox .consult .leftItem .consultBox .consultTitleList a.consultTitle,
#pc_page .main .mainBox .consult .rightItem .consultBox .consultTitleList a.consultTitle {
    font-size: 18px;
    width: 50%;
    text-align: center;
    font-size: 18px;
    padding: 8px 0px;
    font-weight: bold
}

#pc_page .main .mainBox .consult .leftItem .consultBox .consultTitleList a.active,
#pc_page .main .mainBox .consult .rightItem .consultBox .consultTitleList a.active {
    color: #fff;
    background-color: #143ce0
}

#pc_page .main .mainBox .consult .leftItem .consultBox .consultMain .consultMainBox,
#pc_page .main .mainBox .consult .rightItem .consultBox .consultMain .consultMainBox {
    display: none;
    padding-bottom: 20px
}

#pc_page .main .mainBox .consult .leftItem .consultBox .consultMain .consultMainBox .consultList,
#pc_page .main .mainBox .consult .rightItem .consultBox .consultMain .consultMainBox .consultList {
    width: 90%;
    margin: 0 auto
}

#pc_page .main .mainBox .consult .leftItem .consultBox .consultMain .consultMainBox .consultList .consultItem,
#pc_page .main .mainBox .consult .rightItem .consultBox .consultMain .consultMainBox .consultList .consultItem {
    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: 14px 0px;
    position: relative
}

#pc_page .main .mainBox .consult .leftItem .consultBox .consultMain .consultMainBox .consultList .consultItem a.black,
#pc_page .main .mainBox .consult .rightItem .consultBox .consultMain .consultMainBox .consultList .consultItem a.black {
    font-size: 16px;
    color: #666;
    display: block;
    width: 76%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative
}

#pc_page .main .mainBox .consult .leftItem .consultBox .consultMain .consultMainBox .consultList .consultItem .gray,
#pc_page .main .mainBox .consult .rightItem .consultBox .consultMain .consultMainBox .consultList .consultItem .gray {
    font-size: 16px;
    color: #999;
    display: block;
    width: 22%
}

#pc_page .main .mainBox .consult .leftItem .consultBox .consultMain .consultMainBox .consultList .consultItem::after,
#pc_page .main .mainBox .consult .rightItem .consultBox .consultMain .consultMainBox .consultList .consultItem::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 20px
}

#pc_page .main .mainBox .consult .leftItem .consultBox .consultMain .consultMainBox a.consultButton,
#pc_page .main .mainBox .consult .rightItem .consultBox .consultMain .consultMainBox a.consultButton {
    padding: 8px 0px;
    width: 60%;
    margin: 20px auto 0;
    display: block;
    color: #fff;
    background: #fe9934;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 10px rgba(254, 153, 52, .5);
    box-shadow: 0px 0px 10px rgba(254, 153, 52, .5)
}

#pc_page .main .mainBox .consult .leftItem .consultBox .consultMain .consultMainBox:first-child,
#pc_page .main .mainBox .consult .rightItem .consultBox .consultMain .consultMainBox:first-child {
    display: block
}