html {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #333;
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

ul,
li,
a {
    text-decoration: none;
    list-style: none;
    color: #333;
    padding: 0;
    margin: 0
}
#pc_page .content .main .zixun,
#pc_page .content .main .hotMajor,
#pc_page .content .main .generalRegulations,
#pc_page .content .main .school {
    margin-bottom: 32px
}

#pc_page .content .main .zixun .title,
#pc_page .content .main .hotMajor .title,
#pc_page .content .main .generalRegulations .title,
#pc_page .content .main .school .title {
    position: relative;
    padding-left: 11px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    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;
    justify-content: space-between
}

#pc_page .content .main .zixun .title .more a,
#pc_page .content .main .hotMajor .title .more a,
#pc_page .content .main .generalRegulations .title .more a,
#pc_page .content .main .school .title .more a {
    font-size: 20px;
    color: #666;
    font-weight: normal
}

#pc_page .content .main .zixun .title::before,
#pc_page .content .main .hotMajor .title::before,
#pc_page .content .main .generalRegulations .title::before,
#pc_page .content .main .school .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 3px;
    height: 19px;
    background-color: #2b9cf2
}

#pc_page .content .main .zixun .box,
#pc_page .content .main .hotMajor .box,
#pc_page .content .main .generalRegulations .box,
#pc_page .content .main .school .box {
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee
}

#pc_page .content .main .zixun .box {
    padding: 25px 0px
}

#pc_page .content .main .zixun .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;
    margin-bottom: 25px
}

#pc_page .content .main .zixun .box ul.list li .fonts {
    margin-left: 23px;
    width: 80%;
}

#pc_page .content .main .zixun .box ul.list li .fonts a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #666;
    position: relative;
    display: block
}
/*
#pc_page .content .main .zixun .box ul.list li .fonts a::before {
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "Ã‚Â·"
}*/

#pc_page .content .main .zixun .box ul.list li .date {
    margin-right: 15px
}

#pc_page .content .main .zixun .box ul.list li .date a {
    font-size: 16px;
    color: #666
}

#pc_page .content .main .zixun .box ul.list li:last-child {
    margin-bottom: 0px
}

#pc_page .content .main .hotMajor ul.boxOther {
    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;
    justify-content: flex-start;
}

#pc_page .content .main .hotMajor ul.boxOther li {
    width: 155px;
    border-radius: 5px;
    margin-right: 11px;
}

#pc_page .content .main .hotMajor ul.boxOther li .box {
    padding: 17px 0px
}

#pc_page .content .main .hotMajor ul.boxOther li .box .liTilte,
#pc_page .content .main .hotMajor ul.boxOther li .box .jianzhang,
#pc_page .content .main .hotMajor ul.boxOther li .box .xuefei {
    margin-left: 7px
}

#pc_page .content .main .hotMajor ul.boxOther li .box .liTilte {
    margin-bottom: 20px
}

#pc_page .content .main .hotMajor ul.boxOther li .box .liTilte a {
    font-size: 20px;
    font-weight: bold
}

#pc_page .content .main .hotMajor ul.boxOther li .box .jianzhang,
#pc_page .content .main .hotMajor ul.boxOther li .box .xuefei {
    margin-bottom: 13px
}

#pc_page .content .main .hotMajor ul.boxOther li .box .jianzhang ,
#pc_page .content .main .hotMajor ul.boxOther li .box .xuefei  {
    font-size: 16px;
    color: #666
}

#pc_page .content .main .hotMajor ul.boxOther li .box .xuefei {
    margin-bottom: 0px
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(1),#pc_page .content .main .hotMajor ul.boxOther li:nth-child(7) {
    background: -webkit-gradient(linear, left top, left bottom, from(#d4edff), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #d4edff, #fff, #fff)
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(1) .box,#pc_page .content .main .hotMajor ul.boxOther li:nth-child(7) .box {
    background: url("../images/hotMajor1.png") no-repeat;
    background-position: right bottom;
    background-size: 57px auto
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(1) .box .liTilte a,#pc_page .content .main .hotMajor ul.boxOther li:nth-child(7) .box .liTilte a {
    color: #135190
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(1),#pc_page .content .main .hotMajor ul.boxOther li:nth-child(7) {
    background: -webkit-gradient(linear, left top, left bottom, from(#d4edff), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #d4edff, #fff, #fff)
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(1) .box,#pc_page .content .main .hotMajor ul.boxOther li:nth-child(7) .box {
    background: url("../images/hotMajor1.png") no-repeat;
    background-position: right bottom;
    background-size: 57px auto
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(1) .box .liTilte a,#pc_page .content .main .hotMajor ul.boxOther li:nth-child(7) .box .liTilte a {
    color: #135190
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(2),#pc_page .content .main .hotMajor ul.boxOther li:nth-child(6) {
    background: -webkit-gradient(linear, left top, left bottom, from(#e1f6fb), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #e1f6fb, #fff, #fff)
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(2) .box,#pc_page .content .main .hotMajor ul.boxOther li:nth-child(6) .box {
    background: url("../images/hotMajor2.png") no-repeat;
    background-position: right bottom;
    background-size: 57px auto
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(2) .box .liTilte a,#pc_page .content .main .hotMajor ul.boxOther li:nth-child(6) .box .liTilte a {
    color: #13768f
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(3),#pc_page .content .main .hotMajor ul.boxOther li:nth-child(9) {
    background: -webkit-gradient(linear, left top, left bottom, from(#ebeaff), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #ebeaff, #fff, #fff)
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(3) .box,#pc_page .content .main .hotMajor ul.boxOther li:nth-child(9) .box {
    background: url("../images/hotMajor3.png") no-repeat;
    background-position: right bottom;
    background-size: 57px auto
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(3) .box .liTilte a,#pc_page .content .main .hotMajor ul.boxOther li:nth-child(9) .box .liTilte a {
    color: #19138f
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(4),#pc_page .content .main .hotMajor ul.boxOther li:nth-child(8) {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe3f1), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #ffe3f1, #fff, #fff)
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(4) .box,#pc_page .content .main .hotMajor ul.boxOther li:nth-child(8) .box {
    background: url("../images/hotMajor4.png") no-repeat;
    background-position: right bottom;
    background-size: 57px auto
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(4) .box .liTilte a,#pc_page .content .main .hotMajor ul.boxOther li:nth-child(8) .box .liTilte a {
    color: #8f1351
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(5),#pc_page .content .main .hotMajor ul.boxOther li:nth-child(10) {
    background: -webkit-gradient(linear, left top, left bottom, from(#d4edff), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #d4edff, #fff, #fff)
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(5) .box,#pc_page .content .main .hotMajor ul.boxOther li:nth-child(10) .box {
    background: url("../images/hotMajor5.png") no-repeat;
    background-position: right bottom;
    background-size: 57px auto
}

#pc_page .content .main .hotMajor ul.boxOther li:nth-child(5) .box .liTilte a,#pc_page .content .main .hotMajor ul.boxOther li:nth-child(10) .box .liTilte a {
    color: #135190
}

#pc_page .content .main .generalRegulations {
    background-color: #ebf6fe;
    padding-bottom: 10px
}

#pc_page .content .main .generalRegulations .title {
    background-color: #fff;
    margin-bottom: 0px;
    padding-bottom: 20px
}

#pc_page .content .main .generalRegulations .title::before {
    top: -18px
}

#pc_page .content .main .generalRegulations .boxOther {
    background-color: #fff;

}
#pc_page .content .main .generalRegulations .boxOther .major {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#e1f5ff), to(rgba(225, 245, 255, 0)));
    background: linear-gradient(to right, #e1f5ff, rgba(225, 245, 255, 0));
    padding: 8px 0px;
    font-size: 20px;
    color: #2b9cf2;
    font-weight: bold;
    padding-left: 20px;
}
#pc_page .content .main .generalRegulations .boxOther .major a{
        color: #2b9cf2;
}
#pc_page .content .main .generalRegulations .boxOther .major a:hover{
        background: #ffe1e1;
          color: #13768f;
}
#pc_page .content .main .generalRegulations .boxOther table {
    width: 100%;
    border-spacing: inherit
}

#pc_page .content .main .generalRegulations .boxOther table thead {
    background: -webkit-gradient(linear, left top, right top, from(#3fd1f7), to(#2b9cf2));
    background: linear-gradient(to right, #3fd1f7, #2b9cf2)
}

#pc_page .content .main .generalRegulations .boxOther table thead tr td  {
    color: #fff
}

#pc_page .content .main .generalRegulations .boxOther table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 810px;
    margin: 0 auto
}

#pc_page .content .main .generalRegulations .boxOther table tr td {
    padding: 10px 0;
    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 .content .main .generalRegulations .boxOther table tr td img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

#pc_page .content .main .generalRegulations .boxOther table tr td a button {
    outline: none;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#3fd1f7), to(#2b9cf2));
    background: linear-gradient(to right, #3fd1f7, #2b9cf2);
    color: #fff;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(1) {
    width: 15%
}

#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(2) {
    width: 19%
}
#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(2) a {
    display: block;
    width: 100%;
    text-align: center;
    color: #0e2652;
    font-size: 18px;
    font-weight: bold;
}

#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(2) a:nth-child(2) {
    color: #758191;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(2) a:nth-child(3) {
    color: #758191;
    background: #edf3ff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0.1rem;
    padding: 0.1rem 0px;
}

#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(3) {
    width: 19%
}

#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(4) {
    width: 10%
}

#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(5) {
    width: 9%
}

#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(6) {
    width: 8%
}

#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(7) {
    width: 9%
}

#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(8) {
    width: 10%
}

#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(9) {
    width: 12%
}

#pc_page .content .main .generalRegulations .boxOther table tbody {
    background-color: #ebf6fe;
    padding-bottom: 15px;
    display: block
}

#pc_page .content .main .generalRegulations .boxOther table tbody tr {
    background-color: #fff;
    margin-bottom: 1px
}
#pc_page .content .main .generalRegulations .boxOther table tbody tr td:nth-child(3) span{
    background: #ffe1e1;
    color: #fe4543;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
}
#pc_page .content .main .generalRegulations .boxOther:nth-child(2n) table tbody tr td:nth-child(3) span{
    background: #dcf9ff;
    color: #24abc8;
}
#pc_page .content .main .generalRegulations .boxOther:nth-child(3n) table tbody tr td:nth-child(3) span{
     background: #ffeeda;
    color: #fa8100;
}
#pc_page .content .main .generalRegulations .boxOther:nth-child(4n) table tbody tr td:nth-child(3) span{
    background: #f4e1ff;
    color: #a457db;
}
#pc_page .content .main .generalRegulations .boxOther:nth-child(5n) table tbody tr td:nth-child(3) span{
    background: #f1ffe5;
    color: #749568;
}
#pc_page .content .main .generalRegulations .boxOther table tbody tr:nth-child(2n) td:nth-child(3) span{
    background: #dcf9ff;
    color: #24abc8;
}
#pc_page .content .main .generalRegulations .boxOther table tbody tr:nth-child(3n) td:nth-child(3) span{
    background: #ffeeda;
    color: #fa8100;
}
#pc_page .content .main .generalRegulations .boxOther table tbody tr:nth-child(4n) td:nth-child(3) span{
    background: #f4e1ff;
    color: #a457db;
}
#pc_page .content .main .generalRegulations .boxOther table tbody tr:nth-child(5n) td:nth-child(3) span{
    background: #f1ffe5;
    color: #749568;
}
#pc_page .content .main .generalRegulations .boxOther table tbody tr progress {
    width: 50px
}

#pc_page .content .main .generalRegulations .buttons a {
    display: block;
    width: 318px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#ffb400), to(#ff8800));
    background: linear-gradient(to right, #ffb400, #ff8800);
    font-size: 20px;
    padding: 10px 0px;
    text-align: center;
    color: #fff
}

#pc_page .content .main .school .box ul.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;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    padding: 16px 0px
}

#pc_page .content .main .school .box ul.list li {
    width: 195px;
    -webkit-box-shadow: 0px 0px 3px rgba(68, 158, 255, .3);
    box-shadow: 0px 0px 3px rgba(68, 158, 255, .3);
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 11px 0px 3px;
   margin-right: 5px;
    margin-left: 5px;
}

#pc_page .content .main .school .box ul.list li img {
    display: block;
    width: 67px
}

#pc_page .content .main .school .box ul.list li .rights .fonts {
    margin-bottom: 12px
}

#pc_page .content .main .school .box ul.list li .rights .fonts a {
    font-size: 16px
}

#pc_page .content .main .school .box ul.list li .rights .small {
    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;
    margin-bottom: 8px
}

#pc_page .content .main .school .box ul.list li .rights .small .gray ,
#pc_page .content .main .school .box ul.list li .rights .small .red  {
    font-size: 16px
}

#pc_page .content .main .school .box ul.list li .rights .small .gray  {
    color: #666
}

#pc_page .content .main .school .box ul.list li .rights .small .red  {
    color: #f22b2b
}

#pc_page .content .main .school .box ul.list li:nth-child(1),
#pc_page .content .main .school .box ul.list li:nth-child(2),
#pc_page .content .main .school .box ul.list li:nth-child(3),
#pc_page .content .main .school .box ul.list li:nth-child(4) {
    margin-bottom: 16px
}

#pc_page .content .main .zhaosheng ul.leftTitle {
    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;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px
}

#pc_page .content .main .zhaosheng ul.leftTitle li {
    width: 119px;
    background-color: #fff5e9;
    text-align: center;
    padding: 11px 0px
}

#pc_page .content .main .zhaosheng ul.leftTitle li a {
    color: #f80;
    font-size: 24px
}

#pc_page .content .main .zhaosheng ul.leftTitle li.active {
    background: -webkit-gradient(linear, right top, left top, from(#ffb400), to(#ff8800));
    background: linear-gradient(to left, #ffb400, #ff8800);
    border-radius: 3px
}

#pc_page .content .main .zhaosheng ul.leftTitle li.active a {
    color: #fff
}
#pc_page .content .main .zhaosheng ul.leftBox{
    display: none;
}

#pc_page .content .main .zhaosheng ul.leftBox li {
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    margin-bottom: 25px;
    padding: 20px 0px
}
#pc_page .content .main .zhaosheng ul.leftBox li .date{
        display: inline-block;
            float: right;

}

#pc_page .content .main .zhaosheng ul.leftBox li .blackTitle,
#pc_page .content .main .zhaosheng ul.leftBox li .blackContent {
    width: 783px;
    margin: 0 auto
}

#pc_page .content .main .zhaosheng ul.leftBox li .blackTitle {
    margin-bottom: 16px;
    display: inline-block;
    width: 80%;
    text-indent: 16px;

}

#pc_page .content .main .zhaosheng ul.leftBox li .blackTitle a {
    font-size: 20px
}

#pc_page .content .main .zhaosheng ul.leftBox li .blackContent  {
    font-size: 16px;
    color: #999
}

#pc_page .content .main .zhaosheng ul.leftBox li:last-child {
    margin-bottom: 0px
}
#pc_page .content .main .zhaosheng ul.leftBox:nth-child(3){
    display: block;
}