
.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:14rem;
    left:50%;
    top:50%;
    margin-left:-7rem;
    transform: translateY(-50%);
}
.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: 4.50rem;
}

.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.35rem;height: 0.54rem;
    text-align: center;
    line-height: 2.1em;
    color:#62686d;
}

.mod-tabs-nav-item.active {
 background: url(../images/tab-on.png) center center no-repeat;
 
}
.mod-tabs-nav-item a {
    color:#62686d;
}

.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);}
    .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, .news-list-head {width:100%;}
    .news-list-item {
        font-size: 20px;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        padding-left: 83px;
    }
    .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}
    .news-list-item-txt {
        width:auto;
        white-space:nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }

    .mod-tabs-nav-item {
        font-size: 26px;
        height: 54px;
        width: 135px;
  
    }
    .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; */
    }
    

}



