/* videos */
.v-header {overflow:hidden;font-size:14px;padding-left:5px;padding-right:5px;line-height:22px;}
.v-header .sorttype {float:left;}
.v-header .viewtype {float:right;}
.v-header a {color:#474747;font-weight:bold;}
.v-items {overflow: hidden;display: flex;flex-wrap: wrap;margin-bottom: 15px;}
.v-items .video-box {width:50%;padding-left:0px;padding-right:0px;margin-top: 5px;background-color: white;padding:5px;}
.v-items .video-box .thumbnail {width:100%;border-radius: 4px;max-height: 144px;}
.v-items .video-box .image-a {width: 100%;position: relative;display: inline-block;}
.v-items .video-box .caption {padding-top:5px;padding-bottom:10px;font-size:13px;}
.v-items .video-box .caption .video-title {display: list-item;overflow: hidden;text-overflow: ellipsis;line-height:18px;margin-bottom:6px;}
.v-items .video-box .caption .video-title a {color:#474747;}
.v-items .video-box .caption .video-user {display: list-item;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#b6b6b6;height:18px;line-height:18px;}
.v-items .video-box .caption .video-viewcount {display: list-item;overflow: hidden;color:#b6b6b6;height:18px;line-height:18px;}
.v-items .video-box .caption .video-category {display: list-item;overflow: hidden;color:#b6b6b6;height:18px;line-height:18px;}
.v-items .video-box span.video_icon {display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../video/images/video_arrow.png) no-repeat 50% 50%;z-index: 1;opacity: 0;}
.v-items .video-box span.video_duration {display: block;position: absolute;right: 4px;bottom: 4px;z-index: 1;background: #474747;color: #fff;padding: 0px 5px;font: bold 12px/20px Arial,Helvetica,sans-serif;border-radius:3px;}
#youkuplayer{max-width:100%;height:221px;margin-right: auto;margin-left: auto;}

/* desktop */
@media screen and (min-width:768px) {
.v-items .video-box {width: 25%;}
#youkuplayer{max-width:100%;height:355px;margin-right:auto;margin-left:auto;}
}