/* PC */
.NewVideo_Full{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 558px;
	background: url(../jpg/newvideo_bk.jpg) center center no-repeat;

}
.NewVIdeo_Div{
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1202px;
	height: 558px;
	overflow: hidden;
}
.NewVideo_Title{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;	
	margin-top: 75px;
	margin-bottom: 67px;
	height: 50px;
	line-height: 50px;
	font-size: 50px;
	font-family: "helvetica";
	font-weight: bold;
	color: #1b5b78;
}
.NewVideo_Title a{
	font-size: 50px;
	font-family: "helvetica";
	font-weight: bold;
	color: #1b5b78;
}
.NewVideo_List{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.NewVideo_List ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	list-style: none;
}

.NewVideo_List li{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 280px;	
	height: auto;
	list-style: none;
}
.NewVideo_List li p{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 280px;	
	height: 187px;
}
.NewVideo_List li p img{	
	width: 280px;	
	height: 187px;
	
}
.NewVideo_List li p em{	
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 0;
	width: 58px;
	height: 37px;
	background: url(../png/icon_video.png) center center no-repeat;	
}
.NewVideo_List li h1{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 280px;	
	margin-top: 17px;	
}

.NewVideo_List li h1 a{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;	
	color: #195D99;
	line-height: 22px;
	font-size: 18px;
	font-weight: normal;
	font-family: helvetica;	
}
.NewVideo_List li h1 a:hover{
	text-decoration: underline;
}
/* Mobile */
.NewVideo_Full_m{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;	
	background-color:#9EBDD1;
	overflow: hidden;

}
.NewVIdeo_Div_m{
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.NewVideo_Title_m{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;	
	margin-top:  0.3rem;
	margin-bottom:  0.2rem;
	height:  0.3rem;
	line-height:  0.3rem;
	font-size: 0.3rem;
	font-family: "helvetica";
	font-weight: bold;
	color: #1b5b78;
}
.NewVideo_Title_m a{
	font-size: 0.3rem;
	font-family: "helvetica";
	font-weight: bold;
	color: #1b5b78;
}
.NewVideo_List_m{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.NewVideo_List_m ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	list-style: none;
}

.NewVideo_List_m li{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 3rem;		
	height: auto;
	list-style: none;
	margin-bottom: 0.15rem;
}
.NewVideo_List_m li p{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	
}
.NewVideo_List_m li p img{	
	width: 100%	;	
	
}
.NewVideo_List_m li p em{	
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 26px;
	background: url(../png/icon_video.png) center center no-repeat;	
	background-size: contain;
}
.NewVideo_List_m li h1{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;	
	margin-top: 0.1rem;	
	margin-bottom: 0.1rem;	
}

.NewVideo_List_m li h1 a{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;	
	color: #195D99;
	line-height: 0.22rem;
	font-size: 0.2rem;
	font-weight: normal;
	font-family: helvetica;
	
}

