.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;
    bottom: 0.1rem;
    right: 1.6rem; */
    width: 100%;
    height: 100%;
    /* background: lightblue; */
    /* background: url(../images/index-news-box.png?v=4) center center no-repeat;
    background-size: cover; */
}

.news-main-top {
    margin-bottom: 17px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-main .penguin {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3rem;
    height: 4rem;
    background: url(../images/icon-penguin.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.news-main-top .pin {
    position: absolute;
    background: url(../images/pin.png) no-repeat;
    background-size: contain;
    /* top: 0.3rem;
    left: 1.8rem;
    width: 0.64rem;
    height: 0.95rem; */
    z-index: 9;

    top: 0.21rem;
    left: 1.65rem;
    width: 0.78rem;
    height: 1.15rem;
}

.swiper-box {
    width: 7rem;
    height: 4.15rem;
    /* margin-top: 0.485rem;
    margin-left: 1.38rem; */
    position: relative;
    overflow: hidden;
    background-color: #fff;
    /* margin-bottom: 0.08rem; */
    /* border-radius: 0.2rem; */
}

.swiper-box a {
    display: block;
}

.swiper-box img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.news-list-box {
    /* overflow: hidden; */
    height: 4.15rem;
    width: 7.65rem;
    ;
    margin-left: 15px;
    /* 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; */
    display: flex;
    align-items: baseline;
}

.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 {
    display: flex;
}

.mod-tabs-nav-item {
    font-size: 0.2rem;
    /* float: left; */
    /* width: 1.55rem;
    height: 0.54rem; */
    text-align: center;
    /* line-height: 2.1em; */
    color: #D88561;
    padding: 0 0.25rem;
    box-sizing: border-box;
    text-shadow: 2px 2px 2px rgba(216, 133, 97, 0.7);
    cursor: pointer;
}

.mod-tabs-nav-item.active,
.mod-tabs-nav-item:hover {
    /* background: url(../images/tab-on.png) center center no-repeat;
    background-size: contain; */
}

.mod-tabs-nav-item a {
    color: #000;
}

.first-char {
    font-size: 0.24rem;
}

.static-news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.10rem 0.15rem;
    /* background: #fff; */
    /* border-radius: 0.30rem; */
    overflow: hidden;
    border: #713B24 px solid;
    margin: 0.1rem 0;
    color: #222;
    font-size: 0.21rem;
    background: url(../images/news-item-bg2.png) center center no-repeat;
    background-size: 100% 100%;
    transition: all 0.35s;
}

.static-news-item:hover {
    color: #713B24;
    transform: translateX(15px);
}

.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;
    color: #ffffff;
    /* background: linear-gradient(to bottom, #D775A6, #F18C9D); */
    background: #362f2f;
    border: solid 1px #85612f;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.2rem;
}

.static-news-item .text {
    flex: 1;
}

.mod-tabs-nav-item.active a,
.mod-tabs-nav-item:hover {
    color: #D88561;
}

.news-time {
    color: #a5a4a5;
    font-size: 16px;
}

.news-more {
    width: 100%;
    float: right;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
    font-weight: 500;
    padding-right: 0.30rem;
    background-size: auto 100%;
    vertical-align: middle;
    color: #ffffff;
    background: #768dc5;
    border-radius: 10px;
    text-align: center;
}

.news-tit-border {
    width: 100%;
    height: 0.25rem;
    background: url("../images/news-tit-border.png") center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.news-tit-border .news-indicator {
    position: absolute;
    top: 0.05rem;
    left: 1.95rem;
    /* left: 2.9rem; */
    /* left: 3.85rem; */
    width: 0.87rem;
    height: 0.15rem;
    background: url("../images/news-indicator.png") center center no-repeat;
    background-size: 100% 100%;
}

.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-border2.png?v=2) 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 {
        /* 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;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 2.5rem;
    }

    .news-main-top .pin {
        /* top: 0.3rem;
        left: 1.8rem;
        width: 0.64rem;
        height: 0.95rem; */
        top: -0.54rem;
        left: 2.1rem;
        width: 1.5rem;
        height: 3.7rem;
    }

    .news-main .banner {
        width: 100%;
        height: 150px;
        background: url(../images/news-top-bg.jpg) top left no-repeat;
        background-size: cover;
        display: block;
    }

    .mod-tabs-title {
        font-size: 0.93rem !important;
    }

    .mod-tabs-title .first-char {
        font-size: 1.6rem !important;
    }

    .first-char {
        font-size: 1rem;
    }

    .swiper-box {
        width: 95%;
        float: none;
        margin-bottom: 16px;
        margin-left: 7px;
        /* height: 28vw; */
        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;
        border: #713B24 px solid;
        margin: 0.4rem 0;
        color: #713B24;
        font-size: 16px;
        background-size: 100% 100%;
        /* background: url(../images/news-item-bg2.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 {
        width: 95%;
        height: auto;
        margin-left: 5px;
        margin-top: 0;
    }

    .news-list-item-txt {
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mod-tabs-nav-item {
        font-size: 17px;
        height: 30px;
        width: 60px;
        padding-left: 14px;
    }

    .news-tit-border .news-indicator {
        position: absolute;
        top: -0.1rem;
        left: 5.3rem;
        width: 2.7rem;
        height: 0.45rem;
        background: url("../images/news-indicator.png") center center no-repeat;
        background-size: 100% 100%;
    }

    .news-more {
        height: 45px;
        line-height: 45px;
        font-size: 22px;
        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; */
    }
}