.banner .inner{
	top: 53.54%;
}

.sec1{
	padding: 4.6875% 0 9.375%;/*90 0 180*/
}
.sec1 ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0,58,140,0.1);
	position: relative;
}
.sec1 ul:nth-child(even){
	border-bottom: 0 none;
}
.sec1 ul:last-child{
	border-bottom: 0 none !important;
}
.sec1 .top{
	position: relative;
}
.sec1 .top::before{
	content: "";
	position: absolute;
	left: -6.86%;
	right: -6.86%;
	top: 0;
	bottom: 0;
	background-color: #f8f8f8;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sec1 ul::after{
	content: "";
	width: 28.3%;
}
.sec1 li{
	color: #333;
	width: 28.3%;
	position: relative;
	padding: 5.23% 0 6.08%;
}
.sec1 li a{
	color: inherit;
}
.sec1 .swiper-slide{
	color: #333;
	width: 28.3%;
	padding: 5.23% 0 6.08%;
}
.sec1 .swiper-slide a{
	color: inherit;
}
.sec1 h4{
	color: inherit;
	margin-bottom: 4.85%;/*21*/
}
.sec1 h4 span{
	display: block;
}
.sec1 h4 .day{
	font-size: 3.25em;
	margin-bottom: 2%;
}
.sec1 h4 .year{
	font-weight: normal;
	font-size: 0.875em;
}
.sec1 h5{
	font-size: 1.625em;
	color: inherit;
	font-weight: normal;
	line-height: 1.54;
	margin-bottom: 4.39%;/*19*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sec1 p{
	font-size: 0.875em;
	color: #666;
	opacity: 0.7;
	line-height: 1.86;
	height: 3.72em;
}
.sec1 .line{
	position: relative;
	width: 100%;
	height: 1px;
	margin: 7.16% 0 8.776%;/*31 0 38*/
}
.sec1 .line::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #003a8c;
	height: 100%;
	width: 0;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.sec1 .more{
	font-size: inherit;
	color: #003a8c;
}
.sec1 .more span{
	vertical-align: middle;
}
.sec1 .more .arrow{
	font-size: 1.5em;
	margin-right: 0.58em;
	border: 1px solid #f5aa19;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.sec1 .more .arrow::before{
	content: "";
	font-family: "FontAwesome";
	content: "\f105";
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec1 .wvi-pager{
	margin-top: 4.64%;/*71*/
}
.sec1 .jp-invisible{
	visibility: visible !important;
}

@media only screen and (min-width:1024px){	
	.sec1 li:hover,.sec1 .swiper-slide:hover{
		color: #003a8c;
	}
	.sec1 li:hover .line::before,.sec1 .swiper-slide:hover .line::before{
		width: 100%;
	}
	.sec1 .more:hover .arrow{
		background-color: #f5aa19;
	}
	.sec1 .more:hover .arrow::before{
		color: #fff;
	}
}

@media only screen and (max-width:1024px){
	.sec1{
		padding: 0 0 10%;/*90 0 180*/
	}
	.sec1 ul:nth-child(even){
		border-bottom: 1px solid rgba(0,58,140,0.1);
	}
	.sec1 ul::after{
		width: 100%;
	}
	.sec1 li{
		width: 100%;
		border-bottom: 1px solid rgba(0,58,140,0.1);
		padding: 6% 0;
	}

	.sec1 .swiper-slide{
		width: 70%;
		padding: 10% 0;
	}
	.sec1 li:last-child{
		border-bottom: 0 none;
	}
	.sec1 p{
		margin-bottom: 5%;
		font-size: 1.0625em;
	}
	.sec1 .line{
		display: none;
	}
	.sec1 .wvi-pager{
		display: none;
	}

}