.wrap .breads{
    display: inline-block;
    margin-top: 12px;
    font-size: 12px;
}
.wrap .breads li{
    float: left;
    margin-right: 10px;
    display: inline;
    height: 20px;
}

.video_box{
    position: relative;
    margin: 20px 30px;
}
.video_box .v_left{
    float: left;
    width: 712px;
    height: 430px;
    display: inline-block;
    border: 3px solid #EEEEEE;
}
.video_box .v_left h3{
    font-family: Microsoft Yahei;
    font-size: 21px;
    color: #666666;
    margin: 5px 0 5px 25px;
}

.video_box .v_left .v_img{
    width: 660px;
    height: 364px;
    margin-left: 25px;
    position: relative;
    overflow: hidden;
}

.video_box .v_left .v_img img{
    width: 100%;
    height: 100%;
}
.video_icon{
    width: 65px;
    height: 65px;
    border: 5px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 293px;
    top: 145px;
    z-index: 9999;
}
.video_icon::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 29px;
    border-color: transparent transparent transparent rgba(255,255,255,0.6);
    position: absolute;
    left: 23px;
    top: 17px;
}

.video_box .v_left .v_img .v_mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.video_box .v_right{
    width: 409px;
    float: left;
    margin-left: 13px;
}
.video_box .v_right .right_top{
    width: 403px;
    height: 135px;
    border: 3px solid #EEEEEE;
}
.video_box .v_right .right_top .h2,
.video_box .v_right .right_btm .h2
{
    font-family: Microsoft Yahei;
    font-size: 21px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
    font-weight: 400
}
.video_box .v_right .right_top p,
.video_box .v_right .right_btm span,
.video_box .v_right .right_btm p
{
    padding: 0 15px;
    color: #676767;
    font-family: Microsoft Yahei;
}
.video_box .v_right .right_btm{
    margin-top: 22px;
    width: 403px;
    height: 266px;
    border: 3px solid #EEEEEE;
}

.video_box .v_right .right_btm button{
    margin-top: 30px;
    margin-left: 40%;
    width: 112px;
    height: 35px;
    border-radius: 5px;
    background-color: #FB565D;
    color: #fff;
    line-height: 35px;
    font-family: Microsoft Yahei;
    font-size: 21px;
    outline: none;
    cursor: pointer;
}

.video_back{
    position: relative;
    margin: 20px 30px;
}
.video_back .v_tle p.h1{
    font-size: 25px;
    font-family: SimHei;
    position: relative;
    font-weight: 700;
    border-bottom: 1px solid #EBEBEB;
}
.video_back .v_tle p.h1:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #000;
    top: 15px;
    left: 54px;
}
.video_main{
    margin: 20px 0;
    background-color: #F0F0F0;
}
.video_main .v_img2{
    width: 330px;
    height: 182px;
    float: left;
    position: relative;
    padding: 13px 20px 13px 20px;
}
.video_main .v_img2 img{
    width: 100%;
    height: 100%;
}
.video_main .v_img2 a{
    position: relative;
}
.v_time{
    position: absolute;
    right: 10px;
    top: -10px;
    color: #fff;
    z-index: 1;
}
.video_main .v_img2 .v_mask{
    position: absolute;
    width: 330px;
    height: 182px;
    top: 0;
    left: 0;
    margin: 13px 20px 13px 20px;
    background: #000;
    opacity: 0.5;
    display:none;
}
.video_main .v_img2 .v_mask:before{
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    border: 4px solid #fff;
    position: absolute;
    left: 40%;
    top: 35%;
    border-radius: 52px;
}
.video_main .v_img2 .v_mask:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #fff;
    position: relative;
    position: absolute;
    left: 47%;
    top: 45%;
}
.video_main .v_img2:hover .v_mask{
    display: block;
}
.video_main .v_bt{
    float: left;
    display: inline-block;
    width: 765px;
    padding: 33px 0;
}
.video_main .v_bt p.title{
    font-size: 24px;
    color: #000;
    height: 40px;
    margin-top:0px;
    font-weight: 600;
    border-bottom: 1px dashed #CCCCCC;
}
.video_main .v_bt p.title:hover{
    color: #FF565D;
}
.video_main .v_bt a:hover ~p a{
    color: #FF565D;
}
.video_main .v_bt span{
    display: block;
    height: 50px;
    line-height: 50px;
    color: #666666;
    border-bottom: 1px dashed #CCCCCC;
}
.video_main .v_bt p{
    color: #666666;
    font-size: 13px;
    margin-top: 10px;
}
.video_hf {
    width: 1150px;
    height: 122px;
}
.video_hf img{
    width:100%;
    height: 100%;
}
.video_fenye{
    margin: 35px 0 50px 0;
}
.page {
    text-align: center;
}


