
aside {
	min-height: 1070px;
}
aside.right {
	margin-left: auto;
}

a:hover {
	text-decoration: none;
}
.bg-red {
	background-image: url(../image/bg-red.jpg);
}
.bg-orange {
	background-image: url(../image/bg-orange.jpg);
}
.bg-yellow {
	background-image: url(../image/bg-yellow.jpg);
}
.bg-green {
	background-image: url(../image/bg-green.jpg);
}
.bg-cyan {
	background-image: url(../image/bg-cyan.jpg);
}
.bg-blue {
	background-image: url(../image/bg-blue.jpg);
}
.bg-purple {
	background-image: url(../image/bg-purple.jpg);
}
.bg-pink {
	background-image: url(../image/bg-pink.jpg);
}
.bg-black {
	background-image: url(../image/bg-black.jpg);
}
.body {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 60px;
}
.xypg-left-title {
    background: #1766b2;
    padding: 11px 19px;
    position: relative;
    margin-bottom: 16px;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 1000px) {
	body {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	body {
		padding: 10px;
	}
	aside {
		width: auto;
	}
}