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

.content .main .mainBox .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
}

.content .main .mainBox .title .more a {
    font-size: 20px;
    color: #666;
    font-weight: normal
}

.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
}

.content .main .mainBox .box {
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee
}

.content .main .mainBox .mainContent {
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    margin: 0 auto;
    padding: 32px 0px;

}

.content .main .mainBox .mainContent p {
    width: 790px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    color: #666;
    text-indent: 32px;

}

.content .main .mainBox .mainContent .buttons {
    width: 810px;
    padding: 25px 0;
    margin: 0 auto;
    background-color: #fff
}

.content .main .mainBox .mainContent .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;
    text-indent: 0
}

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

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

.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
}

.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
}

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

.content .main .generalRegulations .boxOther table {
    width: 100%;
    border-spacing: inherit
}

.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)
}

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

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

.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
}

.content .main .generalRegulations .boxOther table tr td img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.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;
}

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

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

.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;
}
.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;
}
.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;
}


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

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

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

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

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

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

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

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

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