.v-list-wrapper li {
    margin-bottom: 2rem;
    border: none;
}
.v-list-wrapper li a.v-list-item-a{
    display:block;
    border: 1px solid #ddd;
    width: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
}
.v-list-wrapper li a.v-list-item-a img{
    width: 269px;
    height: 154px;
    transition: all 1s ease 0s;
}
.v-list-wrapper li a:hover img{
    -ms-transform: scale(1.05) webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.v-list-wrapper li .modal .m-video{
   width: 100%;
    height: 100%;
}
.v-list-wrapper .v-list-item .v-list-item-a .v-title{
    margin-top: 1rem;
    padding-left: .5rem;
}
.v-list-wrapper .v-list-item .v-list-item-a .v-title span{
    font-size: 20px;
    float:right;
    position:relative;
    right: .5rem;
    visibility:hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.v-list-wrapper .v-list-item .v-list-item-a:hover .v-title span{
    visibility:visible;
    -ms-transform: scale(1.05) webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.v-list-wrapper li a:hover .v-title{
    color: #751385;
}
.v-list-wrapper .v-list-item .v-mask-title{
    font-size: 18px;
    font-weight: bold;
    margin-top: 2rem;
    margin-left: 1rem;
    color: #9b9ea0;
}
.v-list-wrapper .v-list-item .v-mask-desc{
    font-size: 14px;
    text-indent: 2rem;
    font-weight: normal;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    line-height: 2;
    color: #9b9ea0;
}
@media  (max-width: 768px){
	.video-list-container{
		padding-left: 0;
    	padding-right: 0;
	}
	.video-container-m{
		padding-left: 5px;
		padding-right: 5px;
	}
	.v-list-wrapper li a.v-list-item-a img{
	    width: auto;
	    height: auto;
	    transition: all 1s ease 0s;
	}
	.about-right-content ul li.v-list-item:nth-child(odd) {
	     padding-left: 0;
		padding-right: 2px;
	}
	.about-right-content ul li.v-list-item:nth-child(even) {
	    padding-left: 2px;
		padding-right: 0px;
	}
	.tenvideo_player{
		margin: 0;
	}
	.tvp_poster_img {
	    /*border: 1px solid #ddd !important;*/
	     	    
	}
	.v-list-wrapper .v-list-item .v-mask-title {
	    font-size: 12px;
	    font-weight: bold;
	    margin-top: .8rem;
	    margin-left: .3rem;
	    color: #9b9ea0;
	}
	.tvp_overlay_play, .tvp_overlay_play_try, .tvp_overlay_replay {
	    position: absolute;
	    z-index: 5;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
	    bottom: 10px;
	    width: 76px;
	    height: 50px;
	    line-height: 50px;
	    margin: auto!important;
	    overflow: hidden;
	    font-size: 0;
	    text-align: center;
	    background: rgba(23,23,23,.5) !important;
	    border-radius: 3px;
	    cursor: pointer;
	}
	.tvp_overlay_play .tvp_button_play, .tvp_overlay_play_try .tvp_button_play {
	    position: absolute;
	    display: block;
	    width: 0;
	    height: 0;
	    left: 30px;
	    top: 14px;
	    margin: auto;
	    overflow: hidden;
	    vertical-align: middle;
	    border: 20px solid transparent;
	    border-width: 12px 21px;
	    border-left-color: #b7d200 !important;
	}
	.pagination {
	    display: inline-block;
	    padding-left: 0;
	    margin: 0 0;
	    border-radius: 4px;
	}
	.v-list-wrapper .v-list-item .v-list-item-a .v-title {
		margin-top: 1rem;
		padding-left: .5rem;
		font-size: 10px;
	}
	
}