.container3 {
    max-width: 1280px;
}
.container{
    max-width: 1280px;
}
.dib {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 23.53333333%;
    }

    .col-md-8 {
        width: 76.5625%;
    }
}

.container2 {
    max-width: 1280px;
    margin: 0 auto;
}

[class^="btn"] {
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    padding: 0 16px;
    min-width: 148px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    transition: transform .15s, background-color .15s;
    position: relative;
    z-index: 0;
}

.btn-bl:focus,
.btn-bl:active,
.btn-bl:hover {
    background: #1f4fdd;
}

.banner {
    color: #fff;
    padding: 60px 0;
    background: url(/assets/images/clone-tips/ub-articlemenu-bg-head.webp) no-repeat;
    text-align: center;
    background-size: cover;
}

.banner h1 {
    font-size: 5.6rem;
}

@media (max-width: 1199px) {
    .banner h1 {
        font-size: 4rem;
    }
}


.popular {
    padding: 120px 0;
}

.popular .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popular .wrap li {
    max-width: 305px;
}

.popular .wrap li a {
    color: #000000;
}

.popular .wrap li a p {
    margin-top: 5px;
    font-weight: 600;
    line-height: 26px;
}

.popular .wrap li:hover a {
    color: #2A6EEA;
}

@media (max-width: 1199px) {
    .popular .wrap li {
        margin: 20px;
    }
}

@media (max-width: 767px) {
    .popular {
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .popular .wrap li {
        width: 45%;
        margin: 30px auto 0;
    }

    .popular .wrap li p {
        line-height: 22px;
        font-size: 16px;
    }
}

.all-wrap {
    overflow: hidden;
}

.all-wrap .container {
    display: flex;
}

.all-wrap .container2 {
    display: flex;
}

.all-wrap .container4 {
    padding-bottom: 70px;
}

.all-wrap h2 {
    text-align: center;
    margin-bottom: 20px;
}

.all-wrap .newlist>li {
    position: relative;
    padding: 30px 0 20px;
    max-width: 985px;
    padding-right: 130px;
}

.all-wrap .newlist>li:hover a p.title {
    color: #2A6EEA !important;
}

.all-wrap .time {
    color: #1E252F;
    position: absolute;
    top: 30px;
    left: 0;
    width: 55px;
    font-size: 1.2rem;
    line-height: 26px;
}

.all-wrap .title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.all-wrap .desc {
    color: #8C8C8C;
    line-height: 20px;
    font-size: 1.6rem;
}

.all-wrap .pagination {
    margin-top: 5%;
}

.all-wrap a:hover {
    text-decoration: none;
}

.all-wrap .side-box {
    /* background: #F8F9FA; */
    position: relative;
}

.all-wrap .side-box:before {
    right: -999em;
    background: #f8f9fa;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}

.all-wrap .side {
    display: inline-block;
    width: 384px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 24px 24px 24px 24px;
    opacity: 1;
    border: 1px solid #E6E8E9;
    transform: translate(-80px, 0);
    padding: 40px 48px;
    text-align: center;
}
.all-wrap .side .ic-lf{
    margin-bottom: 10px;
}
.all-wrap .side .ic-lf li::before {
    /* content: "\e669";
    top: 0px; */
    font-family: "iconfont" !important;
    font-style: normal;
    color: var(--green);
    left: 0;
    position: absolute;
}

.all-wrap .side .a-box:hover h3 {
    color: #2A6EEA;
}

.all-wrap .side .ic-lf li {
    padding-left: 20px;
    text-align: left;
    position: relative;
}

.all-wrap .side h3 {
    margin-top: 10px;
    margin-bottom: 23px;
    color: #000;
}

.all-wrap .side .list {
    text-align: left;
    margin-bottom: 20px;
}

.all-wrap .side .list li {
    line-height: 20px;
    margin-bottom: 2px;
}

.all-wrap .side .btn-bl {
    width: 216px;
    box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
    height: 48px;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

.all-wrap .side a.link {
    font-weight: 600;
    color: #000 !important;
    padding-bottom: 2px;
    text-decoration: underline !important;
}

.all-wrap .side a.link:hover {
    color: #137df5 !important;
}

/* 分页 */
ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0 10px 0 10px;
    float: left;
    min-height: 28px;
}

.simple-pagination li:last-child,
.simple-pagination li:nth-child(1),
.simple-pagination li:nth-child(2) {
    display: none;
}

span.ellipse.clickable {
    cursor: pointer;
}

.ellipse input {
    width: 3em;
}

/*------------------------------------*\
Light Theme Styles
\*------------------------------------*/
.light-theme a,
.light-theme span {
    float: left;
    color: #1e252f;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    font-weight: normal;
    text-align: center;
    min-width: 13px;
    padding: 0 3px;
    border-radius: 3px;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
    background: #fff;
    /* Old browsers */
    /*background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); !* FF3.6+ *!
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); !* Chrome,Safari4+ *!
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); !* Chrome10+,Safari5.1+ *!
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); !* Opera11.10+ *!
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); !* IE10+ *!
    background: linear-gradient(top, #ffffff 0%, #efefef 100%); !* W3C *!*/
}

.light-theme .first,
.light-theme .last {
    display: none;
}

.light-theme .current {
    vertical-align: middle;
    font-weight: 600;
    color: #000;
}

.light-theme a:hover {
    text-decoration: none;
}

.light-theme .current {
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.light-theme .ratio {
    border: none;
    background: none;
    box-shadow: none;
    display: none;
}

.pagination {
    margin: 3% auto 0;
    text-align: center;
}

.simple-pagination ul {
    display: inline-block;
}

.light-theme .current.next,
.light-theme .next,
.light-theme .current.prev,
.light-theme .prev {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    opacity: 1;
    border: 1px solid #E6E8E9;
    border-radius: 50%;
    font-size: 0;
    position: relative;
}

.light-theme .current.next::before,
.light-theme .next::before,
.light-theme .current.prev::before,
.light-theme .prev::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    color: transparent;
    background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
    background-size: 1400px 872px;
    background-position: -84px -168px;
    transform: rotate(90deg);
}

.light-theme .current.next::before,
.light-theme .next::before {
    transform: rotate(-90deg);
}

.light-theme .disabled .current.next::before,
.light-theme .disabled .next::before,
.light-theme .disabled .current.prev::before,
.light-theme .disabled .prev::before {
    opacity: 0.4;
}

.light-theme .light-theme .simple-pagination ul li:first-child {
    display: none;
}

.pagination .last,
.pagination .first {
    width: 50px;
}

@media (max-width: 1199px) {
    .all-wrap .newlist>li {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .all-wrap .container {
        flex-direction: column-reverse;
    }

    .all-wrap .newlist>li {
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .all-wrap .side-box {
        text-align: center;
        background: transparent;
    }

    .all-wrap .side-box::before {
        display: none;
    }

    .all-wrap .side {
        transform: none;
        margin: auto;
        z-index: 10;
        max-width: 100%;
    }
}

@media (max-width: 676px) {
    .simple-pagination li {
        margin: 0 7px;
    }
}

@media (max-width: 390px) {
    .all-wrap .side {
        max-width: 90%;
        padding: 40px;
        margin-bottom: 20px !important;
    }

    .all-wrap .side h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .all-wrap .side .list {
        display: inline-block;
    }

    .all-wrap .side .list li {
        font-size: 14px;
    }

    .simple-pagination li {
        margin: 0 17px;
    }
}