body{
	background-color: #f5f5f5;
}
.banner{
	position: relative;
}
.banner .text{
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	text-align: center;
}
.banner h5{
	font-size: 66px;
	font-weight: bold;
	color: #fff;
}
.banner p{
	font-size: 16px;
	color: #fff;
	margin-top: 1.8125em;
}


.sec1{
	padding: 3.4% 0 8.4%;
}
#list{
	background-color: #fff;
}
#list li{
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
#list li:nth-child(3n){
	border-right: 1px solid #fff;
}
#list li:nth-child(9n),#list li:nth-child(9n-1),#list li:nth-child(9n-2){
	border-bottom: 0 none;
}
#list a{
	display: block;
	border: 3px solid #fff;
	padding: 8.66% 11.6% 12.6%;
}
#list a:hover{
	border-color: #00437c;
}
#list .year{
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
#list a:hover .year{
	color: #00437c;
}
#list h5{
	font-size: 20px;
	color: #222;
	font-weight: normal;
	height: 1em;
	margin: 1em 0;
}
#list a:hover h5{
	color: #00437c;
}
#list .date{
	font-size: 16px;
	color: #666;
}
#list p{
	height: 5.625em;
	font-size: 16px;
	color: #666;
	line-height: 1.875;
	margin: 1.25em 0 2.125em;
}
#list .img{
	width: 100%;
}

@media only screen and (max-width:1024px){
	.banner h5{
		font-size: 2rem;
	}
	.banner p{
		font-size: 0.625rem;
	}


	.sec1{
		padding: 2rem 0 3rem;
	}
	#list li{
		width: 50%;
	}
	#list li:nth-child(3n){
		border-right: 1px solid #e8e8e8;
	}
	#list li:nth-child(9n),#list li:nth-child(9n-1),#list li:nth-child(9n-2){
		border-bottom: 1px solid #e8e8e8;
	}
	#list li:nth-child(2n){
		border-right: 1px solid #fff;
	}
	#list li:nth-child(8n),#list li:nth-child(8n-1){
		border-bottom: 0 none;
	}
	#list a{
		border: 0 none;
		padding: 10%;
	}
	#list .year{
		font-size: 0.6875rem;
	}
	#list a:hover .year{
		color: #666;
	}
	#list h5{
		font-size: 0.75rem;
	}
	#list a:hover h5{
		color: #222;
	}
	#list .date{
		font-size: 0.625rem;
	}
	#list p{
		margin: 1.25em 0;
		font-size: 0.625rem;
	}
}