.container{
/*    margin-top: 90px;*/
}




.line{

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

}

.news{
    margin-top: 28px;
}


.news-main .news-item{

    padding: 24px;
    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;*/

    position: absolute;
    top: -200px;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(170, 170, 170, 0.8);
}

.popularity-row{
    width: 460px;
    height: 184px;
    /*padding: 44px 16px 48px 16px;*/
    /*border: 1px solid #E6E6E6;*/
    border-radius: 6px;
    /*margin-bottom: 31px;*/
    display: flex;
}
.popularity-row .box-header{

    float:left;
    align-self: center;
    margin-left: 38px;
}
.popularity-row .title{
    font-size: 20px;
    color: #fff;
}

.popularity-product{
    float:left;
    margin-left: 44px;
    align-self: center;
}
.popularity-title-edition .list-item{
    width: 270px;
    margin-top: 12px;
    border-bottom: 1px solid #999;
    padding-bottom: 12px;
}

.popularity-title-edition .list-item:first-child{
    margin-top: 0;
}

.popularity-title-edition .list a {
    color: #fff;
    font-size: 14px;

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