body {
    background: #ecf0f8 !important;
}


/* 轮播图分页器样式修改 */

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 100px !important;
    width: 1180px !important;
    min-width: 1180px !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.swiper-pagination {
    /* background-color: rgba(0, 11, 23, .1); */
    text-align: left !important;
}

.swiper-pagination-bullet {
    width: 36px !important;
    border-radius: 0 !important;
    height: 3px !important;
    opacity: 1 !important;
    background: rgb(51, 51, 51, .1) !important;
}

.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, .3) !important;
}

.sweiper-inbox {
    position: absolute;
    margin-left: -590px;
    left: 50%;
    justify-content: space-between;
    bottom: 0;
}

.sweiper-inbox .l-box {
    justify-content: center;
}

.sweiper-inbox .l-box .h2 {
    font-size: 48px;
    margin-bottom: 12px;
    line-height: 60px;
    color: #fff;
}

.sweiper-inbox .l-box .h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 36px;
    color: #fff;
}

.sweiper-inbox .l-box .btn {
    width: 132px;
    height: 48px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-right: 20px;
}

.sweiper-inbox .l-box .btn .code {
    position: absolute;
    width: 140px;
    height: 140px;
    right: -160px;
    top: -40px;
    display: none;
}

.sweiper-inbox .l-box .btn:hover .code {
    display: block;
}

.sweiper-inbox .r-box {
    width: 500px;
    height: 500px;
    align-items: flex-end;
    color: #fff;
}

.sweiper-inbox .r-box img {
    display: block;
    width: 100%;
}

.content {
    margin: 60px auto 100px;
    justify-content: space-between;
}

.l-main {
    width: 880px;
    border-radius: 4px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-nav {
    height: 58px;
    border-bottom: 1px solid #f1f1f2;
}

.news-nav .nn-item {
    flex: 1;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #17181b;
    border-bottom: 3px solid transparent;
}

.news-nav .on {
    border-bottom: 3px solid #0071ef;
    color: #0071ef;
    font-weight: 700;
}

.news-nav .nn-item a{
    color: #17181b !important;
}

.news-nav .on a{
    color: #0071ef !important;
}

.l-item {
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f2;
}

.l-item .img {
    width: 240px;
    height: 160px;
    /* border-top-right-radius: 4px; */
    margin-right: 20px;
}

.l-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.l-list {
    padding: 0 20px;
}

.l-item .info-box {
    flex: 1;
}

.l-item .title {
    color: #17181b;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 30px;
}

.block {
    display: block;
}

.l-item .title:hover {
    color: #0071ef;
}

.l-item .text {
    color: #808082;
    font-size: 14px;
    line-height: 22px;
}

.l-item .bot-box {
    flex: 1;
    align-items: flex-end;
    justify-content: space-between;
}

.l-item .bot-box .tag {
    min-width: 64px;
    height: 26px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin-left: 15px;
    padding: 0 12px;
    color: #9797a1;
    border: 1px solid #e3e2e5;
}

.tag:first-child {
    margin-left: 0 !important;
}

.l-item .bot-box .more {
    color: #b9b9ba;
    font-size: 14px;
}

.r-main {
    width: 280px;
}

.r-main .code-img {
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.tj-box {
    padding: 0 20px;
    margin-top: 20px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.tj-box .h3 {
    padding: 20px 0;
    color: #17181b;
    font-size: 500;
    border-bottom: 1px solid #f1f1f2;
}

.r-list {
    padding: 10px 0;
}

.r-item {
    padding: 10px 0;
}

.r-item .img {
    width: 87px;
    height: 58px;
    margin-right: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    flex-shrink: 0;
}

.r-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.r-item .title {
    color: #17181b;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 100px !important;
        width: 1170px !important;
        min-width: 1170px !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
    .w180 {
        /* width: 1180px !important; */
        padding: 0 10px;
    }
}