.news-left-menus-wrap {
    position: fixed;
    left: 0.30rem;
    top: 0;
    bottom: 0;
    font-size: 0.20rem;
    color: #fff;
    z-index: 9;
    display: none;

}

.left-menus-item {
    margin-bottom: 68px;

}

.left-menus-item a {
    color: #fff;
    display: block;
    padding-left: 0.15rem;
    position: relative;
}

.left-menus-item a::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/news-icon.png) center center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -6px;
}

.left-menus-item:hover a::before,
.left-menus-item.active a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/news-icon-on.png) center center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -10px;
}

.news-left-menus-wrap::after {
    content: '';
    display: block;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.left-menus-inner {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -118px;
    width: 130px;
}

.logo {
    float: right;
}

.news-main {
    position: absolute;
    width: 12.5rem;
    height: 8.5rem;
    /* left: 62%;
    top: 50%; */
    bottom: 0.1rem;
    right: 1.6rem;
    /* margin-left: -7rem;
    transform: translateY(-50%); */
    background: url(../images/index-news-box.png) center center no-repeat;
    background-size: cover;

}

.news-main-top {
    margin-bottom: 17px;
}

.swiper-box {
    height: 3.60rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 0.16rem;
}

.swiper-box a {
    display: block;
}

.swiper-box img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.news-list-box {
    overflow: hidden;
    height: 2.5rem;
    width: 9rem;
    margin-left: 1.5rem;
    margin-top: 2.73rem;
}

.news-main-bottom {}

.news-main-bottom-inner {
    width: 120%;
}

.news-main-bottom-item {
    float: left;
    width: 250px;
    height: 140px;
    margin-right: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-main-bottom-item img {
    max-width: 100%;
}

.mod-tabs {
    position: relative;
    margin-bottom: 20px;
}

.tabs-line {
    position: absolute;
    top: 100%;
    left: 0;
    transition: all .3s;
    height: 10px;
    background: url(../images/news-line.png) center center no-repeat;
}

.mod-tabs-nav-item {
    font-size: 0.26rem;
    float: left;
    width: 1.55rem;
    height: 0.54rem;
    text-align: center;
    line-height: 2.1em;
    color: #D88561;
    padding-left: 0.17rem;
    box-sizing: border-box;
    text-shadow: 2px 2px 2px rgba(216, 133, 97, 0.7);
}

.mod-tabs-nav-item.active {
    background: url(../images/tab-on.png) center center no-repeat;
    background-size: contain;
}

.mod-tabs-nav-item a {
    color: #62686d;
}

.static-news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.10rem 0.35rem 0.10rem 0.20rem;
    /* background: #fff; */
    border-radius: 0.30rem;
    border: #713B24 px solid;
    margin: 0.1rem 0;
    color: #222;
    font-size: 0.23rem;
    background: url(../images/news-item-bg.png) center center no-repeat;
}

.static-news-item:hover {
    color: #713B24;
}

.static-news-item img {
    width: 1.5rem;
    height: 1.1rem;
    margin-right: 0.20rem;
}

.static-news-item .icon {
    width: 0.8rem;
    height: 0.3rem;
    margin-right: 0.20rem;
}

.static-news-item .text {
    flex: 1;
}

.mod-tabs-nav-item.active a,
.mod-tabs-nav-item:hover a {
    color: #fbe960;
}

.news-more {
    float: right;
    color: #729abb;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.26rem;
    padding-right: 0.30rem;
    background-size: auto 100%;
    vertical-align: middle;

}

.news-more * {
    vertical-align: middle;
}

.news-list {
    display: none;
    visibility: none;
    opacity: 0;
    transition: all.3s;
}

.news-list.active {
    display: block;
    visibility: visible;
    opacity: 1;
}

.news-list-head {
    width: 560px;
    margin-bottom: 8px;
    background-color: #f8f8f8;
}

.news-list-head-title {
    width: 98px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: url(../images/icon-tuijian.png) center center no-repeat;
    color: #fff;
    float: left;
    margin-right: 20px;
    font-size: 24px;
    font-weight: bold;
}

.news-list-head-text {
    overflow: hidden;
    line-height: 40px;
    font-size: 20px;
    color: #4686d5;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.news-list-item {
    font-size: 0.20rem;
    text-align: left;
    width: 6.72rem;
    height: 1.30rem;
    background: url(../images/index-news-bg.png) left center no-repeat;
    float: left;
    margin-bottom: 0.30rem;
    padding-left: 0.83rem;
    background-size: cover;

}

.news-list-item:nth-child(2n+1) {
    margin-right: 0.52rem;
}


.news-list-item-type {
    margin-left: -10px;
    float: left;
    width: 0.80rem;
    color: #4686d5;
    white-space: nowrap;
    overflow: hidden;
}

.news-list-item-date {
    height: 0.43rem;
    color: #aaaaaa;
    line-height: 0.43rem;
    /* background: url(../images/index-news-icon.png) left center no-repeat; */
    font-size: 0.20rem;
    color: #5987bf;
    margin-bottom: -6px;
    vertical-align: middle;
    position: relative;
}

.news-list-item-date img {
    margin-right: 0.06rem;
}

.news-list-item-date * {
    vertical-align: middle;
}

.news-list-item-title {
    margin-bottom: 0.02rem;
}

.news-list-item-sub-title {
    font-size: 0.16rem;
    color: #8c8d8e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list-item-title::after {
    content: '';
    display: block;
    clear: both;
}

.news-list-item-txt {
    color: #515151;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 0.20rem;
    font-weight: bold;
}

.news-list-item-txt:hover {
    color: #f3a91b;
}

.news-list-item-more {
    margin-left: 28px;
}

.news-banner .swiper-slide {
    opacity: 1 !important;
}

.news-swiper-container::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-border.png) center center no-repeat;
    z-index: 1;
    pointer-events: none;
    background-size: 100% 100%;
}

.news-swiper-container {
    position: relative;
}


@media screen and (max-width: 1600px) {
    .news-list-item {
        background: url(../images/index-news-bg.png) -100px center no-repeat;

    }
}


@media screen and (max-width: 768px) {
    .scroll-tip {
        display: none;
    }

    .news-main {
        /* width: 100%;
        height: auto;
        position: static;
        margin-left: 0;
        margin-top: 0;
        transform: translateY(0); */

        position: absolute;
        width: 98%;
        height: 144vw;
        top: 36vw;
        right: 0;
        background: transparent;
        background: url(../images/index-news-box-mini.png) top center no-repeat;
        background-size: contain;
    }

    .news-main-top {
        position: relative
    }

    .news-main .banner {
        width: 100%;
        height: 150px;
        background: url(../images/news-top-bg.jpg) top left no-repeat;
        background-size: cover;
        display: block;
    }

    .swiper-box {
        width: 100%;
        float: none;
        margin-bottom: 16px;
        height: auto;
    }

    .news-left-menus-wrap {
        position: static;
        margin-left: 7%;
        padding: 16px 0;
    }

    .left-menus-inner {
        position: static;
        margin-top: 0;
        width: 100%;
        display: flex;
    }

    .left-menus-item {
        flex: 1;
        margin-bottom: 10px;
    }

    .mod-tabs {
        margin-bottom: 5px;
    }

    .mod-tabs,
    .news-list-head {
        width: 100%;
    }

    .news-list-item {
        font-size: 20px;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        padding-left: 83px;
    }

    .static-news-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        /* background: #fff; */
        border-radius: 15px;
        border: #713B24 px solid;
        margin: 0.4rem 0;
        color: #713B24;
        font-size: 14px;
        background: url(../images/news-item-bg.png) center center no-repeat;
    }

    .static-news-item .icon {
        display: none;
    }

    .static-news-item .text {
        margin-right: 20px;
    }

    .news-list-item-more {
        width: 96%;
        margin: 0 auto;
    }

    .news-list-item-more img {
        width: 100%;
    }

    .news-list-head {
        text-align: center;
    }

    .news-list-head-title {
        display: none;
    }

    .news-main-bottom-inner {
        width: 100%;
    }

    .news-main-bottom-item {
        float: none;
        margin-right: 0;
        width: 100%;
        height: auto;
        text-align: center;
        display: block;
    }

    .news-list-head {
        padding: 0 10px;
    }

    .news-list-item {
        width: 100%;
        padding: 0 10px;
    }

    .news-list-box {
        height: auto;
        width: 90%;
        margin-left: 15px;
        margin-top: 35vw;
    }

    .news-list-item-txt {
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mod-tabs-nav-item {
        font-size: 19px;
        height: 40px;
        width: 90px;
        padding-left: 15px;
    }

    .news-more {

        height: 54px;
        line-height: 54px;
        font-size: 26px;
        padding-right: 30px;
        background-size: unset;
    }

    .news-list-item-txt {
        font-size: 24px;
    }

    .news-list-item-sub-title {
        font-size: 16px;
    }

    .news-list-item-date {
        height: 38px;
        line-height: 38px;
        padding-left: 40px;
        font-size: 20px;

    }

    .news-list-item-type {
        width: 80px;
    }

    .news-swiper-container .swiper-slide {
        min-height: unset;
    }

    .news-swiper-container .swiper-wrapper,
    .news-swiper-container .swiper-slide {
        height: 100% !important;
        min-height: unset !important;
    }

    .news-swiper-container::after {
        /* display: none; */
    }


}