.wp_items {
    margin-bottom: 20px;
    clear: both;
}
.wp_items h3 {
    width:auto;
    height: auto;
    font-size: 1.3em;
    line-height: 1.3em;
    color: #CDC4A5;
    margin: 25px 0 5px 10px;
}
.wp_items h3 small{
    font-size: 12px;
}

.wp_items .news_item_box {
    border-top: solid 1px #333;
    padding: 10px;
}
.wp_items .news_item_box a {
    color: #CDC4A5;
}
.wp_items .news_thumb {
    float: left;
    background: url(../index_img/recommendPhotoBg.jpg) 0 0 no-repeat;
    width: 104px;
    height: 104px;
    -moz-background-size:cover;
    background-size: cover;
    margin: 0 15px 0 0;
}
.wp_items .news_thumb img {
    width: 100px;
    height: 100px;
    margin: 2px;
}
.wp_items .news_date {
    margin-top: 3px;
}
.wp_items .news_more {
    text-align: right;
}
