﻿.video_news {
	.video-list{
		.video_item {
			display: block;
			width: 32%;
			height: 2.65rem;
			margin-right:2%;
			-moz-transition: 0.3s; -webkit-transition: 0.3s;  -o-transition: 0.3s; transition: 0.3s;
			&:nth-child(3n){margin-right: 0;}
			.pic-box{
				width: 100%;height: 100%; overflow: hidden;
			}
			.info{
				width: 100%;
				background: rgba(0,0,0,0.6);height: 0.42rem; line-height: 0.42rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
				color: #fff;position: absolute;bottom: 0;
				-moz-transition: 0.3s; -webkit-transition: 0.3s;  -o-transition: 0.3s; transition: 0.3s;
			}
			&:hover{
				.pic-box{
					span{color: #f42248;}
				}
				.info{background: #f42248;}
			}
		}
	} 
}
