.paging-wrap select {
	width: 40px;
	height: 25px;
	padding-left: 5px;
	border: 1px solid #666;
}

.paging-wrap span {
	display: inline-block;
	vertical-align: middle;
}

.team-list {
	padding: 10px;
}

	.team-list li {
		float: left;
		width: 25%;
		padding: 0 15px;
		position: relative;
		margin-bottom: 15px;
		cursor: pointer;
	}

.teacher-img {
	width: 100%;
	height: 270px;
	overflow: hidden;
}

.teacher-filter {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0 15px;
}

.teacher-filter-inner, .teacher-info-filter {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}

.teacher-filter button {
	background-color: #2DB157;
	color: #fff;
}

.team-list li:hover .teacher-filter {
	display: block;
}

.teacher-info-filter {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}

.teacher-info-inner {
	width: 1000px;
	padding: 20px 40px;
	background: #fff;
}

	.teacher-info-inner .close {
		position: absolute;
		top: -30px;
		right: 0;
	}

.teacher-info-left {
	float: left;
	width: 200px;
}

.teacher-info-right {
	float: right;
	width: 670px;
}

	.teacher-info-right h4 {
		width: 180px;
		line-height: 35px;
		background: #2ECE90;
		text-align: center;
		color: #fff;
	}

	.teacher-info-right p {
		padding-left: 10px;
		padding-top: 5px;
	}

.teacher-details {
	padding: 10px 15px;
	padding-left: 10px;
	min-height: 200px;
	max-height: 350px;
	overflow-y: auto;
	text-align: justify;
	margin-bottom: 20px;
	font-size: 14px;
}

.teacher-info-right button {
	float: right;
	padding: .4em .8em;
}

/*视频列表*/
.videos-list {
	margin: 20px 0;
}

	.videos-list li {
		float: left;
		width: 25%;
		padding: 0 10px;
		margin-bottom: 15px;
        height:443px;
	}

		.videos-list li h4 {
			padding-top: 8px;
			text-align: center;
		}

		.videos-list li a {
			display: block;
			-webkit-perspective: 500;
			-moz-perspective: 500;
			-ms-perspective: 500;
			-o-perspective: 500;
			perspective: 500;
		}

.video-item {
	overflow: hidden;
}

.videos-list li a img {
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.videos-list li small {
	display: inline-block;
	padding: 10px;
}

	.videos-list li small i {
		display: inline-block;
		width: 19px;
		height: 11px;
		margin-right: 3px;
		background: url(../images/index/index-view-eye.png) 0 0 no-repeat;
	}

.video-filter {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}

.video-hover {
	width: 80px;
	height: 80px;
	background-image: url(../images/userCenter/usercenter-video.png);
	background-size: cover;
}

.videos-list li a:hover .video-filter {
	display: block;
}

.videos-list li a:hover img {
	-ms-transform: translateZ(35px);
	-moz-transform: translateZ(35px);
	-webkit-transform: translateZ(35px);
	-o-transform: translateZ(35px);
	transform: translateZ(35px);
}

.am-tabs {
	padding-top: 30px;
}

.video-tabs {
	position: absolute;
	top: 0;
	right: 0;
}

	.video-tabs a {
		color: #2DB157;
	}

	.video-tabs .am-active a {
		color: #fff;
		background: #2DB157;
		border-radius: 2px;
	}

.am-tabs-bd {
	overflow: hidden;
}

.video-tabs i {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*视频播放页*/
.video-title {
	line-height: 52px;
	padding-left: 10px;
}

.video-block {
	width: 1024px;
	margin: 30px auto;
}

.video-left {
	width: 78%;
	float: left;
	padding: 10px;
}

.video-right {
	width: 20%;
	float: right;
	background: #354151;
}

	.video-right .videos-list {
		margin: 0;
		padding: 10px 0 0;
	}

	.video-right > h4 {
		background: #2DB15D;
		color: #fff;
		text-align: center;
		font-size: 15px;
		line-height: 40px;
	}

.kcxj > h4 {
	padding-left: 10px;
	border-left: 4px solid #FF9224;
}

.kcxj ul li .video-hover {
	width: 50px;
	height: 50px;
}

.video-right ul li {
	width: 100%;
	float: none;
}

	.video-right ul li .video-hover {
		width: 40px;
		height: 40px;
	}

	.video-right ul li h4 {
		font-size: 14px;
		padding: 0;
		line-height: 30px;
		color: #fff;
	}

.kcxj ul li h4 {
	padding-bottom: 8px;
}