.tab-box {
    padding: 0 240px;
    display: flex;
}

.tab-box li {
    list-style: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    border: 1px solid #666666;
}

.tab-box img {
    /* width: 100%; */
    width: 452px;
    height: 350px;
    list-style: none;

}

.product_list_title {
    padding: 0 24px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
}

.product_list_guige {
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    margin: 10px 24px 24px;
}


.hot {
    display: block;
    float: right;
    color: #c9c7c7;
    margin-right: 15px;
}

/* 
.product_list:hover {
    color: #0AA7FF;
}

.product_list img:hover {
    transform: scale(1.1);
} */