#pc_page .main .mainLocation {
    margin-top: 10px;
    margin-bottom: 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 .mainContent {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#pc_page .main .mainContent .left {
    width: 153px;
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .25);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .25);
    border-radius: 5px;
    background-color: #fff;
    padding: 21px 0 16px
}

#pc_page .main .mainContent .left .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    border-bottom: 1px solid #edf3ff;
    padding-bottom: 12px;
    width: 95%;
    margin: 0 auto
}

#pc_page .main .mainContent .left .list a {
    margin: 8px auto;
    width: 80%;
    display: block;
    text-align: center;
    padding: 6px 0px
}
#pc_page .main .mainContent .left .list a:hover{
    background-color: #143ce0;
    color: #fff;
    border-radius: 5px;
    font-weight: bold
}
#pc_page .main .mainContent .left .list a.active {
    background-color: #143ce0;
    color: #fff;
    border-radius: 5px;
    font-weight: bold
}

#pc_page .main .mainContent .middle {
    width: 713px;
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .25);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .25);
    border-radius: 5px;
    background-color: #fff;
    padding: 21px 0px 0px
}

#pc_page .main .mainContent .middle span.titles {
    display: block;
    margin-left: 31px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 21px
}

#pc_page .main .mainContent .middle span.titles::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 3px;
    height: 19px;
    background: #143ce0;
    border-radius: 10px
}

#pc_page .main .mainContent .middle .mainTilte {
    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;
    width: 673px;
    margin: 0 auto 20px
}

#pc_page .main .mainContent .middle .mainTilte a {
    width: 59px;
    font-size: 16px;
    padding: 5px 0px;
    text-align: center;
    background-color: #edf3ff;
    color: #143ce0;
    margin-right: 16px;
    border-radius: 5px;
    margin-bottom: 12px
}

#pc_page .main .mainContent .middle .mainTilte a:nth-child(9n) {
    margin-right: 0px
}

#pc_page .main .mainContent .middle .mainTilte a.active {
    color: #fff;
    background: #143ce0
}

#pc_page .main .mainContent .middle .mainTilte a:hover {
    color: #fff;
    background: #143ce0
}

#pc_page .main .mainContent .middle .mainBox {
    padding-bottom: 20px;
    display: block
}

#pc_page .main .mainContent .middle .mainBox ul.list {
    margin-bottom: 25px
}

#pc_page .main .mainContent .middle .mainBox ul.list li {
    background-color: #fff;
    margin-bottom: 1px;
    padding-bottom: 24px;
    width: 673px;
    margin: 0 auto;
    border-bottom: 1px dashed #eee
}

#pc_page .main .mainContent .middle .mainBox ul.list li .tops {
    margin: 0 auto;
    padding: 24px 0px;
    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
}

#pc_page .main .mainContent .middle .mainBox ul.list li .tops .topsTitle {
    font-size: 18px;
    font-weight: bold;
    width: 78%;
}

#pc_page .main .mainContent .middle .mainBox ul.list li .tops .topsDate span {
    font-size: 16px;
    color: #999
}

#pc_page .main .mainContent .middle .mainBox ul.list li .liBox {
    margin: 0 auto
}

#pc_page .main .mainContent .middle .mainBox ul.list li .liBox span {
    font-size: 14px;
    color: #999
}

#pc_page .main .mainContent .middle .mainBox ul.serial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#pc_page .main .mainContent .middle .mainBox ul.serial li a {
    font-size: 16px
}

#pc_page .main .mainContent .middle .mainBox ul.serial .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 7.5px;
    border-radius: 20px
}

#pc_page .main .mainContent .middle .mainBox ul.serial .num:hover {
    background-color: #143ce0
}

#pc_page .main .mainContent .middle .mainBox ul.serial .num:hover a {
    color: #fff
}

#pc_page .main .mainContent .middle .mainBox ul li{
    margin: 0 7.5px;
    padding: 5px 15px;
    border-radius: 5px
}
#pc_page .main .mainContent .middle .mainBox ul.serial li{
    margin-right: 3px;
}
#pc_page .main .mainContent .middle .mainBox ul.serial li a {
    color: #143ce0
}

#pc_page .main .mainContent .middle .mainBox ul.serial li:hover {
    background-color: #143ce0;
    color: #fff;
}

#pc_page .main .mainContent .middle .mainBox ul.serial li:hover a {
    color: #fff
}

#pc_page .main .mainContent .middle .mainBox ul.serial .thisclass {
    background-color: #143ce0;
    color: #fff
}

#pc_page .main .mainContent .middle .mainBox ul.serial .thisclass a {
    color: #fff
}

#pc_page .main .mainContent .middle .mainBox:nth-child(2) {
    display: block
}

#pc_page .main .mainContent .right {
    width: 311px
}

#pc_page .main .mainContent .right .hotSchool {
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .25);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .25);
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 32px;
    padding-top: 21px
}

#pc_page .main .mainContent .right .hotSchool span.titles {
    display: block;
    width: 80%;
    padding: 0 10px 12px;
    margin: 0 auto 12px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #edf3ff
}

#pc_page .main .mainContent .right .hotSchool span.titles::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 19px;
    background: #143ce0;
    border-radius: 10px
}

#pc_page .main .mainContent .right .hotSchool .box {
    padding: 0px 0px 20px
}

#pc_page .main .mainContent .right .hotSchool .box ul.list li {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 18px
}

#pc_page .main .mainContent .right .hotSchool .box ul.list li .num {
    margin-left: 24px;
    margin-right: 9px;
    background-color: #ebf6fe;
    width: 26px;
    height: 26px;
    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
}

#pc_page .main .mainContent .right .hotSchool .box ul.list li .num span {
    font-size: 16px;
    color: #59c2f8
}

#pc_page .main .mainContent .right .hotSchool .box ul.list li .fonts {
    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 .mainContent .right .hotSchool .box ul.list li .fonts img.logos {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px
}

#pc_page .main .mainContent .right .hotSchool .box ul.list li .fonts a {
    font-size: 18px;
    display: block;
    margin-right: 5px
}

#pc_page .main .mainContent .right .hotSchool .box ul.list li .fonts img.fire {
    width: 14px;
    height: 16px;
    display: inline-block;
    margin-right: 5px
}

#pc_page .main .mainContent .right .hotSchool .box ul.list li:nth-child(1) .num {
    background-color: #f22b2b
}

#pc_page .main .mainContent .right .hotSchool .box ul.list li:nth-child(2) .num {
    background-color: #ff7f30
}

#pc_page .main .mainContent .right .hotSchool .box ul.list li:nth-child(3) .num {
    background-color: #ffc730
}

#pc_page .main .mainContent .right .hotSchool .box ul.list li:nth-child(1) .num span,
#pc_page .main .mainContent .right .hotSchool .box ul.list li:nth-child(2) .num span,
#pc_page .main .mainContent .right .hotSchool .box ul.list li:nth-child(3) .num span {
    color: #fff
}

#pc_page .main .mainContent .right .hotSchool .box ul.list li:last-child {
    margin-bottom: 0px
}

#pc_page .main .mainContent .right .hotMajor {
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .25);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .25);
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 32px;
    padding: 21px 0px
}

#pc_page .main .mainContent .right .hotMajor span.titles {
    display: block;
    width: 80%;
    padding: 0 10px 12px;
    margin: 0 auto 12px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #edf3ff
}

#pc_page .main .mainContent .right .hotMajor span.titles::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 19px;
    background: #143ce0;
    border-radius: 10px
}

#pc_page .main .mainContent .right .hotMajor .list {
    width: 90%;
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

#pc_page .main .mainContent .right .hotMajor .list .item {
    width: 45%;
    -webkit-box-shadow: 0px 0px 5px rgba(32, 64, 205, .25);
    box-shadow: 0px 0px 5px rgba(32, 64, 205, .25);
    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: 20px 0px;
    margin-bottom: 12px;
    border-radius: 5px
}

#pc_page .main .mainContent .right .hotMajor .list .item a {
    font-size: 14px;
    width: 50%;
}

#pc_page .main .mainContent .right .hotMajor .list .item img {
    display: block;
    width: 41px;
    height: 41px
}

#pc_page .main .mainContent .right .aisle {
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .25);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .25);
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 32px;
    padding: 21px 0px
}

#pc_page .main .mainContent .right .aisle span.titles {
    display: block;
    width: 80%;
    padding: 0 10px 12px;
    margin: 0 auto 12px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #edf3ff
}

#pc_page .main .mainContent .right .aisle span.titles::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 19px;
    background: #143ce0;
    border-radius: 10px
}

#pc_page .main .mainContent .right .aisle .list {
    width: 90%;
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#pc_page .main .mainContent .right .aisle .list .item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
    border-radius: 5px
}

#pc_page .main .mainContent .right .aisle .list .item a {
    font-size: 14px;
    display: block;
    text-align: center
}

#pc_page .main .mainContent .right .aisle .list .item img {
    display: block;
    margin: 0 auto 10px;
    width: 55px
}

#pc_page .main .mainContent .right .aisle .list .item:nth-child(3n) {
    margin-right: 0px
}

#pc_page .main .mainContent .right .obj {
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .25);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .25);
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 32px;
    padding: 21px 0px
}

#pc_page .main .mainContent .right .obj span.titles {
    display: block;
    width: 80%;
    padding: 0 10px 12px;
    margin: 0 auto 12px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #edf3ff
}

#pc_page .main .mainContent .right .obj span.titles::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 19px;
    background: #143ce0;
    border-radius: 10px
}

#pc_page .main .mainContent .right .obj .list {
    width: 90%;
    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 .mainContent .right .obj .list a {
    width: 45%;
    background: url("../images/6_objBg.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
    padding: 12px 0px
}