.head{
    width: 100%;
    /*height: 80px;
    background: #1f1f1f;*/
}
.head1{
    width: 100%;
    height: 80px;
    background: #1f1f1f;
}
.video_head{
    width: 1200px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
}
.video_head img{
    vertical-align: middle;
}
.search{
    font-size: 0;
}
.search_input{
    width: 360px;
    height: 30px;
    line-height: 30px;
    border: none;
    padding-left: 10px;
    border-radius: 4px 0 0 4px;
    vertical-align: middle;
}
.search_sure{
    width: 90px;
    height: 30px;
    border-radius: 0 4px 4px 0;
    border: none;
    color: white;
    background: #e62f34 url("../img/glass.png")no-repeat 15px center;
    vertical-align: middle;
    padding-left: 20px;
}


/*
-------------------------
                       content video_detail and video_list
-------------------------
*/
.content{
    background: #292929;
    height: 587px;
    padding-top: 25px;
}
.play_and_list{
    width: 1200px;
    margin: 0 auto;
    background: #1f1f1f;
    height: 587px;
}
.video_play{
    width: 900px;
    height: 587px;
    float: left;
    display: block;
}
.video_play video{
    width:100%;
    height:100%;
    //object-fit:cover;
}
.video_play h1{
    color: #d7d7d7;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 30px;
}
.video_play p{
    font-size: 12px;
    color: #d7d7d7;
    padding-left: 30px;
    margin-top: 10px;
}
.video_play p span{
    float: left;
    display: block;
}
.video_play p span:nth-child(2){
    margin-left: 50px;
    background: rgba(0, 0, 0, 0) url("../img/autoplay.png") no-repeat scroll left center;
    padding-left: 15px;
}
.video_list{
    width: 290px;
    float: right;
    height: 587px;
    overflow-y: auto;
}
.video_list ul li{
    margin-top: 15px;
}
.video_list ul li:after, .video_list ul li:before{
    content: '';
    height: 0;
    display: table;
}
.video_list ul li:after{
    clear: both;
}
.video_list_img{
    width: 114px;
    height: 65px;
    overflow: hidden;
    float: left;
}
.video_list_img img{
    width: 100%;
    height: 100%;
}
.video_list_text{
    width: 137px;
    height: 65px;
    overflow: hidden;
    margin-left: 10px;
}
.video_list_text p{
    color: #808080;
    line-height: 20px;
    overflow: hidden;
    width: 137px;
    height: 40px;
}
.video_list_text span{
    background: rgba(0, 0, 0, 0) url("../img/autoplay1.png") no-repeat scroll left center;
    color: #808080;
    padding-left: 20px;
    margin-top: 10px;
    display: block;
}
.play_border{
    box-sizing: border-box;
    border: 2px solid #e62f34;
}
.video_list_text p.play_text{
    color: #e62f34;
}

/*
-------------------------
                       other video list
-------------------------
*/
.other_content{
    width: 1200px;
    margin: 0 auto;
    height: auto;
    margin-bottom: 50px;
}
.other_content ul:after, .other_content ul:before{
    content: '';
    height: 0;
    display: table;
}
.other_content ul:after{
    clear: both;
}
.other_content ul{
    margin-bottom: 50px;
}
.other_content ul li{
    float: left;
    margin-top: 35px;
    margin-left: 16px;
}
.other_content ul li:nth-child(1){
    margin-left: 0;
}
.other_content ul li:nth-child(5){
    margin-left: 0;
}
.other_content ul li:nth-child(9){
    margin-left: 0;
}
.other_video_img{
    cursor: pointer;
    height: 161px;
    overflow: hidden;
    width: 288px;
}
.other_video_img img{
    width: 100%;
    height: 100%;
}
.other_video_text{
    background: #272727 none repeat scroll 0 0;
    height: 80px;
    padding: 10px 25px;
    width: 238px;
}
.other_video_text h1{
    color: #d7d7d7;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
}
.other_video_text p:after, .other_video_text p:before{
    content: '';
    height: 0;
    display: table;
}
.other_video_text p:after{
    clear: both;
}
.other_video_text p{
    border-top: 1px solid #3c3c3c;
    color: #d7d7d7;
    margin-top: 10px;
    padding-top: 15px;
}
.other_video_text p span:first-child{
    background: rgba(0, 0, 0, 0) url("../img/autoplay.png") no-repeat scroll left center;
    float: left;
    padding-left: 15px;
}
.other_video_text p span:last-child{
    float: right;
}
.page_number {
    line-height: 30px;
    margin-top: 15px;
    padding-bottom: 30px;
    text-align: center;
}
.page_number a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    color: #999999;
    margin: 0 2px;
    padding: 3px 5px;
    cursor: pointer;
}
.page_number a.on {
    background: #eb5255 none repeat scroll 0 0;
    border: 1px solid #eb5255;
    color: white;
}
.page_number i {
    color: #808080;
    font-style: normal;
    margin-left: 10px;
}
.current {
    background: red none repeat scroll 0 0;
    border: 1px solid red;
    border-radius: 4px;
    color: white;
    margin: 0 2px;
    padding: 3px 5px;
}
