@charset "utf-8";
/* CSS Document */
.sbanner{
	width:100%;
	display:block;
}
.sbanner img{
	width:100%;
	display:block;
}
.video{
	padding:2% 0px 3% 0px;
}
.videoL{
	padding-top:4%;
	border-top:2px solid #e5e8eb;
}
.videoL li{
	padding-bottom:2%;
}
.videoLhead{
	display:block;
	width:92%;
	padding:0px 4%;
	color:#414141;
	border-bottom:2px solid #656565;
	background:url(../img/icon01.png) no-repeat 96% center;
}
.videoLhead:hover{
	color:#ffffff;
	background:url(../img/icon01_1.png) no-repeat 96% center #656565;
}
.videoLwen{
	padding-bottom:5%;
}
.videoLwen_1{
	box-shadow:9px 9px 0px 0px #d37d18;
	overflow:hidden;
	margin-bottom:3%;
}
.videoLwen_1 video{
	width:100%;
	display:block;
}
.videoLwen_2{
	display:block;
	width:100%;
	text-align:justify;
	color:#000000;
	font-weight:bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.videoLwen_2:hover{
	color:#2790d3;
}
.videoR{
	padding-top:6%;
	border-top:2px solid #e5e8eb;
}
.videoRhead{
	width:100%;
	display:block;
	font-size:18px;
	color:#0b0b0b;
	font-weight:bold;
	margin-bottom:2%;
}
.videoRwen{
	text-align:justify;
	font-size:13px;
	color:##0b0b0b;
	margin-bottom:2%;
}
.videoRcont{
	display:block;
	font-size:13px;
	color:#0b0b0b;
	padding-left:40px;
	margin-bottom:10%;
}
.videoRcont_1{
	background:url(../img/mediaicon01.png) no-repeat left top;
}
.videoRcont_2{
	background:url(../img/mediaicon02.png) no-repeat left top;
}
.videoRcont_3{
	background:url(../img/mediaicon03.png) no-repeat left top;
}
.videoRpic{
	padding-top:5%;
}
.videoRpic li{
	margin-bottom:5px;
}
.videoRpic_1{
	width:40%;
	display:block;
	padding-left:9%;
}
.videoRpic_1 img{
	width:100%;
	height:100%;
	display:block;
}
.videoRpic_2s{
	width:50%;
	padding-top:10%;
}
.videoRpic_2{
	display:block;
	font-size:14px;
	color:black; 
	width:80%;
	margin:0 auto;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding:5px 8px;
}
.videoRpic_2:hover{
	color:#2790d3;
}


.newscenters{
	width:100%;
}
.newscenter{
	width:calc(100% - 10px);
	padding:4% 10px 4% 0px;
	border-bottom:1px solid #dfdfdf;
}
.newscenter:hover{
	background-color:#f4f4f4;
}
.newscenterpic{
	width:36%;
	display:block;
}
.newscenterpic img{
	width:100%;
	display:block;
}
.newscenterR{
	width:60%;
}
.newscenterR_1{
	display:block;
	color:#000000;
	font-weight:bold;
	margin-bottom:2%;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newscenter:hover .newscenterR_1{
	color:#2790d3;
}
.newscenterR_2{
	text-align:justify;
	color:#414141;
	margin-bottom:2%;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newscenterR_3{
	line-height:20px;
	color:#414141;
}
