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

    background: #E6E6E6;
    margin-bottom: 50px;
}
.news-main{
    width: 100%;

}

.news{
    margin-top: 45px;
}


.news-main .news-item{

    display: flex;
    margin-bottom: 40px;
    cursor: pointer;

}

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

.news-main .news-item .news-title a{
    color: #000;


}

.news-desc{
    width: 748px;
    float: left;
    margin-left: 24px;

}

.news-desc .news-tips{
    font-size: 16px;
    color: #999999;
    margin-top: 43px;
    margin-bottom: 31px;
}

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

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

    -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;
}

.ften{
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;

}

.ften .words{
    float:left;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    width: 120px;
    align-self: center;
    height: 60px;
}

.ften .words .p1{
    font-size: 28px;
    font-weight: bold;
}

.ften .words .p2{
    font-size: 14px;
    color: #b3b3b3;
}

.ften .news-title{
    float:left;
    margin-left: 24px;
    align-self: center;
}


.popularity {
    float: right;

}

.popularity-row{
    width: 280px;
    padding: 44px 16px 48px 16px;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    margin-bottom: 31px;
}
.popularity-row .box-header{
    margin-bottom: 35px;
}
.popularity-row .title{
    font-size: 20px;
    color: #000;

}
.popularity-title-edition .list-item{
    margin-bottom: 32px;
}
.popularity-title-edition .list-item:last-child{
    margin-bottom: 0;
}
.popularity-title-edition .list a {
    color: #000;
    font-size: 14px;

}
.popularity-item-img{
    float:left;
}
.popularity-item-img img{
    width: 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;
}
