

/* 头条 start*/
.topLine { 
    height: 430px;
    margin-top:20px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
.topLine .left{
    width:650px;
    height: 430px;
    overflow: hidden; 
}
.topLine .left img{
    width: 100%;
    height: 100%;
}

.topLine .right{
    width:526px;
    height: 430px;
    overflow: hidden; 
}
.topLine .right .newsTop{
    width:526px;
    height: 46px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.topLine .right .newsTop img{
    width:141px;
    max-height: 46px;
}
.topLine .right .newsTop .tabs{
    width:319px;
    height: 40px;
    background: #EFEFEF;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #404040;
}
.topLine .right .newsTop .tabs .tabs-item{
    font-size: 16px;
    width:50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.topLine .right .newsTop .tabs .tabs-item:hover,
.topLine .right .newsTop .tabs .tabs-item.active
{
    background: #53B970;
    border-radius: 6px;
    color: #ffffff;
}

.topLine .right .newsTop .more{
    font-weight: 600;
    font-size: 14px; 
    color: #404040;
    height: 46px;
    line-height: 46px;
}

.topLine .right .newsContent{
    width: 100%;
    height: 100%;
    margin-top: 10px;
}
/* 头条 end*/


/* 直播 */
.live.CommImgList .item{
    width: 276px; 
} 



/* 茶科技 start*/
.chaKejiContent{
    display: flex;
    justify-content: space-between; 
}
.chaKejiContent .left,
.chaKejiContent .right
{
    width: 580px;
}
/* 茶科技 end*/

/* 茶智库 start*/
.chaZhiku{
    width: 100%;
    height: 906px;
    background-image: url(../jpg/bg1.jpg);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: center;  
}
.chaZhikuContent{
    margin-top: 100px;
}
.chaZhiku .item-img{
    margin-top: 10px;
}
/* 茶智库 end*/

