﻿.new_main {
    margin: 30px auto;
    width: 1200px;
}

    .new_main ul li {
        width: 390px;
        float: left;
        box-sizing: border-box;
        border: 1px solid #ededed;
        margin: 5px;
        cursor: pointer; 
    }

        .new_main ul li:hover {
            /*box-shadow: 0 5px 20px 0px rgba(0,0,0,0.1);*/
            border: 1px solid #00b9ef;
        }

            .new_main ul li:hover .new_list_title {
                color: #00b9ef;
            }

.new_list_title {
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    letter-spacing: 0px;
    color: #393836;
    font-weight: inherit;
    margin-bottom: 5px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden; 
    padding-left: 2px;
    margin-right: 12px;
}


.new_list_info {
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    letter-spacing: 0px;
    color: #888888;
    font-weight: inherit;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 2px; 
    max-height: 65px;
    overflow-y:hidden;
}
.new_list_btn {
    text-align: right;
    padding-right: 8px;
}
    .new_list_btn .hj-bt {
        padding: 0;
        left: initial;
        display: initial;
        color: #fcb800;
    }
.new_shop {
}

.new_shop_left {
    float: left;
    width: 78px; 
    padding-left: 10px;
    height: 110px; 
}
.new_shop_left .day {
    color: #ccc;
    font-size: 48px; 
    text-align: center; 
    border-bottom: 2px solid #ccc;
    margin-top: 5px;
}
.new_shop_left .year {
    font-size: 18px;
    color: #ccc;
    line-height: 30px;
}
.new_shop_right {
    float: right;
    width: 295px;
}
