a {
    text-decoration: none;
}

.recommend_head {
    width: 192px;
    height: 51px;
    line-height: 51px;
    border-bottom: 2px solid #3f8cdb;
}

.recommend_head span:first-child {
    font-size: 21px;
    font-weight: 700;
    margin-left: 7px;
}

.recommend_head span:last-child {
    font-size: 12px;
    margin-left: 11px;
    color: #89898a;
}

.recommend_main {
    width: 1200px;
    height: 290px;
    background: url("../images/recommend_main_bg.jpg") no-repeat;
    padding-left: 150px;
    padding-top: 41px;
}

.recommend_main li {
    float: left;
    margin-left: 84px;
    width: 190px;
    height: 243px;
    position: relative;
    box-shadow: 3px 3px 3px #ccc;
}

.recommend_main li:nth-child(1) {
    background: url("../images/p.png") no-repeat;
}

.recommend_main li:nth-child(2) {
    background: url("../images/r.png") no-repeat;
}

.recommend_main li:nth-child(3) {
    background: url("../images/c.png") no-repeat;
}

.recommend_main li a {
    position: absolute;
    bottom: 21px;
    left: 33px;
    width: 125px;
    height: 30px;
    background-color: #ece5f5;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #6f6d71;
    font-weight: 700;
}