body{
    margin:0;
    padding: 0;
    color: #7c7c7c;
}
.video_bg{
    width: 750px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.video_search,.video_detail{
    width: 100%;
    height: 280px;
    position: relative;
    background: url("../img/video_top.png")no-repeat;
}
.video_search_m{
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    width: 440px;
    height: 60px;
    position: absolute;
}
.video_search_m input{
    width: 410px;
    border: none;
    outline: none;
    height: 60px;
    font-size: 24px;
    padding-left: 30px;
    border-radius: 30px;
    background: rgba(255,255,255,0.8);
}
.video_search_m img{
    top: 15px;
    right: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
}

.video_rec{
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #313131;
}
.video_rec span,
.video_rec img{
    color: #d1a161;
    vertical-align: middle;
}
.video_rec span{
    font-size: 28px;
    padding:0 20px 0 40px;
}
.video_list{
    width: 750px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.video_list ul li{
    width: 328px;
    float: left;
    position: relative;
    margin:30px 0 10px 30px;
    border: 1px solid #cccccc;
}
.video_list ul{display: inline-block;}
.video_pic{
    width: 100%;
    height: 250px;
    background: #cccccc;
    position: relative;
}
.video_src{
    width: 100%;
    height: 100%;
}

.video_play,
.video_play2{
     top:0;
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
     width: 158px;
     height: 158px;
     position: absolute;
 }
.video_hot{
    top:10px;
    right: 10px;
    margin: auto;
    width: 59px;
    height: 31px;
    position: absolute;
}

.video_title{
    width: 310px;
    height: 50px;
    font-size: 22px;
    color: #4c4c4c;
    overflow: hidden;
    margin: 0 auto;
    line-height: 50px;
}
.video_desc{
    width: 310px;
    height: 30px;
    color: #999;
    margin: 0 auto 10px;
    font-size: 20px;
    line-height: 30px;
}
.video_desc_left{
    float: left;
}
.video_desc_right{
    float: right;
    line-height: 30px;
}
.video_desc_right img,
.video_desc_right span{
    vertical-align: middle;
}

/**/
.video_detail{
    background: url("../img/video_det_top.png")no-repeat;
}
.video_view{
    height: 450px;
    width: 100%;
    background: url("../img/video_det_top.png")no-repeat;
}
.video_src2{
    width: 100%;
    height: 100%;
}
.video_play2{

}
.video_det_title{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    border-bottom: 1px solid #cccccc;
}
.title_p1,.title_p2{
    margin: 0 40px;
}
.title_p2{
    color: #999;
    height: 40px;
    font-size: 24px;
    line-height:40px;
    margin-bottom: 20px;
}
.title_p1{
    min-height: 50px;
    font-size: 28px;
    line-height: 50px;
}
.p2_left{
    float: left;
}
.p2_right{
    float: right;
}
.p2_right img{
    padding-right: 10px;
}
.video_det_desc {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.video_det_desc p{
    color: #999;
    font-size: 24px;
    padding: 0 40px;
    line-height: 40px;
    text-align: justify;
    max-height: 999px;
}
