﻿.detaImgs,
.about_box {
	width: 100%;
	background-color: #f8f8f8;
	padding: 60px 0;
}

.about_box .aboutDe h3,
.goalsBox h3,
.honorBox h3,
.shouHbox h3,
.result_title h3 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}

.about_box .aboutDe h3:after,
.goalsBox h3:after,
.honorBox h3:after,
.shouHbox h3:after,
.result_title h3:after {
	content: '';
	display: block;
	width: 36px;
	height: 2px;
	background-color: #004ea3;
	margin: 15px auto 0;
}

.about_box .aboutDe .about_desc p {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #333333;
}

/* more */
.look_more {
	margin-top: 45px;
}

.look_more a {
	width: 115px;
	height: 34px;
	display: block;
	margin: auto;
	text-align: center;
	line-height: 34px;
	background-color: #004ea3;
	border-radius: 3px;
	font-size: 14px;
	color: #FFFFFF;
}

@media screen and (max-width:980px) {

	.about_box .aboutDe h3,
	.goalsBox h3,
	.honorBox h3,
	.shouHbox h3,
	.result_title h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

}
