.g-hd {
	padding: 5% 0 5.5%;
	text-align: center
}

.g-hd h3 {
	font-size: 28px;
	color: #333
}

.g-hd p {
	margin-top: 10px;
	font-size: 14px;
	color: #888
}

.g-hd2 {
	padding: 5% 0 3.5%;
	text-align: center
}

.g-hd2 h3 {
	font-size: 30px;
	color: #333
}

.g-hd2 p {
	margin-top: 10px;
	font-size: 14px;
	color: #888
}

.g-hd3 {
	padding-top: 3%;
	margin-bottom: 0.5%;
	border-bottom: 1px solid #ccc;
	text-align: center
}

.g-hd3 .box {
	display: inline-block
}

.g-hd3 h4 {
	margin-bottom: 8px;
	font-size: 28px;
	letter-spacing: 2px;
	color: #0d2040
}

.g-hd3 .t2 {
	font-size: 14px;
	letter-spacing: 0;
	color: #5f5f5f
}

.g-hd3 .hr {
	margin-bottom: -5px;
	position: relative;
	margin-left: 18px;
	width: 65px;
	height: 10px
}

.g-hd3 .hr::before,
.g-hd3 .hr::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #9d0208
}

.g-hd3 .hr::before {
	width: 10px;
	height: 10px;
	border-radius: 50%
}

.g-hd3 .hr::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #9d0208
}

.wrapper {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden
}

.g-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #ddd
}

.g-title h4 {
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom: 3px solid #a00c0c
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: centere;
	-ms-flex-align: centere;
	align-items: centere;
	font-size: 14px;
	color: #666
}

.breadcrumbs i {
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 15px;
	background: url(../images/icon_05.png) no-repeat center;
	background-size: cover
}

.breadcrumbs ul li {
	display: inline-block
}

.breadcrumbs ul li:hover {
	color: #a00c0c
}

.breadcrumbs ul li::after {
	content: '>';
	margin: 0 5px;
	display: inline-block;
	font-size: 14px
}

.breadcrumbs ul li:last-child::after {
	display: none
}

.g-pages {
	margin: 45px 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	color: #000
}

.g-pages a {
	margin-right: 6px;
	display: inline-block;
	padding: 0 20px;
	line-height: 40px;
	background: #fff;
	font-size: 16px;
	color: #555;
	border: solid 1px #ddd
}

.g-pages a.on,
.g-pages a:hover {
	background: #a00c0c;
	color: #fff
}

.g-more a {
	display: block;
	width: 80px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #9c0308;
	-webkit-transition: all .3s;
	transition: all .3s
}

.g-more a:hover {
	background: #f00
}
