.v_container{
    /*border: 1px solid lightgrey;*/
    display: block;
    float: left;
    /*height: 400px;*/
    width: 1115px ;
}

.v_context{
    width:555px;
    height: 250px;
    float: left;
    border: 1px solid #dcdcdc;
}

.v_header{
    /*background: linear-gradient(to left, #ffffff, #86a1eb);*/
    background-color: #10509f;
    border: 1px solid #ffffff;
    height: 25px;
    /*width: 534px;*/
    padding: 5px 15px;
}
.v_header span{
    color: white;
    font-size: 15px;
}
.v_header a{
    float: right;
    color: white;
    font-size: 12px;
}

.v_video_context{
    height: 200px;
    padding: 10px 15px;
}
.v_video_context ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 520px;
    float: left;
}
.v_video_context li {
    list-style: none;
    float: left;
    margin: 0px;
    height: 33px;
    line-height: 33px;
    padding-left: 5px;
    width: 520px;
    color: #000;
}
.v_video_link{
    float: left;
    width: 390px;
    text-align: left;
    height: 33px;
    line-height: 33px;
}