.container{
    /*margin-top: 90px;*/
}
.line{
    background: #E6E6E6;

}
.news-main{
    width: 840px;
    float: left;
    margin-top: 60px;
}

.news-main .title{
    text-align: center;
    font-size: 32px;
}

.division{
    margin-top: 64px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.division span{
    color: #B3B3B3;
    font-size: 14px;
}

.division .time{
    float:right;

}

.news-main .new-content{
    padding-top: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
}
.news-main .new-content p{
    margin-bottom: 10px;
}
.news-main .new-content h2,.news-main .new-content h3,.news-main .new-content h4,.news-main .new-content h5,.news-main .new-content h6{
    font-weight: 500;
    margin-bottom: 20px;
}

.relevant{
    margin-top: 16px;
}

.relevant .prev{
    float:left;

}

.relevant .next{
    float:right;

}

.relevant .pte{
    font-size: 14px;
    color: #999;
}

.relevant-news{
    margin-top: 8px;
    display: flex;
}

.relevant-news img{
    width: 190px;
    float:left;
    border: 1px solid #efefef;
    border-radius: 6px;
}

.relevant-news .img-hover:hover + .title-hover > a{
    color: #C69B6F;
}
.relevant-news .title-hover:hover > a{
    color: #C69B6F;
}
.relevant-news p{
    float:left;
    align-self: center;
    margin-left: 16px;
    width: 160px;
    font-size: 16px;
}

.relevant-news .title-hover a{
    -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;
}



.popularity {
    float: right;

}

.popularity-row{
    width: 280px;
    /*padding: 44px 16px 48px 16px;*/
    /*border: 1px solid #E6E6E6;*/
    border-radius: 6px;
    margin-bottom: 60px;
}

.popularity-product{
    background: #FAFAFA;
    padding: 32px 16px;
}

.popularity-row .box-header{
    margin-bottom: 15px;
}
.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;
}

.new-content p{

    font-size: 14px;
}

.new-content .seo-anchor{
    color: #00a2ff;
}
.new-content .article-related .article-related-list{
    margin-top: 1px;
}
.new-content .article-related a{
    color: #00a2ff;
    font-size: 14px;
}

.new-content .product-related{
    width: 300px;
    display: inline-block;
}

.new-content .product-related img {
    width: 300px;
    height: 300px;
}

.new-content .product-related .product-desc {
    padding: 15px;
}


.new-content .product-related .product-title {
    font-size: 18px;
    font-weight: 500;
    width: 205px;
    display: block;
    color: #000;

}

.new-content .product-related .attribute {
    margin-top: 20px;
    margin-bottom: 20px;
}

.new-content .product-related .attribute-item {
    display: block;
}

.new-content .product-related .attribute-item .attribute-name {
    font-size: 14px;
    width: 50px;
    display: inline-block;
}

.new-content .product-related .attribute-item .iconfont {
    font-size: 14px;
    color: #E6E6E6;
}

.new-content .product-related .attribute-item .attribute-activate {
    background-image: -webkit-linear-gradient(180deg, #FF9C00, #FFC231);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    border: none;
    color: #FF9C00!important;
}

.new-content .product-related .product-price {
    float: left;
}

.new-content .product-related .product-price .unit {
    font-size: 16px;
}

.new-content .product-related .product-price .number {
    font-size: 32px;
}

.new-content .product-related .product-go-cart {
    width: 160px;
    height: 40px;
    background: #C69B6F;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    float: right;
    font-size: 16px;
}


