@CHARSET "UTF-8";

.more-recom {
    box-sizing: border-box;
    width: 235px;
    height: auto;
    float: right;
}

.more-recom-title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    text-indent: 20px;
}

.more-recom ul {
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 20px;
}

.more-recom ul li {
    padding-bottom: 15px;
    width: 202px;
    overflow: hidden;
    margin: 0 auto;
    padding-top:20px;
    border-top: 1px solid #dcdcdc;
}
.more-recom ul li:first-child{
    border-top: 0px
}
.recom-title, .recom-title a {
    font-size: 15px;
    padding: 10px 0px;
}
.recom-date{
	font-size: 12px;
	color: #808080;
}
