﻿body {
    padding-top: 80px;
    background: #fff;
}

.header .header_nav .wp > li > a{
    color: #333;
}


@media (min-width: 768px) {
    .news-location {
        height: 78px;
        border-bottom: 1px #eee solid;
        background: #f8f8f8;
    }

        .news-location .main2 {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    .location {
        color: #666;
        background: none;
    }

        .location a,
        .location span {
            color: #666;
        }

    .news-nav {
        width: auto;
        height: 100%;
        margin-top: 0;
    }

    .side-nav > ul {
        height: 100%;
        text-align: left;
        display: flex;
        align-items: center;
    }

        .side-nav > ul > li {
            position: relative;
            height: 100%;
            border-radius: 0;
            margin: 0 16px 0 0;
            border: none;
            background-color: transparent !important;
        }

            .side-nav > ul > li .btn,
            .side-nav > ul > li a {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
                color: #333;
            }

            .side-nav > ul > li::before {
                content: '';
                position: absolute;
                left: 50%;
                right: 50%;
                transition: .5s;
                bottom: -2px;
                height: 2px;
                overflow: hidden;
                background: #11216c;
            }

            .side-nav > ul > li:hover a, .side-nav > ul > li.on a {
                color: #0a58ca;
            }

            .side-nav > ul > li:hover::before, .side-nav > ul > li.on::before {
                left: 0;
                right: 0;
            }
}

.hot-news {
    margin-bottom: 48px;
}

    .hot-news .imgBox {
        padding-bottom: 43%;
    }

    .hot-news li .text {
        padding-top: 20px;
        width: 62%;
    }

        .hot-news li .text h2 {
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            white-space: normal;
            overflow: hidden;
            color: #11216c;
            font-size: 36px;
            margin-top: 4px;
            margin-bottom: 24px;
        }

        .hot-news li .text p {
            line-height: 28px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            white-space: normal;
            overflow: hidden;
            color: #999;
            font-size: 14px;
        }

        .hot-news li .text span {
            font-size: 18px;
            color: #11216c;
            top: 24px;
            display: block;
            margin-top: 0.5em;
        }

    .hot-news .carousel-info {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 10;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

.news-next {
    font-size: 50px;
}
    .news-next img{
        width: 1em;
        display: block;
    }

    .hot-news .carousel-info .news-pagination {
        z-index: 2;
        color: #333;
        font-size: 36px;
    }

    .hot-news .carousel-info .news-pagination .swiper-pagination-current {
        font-size: 80px;
        color: #11216c;
        font-weight: bold;
    }

.news-list {
    margin-top: 48px;
}


@media (max-width: 768px) {
    .location{
        display: none;
    }
    .hot-news {
        margin-bottom: 24px;
    }
    .news-list {
        margin-top: 24px;
    }
    .hot-news li .text h2 {
        font-size: 20px;
        margin-top: 4px;
        margin-bottom: 8px;
    }
    .hot-news li .text p {
        font-size: 12px;
    }
    .hot-news li .text span {
        font-size: 16px;
        line-height: 1.8;
    }
    .hot-news .carousel-info .news-pagination {
        font-size: 25px;
    }
        .hot-news .carousel-info .news-pagination .swiper-pagination-current {
            font-size: 40px;
        }
    .news-list li{
        margin-bottom: 30px;
    }
    .news-list li .flex {
        flex-direction: column;
    }
    .news-list ul li .l{
        width: 100%;
    }
    .news-list ul li .text{
        width: 100%;
        margin-left: 0;
        margin-top: 14px;
    }
        .news-list ul li .text h4{
            font-size: 16px;
                white-space: normal;
        }
        .news-list ul li .text .line {
            margin: 7px 0;
        }
        .news-list ul li .text p {
            font-size: 12px;
            line-height: 1.8;
            height: 3.6em;
            margin-bottom: 8px;
        }
        .news-list ul li .text span {
            font-size: 15px;
        }
        .news-list ul li .text .more {
            display: none;
        }
    .news-next {
        font-size: 24px;
    }
}