.aui-recommend {
    background: #ffffff;
	margin-bottom: 50px;
}

.aui-recommend h2 {
    width: 100%;
    padding: 0.5rem 0;
    font-weight: normal;
    font-size: 0.9rem;
    color: rgba(0,0,0,0.7);
    text-align: center;
}

.aui-list-theme {
    overflow: hidden;
    position: relative;
    padding: 10px 0 1px 2px;
}

.aui-list-theme-item {
    width: 48%;
    float: left;
    overflow: hidden;
    margin: 0 2px 10px 1px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ff2150;
}

.aui-list-img {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.aui-list-img img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #FFF;
    border: none;
}

.aui-list-title {
    padding: 1px 10px 10px 10px;
}

.aui-list-title h3 {
    font-size: 0.9rem;
    width: auto;
    color: #363636;
    margin-top: 0.5rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.aui-list-title .aui-flex {
    padding: 10px 0 5px 0;
    position: absolute;
    bottom: 10px;
}

.aui-list-title p {
    text-align: left;
    font-size: 0.85rem;
    color: #a4a4a4;
    height: 1.3rem;
}

.aui-list-title p em {
    color: #ff2150;
    font-style: normal;
    font-size: 0.95rem;
}

.aui-list-title p i {
    color: #999;
    text-decoration: line-through;
    font-style: normal;
    font-size: 0.8rem;
}

.aui-list-title span {
    color: #686868;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    display: block;
}