/*头部轮播图*/
.header-swiper-container{
    width: 100%;
    height: 240px;
}

.header-swiper-slide-img {
    width: 100%;
    height: 240px;
}

.main-swiper-pagination {
    position: absolute;
    /* bottom: 20px; */
    z-index: 10;
    text-align: center;
}

/*新闻资讯*/
.news-tab-list{
    margin: 20px 0;
    width: 1200px;
    overflow: hidden;
    border-bottom: 1px solid #ffa200;
    background-color: #fff;
}

.news-tab-item{
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.news-tab-item:last-child a{
    border-right: none;
}
.news-tab-item a{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 23px;
    line-height: 23px;
    border-right: 1px solid #ccc;
    font-size: 16px;
}
.news-tab-list .active{
    background-color: #ffa200;
}
.news-tab-list .active a{
    border-right: none;
    color: #fff;
}
/*新闻列表*/
.news-list{
    overflow: hidden;
}
.news-item{
    overflow: hidden;
    box-sizing: border-box;
    width: 1200px;
    /*height: 173px;*/
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}
.news-item-left{
    float: left;
    /*width: 173px;*/
    height: 100%;
    border-right: 1px solid #e1e1e1;
}

.news-time-day{
    font-size: 36px;
    text-align: center;
    margin-top: 25px;
}
.news-time-month{
    color: #999;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}
.news-item-center{
    float: left;
    width: 710px;
    box-sizing: border-box;
    padding-left: 40px;
}
.news-item-title{
    font-size: 18px;
    padding: 15px 0;
}
.news-item-tag{
    display: inline-block;
    background-color: #fcf1f5;
    color: #e37da2;
    border-radius: .3px;
    padding: .2rem .3rem;
    margin-right: .5rem;
}
.news-item-content{
    color: #999;
    line-height: 25px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
    height: 130px;
}
.news-item-bottom{
    color: #999;
}
.news-item-createTime{
    margin-right: 80px;
}
/* .news-item-viewNum{
    margin-left: 80px;
} */
.news-item-right{
    border-left: 1px solid #e5e5e5;
    float: right;
    height: 189px;
    box-sizing: border-box;
    padding-top: 70px;
    padding-left: 30px;
}
.news-item-img{
    width: 280px;
    height: 190px;
    vertical-align: middle;
}
.look-detail{
    display: inline-block;
    background-color: #ffa200;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
}

.video-bottom{
    padding: 10px;
    background-color: #fff;
    border-radius:0 0 5px 5px;
    overflow: hidden;
}
.video-name{
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
/*视频中心*/
.video-item{
    float: left;
    width: 25%;
    /*height:230px;*/
    box-sizing: border-box;
    padding: 0 5px 10px;
}
.video-item video{
    width: 100%;
    height: 210px;
    object-fit: fill;
}
.video-item .look-video{
    width: 100%;
    height: 210px;
    /* object-fit: fill; */
}
/*立即购买按钮*/
.buy-now{
    display: inline-block;
    vertical-align: middle;
    background-color: #ffa200;
    float: right;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}


