.cy-logo{
    width:58%;margin:25px 0 18px 6.25%;
}
.box {
	border-top: 1px solid #e5e5e5;
}
.top_con {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 14px;
	line-height: 24px;
	color: #3e3e3e;
}
.top_con h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #b90900;
}

.content {
	text-align: center;
}
.content:nth-child(2n) {
	background: #f2f2f2;
	padding: 10px 0;
}
.content h2 {
	margin: 20px 0;
	font-size: 18px;
	color: #b90900;
}
.content ul {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto 30px;
}
.content ul li {
	margin: 2vw 0;
	width: 26vw;
	height: 26vw;
	border: 1px solid #e5e5e5;
	background: #f2f2f2;
	color: #272727;
	font-size: 13px;
}
.content ul li img {
	width: 10vw;
	margin: 4vw 0 2vw;
}