.news-main {
    width: 864px;
    margin-top: 100px;
    float: left;
}

.popularity {
    float: right;
    margin-top: 74px;
}

.news-main .news-item {
    border-top: 1px solid #E6E6E6;
    padding-top: 32px;
    display: flex;
    position: relative;
    margin-bottom: 32px;
}

.news-desc {
    position: relative;
    margin-left: 23px;
    display: flex;
}

.news-img,
.news-text {
    float: left;
    align-self: center;
}

.news-img img {
    width: 247px;
    /*height: 296px;*/
}

.news-text {
    /*margin-top: 70px;*/
}

.news-text .news-title {
    font-size: 20px;
    font-weight: 600;
    color: #00A629;
}

.news-text .news-sku {
    color: #999999;
    font-size: 14px;
}

.news-text .news-tips {
    margin-top: 32px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.go-desc {
    border: 2px solid #00A629;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 26px;
    font-size: 18px;
    color: #00A629;
    margin-top: 30px;
    /*position: absolute;
    left:0;
    bottom: 0;*/
}

.go-desc:hover {
    color: #fff;
    background: #00A629;
}