
.news {
    min-width: var(--min-width);
    margin: 0 auto 20px;
    display: flex;
    background: #f7f7f7;
    align-items: center;
    justify-content: center;
    padding: 30px 0;

}


.news .h1 {
    width: calc(1320px - 76px);
    font-size: 32px;
    font-weight: 700;
    line-height:1.5;
    color: var(--bg-color);
    text-align: center;
    word-break: keep-all;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabs {
    display: flex;
}

.tabs li {
    background: #f7f7f7;
    width: 90px;
    height: 220px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bg-color);
    font-size: 26px;
    margin-bottom: 6px;
}

.tabs .cur {
    color: #ffffff !important;
    background: var(--bg-color);
}

.tabs li:last-child {
    border: none;
    margin-bottom: 0;
}

.swiper {
    height: 446px;
    width: 757px;
    border-radius: 4px;
    margin-right: 15px;
    overflow: hidden;
    --swiper-pagination-color: #00ff33;
    --swiper-theme-color: #ff6600;
}

.swiper-pagination-bullet-active {
    background: var(--bg-color) !important;
}

.swiper-pagination-bullet {
    background: white !important;
}

.swiper .swiper-slide{
    position: relative;
}
.swiper .swiper-slide::after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;

    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}
.swiper .swiper-slide .title{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left:15px;
    height: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-size:18px;
    text-overflow: ellipsis;
}

.swiper .tabsPage{
    width: 150px !important;
    left:auto !important;
    right: 0 !important;
    height: 60px !important;
    line-height: 60px !important;
    bottom: 0 !important;
    text-align: center !important;
}
.swiper img {
    width: 100%;
    height: 100%;
}

.news-list {
    width: 548px;
    height: 446px;
    border-radius: 4px;
    overflow: hidden;
}

.news-list .items {
    width: calc(548px - 20px);
    height: calc(400px - 20px);
    padding: 0 10px 10px;
}

.news-list .item {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .item:nth-child(3n-2) {
    font-weight: bold;
    padding-top: 20px;
}


.news-list .tit {
    border-radius: 4px;
    font-weight: bold;
    display: flex;
    font-size: 20px;
    line-height: 57px;
    text-align: center;
    border-bottom: 2px solid var(--bg-color);
    background-color: #f7f7f7;
}

.news-list .tit span {
    width: 50%;
    position: relative;
    cursor: pointer;
}

.adSlide {
    padding-top: 20px;
    height: 136px;
}

.adSlide img {
    width: 100%;
}

.list-nth-3 {
    width: var(--min-width);
    margin: auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.list-nth-3 .list-item {
    width: 32%;
    height: 340px;
    border-radius: 4px;
}

.list-nth-3 .list-item .tit {
    padding: 10px;
    border-radius: 4px;
    color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #e7e7e7;
    position: relative;
}

.list-nth-3 .list-item .tit:after {
    content: " ";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 6px;
    width: 140px;
    border-radius: 10px;
    background-color: var(--bg-color);
}

.list-nth-3 .list-item .tit div:first-child {
    font-size: 20px;
    font-weight: bold;
}

.list-nth-3 .list-item .tit div:last-child {
    color: var(--bg-color);
    font-size: 14px;
}

.list-nth-3 .list-item .list-tit {
    display: flex;
    align-items: stretch;
    border-radius: 4px;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.list-nth-3 .list-item .list-tit .more{
    font-size:16px;
}
.list-nth-3 .list-item .list-tit:after{
    content:"";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width:100%;
    height:3px;
    background-color: #e7e7e7;
}

.list-nth-3 .list-item .list-tit .tabs{
    flex-grow: 1;
    position: relative;
    z-index: 2;
}
.list-nth-3 .list-item .list-tit .tabs .tabs-item{
    padding:0 15px;
    position: relative;
    font-size: 17px;
    color:#CF0710;
}
.list-nth-3 .list-item .list-tit .tabs .tabs-item.on{

    font-weight: bold;
    font-size:20px;
}
.list-nth-3 .list-item .list-tit .tabs .tabs-item.on:after{
    content:"";
    display: flex;
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height:6px;
    background-color: #CF0710;
    border-radius: 10px;
}
.list-nth-3 .items {
    width: calc(100% - 20px);
    padding: 10px;
}

.list-nth-3 .items .item {
    width: auto;
    display: block !important;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 0;
}

.theme-list {
    width: var(--min-width);
    margin: 20px auto 0;
    height: 280px
}

.theme-list .tit {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: var(--bg-color);
    border-bottom: 3px solid #e7e7e7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.theme-list div:last-child{
    color: var(--bg-color);
    font-size: 14px;
    font-weight: 500;
}

.theme-list .tit:after {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 6px;
    width: 140px;
    border-radius: 10px;
    background-color: var(--bg-color);
}

.theme-list .swiper-container {
    padding-top: 15px;
}

.theme-list .item {
    /*width: calc(100% / 4.2);*/
    height: 170px;
    position: relative;
    background-color: #f7f7f7 !important;
    border-radius: 4px;
    overflow: hidden;
    /*margin-right: 10px;*/
}

.theme-list .item .tit {
    background-color: rgba(114, 17, 12, 0.8);
    bottom: 0;
    height: 20px;
    line-height: 20px;
    font-weight: 200;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    width: calc(100% - 20px);
    position: absolute;
    border: none;
    text-align: left;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-list {
    width: var(--min-width);
    padding: 10px 0 20px;
    margin: 20px auto 0;
    height: 620px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between;
}

.video-list .col-7 .tit {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: var(--bg-color);
    border-bottom: 3px solid #e7e7e7;
    position: relative;

}

.video-list .col-7 .tit:after {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 6px;
    width: 140px;
    border-radius: 10px;
    background-color: var(--bg-color);
}

.video-list .col-7 {
    width: calc(68% - 10px);
    border-radius: 4px;
}

.video-list .col-3 {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.video-list .col-3 .item {
    height: 93px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #FAEBE6;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.video-list .col-3 .item:last-child {
    margin-bottom: 0;
}

.video-list .col-3 .item div:first-child {
    position: absolute;
    left: 40px;
    color: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-list .col-3 .item div:last-child {
    position: absolute;
    right: 40px;
    width: calc(100% - 146px);
    font-weight: bold;
    text-align: center;
    color: var(--bg-color);
}

.video-list .col-7 .swiper-video {
    height: 550px;
    background-color: #FF7F24;
}

.video-list .col-8 .tit:after {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 6px;
    width: 120px;
    border-radius: 10px;
    background-color: var(--bg-color);
}

.video-list-view .swiper-container {
    width: 100%;
    padding-top: 20px;
    height: 445px;
    position: relative;
}

.video-list-view .swiper-container a {
    display: block;
}

.video-list-view .swiper-container a img {
    width: 100%;
    height: 100%;
}

.video-list-view .arrow-left {
    background: url(../image/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
    cursor: pointer;
}

.video-list-view .arrow-right {
    cursor: pointer;
    background: url(../image/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 800px;
    height: 82px;
}

.preview .swiper-slide {
    width: 127px;
    height: 82px;
    cursor: pointer;
}

.preview .swiper-slide img{
    width: 120px;
    height: 82px;
    cursor: pointer;
}

.preview .slide7 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../image/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../image/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #F00;
}

.theme-list-swiper-container {
    width: 100%;
    height: 200px;
}

.theme-list .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.theme-list .swiper-wrapper {
    -webkit-transition-timing-function: linear !important; /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}



.float-box {
    position: fixed;
    z-index: 1000;
    /* 初始位置 */
    bottom: 220px;
    left: 50%;
    margin-left: 670px;
}
.float-box .float-item{
    position: relative;
    margin-top: 15px;
    display: inline-block;
}
.float-box .float-item .content{
    display: block;
}
.float-box .float-item .content img{
    display: block;
}
.float-box:hover {
    /* 鼠标悬停时暂停动画 */
    animation-play-state: paused;
}

.float-box .float-item .close-btn {
    position: absolute;

    top: 1px;
    right: 1px;
    cursor: pointer;
    font-size: 18px;
    color: #999;
    line-height: 1;
    margin: 0;

}

.float-box .float-item .close-btn:hover {
    color: #333;
}
@keyframes float {
    0% {
        top: 50%;
        left: 50%;
    }
    25% {
        top: 10%;
        left: 90%;
    }
    50% {
        top: 80%;
        left: 80%;
    }
    75% {
        top: 80%;
        left: 20%;
    }
    100% {
        top: 50%;
        left: 50%;
    }
}