main {
    margin-top: 0px;
    width: 1000px;
    margin: 0 auto;
}

#new_list {
    width: 1000px;
    margin: 0 auto;
    font-size: 0px;
    margin-top: 40px;
}

#new_list li {
    display: inline-block;
    font-size: 0px;
    width: 426px;
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    padding: 30px;
    overflow: hidden;
    height: 128px;
    margin-bottom: 20px;
}

#new_list li:hover {
    background-color: #C7030D;
    color: #fff;
}

#new_list li:nth-child(2n-1) {
    margin-right: 25px;
}

#new_list img {
    width: 200px;
    height: 128px;
}

.new_list_right {
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    height: 128px;
    width: 220px;
    display: inline-block;
    overflow: hidden;
}

#new_list li:hover .new_list_right p:nth-child(1) {
    color: #fff;
}

.new_list_right p:nth-child(1) {
    font-weight: bolder;
    color: black;
    font-size: 16px;
}

#new_list li:hover .new_list_right p:nth-child(2) {
    color: #fff;
}

.new_list_right p:nth-child(2) {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

.new_list_right a {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    line-height: 24px;
    text-decoration: none;
    right: 0px;
    bottom: 0px;
    color: #C7030D;
}

#pierre_more {
    display: none;
}