.point{
    font-size: 14px;
    color: #808080;
    line-height: 90px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}
.point a{
    color: #808080;
}


.content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.title{
    height: 50px;
    line-height: 50px;
    background: #f5f5f6;
    padding: 0 25px;
}
.title h1{
    font-size: 18px;
}
.title h1 b{
    border-left: 3px solid #ff0000;
    padding-right: 20px;
    font-weight: normal;
}
.title h1 a{
    color: #ff0000;
    font-weight: normal;
    float: right;
    font-size: 14px;
}




/*
-----------------------------
                    video_part1_list
-----------------------------
*/
.part_one{
    margin-bottom: 50px;
}
.part_one_list ul{
    margin-top: 30px;
}
.part_one_list ul:after, .part_one_list ul:before{
    content: '';
    height: 0;
    display: table;
}
.part_one_list ul:after{
    clear: both;
}
.part_one_list ul li{
    float: left;
    margin-right: 16px;
}
.part_one_list ul li:last-child{
    margin-right: 0;
}
.video_small{
    width: 288px;
    height: 261px;
}
.video_img{
    cursor: pointer;
    width: 288px;
    height: 161px;
    overflow: hidden;
}
.video_img img{
    width: 100%;
    height: 100%;
}
.video_text{
    background: #272727;
    width: 238px;
    height: 80px;
    padding: 10px 25px;
}
.video_text h1{
    color: #d7d7d7;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
}
.video_text h1:hover{
    color: #ff0000;
}
.video_text p{
    border-top: 1px solid #3c3c3c;
    margin-top: 10px;
    color: #d7d7d7;
    padding-top: 15px;
}
.video_text p:after, .video_text p:before{
    content: '';
    height: 0;
    display: table;
}
.video_text p:after{
    clear: both;
}
.video_text p span:first-child{
    background: url("../img/autoplay.png") no-repeat left center;
    padding-left: 15px;
    float: left;
}
.video_text p span:last-child{
    float: right;
}
/*
-----------------------------
                    video_part2_list
-----------------------------
*/
.part_two{
    margin-bottom: 50px;
}
.video_big{
    float: left;
    margin-top: 30px;
    width: 653px;
    height: 479px;
    overflow: hidden;
}
.video_img_big{
    width: 653px;
    height: 366px;
    overflow: hidden;
    cursor: pointer;
}
.video_img_big img{
    width: 100%;
    height: 100%;
}
.video_big_text{
    background: #272727;
    height: 93px;
    color: #d7d7d7;
    width: 603px;
    padding: 10px 25px;
}
.video_big_text h1{
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    font-weight: normal;
}
.video_big_text h1:hover{
    color: #ff0000;
}
.video_big_text p{
    border-top: 1px solid #3c3c3c;
    color: #d7d7d7;
    margin-top: 10px;
    padding-top: 15px;
    font-size: 14px;
}
.video_big_text p span:first-child{
    background: url("../img/autoplay.png") no-repeat left center;
    padding-left: 15px;
    float: left;
}
.video_big_text p span:last-child{
    float: right;
}

.part_two_list{
    margin-top: 30px;
    float: right;
    width: 542px;
}
.part_two_list ul li{
    float: left;
    margin-left: 16px;
}
.part_two_list ul li:nth-child(3){
    margin-top: 15px;
}
.part_two_list ul li:nth-child(4){
    margin-top: 15px;
}
.video_2_img{
    width: 255px;
    height: 143px;
    overflow: hidden;
    cursor: pointer;
}
.video_2_img img{
    width: 100%;
    height: 100%;
}
.video_2_text{
    background: #272727;
    font-size: 12px;
    padding: 10px 25px;
    color: #d7d7d7;
    width: 205px;
    height: 69px;
}
.video_2_text h1{
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
}
.video_2_text p{
    border-top: 1px solid #3c3c3c;
    color: #d7d7d7;
    margin-top: 10px;
    padding-top: 8px;
    font-size: 12px;
}
.video_2_text p span:first-child{
    background: url("../img/autoplay.png") no-repeat left center;
    padding-left: 15px;
    float: left;
}
.video_2_text p span:last-child{
    float: right;
}