
/*专题讲座样式*/
/*设置行高*/
.lecture_tp{

    /*height: 350px;*/
}
/*图片高度宽度*/
.lecture_img{
    width: 100%;
    height: 300px;
}
.pub-left-two{
    top:-20px;
}
/*文字*/
.lecture_p{
    line-height: 50px;
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding: 0 20px;
}
.lecture_span{
    float: right;
}
.lecture_re{
    position: relative;
   overflow: hidden;
}
/*设置动画*/
.lecture_ab{
    position: absolute;
    width: 100%;
    padding-right: 30px;
    height: 300px;
    background: rgba(0,0,0,0.3);
    top: 300px;
    transition: all,1s,linear;
    -moz-transition:all,1s,linear;
    -o-transition:all,1s,linear;
    -webkit-transition:all,1s,linear;
}
.lecture_re:hover .lecture_ab{
    top:0;
}
.lecture_p_1{
    color: white;
    text-indent:2em;
    margin-top: 20px;
    font-size: 18px;
;
}
.lecture_img_sj{
    margin-top: -3px;
}
.more_yw{
    height: 70px;
}
/*.pub-left-two{*/
    /*height: 1185px;*/
/*}*/
.pub-left-two>div.hover{
    margin-top: 10px;
    padding: 0 15px;
}
.more_ul{
    padding-left: 0;
}
.pub-left-one{
    margin-top: 20px;
}
.text-alen{
    text-align: center;
}

.lecture_span_img{
    vertical-align:inherit;
    display: inline-block;
    height:25px;
    width: 25px;
    background: url("../images/video/rq.png")  no-repeat 0px 2px;
    margin-right: 10px;

}
.lecture_span_img_2{
    vertical-align:inherit;
    display: inline-block;
    height:25px;
    width: 25px;
    background: url("../images/video/dlwz.png")  no-repeat 9px 4px;
    margin-right: 10px;
}
.more_div_1 ul{
    padding-left: 0;
}
.more_div_1 ul li{
    margin-right: 10px;
    padding-left: 10px;
}
.more_block{
    margin-top: -9px;
}
#username{
    overflow: hidden;
}
/*购买视频背景图*/
.pay-div-image{
    position: absolute;
    width: 65px;
    height: 53px;

    background:url("../images/web_pay.png") no-repeat ;
}
.free-div-image{
    position: absolute;
    width: 65px;
    height: 53px;

    background:url("../images/web_free.png") no-repeat ;
}
.moreForum-pay-div-image{
    position: absolute;
    width: 65px;
    height: 53px;
    top: 9px;
    left: 9px;
    background:url("../images/web_pay.png") no-repeat ;
}
.moreForum-free-div-image{
    position: absolute;
    width: 65px;
    height: 53px;
    top: 9px;
    left: 9px;
    background:url("../images/web_free.png") no-repeat ;
}