﻿.home .hot-products[data-v-74a18075] {
    width: 100%;
}
.home .home-box-head[data-v-74a18075] {
    text-align: left
}
.home .home-box-head[data-v-74a18075] {
    text-align: left
}
.home .normal-size[data-v-74a18075] {
    font-weight: 400;
    font-size: 14px
}
.title-icon[data-v-74a18075] {
    margin-right: 5px;
    position: relative;
    top: -1px
}
.home .news-cards[data-v-74a18075] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left
}
.home .news-cards .news-cards-item[data-v-74a18075] {
    width: 380px;
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.home .news-cards .news-cards-item .news-cards-title[data-v-74a18075] {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.home .news-cards .news-cards-item .news-cards-pic[data-v-74a18075] {
    display: block;
    width: 100%;
    height: 212px;
    background-color: #e0e0e0;
    border-radius: 8px;
    border: 1px solid #f7f7f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

.home .news-cards .news-cards-item .news-pic-text[data-v-74a18075] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(41,43,49,.55);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 12px;
    padding: 8px 10px
}
.home .news-cards .news-cards-item .news-cards-list[data-v-74a18075] {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.home .news-cards .news-cards-item .news-cards-list li[data-v-74a18075] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home .news-cards .news-cards-item .news-item[data-v-74a18075] {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px
}

.home .news-cards .news-cards-item .news-time[data-v-74a18075] {
    margin-bottom: 15px;
    margin-left: 20px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.home .news-cards .news-cards-item .news-cards-more[data-v-74a18075] {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #666
}

.home[data-v-74a18075] {
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 20px
}