#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 .mainBox {
    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: 33px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#pc_page .main .mainBox .left {
    width: 835px;
    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 .left .bannerDec {
    width: 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;
    margin-bottom: 25px
}

#pc_page .main .mainBox .left .bannerDec .imgBox {
    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;
    width: 305px
}

#pc_page .main .mainBox .left .bannerDec .imgBox .black {
    position: relative;
    margin-bottom: 12px
}

#pc_page .main .mainBox .left .bannerDec .imgBox .black a {
    position: relative;
   
}
#pc_page .main .mainBox .left .bannerDec .imgBox .black a span{
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px
}

#pc_page .main .mainBox .left .bannerDec .imgBox .imgList {
    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 .mainBox .left .bannerDec .imgBox .imgList a {
    display: block;
    width: 45%;
    margin-bottom: 12px;
     text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#pc_page .main .mainBox .left .bannerDec .imgBox .imgList a .red{
    background-color: #da2121;
    color: #fff;
    display: inline-block;
    border-radius: 15%;
}
#pc_page .main .mainBox .left .bannerDec .imgBox .imgList a span{
    font-size: 10px;
   
}

#pc_page .main .mainBox .left .bannerDec .imgBox .imgList img {
    display: block;
    width: 100%;
    margin-bottom: 12px
}

#pc_page .main .mainBox .left .bannerDec .whiteBox {
    width: 518px;
    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: 24px 0 17px
}

#pc_page .main .mainBox .left .bannerDec .whiteBox .whiteList {
    margin-left: 17px
}

#pc_page .main .mainBox .left .bannerDec .whiteBox .whiteList .whiteTitle {
    margin-bottom: 19px;
    display: block;
    margin-left: 8px;
    font-size: 18px;
    color: #143ce0;
    position: relative
}

#pc_page .main .mainBox .left .bannerDec .whiteBox .whiteList .whiteTitle::after {
    content: "";
    width: 3px;
    border-radius: 15px;
    overflow: hidden;
    height: 18px;
    background-color: #143ce0;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

#pc_page .main .mainBox .left .bannerDec .whiteBox .whiteList .whiteItem {
    margin-bottom: 15px;
    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;
    font-size: 16px;
    padding: 7px;
}

#pc_page .main .mainBox .left .bannerDec .whiteBox .whiteList .whiteItem .orange {
    display: block;
    width: 20%;
    color: #fe9934
}

#pc_page .main .mainBox .left .bannerDec .whiteBox .whiteList .whiteItem .gray {
    width: 70%;
    display: block;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
#pc_page .main .mainBox .left .bannerDec .whiteBox .whiteList .whiteItem .gray:hover{
    color: #143ce0;
}
#pc_page .main .mainBox .left .schoolDec {
    width: 100%
}

#pc_page .main .mainBox .left .schoolDec .title {
    display: block;
    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: 1px solid #dde2f8;
    padding-bottom: 8px;
    margin-bottom: 12px
}

#pc_page .main .mainBox .left .schoolDec .title .blue {
    font-weight: bold;
    color: #143ce0;
    font-size: 20px;
    margin-left: 15px;
    position: relative
}

#pc_page .main .mainBox .left .schoolDec .title .blue::before {
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #143ce0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

#pc_page .main .mainBox .left .schoolDec .title .blue::after {
    position: absolute;
    right: -95px;
    font-weight: normal;
    top: 1px;
    margin-top: auto;
    margin-bottom: auto;
    content: "SCHOOL";
    color: #cfdfff
}

#pc_page .main .mainBox .left .schoolDec .title .more {
    font-size: 18px;
    color: #333
}

#pc_page .main .mainBox .left .schoolDec .schoolBox {
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    background-color: #fff;
    border-radius: 15px;
    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: 16px 10px 0px
}

#pc_page .main .mainBox .left .schoolDec .schoolBox .item {
    width: 18%;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 16px;
    padding-bottom: 8px
}

#pc_page .main .mainBox .left .schoolDec .schoolBox .item a.imgs {
    display: block;
    margin: 0 auto
}

#pc_page .main .mainBox .left .schoolDec .schoolBox .item a.imgs img {
    display: block;
    margin: 6px auto 8px;
    width: 58px;
}

#pc_page .main .mainBox .left .schoolDec .schoolBox .item a.schoolFonts {
    font-size: 16px;
    text-align: center;
    display: block
}

#pc_page .main .mainBox .right {
    width: 355px;
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    padding-top: 16px;
    border-radius: 15px;
    background-color: #fff
}

#pc_page .main .mainBox .right span.rightTitle {
    background: url("../images/1_mainBoxRight.png") no-repeat;
    background-size: 75% auto;
    background-position: center center;
    padding: 10px 0 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 10px
}

#pc_page .main .mainBox .right span.rightBlack {
    display: block;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px
}

#pc_page .main .mainBox .right .date {
    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;
    margin-bottom: 25px
}

#pc_page .main .mainBox .right .date span {
    display: block;
    font-weight: bold;
    background-color: #fe9934;
    color: #fff;
    font-size: 90px;
    padding: 0 5px
}

#pc_page .main .mainBox .right .date span.two {
    margin: 0 18px
}

#pc_page .main .mainBox .right .rightGray {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 15px
}

#pc_page .main .mainBox .right .list span.listTitle {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
    font-size: 18px;
    color: #143ce0;
    font-weight: bold;
    position: relative
}

#pc_page .main .mainBox .right .list span.listTitle::after {
    content: "";
    background: url("../images/1_mainBoxRightCircle.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

#pc_page .main .mainBox .right .list .listFonts {
    width: 80%;
    margin: 0 auto 15px;
    display: block;
    font-size: 16px;
    color: #666;
    border: 1px solid #cfdfff;
    text-align: center;
    padding: 5px 0px
}

#pc_page .main .mainBox .right button.orange {
    width: 80%;
    margin: 0 auto 20px;
    font-size: 18px;
    color: #fff;
    background-color: #fe9934;
    display: block;
    border: none;
    outline: none;
    padding: 7px 0px;
    cursor: pointer
}

#pc_page .main .speciality {
    margin-bottom: 60px
}

#pc_page .main .speciality .title {
    display: block;
    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: 1px solid #dde2f8;
    padding-bottom: 8px;
    margin-bottom: 12px
}

#pc_page .main .speciality .title .blue {
    font-weight: bold;
    color: #143ce0;
    font-size: 20px;
    margin-left: 15px;
    position: relative
}

#pc_page .main .speciality .title .blue::before {
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #143ce0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

#pc_page .main .speciality .title .blue::after {
    position: absolute;
    right: -95px;
    font-weight: normal;
    top: 1px;
    margin-top: auto;
    margin-bottom: auto;
    content: "SCHOOL";
    color: #cfdfff
}

#pc_page .main .speciality .title .more {
    font-size: 18px;
    color: #333
}

#pc_page .main .speciality .box {
    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;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .5);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .5);
    border-radius: 10px;
    padding: 20px 0px 0px
}

#pc_page .main .speciality .box .item {
    width: 14.6%;
    margin-bottom: 20px;
    position: relative;
    padding: 11px 0 3px
}

#pc_page .main .speciality .box .item img.smallLogo {
    position: absolute;
    display: block;
    width: 20%;
    right: 7%;
    bottom: 12%
}

#pc_page .main .speciality .box .item .bigFonts {
    font-size: 16px;
    font-weight: bold;
    margin-left: 11px;
    margin-bottom: 20px
}

#pc_page .main .speciality .box .item .smallFont {
    margin-left: 11px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px
}

#pc_page .main .speciality .box .item .smallFont span {
    font-weight: normal;
    color: #666
}

#pc_page .main .speciality .box .yellow {
    background: #fcf9ed
}

#pc_page .main .speciality .box .puple {
    background: #f0f3ff
}

#pc_page .main .speciality .box .green {
    background: #effaee
}

#pc_page .main .speciality .box .darkPuple {
    background: #f2f2fd
}

#pc_page .main .speciality .box .orange {
    background: #fff5eb
}

#pc_page .main .speciality .box .darkGreen {
    background: #e9f8f8
}

#pc_page .main .consult .title {
    display: block;
    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: 1px solid #dde2f8;
    padding-bottom: 8px;
    margin-bottom: 12px
}

#pc_page .main .consult .title .left {
    position: relative;
    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 .consult .title .left img {
    display: block;
    width: 30px;
    margin-right: 8px
}

#pc_page .main .consult .title .left span {
    font-weight: bold;
    font-size: 24px
}

#pc_page .main .consult .title .left::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #143ce0;
    position: absolute;
    left: 0;
    bottom: -10px
}

#pc_page .main .consult .title .right {
    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 .consult .title .right .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
}

#pc_page .main .consult .title .right .list a {
    display: block;
    margin-right: 8px;
    background: #fff;
    font-size: 20px;
    color: #143ce0;
    border: 1px solid #143ce0;
    border-radius: 5px;
    padding: 3px 10px
}
#pc_page .main .consult .title .right .list a:hover{
    background: #143ce0;
    color: #fff;
}
#pc_page .main .consult .title .right .list .active {
    background: #143ce0;
    color: #fff
}

#pc_page .main .consult .title .right .more {
    font-size: 18px;
    color: #333
}

#pc_page .main .consult .box {
    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;
    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;
    padding-top: 32px;
    display: none
}

#pc_page .main .consult .box .boxItem {
    width: 45%;
    margin: 0 30px 30px;
    -webkit-box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    box-shadow: 0px 0px 10px rgba(32, 64, 205, .3);
    border-radius: 15px;
    overflow: hidden
}

#pc_page .main .consult .box .boxItem .boxTitle {
    display: block;
    width: 100%;
    padding: 10px 0px 10px 30px;
    background: -webkit-gradient(linear, right top, left top, from(#e7efff), to(#fff));
    background: linear-gradient(to left, #e7efff, #fff);
    position: relative;
    margin-bottom: 16px;
    font-weight: bold;
}

#pc_page .main .consult .box .boxItem .boxTitle::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 18px;
    width: 3px;
    height: 15px;
    background: #143ce0
}

#pc_page .main .consult .box .boxItem .boxTitle::after {
    content: "NEWS";
    position: absolute;
    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;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #bfccff
}

#pc_page .main .consult .box .boxItem .list {
    width: 90%;
    margin: 0 auto
}

#pc_page .main .consult .box .boxItem .list .item {
    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: 16px;
    position: relative
}

#pc_page .main .consult .box .boxItem .list .item a.itemTitle {
    width: 14%;
    position: relative;
    display: block
}
#pc_page .main .consult .box .boxItem .list .item a.gray{
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#pc_page .main .consult .box .boxItem .list .item a.itemTitle::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background-color: #143ce0
}

#pc_page .main .consult .box .boxItem .list .item .itemContent {
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#pc_page .main .consult .box .boxItem .list .item .itemDate {
    width: 20%
}