#pc_page .main {
    padding: 15px 0 30px;
    background-color: #f5f6f9
}

#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 .mainContent {
    margin-bottom: 65px
}

#pc_page .main .mainContent .studentWay {
    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 .mainContent .studentWay .gray {
    font-size: 16px;
    margin-right: 32px;
    padding-bottom: 10px
}

#pc_page .main .mainContent .studentWay .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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#pc_page .main .mainContent .studentWay .list a {
    display: block;
    font-size: 20px;
    margin-right: 32px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    padding-bottom: 10px
}

#pc_page .main .mainContent .studentWay .list a.active {
    border-bottom-color: #143ce0;
    color: #143ce0;
    font-weight: bold
}

#pc_page .main .mainContent .studentWayBox {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .3)
}

#pc_page .main .mainContent .studentWayBox .list .listBox {
    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;
    border-bottom: 2px dashed #ccc;
    padding: 19px 0px
}

#pc_page .main .mainContent .studentWayBox .list .listBox span.left {
    margin-left: 20px;
    background-color: #143ce0;
    color: #fff;
    padding: 31px 8px;
    font-size: 18px;
    font-weight: bold;
    width: 18px;
    border-radius: 5px
}

#pc_page .main .mainContent .studentWayBox .list .listBox a.right {
    margin-right: 20px;
    background-color: #edf3ff;
    color: #143ce0;
    padding: 31px 8px;
    font-size: 18px;
    font-weight: bold;
    width: 18px;
    border-radius: 5px
}

#pc_page .main .mainContent .studentWayBox .list .listBox .middle {
    width: 1090px
}

#pc_page .main .mainContent .studentWayBox .list .listBox .middle .schoolList {
    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 .mainContent .studentWayBox .list .listBox .middle .schoolList .item {
    width: 135px;
    position: relative
}

#pc_page .main .mainContent .studentWayBox .list .listBox .middle .schoolList .item img {
    display: block;
    margin: 0 auto 12px;
    width: 55px
}

#pc_page .main .mainContent .studentWayBox .list .listBox .middle .schoolList .item a {
    font-size: 14px;
    text-align: center;
    display: block
}

#pc_page .main .mainContent .studentWayBox .list .listBox .middle .schoolList .item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
    content: "";
    width: 1px;
    height: 60px;
    background-color: #ccc
}

#pc_page .main .mainContent .studentWayBox .list .listBox .middle .schoolList .item:last-child::after {
    content: none
}

#pc_page .main .mainContent .studentWayBox .list .listBox .middle .majorList {
    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 .mainContent .studentWayBox .list .listBox .middle .majorList .item {
    width: 135px;
    position: relative
}

#pc_page .main .mainContent .studentWayBox .list .listBox .middle .majorList .item a.name {
    font-size: 14px;
    color: #333;
    margin-bottom: 28px;
    display: block;
    text-align: center
}

#pc_page .main .mainContent .studentWayBox .list .listBox .middle .majorList .item .gray {
    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;
    width: 80%;
    margin: 0 auto
}

#pc_page .main .mainContent .studentWayBox .list .listBox .middle .majorList .item .gray a {
    font-size: 14px;
    color: #999
}

#pc_page .main .mainContent .studentWayBox .list .listBox .middle .majorList .item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
    content: "";
    width: 1px;
    height: 60px;
    background-color: #ccc
}

#pc_page .main .mainContent .studentWayBox .list .listBox .middle .majorList .item:last-child::after {
    content: none
}

#pc_page .main .mainContent .studentWayBox .list .noneBorder {
    border: none
}

#pc_page .main .mainBox {
    margin-bottom: 40px
}

#pc_page .main .mainBox .titleList {
    border-bottom: 1px solid #dde2f8;
    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;
    padding-bottom: 14px;
    margin-bottom: 15px
}

#pc_page .main .mainBox .titleList .bolds {
    margin-left: 9px;
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    width: 13%
}

#pc_page .main .mainBox .titleList .bolds::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 19px;
    left: -9px;
    background-color: #143ce0;
    top: 5px;
    border-radius: 30px
}

#pc_page .main .mainBox .titleList .list {
    width: 80%;
    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 .titleList .list a {
    display: block;
    margin-right: 25px;
    font-size: 18px;
    color: #666
}

#pc_page .main .mainBox .titleList .list a.active {
    color: #143ce0;
    font-weight: bold;
    position: relative
}

#pc_page .main .mainBox .titleList .list a.active::after {
    content: "";
    position: absolute;
    bottom: -17px;
    width: 75px;
    height: 3px;
    background-color: #143ce0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

#pc_page .main .mainBox .titleList .more {
    color: #143ce0;
    font-size: 18px;
    width: 7%;
    display: block;
    text-align: right
}

#pc_page .main .mainBox .whiteBox {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .2);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .2);
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* display: none; */
}

#pc_page .main .mainBox .whiteBox .whiteList {
    width: 95%;
    margin: 0 auto;
    padding: 7px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#pc_page .main .mainBox .whiteBox .whiteList .whiteItem {
    border-bottom: 1px dashed #eee;
    width: 45%;
    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;
    padding: 17px 0px;
    position: relative
}

#pc_page .main .mainBox .whiteBox .whiteList .whiteItem .fonts {
    font-size: 16px;
    color: #666;
    position: relative;
    margin-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%
}

#pc_page .main .mainBox .whiteBox .whiteList .whiteItem .date {
    font-size: 16px;
    color: #999
}

#pc_page .main .mainBox .whiteBox .whiteList .whiteItem::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 5px;
    height: 5px;
    background-color: #143ce0;
    border-radius: 30px
}

#pc_page .main .mainBox .whiteBox .whiteList .whiteItem:last-child {
    border: none
}