.b-video-list .title{
    float: left;
    margin-top: 0;
    font-size: 18px;
    color: #f6821f;
    line-height: 26px;
}
.sel-year{
    float: left;
    font-size: 18px;
    color: #f6821f;
    padding-left: 25px;

}
.sel-year li{
    float: left;
    position: relative;
    list-style: none;
    padding-left: 13px;
    padding-right: 5px;
}
.sel-year li:before{
    content: " ";
    position: absolute;
    height: 7px;
    width: 7px;
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
    background: #f6821f;
}
.sel-year li a{
    font-size: 18px;
    color: #f6821f;
    display: block;
    padding: 0 5px;
    font-weight: 700;
}
.sel-year li.act a {
    color: #fff;
    background: #f6821f;
}
.c-list-video .v-item{
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
}
.c-list-video .v-item .b-soc{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    padding: 6px 6px 1px 6px;
    background: url("/site/modules/Video/css/GuestTV_icon_Share_w.png") 8px 6px no-repeat rgba(0, 0, 0, 0.79);
}
.c-list-video .v-item .b-soc:hover{
    height: auto;
}
.c-list-video .v-item .b-soc .share-init{
    margin-top: 36px;
    width: 24px;
    height: auto;
}

.c-list-video .v-item:nth-child(3n){
    /*margin-right: 0;*/
}
.c-list-video .v-item .share-item .share-counter{
    display: none;
}