

.hot-bg-img {
    width: 300px;
    height: 170px
}

.hot-link {
    display: block;
    height: 170px;
    position: relative;
    overflow: hidden
}

.hot-link:hover .hot-font {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0
}

.hot-link .hot-font {
    position: absolute;
    width: 400px;
    height: 176px;
    top: -100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.hot-link .hot-font .bg {
    background: #cf1132;
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 176px;
    opacity: .85
}

.hot-link .hot-font .con {
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 25px;
    overflow: hidden
}

.hot-link .hot-font .font-qr {
    float: left;
    margin: 0 17px 0 0;
    width: 80px;
    height: 80px
}

.hot-link .hot-font .txt {
    float: left;
    width: 172px;
    height: 99px;
    overflow: hidden
}

.hot-link .hot-font .txt p {
    height: 28px;
    color: #fff;
    font: 14px/28px "Microsoft YaHei";
    overflow: hidden
}


.hot-link .hot-font .score {
    position: relative
}



.hot-link .hot-font .score em.satr_1 {
    width: 20%
}

.hot-link .hot-font .score em.satr_2 {
    width: 40%
}

.hot-link .hot-font .score em.satr_3 {
    width: 60%
}

.hot-link .hot-font .score em.satr_4 {
    width: 80%
}

.hot-link .hot-font .score em.satr_5 {
    width: 100%
}

.hot-title {
    color: #383838;
    font: 700 20px/32px "Microsoft YaHei";
    margin: 13px 20px 2px;
    height: 32px;
    overflow: hidden
}

.hot-txt {
    margin: 0 16px 13px;
    font: 14px "Microsoft YaHei";
    color: #b1b1b1;
    line-height: 22px;
    padding: 0 2px;
    /*height: 45px;*/
    overflow: hidden;
    position: relative
}

.hot-line {
    margin: 0 16px;
    background: #ededed;
    height: 1px
}

.hot-like {
    position: absolute;
    bottom: 8px;
    left: 9px;
    z-index: 1;
    display: none
}

