* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.mobile {
    display: none;
}

header {
    position: relative;
}

header>img {
    display: block;
    border: 0;
    width: 100%;
}

.main {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

header>div {
    width: 100%;
    position: absolute;
    top: 0
}

header>div .main img {
    display: inline-block;
    margin-top: 40px;
}

header>div .main a {
    display: inline-block;
    float: right;
    width: 99px;
    height: 35px;
    background-color: #015293;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    margin-top: 32px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.section3 {
    margin-top: -189px;
    position: relative;
    z-index: 1;
}

.label_box img {
    width: 100%;
}

.dcdt_box {
    margin-top: 40px;
    background-color: #f1f8ff;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.normal_box ul {
    margin-top: 35px;
}

.normal_box ul li {
    float: left;
    width: 625px;
    height: 146px;
    border: 1px solid #aacbed;
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 21px;
    transition: all 0.2s;
}

.normal_box ul li:hover {
    border: 1px solid #95bee8;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.normal_box ul li:hover a {
    color: #2b7dd2;
}

.normal_box ul li:nth-child(even) {
    float: right;
}

.normal_box ul li a {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
}

.normal_box ul li span {
    display: block;
    line-height: 56px;
    padding-left: 30px;
    font-size: 16px;
    color: #999999;
    background: url(clock_icon.png) no-repeat center left;
}

.green_box {
    margin: 39px 0;
    padding-top: 41px;
}

.xxgk_box ul li {
    line-height: 75px;
    border-bottom: 1px dashed #d7e2dd;
    padding-left: 33px;
    box-sizing: border-box;
    background: url(list_icon.png) no-repeat center left;
}

.xxgk_box ul li:hover {
    border-bottom: 1px dashed #daf6e8;
    background: url(list_icon_g.png) no-repeat center left
}

.xxgk_box ul li:hover a {
    color: #2b7dd2;
}

.xxgk_box ul li:hover span {
    color: #2b7dd2;
}

.xxgk_box ul li a {
    font-size: 18px;
    color: #000;
}

.xxgk_box ul li span {
    float: right;
    font-size: 16px;
    color: #000;
}

.mtjj_box {
    margin: 28px auto;
}

.s3list {
    margin-top: 56px;
}

.s3list li {
    width: 625px;
    height: auto;
    float: left;
    border: 1px solid #a6e3d7;
    border-bottom-right-radius: 30px;
    padding: 17px 0 17px 16px;
}

.s3list li span {
    float: right;
    padding-right: 10px;
    color: #999999;
}

.s3list li:nth-child(2n) {
    float: right;
}

.s3list li>div {
    width: 122px;
    height: 111px;
    display: inline-block;
    background-image: url(gsgg_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 15px;
}

.s3list li>div .s3time1 {
    font-size: 32px;
    font-weight: bold;
    color: #31c09d;
    text-align: center;
    line-height: 46px;
}

.s3list li>div .s3time2 {
    font-size: 18px;
    color: #31c09d;
    text-align: center;
    line-height: 26px;
}

.s3list li p {
    display: inline-block;
    width: 420px;
    height: 111px;
    vertical-align: top;
    margin-left: 20px;
}

.s3list li p a {
    display: flex;
    height: 100%;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    align-items: center;
}

@media (max-width: 750px) and (min-width: 320px) {
    .main {
        padding: 15px;
        box-sizing: border-box;
    }
    .mobile {
        display: block;
    }
    .pc {
        display: none;
    }
    .section3 {
        margin-top: 0;
    }
    .s3list {
        margin-top: 20px;
    }
    .s3list li {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .s3list li>div {
        width: 88px;
        height: 77px;
        padding-top: 8px
    }
    .s3list li>div .s3time1 {
        font-size: 24px
    }
    .s3list li>div .s3time2 {
        font-size: 16px
    }
    .s3list li>p {
        width: 235px;
        height: 77px;
    }
    .s3list li>p a {
        font-size: 16px;
    }
    header>div .main img {
        width: 40%;
        margin: 20px
    }
    header>div .main a {
        display: none;
    }
    .normal_box ul li {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .normal_box ul li a {
        font-size: 16px;
    }
    .normal_box ul li span {
        line-height: 40px;
    }
    .green_box {
        margin-top: 0;
        padding-top: 15px;
    }
    .dcdt_box {
        margin-top: 0;
    }
    .xxgk_box ul li {
        line-height: 1.8;
        background: url(list_icon.png) no-repeat top 10px left;
        margin: 15px 0;
    }
    .xxgk_box ul li:hover {
        background: url(list_icon_g.png) no-repeat top 10px left;
    }
    .xxgk_box ul li span {
        float: unset;
        line-height: 2;
        color: #999;
    }
    .mtjj_box {
        margin: 0 auto;
    }
}