.news{
    width:100%;
    border-top:2px solid #dc082b;
    margin-bottom: 35px;
    display: block;
}
.news li{
    margin-bottom: 10px;
    border:1px solid #e2e2e2;
}
.news li a{
    width:900px;
    padding:15px 15px 20px;
    display: flex;
    justify-content: start;
}
.news li:hover{
    border-color:#fff;
}
.news li a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.21);
    border-radius: 5px;
}
.news li a:hover .news-text h2{
    color:#dc082b;
    font-weight: bold;
}
.news li a img{
    width:205px;
    height: 153px;
    min-width: 205px;
    flex-grow: 0;
    margin-right:22px;
    object-fit: cover;
    display: block;
}
.news .news-text{
    flex-grow: 1;
    display: block;
    position: relative;
}
.news .news-text h2{
    width: 100%;
    max-width: 673px;
    font-size:16px;
    color:#646464;
    line-height: 26px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin:5px 0 10px;
}
.news .news-text p{
    width:100%;
    font-size:14px;
    line-height: 24px;
    color:#969696;
    /*margin-bottom: 5px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .news-text i{
    width:100%;
    font-size:12px;
    color:#bbb;
    line-height: 20px;
    margin-bottom: 5px;
    display: block;
}
.news .news-text .see-more{
    margin-top:0 !important;
    position: absolute;
    bottom:0;
}

/*  市场活动  */
.activity{
    width:100%;
    display: block;
    border-top:2px solid #dc082b;
}
.activity .activity-title{
    width:100%;
    text-align: center;
    font-size:16px;
    color:#dc082b;
    line-height: 65px;
    display: block;
}
.activity-swiper{
    width:930px;
    display: block;
    background: #dc082b url("../images/activity.png") 330px top no-repeat;
    background-size: 530px 252px;
    position: relative;
    margin-bottom: 23px;
}
.activity-swiper a{
    width: 100%;
    display: block;
}
.activity-swiper a img{
    width: 100%;
    object-fit: cover;
    display: block;
}
.activity-swiper a .activity-swiper-main{
    width:660px;
    height: 285px;
    flex-grow: 1;
    display: block;
    position: relative;
}
.activity-swiper a .activity-swiper-main h2{
    width:100%;
    text-align: center;
    font-size:24px;
    line-height: 28px;
    display: block;
    font-weight: normal;
    margin-bottom: 25px;
}
.activity-swiper a .activity-swiper-main h3{
    width:100%;
    text-align: center;
    font-size:24px;
    line-height: 28px;
    display: block;
    font-weight: normal;
    margin: 30px 0;
}
.activity-swiper a .activity-swiper-main p{
    width:100%;
    text-align: center;
    font-size:18px;
    line-height: 28px;
    display: block;
}
.activity-swiper a .activity-swiper-main img{
    width:111px;
    min-width: 111px;
    height: 111px;
    position: absolute;
    bottom:18px;
    right:18px;
}
.activity-swiper a .activity-swiper-main label{
    width:276px;
    height: 1px;
    background:#fff;
    display: block;
    float: right;
    margin-right: 147px;
    position: relative;
}
.activity-swiper a .activity-swiper-main label i{
    width:0;
    height:0;
    border-left:5px solid #fff;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    display: block;
    position: absolute;
    top:-5px;
    right:-5px;
}
.activity-swiper a .activity-swiper-main span{
    width: auto;
    display: inline-block;
    float: right;
    margin-right: 147px;
    font-size:16px;
    line-height: 26px;
}
.activity-swiper .swiper-slide{
    background: unset;
}
.activity-swiper .swiper-pagination{
    position: absolute;
    bottom:10px;
    left:50%;
    transform: translateX(-50%);
}
.activity-swiper .swiper-pagination-bullet{
    width:8px;
    height: 8px;
    border:2px solid #fff;
    background: #dc082b;
    opacity: 1;
    margin-top:10px;
}
.activity-swiper .swiper-pagination-bullet-active{
    width:25px;
    background:#fff;
    border-radius: 5px;
    margin:0 5px;
}
.activity-ul{
    margin-top:10px;
    border-top:1px solid #e1e1e1;
}
.activity-ul li{
    width:100%;
    border-bottom:1px solid #e1e1e1;
    display: block;
}
.activity-ul li a{
    width:900px;
    padding:15px;
    display: flex;
    justify-content: start;
}
.activity-ul li a img{
    width:172px;
    min-width: 172px;
    height: 97px;
    object-fit: cover;
    display: block;
    margin-right: 18px;
}
.activity-ul li a .news-text{
    width:100%;
    flex-grow: 1;
    display: block;
}
.activity-ul li a .news-text h2{
    width:100%;
    font-size:16px;
    line-height: 26px;
    display: block;
    color: #595959;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.activity-ul li a .news-text p{
    width:100%;
    font-size:14px;
    line-height: 26px;
    display: block;
    color: #595959;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.activity-ul li a .news-text .see-more{
    margin-top:10px;
}

@media screen and (max-width: 1366px) {
    .news li a{
        width: 707px;
    }
    .news li a img{
        width:164px;
        height: 122px;
        min-width: 164px;
    }
    .news .news-text h2{
        font-size:14px;
        line-height: 30px;
        margin:0 0 10px;
        max-width: 521px;
    }
    .news .news-text p{
        font-size:12px;
        line-height: 22px;
        -webkit-line-clamp: 2;
    }
    .news .news-text .see-more{
        margin-top:0;
    }
    .activity-swiper{
        width:739px;
    }
    .activity-swiper a{
        width:719px;
        padding:20px 0 18px 20px
    }
    .activity-swiper a .activity-swiper-main{
        width:490px;
        max-width: 490px;
    }
    .activity-ul li a{
        width:709px;
        padding: 15px;
    }
    .activity-ul li a img{
        width:163px;
        min-width: 163px;
    }
    .activity-swiper a .activity-swiper-main h2{
        width:90%;
        margin-left:10%;
    }
}