@charset "utf-8";

.qui-top-nav .ULLIST>li.auth_item>a:after{
    width: 4em;
}
.qui-top-nav .ULLIST>li.auth_item>a{
   color: #004EA2;
}


/* 测试认证 */
.authentication_pg01 .desc{
    max-width: 1300px;
    margin: 60px auto 0;
}
.authentication_pg01 .desc p{
    margin-bottom: 22px;
}
.authentication_pg01 .desc p:last-child{
    margin-bottom: 0;
}
.authentication .lists:nth-child(2n) .swiper-slide{
    flex-direction: row-reverse;
}
.authentication .lists:nth-child(2n) .list{
    flex-direction: row-reverse;
}
.authentication .lists .texts{
    width: 44.5%;
}
.authentication .lists .texts .con{
    margin-top: 22px;
    max-height: 314px;
    overflow: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.authentication .lists .img{
    width: 50.5%;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.authentication .lists .img img{
    display: block;
    max-height: 100%;
}
.authentication .swiper-pagination{
    margin-top: 27px;
    position: relative;
    text-align: left;
}
.authentication .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 0 6px!important;
    opacity: 1;
}
.authentication .swiper-pagination-bullet-active{
    background: #004EA2;
}

@media only screen and (max-width: 1400px) {
    .authentication .lists .texts .con {
        max-height: 252px;
    }
}
@media only screen and (max-width: 1280px) {
    .authentication .lists .texts .con {
        max-height: 250px;
    }
}
@media only screen and (max-width: 1043px) {
    .authentication .lists .texts .con {
        max-height: 158px;
    }
}
@media only screen and (max-width: 768px) {
    .authentication_pg01 .desc {
        max-width: 100%;
        margin: 15px auto 0;
    }
    .authentication_pg01 .desc p {
        margin-bottom: 5px;
    }
    .authentication .lists .img {
        width: 100%;
        border-radius: 15px;
    }
    .authentication .lists .texts {
        width: 100%;
        margin-top: 20px;
    }
    .authentication .lists .texts .con {
        max-height: 92px;
        margin-top: 10px;
    }
    .authentication .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .authentication .swiper-pagination {
        margin-top: 15px;
        text-align: center;
    }
}