.flname {
    height: 50px;
    line-height: 50px;
    color: #09388C;
    font-size: 20px;
    font-family: 微软雅黑;
    font-weight: 600;
    /* background: #DCE3F1; */
    border-bottom: 2px solid #0090d5;
    border-radius: 4px 4px 0px 0px;
}
.flimg {
    margin: 0 12px 0 10px;
}
.flimg img {
    margin-bottom: -5px;
}
.luxiang_list_fl li {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px #eee solid;
    padding: 0.3rem;
}

.lx_lb_title {
    position: relative;
}
.lx_lb_title {
    width: 550px;
    float: left;
    padding-left: 24px;
}
.lx_lb_title .lxlb_tiem {
    color: #666;
    display: inline-block;
    width: 158px;
    float: left;
}
.luxiang_list_fl .lxlb_bt {
    width: 390px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.luxiang_list_fl li:hover {
    background: #eee;
}
.lx_lb_title:after {
    height: 6px;
    content: '';
    width: 6px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 7px;
    z-index: 10;
    border-radius: 50%;
    margin-top: -2px;
}
.luxiang_list_fl .lx_lb_qd {
    color: #999;
}
.lx_lb_qd {
    width: 200px;
    float: right;
    text-align: right;
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.luxiang_list_fl .lx_lb_qd a {
    color: #999;
    margin-left: 15px;
}
.luxiang_list_fl .lx_lb_qd a:hover {
    color: #e60640;
}
.luxiang_list_fl li:nth-child(even){background:#f8f8f8}
.luxiang_list_fl {
    border-right: 1px #eee solid;
    border-left: 1px #eee solid;
}
.duansp_list_fl {
    border-right: 1px #eee solid;
    border-left: 1px #eee solid;
    margin-top: 10px;
}
.duansp_list_fl li {
    width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 11px;
}
.duansp_list_flnr .dsp_photo {
    position: relative;
    width: 256px;
    height: 143px;
    margin: 0 auto;
}
.duansp_list_flnr .dsp_photo span {
    width: 256px;
    height: 143px;
    display: block;
}
.duansp_list_flnr .dsp_photo span img {
    width: 256px;
    height: 143px;
    display: block;
    border-radius: 10px;
}
.duansp_list_flnr .dsp_photo .covermask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    border-radius: 10px;
}
.duansp_list_flnr .dsp_photo .playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 49px;
    height: 49px;
    background: url(../img/dspleft_ico.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transform: scale(.7);
    -webkit-transition-property: opacity,-webkit-transform;
    -webkit-transition-duration: .5s;
    transform: scale(.7);
    transition-property: opacity,transform;
    transition-duration: .5s;
    zoom: 1;
    background-size: 100% 100%;
}
.duansp_list_flnr .dsp_title {
    width: 257px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    height: 48px;
    margin: 0 auto;
    text-align: left;
}