.label-bg {
    background: #ffffffcc;
    padding: 24px 0;
}

    .label-bg img {
        width: 80px;
        height: 80px;
    }

/* 5 */
.label-box-5 > div {
    width: 100%;
}

.label-list-5 a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #1B1B1B;
    transition: all .3s ease;
}

    .label-list-5 a:hover {
        transform: translateY(-5px);
    }

.label-list-5 img {
    margin-bottom: 5px;
}

/* 3 */
.label-list-3 img {
    margin-right: 20px;
}

.label-list-3 {
    font-size: 18px;
    color: #1B1B1B;
    width: 100%;
}

    .label-list-3 a {
        font-size: 14px;
        color: #167CFF;
    }

/* 2 */
.label-list-2 {
    width: 50%;
    padding-left: 24px;
    padding-right: 45px;
    position: relative;
}

    .label-list-2::after {
        content: "";
        display: block;
        width: 1px;
        height: 76px;
        background: linear-gradient(0deg, rgba(111, 181, 255, 0) 0%, #6FB5FF 50%, rgba(111, 181, 255, 0) 100%);
        border-radius: 1px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

.label-text {
    width: calc(100% - 100px);
}

.label-head-2 {
    font-weight: 700;
    font-size: 20px;
    color: #1B1B1B;
    margin: 7px 0;
}

    .label-head-2 a {
        font-size: 14px;
        color: #167CFF;
        font-weight: 400;
    }

.label-link-2 a {
    font-size: 16px;
    color: #1B1B1B;
    max-width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.label-date-2 {
    font-size: 14px;
    color: #959595;
    min-width: 78px;
}

/* 1 */
.label-box-1 > div {
    width: 25%;
}

.label-more-1 {
    justify-content: end;
}

.new-dongtais div {
    width: 40px;
    font-weight: 700;
    font-size: 20px;
    color: #1B1B1B;
}

.new-dongtais {
    justify-content: center;
}

.notice-img {
    margin-right: 20px;
}

.notice-more {
    font-size: 14px;
    color: #167CFF;
    border-radius: 6px;
    border: 1px solid #167CFF;
    padding: 6px 25px;
    margin-right: 20px;
    transition: all .3s ease;
}

    .notice-more:hover {
        color: #167CFF;
        transform: translateY(-5px);
    }

.notice-list {
    position: relative;
    flex: 1;
}

    .notice-list > div {
        margin: 10px 0;
    }

    .notice-list a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: calc(90% - 78px);
        padding: 0 15px;
        position: relative;
        font-size: 16px;
        color: #1B1B1B;
        transition: all .3s ease;
    }

        .notice-list a::after {
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            background: #167CFF;
            border-radius: 50%;
            border: 2px solid #FFFFFF;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        .notice-list a:hover {
            color: #005DD5;
        }

    .notice-list span {
        font-size: 16px;
        color: #707070;
    }

/*  */
.new-dongtai {
    width: 58.5%;
    background: url(../img/3.png) 0 0/cover no-repeat;
    padding: 55px 30px;
}

.login-bg {
    padding: 90px 0 70px;
}

.login-all {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 10px 18px 0px rgba(157, 188, 235, 0.4);
}

.dongtai-head {
    margin-bottom: 30px;
}

    .dongtai-head a {
        font-size: 14px;
        color: #4E9BFE;
    }

.dongtai-list a {
    font-size: 16px;
    color: #1B1B1B;
    max-width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 15px;
    transition: all .3s ease;
}

    .dongtai-list a:hover {
        color: #005DD5;
    }

    .dongtai-list a::after {
        content: "";
        display: block;
        width: 6px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: url(../img/5.png) 0 0/cover no-repeat;
    }

.dongtai-date {
    font-size: 14px;
    color: #707070;
    min-width: 78px;
}

.dongtai-body {
    padding-left: 20px;
    margin-bottom: 40px;
}

.dongtai-list {
    padding: 11px 0;
}

/*  */
.login-box {
    width: 41.5%;
    background: linear-gradient(180deg, #E9F3FF 0%, #FFFFFF 40%);
    border: 1px solid;
    border-image: linear-gradient(180deg, #C6DFFF, #FFFFFF) 10 10;
    padding: 35px 70px;
}

.login-title {
    font-weight: 700;
    font-size: 30px;
    color: #313131;
    text-align: center;
    margin-bottom: 20px;
}

.login-head {
    font-weight: 700;
    font-size: 30px;
    color: #313131;
    text-align: center;
    margin-bottom: 20px;
}

.public-input input {
    outline: 0;
    font-size: 16px;
    background: #F1F6F9;
    width: 100%;
    border-radius: 4px;
    padding: 13px 14px 13px 55px;
    line-height: normal;
    border: 1px solid #DFE7ED;
    transition: all .5s ease;
}

    .public-input input::placeholder {
        color: #979BA0;
    }

.public-input {
    position: relative;
    margin-bottom: 16px;
}

    .public-input i {
        position: absolute;
        top: 50%;
        left: 18px;
        transform: translateY(-50%);
        color: #A6ADBC99;
        font-size: 17px;
        transition: all .3s ease;
    }

.yzm-input {
    width: 60%;
    position: relative;
}

    .yzm-input input {
        outline: 0;
        font-size: 16px;
        background: #F1F6F9;
        width: 100%;
        border-radius: 4px;
        padding: 13px 20px;
        line-height: normal;
        border: 1px solid #DFE7ED;
        transition: all .5s ease;
    }

.yzm-img {
    width: 38%;
    border-radius: 4px;
    overflow: hidden;
}

    .yzm-img img {
        width: 100%;
        height: 100%;
    }

.public-input input:focus,
.yzm-input input:focus {
    border: 1px solid #89BDFF;
}

.public-input.active i {
    color: #89BDFF;
}

.yzm-box {
    margin-bottom: 26px;
}

.btn-box .btn {
    font-size: 18px;
    border-radius: 4px;
    padding: 15px 0;
    line-height: normal;
    width: 47.2%;
}

.dl-btn {
    color: #fff;
    font-weight: 700;
    background: #005DD5;
}

    .dl-btn:hover {
        background: #3E9DFF;
        color: #fff;
    }

.fh-btn {
    color: #565F69;
    background: #EEF0F4;
}

    .fh-btn:hover {
        color: #fff;
        background: #C2CEDD;
    }

.btn-box {
    margin-bottom: 20px;
}

.tongyidl-link a {
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
    line-height: normal;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #005DD5;
    font-weight: 700;
    font-size: 18px;
    color: #005DD5;
    transition: all .3s ease;
}

    .tongyidl-link a:hover {
        border: 1px solid #3E9DFF;
        color: #3E9DFF;
    }

.tongyidl-link {
    margin-bottom: 20px;
}

.forget-pw {
    font-size: 16px;
    color: #005DD5;
    transition: all .3s ease;
}

    .forget-pw:hover {
        color: #3E9DFF;
    }

.tyrz-box {
    width: 41.5%;
    background: url(../img/7.png) 0 0/cover no-repeat;
    padding: 60px 50px;
}

.tyrz-title {
    font-weight: 700;
    font-size: 30px;
    color: #005DD5;
    text-shadow: 0px 3px 2px rgba(2, 46, 95, 0.15);
    text-align: center;
}

.tyrz-img {
    text-align: center;
    margin: 50px 0;
}

.tyrz-btn {
    background: linear-gradient(90deg, #005DD5 0%, #004EB3 100%);
    border-radius: 28px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    line-height: normal;
    padding: 15px 0;
    transition: all .3s ease;
}

    .tyrz-btn:hover {
        color: #fff;
        transform: translateY(-5px);
    }


.margin-top-20 {
    margin-top: 20px;
}

.login-tab {
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0px
}

.b-bg-role {
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0px 20px 20px 20px;
    color: #fff;
    overflow: hidden;
}

.text-c {
    text-align: center;
}


.rolechangetitle {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 54px;
}

.rolebtn {
    display: block;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    background-color: #1d63cc;
    font-size: 20px;
    border-radius: 10px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

    .rolebtn:hover {
        color: #fff;
        background-color: #4885e0;
        font-weight: bold;
    }

@media screen and (max-width:1300px) {
    .login-box {
        padding: 35px;
    }
}

@media screen and (max-width:1023px) {
    .dongtai-body {
        margin-bottom: 0;
    }

    .login-bg {
        padding: 50px 0;
    }

    .new-dongtai {
        padding: 30px;
    }

    .login-all {
        flex-direction: column-reverse;
    }

        .login-all > div {
            width: 100%;
        }

    .dongtai-list a {
        max-width: calc(100% - 90px);
    }

    .dongtai-head {
        margin-bottom: 15px;
    }

    .label-bg img {
        width: 40px;
        height: 40px;
    }

    .new-dongtais div {
        width: auto;
    }


    /* 1 */
    .label-box-1 > div {
        width: 100%;
    }

    .label-box-1 {
        flex-direction: column;
    }

    .new-dongtais {
        justify-content: start;
    }

    .label-more-1 {
        justify-content: center;
    }

    .notice-img {
        margin-right: 10px;
    }

    /* 2 */
    .label-box-2 {
        flex-wrap: wrap;
    }

    .label-list-2 {
        width: 100%;
        align-items: center;
        padding: 0;
    }

        .label-list-2::after {
            display: none;
        }

    .label-text {
        width: calc(100% - 60px);
    }

    /* 3 */
    .label-list-3 {
        flex-wrap: wrap;
        text-align: center;
        font-size: 14px;
    }

        .label-list-3 > div {
            width: 100%;
        }

        .label-list-3 img {
            margin: 0 0 6px;
        }

        .label-list-3 a {
            font-size: 12px;
        }

    /* 4，5 */
    .label-list-5 a {
        font-size: 12px;
    }
}

@media screen and (max-width:600px) {

    .new-dongtai,
    .login-box {
        padding: 10px;
    }

    .login-bg {
        padding: 20px 0;
    }

    .dongtai-body {
        padding-left: 10px;
    }

    .dongtai-list {
        padding: 5px 0;
    }

    .dongtai-head img {
        width: 175px;
    }
}
