.recommend-pic {
    width: 1200px;
    height: 348px;
    overflow: hidden;
}

.big-rec {
    width: 800px;
    height: 348px;
    background: #ccc;
    position: relative;
}

    .big-rec img {
        width: 800px;
        height: 348px;
    }

.sm-rec {
    overflow: hidden;
}

    .sm-rec img {
        width: 400px;
        height: 174px;
    }

.smlrec {
    width: 400px;
    height: 174px;
    background: #279a3b;
    position: relative;
}

.bigrec-pictext, .smrec-pictext {
    height: 36px;
    padding: 17px 0 0 17px;
}

.bigrec-pictext {
    width: 783px;
}

    .bigrec-pictext span {
        margin-left: 6px;
        font-size: 14px;
        background: #ff5a00;
        border-radius: 10px;
        padding: 1px 8px;
    }

.smrec-pictext {
    width: 383px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.big-rec h3, .sm-rec h3 {
    color: #fff;
    font-weight: normal;
}

.big-rec h3 {
    font-size: 18px;
}

.sm-rec h3 {
    font-size: 15px;
}

.rec-lf {
    overflow: hidden;
    width: 840px;
    padding-right: 29px;
    border-right: 1px solid #eeeeed;
}

.rectitle {
    margin-bottom: 0;
    overflow: hidden;
    background: url("../img/tstit.png") no-repeat;
}

    .rectitle h2 {
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        width: 125px;
        height: 39px;
        line-height: 39px;
        padding-left: 42px;
    }

.rec-lf ul li {
    height: 157px;
    overflow: hidden;
    padding: 36px 0;
    border-bottom: 1px solid #eeeeed;
}

    .rec-lf ul li.noborder {
        border: none;
    }

.rec-content {
    float: left;
    width: 590px;
}

    .rec-content h3 {
        font-size: 24px;
        height: 28px;
        line-height: 25px;
    }

        .rec-content h3 a {
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

    .rec-content p {
        font: 14px/27px sumsim;
        color: #888;
        margin-top: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

.rec-img {
    width: 212px;
    height: 157px;
    overflow: hidden;
    float: right;
}

.rec-rt {
    overflow: hidden;
    width: 300px;
}

.report {
    width: 300px;
    overflow: hidden;
    position: absolute;
}

    .report ul li {
        width: 300px;
        height: 131px;
        overflow: hidden;
        margin-top: 27px;
        position: relative;
    }

.report-wrap {
    position: relative;
    height: 666px;
}

.report-pictext {
    width: 300px;
    height: 33px;
    padding: 20px 0 0 0;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    position: absolute;
    background: url("../img/bl.png") center repeat-x;
    bottom: -53px;
    z-index: 999;
}

.report ul li:hover .report-pictext {
    bottom: 0;
}

.report-pictext h3 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.scroll {
    position: fixed;
    top: -25px;
}

#report.fixed {
    position: fixed;
    top: 0;
}

a.dts-zt {
    border: 1px solid #ff3636;
    border-radius: 3px;
    font-size: 12px;
    color: #ff3636;
    padding: 2px 5px;
}

    a.dts-zt:hover {
        background: #ff3636;
        color: #fff;
        border: 1px solid #ff3636;
    }
.foot {
    /*border-top: 2px solid #2a9c3b;*/
}
