#pc_page .content .main {
    width: 100%
}

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

#pc_page .content .main .mainBox .title {
    position: relative;
    padding-left: 11px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px
}

#pc_page .content .main .mainBox .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 .mainBox .box {
    padding: 25px 0px
}

#pc_page .content .main .mainBox .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 .mainBox .box ul.list li .fonts {
    margin-left: 23px;
    width: 80%;
}

#pc_page .content .main .mainBox .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 .mainBox .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 .mainBox .box ul.list li .date {
    margin-right: 15px
}

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

#pc_page .content .main .mainBox .box ul.list li:last-child {
    margin-bottom: 0px
}
#pc_page .content .main .mainBox .studentsBox {
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee
}

#pc_page .content .main .mainBox .studentsBox .list {
    padding: 16px 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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #ebf6fe
}

#pc_page .content .main .mainBox .studentsBox .list .listFonts {
    margin: 0 32px 0 24px;
    font-size: 20px;
    color: #666
}

#pc_page .content .main .mainBox .studentsBox .list ul {
    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 .content .main .mainBox .studentsBox .list ul li {
    font-size: 20px;
    margin-right: 10px
}

#pc_page .content .main .mainBox .studentsBox .list ul li  {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
}

#pc_page .content .main .mainBox .studentsBox .list ul li a.active {
    background-color: #f80;
    color: #fff;
    border-radius: 5px
}
#pc_page .content .main .mainBox .studentsBox .list ul li.active {
    background-color: #f80;
    color: #fff;
    border-radius: 5px
}

#pc_page .content .main .mainBox .studentsBox .list:last-child {
    border-bottom: none
}

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

#pc_page .content .main .generalRegulations .title {
    position: relative
}

#pc_page .content .main .generalRegulations .title span {
    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;
    margin-bottom: 32px;
    font-size: 20px;
    color: #2b9cf2;
    font-weight: bold;
    padding-left: 20px
}

#pc_page .content .main .generalRegulations .title a:after {
    position: absolute;
    content: "·";
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

#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: 99%;
    margin: 0 auto
}

#pc_page .content .main .generalRegulations .boxOther table tr td {
    padding: 0;
    height: 55px;
    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 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(3) {
    width: 12%
}

#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(1) {
    width: 14%
}
#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(1) a {
        align-items: center;
    display: inherit;

}
#pc_page .content .main .generalRegulations .boxOther table tr td:nth-child(1) img{
    width: 18%
}
#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: 6%
}

#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: 7%
}

#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 progress {
    width: 50px
}

#pc_page .tips {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    text-align: center;
    color: #fff;
    width: 300px;
    height: 100px;
    line-height: 100px;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all;
    transition: all
}

#pc_page .main  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  ul.serial li a {
    font-size: 16px
}

#pc_page .main  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  ul.serial .num:hover {
    background-color: #143ce0
}

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

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

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

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

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

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

#yd_page .content .main ul.serial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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
}

#yd_page .content .main ul.serial li {
    margin: 0 .1rem;
    font-size: .4rem;
    text-align: center;
    background: none;
    padding: .1rem .2rem;
    border-radius: .1rem
}

#yd_page .content .main ul.serial .thisclass {
    background: #143ce0;
    color: #fff
}

