.container{
padding-bottom: 30px;
}
.line{

    background: #E6E6E6;
    margin-bottom: 50px;
}
.news{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.news-main{
    width: 840px;
    
}




.news-main .news-item{

    border-radius: 24px;
    padding: 24px;
    display: flex;
    margin-bottom: 40px;
    cursor: pointer;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
    background-color: rgba(0,0,0,0.1);
}

.news-main .news-item .news-title{
    font-weight: 500;
    font-size: 22px;
}

.news-main .news-item .news-title a{
    color: var(--text-color);

}

.news-desc{
    width: 485px;
    float: left;
    margin-left: 24px;
    align-self: center;
}

.news-desc .news-tips{
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    margin-top: 43px;
    margin-bottom: 31px;
}

.news-img{
    float:left;
}
.news-img img{
    width: 280px;
    border-radius: 12px;
/*    height: 280px;*/
}

.news-desc .go-desc{
    width: 120px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #fff;

    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.news-item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

}



.news-item:hover .news-desc .go-desc{
    background: rgba(255,255,255,0.9);
    color: #000;
}


.popularity {
    

}

.popularity-row{
    width: 280px;


    border-radius: 6px;
    margin-bottom: 31px;
}
.popularity-row .box-header{
    margin-bottom: 20px;
}
.popularity-row .title{
    font-size: 20px;
    color: var(--text-color);

}
.page-title{
    width: 840px;
}
.popularity-product{
    padding: 20px 20px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 12px;
}

.popularity-title-edition .list-item{
    margin-bottom: 32px;
}
.popularity-title-edition .list-item:last-child{
    margin-bottom: 0;
}
.popularity-title-edition .list a {
    color: var(--text-color);
    font-size: 14px;

}
.popularity-item-img{
    float:left;
}
.popularity-item-img img{
    height: 80px;


}
.popularity-product .popularity-item{
    margin-bottom: 32px;
}
.popularity-product .popularity-item:last-child{
    margin-bottom: 0;
}
.popularity-product .popularity-item .product{
    display: flex;
}

.popularity-product .popularity-item .product .new-name{
    align-self: center;
    margin-left: 8px;
    font-size: 14px;
}
