#wrap{
	background-color: #f6f7f8;
}
.sec1{
	font-size: 16px;
}
.sec1 .inner{
	padding: 5.2% 0;
}
.sec1 li{
	margin-bottom: 3%;
}
.sec1 h5{
	font-size: 1.25em;
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 1.5%;
}
.sec1 p{
	font-size: 1.125em;
	color: rgba(0,0,0,0.5);
	line-height: 1.5;
	max-height: 3em;
}


@media only screen and (min-width:1024px){
	.sec1 a:hover h5{
		color: #0c67ba;
	}
	.sec1 a:hover p{
		color: #0c67ba;
	}
}


@media only screen and (max-width:1366px){
	.sec1{
		font-size: 14px;
	}
}

@media only screen and (max-width:1024px){
	.sec1{
		font-size: 0.625rem;
	}
	.sec1 .inner{
		padding: 10% 0;
	}
	.sec1 li{
		margin-bottom: 1.25rem;
	}


}