.aboutus-box {
	width: 100%;
	padding-bottom: 30px;
}

.aboutus-menu-box {
	height: 29px;
	border-bottom: 1px solid #ff0009;
	margin-top: 50px;
}

.aboutus-menu-box a {
	padding: 8px 24px;
	font-size: 16px;
	color: #333;
	margin: 0 10px;
}

.aboutus-menu-box a.active {
	color: #fff;
	background-color: #ff0009;
}

.aboutus-content-item {
	display: none;
}

.aboutus-content-item.active {
	display: block;
}

.aboutus-content {
	margin: 20px 0;
}

.aboutus-content p {
	line-height: 2em;
	padding: 20px 0;
	font-size: 15px;
	color: $color-7;
	text-indent: 2em;
}

.aboutus-content-title,
.aboutus-content-subtitle,
.aboutus-content-third-title {
	margin: 20px 0;
	line-height: 2em;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
}

.aboutus-content-img {
	margin: 20px auto;
	_width: 100%;
	max-width: 100%;
	display: block;
}

.aboutus-regular-content {
	font-size: 14px;
	line-height: 2em;
	color: $color-7;
}

.aboutus-regular-content b {
	color: #333333;
}

.aboutus-friends-list {
	padding: 40px 120px;
}

.aboutus-friends-item {
	width: 33.33%;
	float: left;
	margin-bottom: 40px;
}

.aboutus-friends-img {
	//width: 60%;
	//width: 215px;
	//height: 123px;
	width: 272px;
	height: 60px;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
}

.aboutus-friends-img img {
	//width: 215px;
	//height: 123px;
	width: 272px;
	height: 60px;
}

.aboutus-friends-company {
	padding: 20px 0;
	color: #333333;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
}

.aboutus-law-item {
	border-bottom: 1px dashed #e5e5e5;
}

.aboutus-law-title,
.aboutus-law-date,
.aboutus-law-info {
	line-height: 2em;
}

.aboutus-law-date {
	font-size: 14px;
}

.aboutus-law-info {
	font-size: 15px;
	margin-top: 1em;
	@include text-ellipsis(3);
}

.aboutus-law-item {
	border-bottom: 1px dashed #e5e5e5;
}

/* newscenter_detail page */
.newscenter-detail {
	padding: 36px 32px;
	border: 1px solid #e9e9e9;
}

.newscenter-detail-title {
	margin-bottom: 40px;
	font-size: 22px;
	color: #333333;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
}

.newscenter-detail-main {
	font-size: 15px;
	color: $color-7;
	line-height: 2em;
}
