.icon-nav {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
}

.icon-nav>ul {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    color: #154E9D;
    font-size: 18px;
    border-bottom: 10px solid;
    border-image: linear-gradient(90deg, #154E9D 0%, #7CACE3 100%) 1;
}

.icon-nav>ul>li {
    flex: 1;
    position: relative;
}

.icon-nav>ul>li::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: -10px;
    height: 14px;
    width: 10px;
    background-color: #fff;

}

.icon-nav>ul>li a {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-nav>ul>li img {
    width: 50px;
}




/* new-list */
.new-list {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.new-list-left {
    flex: 1;
    padding: 15px;
    background-color: #F2F2F2;
}

.left-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.left-title h4 {
    font-size: 20px;
    color: #154E9D;
}

.left-title .more_text {
    color: #154e9d;
    font-size: 16px;
}

.left-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.left-list li:last-child {
    margin-bottom: 0;
}

.left-list li>.time {
    width: 74px;
    text-align: center;
}

.left-list li>.time>div:first-child {
    color: #fff;
    background-color: #154E9D;
    font-size: 14px;
    line-height: 22px;
}

.left-list li>.time>div:last-child {
    color: #154E9D;
    background-color: #fff;
    font-size: 10px;
    line-height: 16px;
}

.left-list li>a {
    background-color: #fff;
    color: #585757;
    font-size: 14px;
    flex: 1;
    padding: 7px 15px;
}

.new-list-right {
    flex: 1;
}

.right-nav ul {
    display: flex;
    gap: 18px;
}

.right-nav ul li {
    flex: 1;
    padding: 25px 20px 32px 20px;
    background: linear-gradient(0deg, rgba(10, 88, 188, 0.9) 0%, rgba(144, 180, 221, 0.45) 100%);
    border-radius: 4px;
}

.right-nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 10px solid #fff;
    font-size: 20px;
    padding-bottom: 10px;
    color: #fff;
}

.right-nav ul li img {
    width: 100%;
}

.right-icon {
    margin: 26px 0;
    background-color: #F2F2F2;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}

.right-icon-title {
    font-size: 20px;
    color: #154E9D;
}

.right-icon-list>ul {
    display: flex;
    gap: 10px;
}

.right-icon-list>ul img {
    width: 48px;
    height: 42px;
}

.right-news {
    background-color: #F2F2F2;
    padding: 20px 30px;
    border-radius: 4px;
}

.right-news-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.right-news-title h4 {
    font-size: 20px;
    color: #154E9D;
}

.right-news-title .more_text {
    color: #154e9d;
    font-size: 16px;
}

.right-news-list ul {
    display: flex;
    gap: 20px;
}

.right-news-list ul li {
    flex: 1;
}

.right-news-list ul li a {
    display: block;
    background-color: #fff;
}

.right-news-list-img {
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.right-news-list-img img {
    width: 100%;
    height: 100%;
}

.right-news-list-content {
    padding: 10px 20px;
    font-size: 13px;
}

.right-news-list-content>div:first-child {
    color: #154E9D;

}

.right-news-list-content>div:last-child {
    color: #BABABA;
}


.video-banner {
    margin-top: 30px;
    background: url(/_upload/tpl/0c/af/3247/template3247/images/video_bg.png) no-repeat center / cover;
    padding: 20px 0;
}

.video-banner-title {
    display: flex;
    color: #fff;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto 32px auto;
}

.video-banner-title .title {
    font-size: 20px;
}

.video-banner-list {
    overflow: hidden;
    position: relative;
}

.video-banner-list ul {
    display: flex;
    transition: transform 0.6s ease-in-out;
    gap: 20px;
    width: max-content;
    height: 268px;
}

.video-banner-list li {
    flex-shrink: 0;
}

.video-banner-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.video-banner-list li a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-banner-list li a>div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    color: #fff;
}

.video-banner-list li a>div>img {
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
}

.video-banner-list li a>div>div>font {
    color: #fff !important;
}

.video-banner-list .indicator-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: auto;
    margin-top: 30px;
}

.video-banner-list .indicator {
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 50%;
    border: 1px solid #fff;
}

.video-banner-list .indicator.active {
    background: #fff;
}


@media (max-width: 992px) {
    main {
        margin-bottom: 0px;
    }

    .icon-nav {
        width: 90%;
        margin-top: 10px;
    }

    .icon-nav>ul {
        font-size: 10px;
        border-bottom: 5px solid;
        gap: 3px;
    }

    .new-list-right {
        box-shadow: 0px 4px 4px 4px rgba(105, 154, 214, 0.1);
        border-radius: 10px;
        padding: 16px;
    }

    .right-nav ul {
        gap: 10px;
    }

    .right-nav ul li {
        padding: 8px 10px;
    }

    .icon-nav>ul>li img {
        width: 100%;
    }

    .right-nav ul li a {
        font-size: 12px;
        border-bottom: 5px solid #fff;
    }

    .right-icon-list>ul img {
        width: 30px;
        height: 26px;
    }

    .right-icon {
        /* flex-direction: column; */
        /* gap: 20px; */
        margin: 15px 0;
        padding: 10px 10px;
    }

    .right-icon-title {
        font-size: 14px;
    }

    .right-icon-list>ul {
        font-size: 0;
    }

    .new-list {
        width: 90%;
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .right-news {
        padding: 10px;
    }

    .right-news-list-content {
        padding: 10px;
        font-size: 10px;
    }

    .right-news-title h4 {
        font-size: 14px;
    }

    .right-news-title {
        margin-bottom: 10px;
    }

    .right-news-list ul {
        gap: 10px;
    }

    .right-news-title .more_text {
        font-size: 14px;
    }

    .right-news-list-img {
        height: 54px;
    }

    .right-news-list-content>div:last-child {
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .left-title {
        margin-bottom: 10px;
    }

    .left-title h4 {
        font-size: 14px;
    }

    .left-title .more_text {
        font-size: 14px;
    }

    .left-list li>.time {
        width: 54px;
    }

    .left-list li>a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .video-banner-title .title {
        font-size: 14px;
    }

    .video-banner-title .more_text {
        font-size: 14px;
    }

    .video-banner-title {
        width: 90%;
        margin: 0 auto 15px auto;
    }

    .video-banner-list ul {
        gap: 0;
        height: 200px;
    }

    .video-banner-list .indicator-container {
        margin-top: 10px;
    }
}