.voideo-list-box .videos {
    padding-top: 10px;
    padding-bottom: 10px;
}
.voideo-list-box .item {
    box-shadow: 0px 0px 5px #CCCCCC;
    overflow: hidden;
}
.voideo-list-box .item .pic img {
    width: 100%;
    transition: 1s all;
}
.voideo-list-box .item img.img-responsive:hover {
    transform: scale(1.1,1.1);
}
.voideo-list-box .item .showmsg {
    position: relative;
    background: #f9f9f9;
    padding-bottom: 10px;
}
.voideo-list-box .item .name {
    width: 80%;
    height: 53px;
    overflow: hidden;
    color: #666666;
    margin-left: 5px;
    font-weight: bold;
    text-align: left;
    display: block;
    font-size: 14px;
    padding: 10px 0px 15px 5px;
}
.voideo-list-box .item .name a {
    color: #000;
    font-weight: 100;
}
.voideo-list-box .item .name a:hover {
    color: #ff0000;
}
.voideo-list-box .item .playimg {
    position: absolute;
    right: 12px;
    top: 4px;
    color: #666666;
    widht: 20%;
    padding: 10px 0px 15px;
}
.voideo-list-box .item .playimg .playicon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/play.png) no-repeat;
    background-size: cover;
}
.voideo-list-box .item .playimg .playicon:hover {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/play_con.png) no-repeat;
    background-size: cover;
}