.recommend-item {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('/images/recommend-bg.png');
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    font-size: 0;
    position: relative;
    margin-bottom: 15px;
}

.recommend-item > div {
    position: relative;
    z-index: 2;
}

.recommend-item .recommend-item__pic {
    position: absolute;
    right: 10px;
    max-height: 120px;
    bottom: 0;
    z-index: 1;
}

.recommend-item .line {
    display: block;
    width: 30px;
    height: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(right, #ff7e0b 0, #ffe0c4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff7e0b), color-stop(100%, #ffe0c4));
    background: -webkit-linear-gradient(right, #ff7e0b 0, #ffe0c4 100%);
    background: -o-linear-gradient(right, #ff7e0b 0, #ffe0c4 100%);
    background: -ms-linear-gradient(right, #ff7e0b 0, #ffe0c4 100%);
    background: linear-gradient(to right, #ff7e0b 0, #ffe0c4 100%);
}

.recommend-item .anal b {
    color: #333;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 400;
}

.recommend-item .anal {
    margin: 12px 0;
    display: block;
}

.recommend-item .anal span {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin-right: 20px;
    color: #d2c7b0;
}

.recommend-item .anal span i {
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.recommend-item .type {
    border-bottom: 15px;
}

.recommend-item .btns {
    margin-top: 13px;
}

.recommend-item .type span {
    color: #999;
    font-size: 12px;
    margin-right: 5px;
}

.recommend-item .btns a:first-child {
    margin-right: 10px;
    background: #ff7e0b;
    color: #fff;
}

.recommend-item .btns a {
    display: block;
    width: 60px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #ff7e0b;
    font-size: 12px;
    border: 1px solid #ff7e0b;
}
