
.card_module {
    clear: both;
    overflow: hidden;
    margin-bottom: 8px;
    background: #fff;

}

.f_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}

.f_card.j_last .f_card_dd:after {
    background: 0;
}

.f_card .f_card_dt {
    position: relative;
    margin-right: 12px;
    width: 80px;
    height: 60px;
    background-color: #f6f6f6;
}

.f_card_dt img {
    width: 100%;
    height: 100%;
}

.f_card .video_tips {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(0,0,0,.6);
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}

.f_card .f_card_dd {
    position: relative;
    display: -webkit-box;
    width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
}

.f_card .f_card_dd:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}

.f_card .f_card_lh {
    height: 60px;
}

.f_card .f_card_h3 {
    height: 20px;
    color: #000;
    font-weight: 590;
    font-size: 15px;
    line-height: 20px;
}

.f_card .f_card_p {
    overflow: hidden;
    padding-top: 4px;
    height: 36px;
    color: #888;
    text-align: justify;
    font-size: 12px;
    line-height: 18px;
}

.f_card .f_card_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 10px;
    height: 17px;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 10%);
    background-color: #fff;
}

.f_card .f_card_lricon {
    padding-top: 10px;
    width: 100%;
    height: 17px;
    background-color: #fff;
}

.f_card_icon span:last-child {
    margin: 0;
}

.f_card .sponsor {
    float: right;
    margin-left: 10px;
    padding: 0 2px;
    height: 14px;
    border: 1px solid #119aef;
    color: #119af0;
    font-size: 10px;
    line-height: 14px;
}

.f_card .book_tip {
    float: right;
    margin-left: 10px;
    padding: 0 2px;
    height: 14px;
    border: 1px solid #f84c4b;
    color: #f84c4b;
    font-size: 10px;
    line-height: 14px;
}

.f_card .f_card_pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
}

.f_card_pic li {
    width: 34%;
    background-color: #e4f0f9;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.f_card_pic li:nth-child(2) {
    margin: 0 4px;
}

.f_card_pic img {
    width: 100%;
}

.f_card .comment {
    float: right;
    margin-left: 10px;
    height: 16px;
    color: #555;
    font-size: 10px;
    font-family: Arial;
    line-height: 16px;
}

.f_card .pic_tips {
    float: right;
    height: 16px;
    color: #999;
    font-size: 10px;
    font-family: Arial;
    line-height: 16px;
}

.f_card .location {
    float: right;
    color: #45bfa4;
    font-size: 10px;
    font-family: Arial;
}

.f_card .interest {
    float: right;
    color: #1199ef;
    font-size: 10px;
    font-family: Arial;
}

.f_card .weibo {
    float: right;
    overflow: hidden;
    max-width: 95px;
    color: #f69727;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
}

.f_card .hot {
    float: right;
    color: #fa4e46;
    font-size: 10px;
}

.f_card .source {
    float: right;
    margin-left: 20px;
    height: 16px;
    color: #888;
    font-size: 10px;
    line-height: 16px;
}

.f_card .f_source {
    float: left;
    height: 16px;
    color: #888;
    font-size: 12px;
    line-height: 16px;
}

.f_card .comment .icon_comment {
    display: inline-block;
    margin-left: 5px;
    color: #888;
    vertical-align: -2px;
    font-size: 12px;
    line-height: 16px;
}

.f_card .pic_tips .icon_img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: -2px;
    font-size: 12px;
    line-height: 16px;
}

.f_card .location .icon_location {
    display: inline-block;
    margin-right: 5px;
    color: #45bfa4;
    vertical-align: -2px;
    font-size: 14px;
    line-height: 16px;
}

.f_card .interest .icon_interest {
    display: inline-block;
    margin-right: 5px;
    color: #1199ef;
    vertical-align: -2px;
    font-size: 14px;
    line-height: 16px;
}

.f_card .weibo .icon_weibo {
    display: inline-block;
    margin-right: 6px;
    color: #f69727;
    vertical-align: -2px;
    font-size: 14px;
    line-height: 16px;
}

.f_card .hot .icon_hot {
    display: inline-block;
    margin-right: 6px;
    color: #fa4e46;
    vertical-align: -2px;
    font-size: 14px;
    line-height: 16px;
}

.f_card .time {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    width: 100%;
    height: 14px;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    color: #fff;
    font-size: 10px;
    line-height: 14px;
}

.f_card .time .icon_time {
    padding: 0 4px 0 2px;
}

.f_card .play {
    float: right;
    margin-left: 10px;
    height: 16px;
    color: #888;
    font-size: 10px;
    font-family: Arial;
    line-height: 16px;
}

.f_card .play .icon_play {
    display: inline-block;
    margin-left: 5px;
    color: #888;
    vertical-align: -2px;
    font-weight: 590;
    font-size: 12px;
}

.f_card.default .f_card_icon {
    top: 4px;
    bottom: auto;
}

.f_card.default .f_card_h3 .icon_img {
    display: none;
}

.f_card.default .f_card_dd:after {
    background: 0;
}

.f_card .f_card_h4 {
    overflow: hidden;
    max-height: 40px;
    color: #000;
    font-weight: normal;
    font-weight: 590;
    font-size: 15px;
    line-height: 20px;
}

.f_card .f_card_single {
    overflow: hidden;
    padding-top: 2px;
    height: 18px;
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

.f_card .f_tel_dd,.f_card .f_download_dd {
    position: relative;
    display: block;
    width: 42px;
    height: 60px;
    text-align: right;
}

.f_card .f_tel_dd:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}

.f_card .f_tel_dd .icon_phone_18,.f_card .f_download_dd .icon_down_18,.f_card .f_download_dd .icon_open_18 {
    display: inline-block;
    margin-top: 2px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #eef8fe;
    color: #129bf0;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
}

.f_card .f_download_dd:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}