.l_title h1{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #282828;
}

.l_title h1 span{
	color: #2998d0;
}

.l_title h2{
	font-size: 14px;
	color: #535353;
}

.l_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
	border-top: 1px #d9d9d9 solid;
	margin-top: 30px;
}

.l_list .l_left{
	width: 12.5%;
}

.l_list .l_right{
	width: 80%;
}

.l_list .l_left li{
	line-height: 40px;
	border-bottom: 1px #d9d9d9 solid;
	padding-left: 10px;
	position: relative;
}

.l_list .l_left li a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666666;
}

.l_list .l_left li.active a,.l_list .l_left li:hover a{
	color: #0193dc;
}

.l_list .l_left li.active::after{
	width: 2px;
	height: 14px;
	background-color: #0193dc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	content: "";
}

.l_list .l_right{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_list .l_right li{
	width: 32%;
	margin-bottom: 30px;
	border-bottom: 1px #d9d9d9 solid;
	transition: all 0.5s;
}

.l_list .l_right li.active,.l_list .l_right li:hover{
	border-bottom: 1px #0193dc solid;
}

.l_list .l_right li .pic{
	max-height: 204px;
	overflow: hidden;
}

.l_list .l_right li .pic img{
	width: 100%;
	transition: all 0.5s;
}

.l_list .l_right li.active .pic img,.l_list .l_right li:hover .pic img{
	transform: scale(1.1);
}

.l_list .l_right li .text{
	padding: 0 15px;
}

.l_list .l_right li .text span{
	display: block;
	width: 100%;
	background: url(../images/lee/l_bg.png) no-repeat right center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 1px;
	color: #666666;
	transition: all 0.5s;
}

.l_list .l_right li.active .text span,.l_list .l_right li:hover .text span{
	color: #2998d0;
	background: url(../images/lee/l_bg_active.png) no-repeat right center;
}

/*视频*/
.l_video{
	text-align: center;
}

.v_list{
	padding-top: 0;
	margin-top: 0;
	border: none;
}

.v_list li{
	width: 31.5%;
	margin-top: 40px;
	box-shadow: 0px 2px 13px 0px 
		rgba(198, 195, 195, 0.36);
}

.v_list li .pic{
	max-height: 294px;
	overflow: hidden;
	position: relative;
}

.v_list li .pic img{
	width: 100%;
	height: 294px;
	transition: all 0.5s;
}

.v_list li .pic .v_play{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin-top: -28px;
	margin-left: -28px;
	transition: all 0.5s;
	transform: scale(0.9);
}

.v_list li:hover .pic .v_play{
	box-shadow: 0px 2px 13px 0px 
		rgba(198, 195, 195, 0.36);
	transform: scale(1);
}

.v_list li .text{
	padding: 0 15px;
	line-height: 75px;
	display: flex;
	justify-content: space-between;
}

.v_list li .text .title{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #666666;
}

.v_list li:hover .text .title{
	color: #2998d0;
}

.v_list li .text .time{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	opacity: 0.8;
}

@media(max-width: 768px){
	.pgcontent{
		padding: 4vw 0;
	}

	.l_list{
		padding-top: 2vw;
		margin-top: 4vw;
	}

	.l_list .l_left,.l_list .l_right{
		width: 100%;
	}

	.l_list .l_left{
		margin-bottom: 4vw;
	}

	.l_list .l_right li{
		width: 100%;
		margin-bottom: 3vw;
	}

	.l_list .l_right li .pic{
		max-height: none;
	}

	.l_list .l_right li .text span{
		line-height: 40px;
	}

	.l_title h1{
		font-size: 6vw;
	}

	.v_list{
		padding-top: 0;
		margin-top: 0;
	}

	.v_list li{
		width: 100%;
		margin-top: 4vw;
	}

	.v_list li .pic{
		max-height: none;
	}
}