.about-outer {
	padding: 58px 0;
}
.about-menu-wrap {
	width: 15%;
}
.about-main-container {
	width: 100%;
}
.about-title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	padding-left: 20px;
	background-color: #f5f6f7;
}
.about-menu {
	width: 100%;
}
.about-menu li {
	border: 1px solid #e6e6e6;
	border-top: none;
}
.about-menu li:first-child {
	border-top: 1px solid #e6e6e6;
}
.about-menu a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	color: #333;
	font-size: 14px;
}
.about-menu a:hover {
	color: #059fff;
}
.news-item-children {
	margin-left: 4px;
}
/* 菜单高亮 */
.about-index .menu-item-about,
.about-course .menu-item-course,
.about-news .menu-item-news>a,
.about-join .menu-item-join,
.about-contact .menu-item-contact,
.about-law .menu-item-law,
.about-links .menu-item-links {
	border-left: 5px solid #059fff;
}
.about-news-high-light .about-high-item{
	color: #059fff;
}
.about-index .menu-item-about a,
.about-course .menu-item-course a,
.about-news .menu-item-news>a,
.about-join .menu-item-join a,
.about-contact .menu-item-contact a,
.about-law .menu-item-law a,
.about-links .menu-item-links a {
	color: #059fff;
}
/* end */
.part-banner {
	padding-top: 48px;
	text-align: center;
	color: #fff;
	box-shadow: 0 2px 16px rgba(0,128,255,0.52);
}
.banner-title {
	margin-bottom: 20px;
	height: 32px;
	line-height: 32px;
	font-size: 32px;
	font-weight: normal;
}
.banner-sub-title{
	font-size: 16px;
}
/*菜单*/
.news-list-trigger {
	position: relative;
}
.news-list-trigger:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 7px;
	background: url(img/news_arrow_icons.png) no-repeat 0 0;
	top: 50%;
	right: 10%;
	margin-top: -3px;
}
.news-list-trigger:hover:after {
	background-position: 0 -10px;
}
.menu-item-news.new-spread .news-list-trigger {
	color: #059fff;
}
.menu-item-news.new-spread .news-list-trigger:after {
	background-position: 0 -20px;
}
.news-list-menu {
	display: none;
}
.news-list-menu li {
	border: none;
}
.news-list-menu li a {
	height: 40px;
	line-height: 40px;
}

 .news-list-menu {
	display: none;
}
.new-spread .news-list-menu {
	display: block;
}
.about-news .news-list-menu {
	display: block;
}
.about-news .new-spread .news-list-menu {
	display: none;
}
/*banner以外样式*/
/*段落标题*/
.border-bottom-1 {
	border-bottom: 1px solid #e6e6e6;
}
.ab-part-title {
	margin: 34px 0;
	padding-left: 20px;
	height: 24px;
	border-left: 6px solid #059fff;
	line-height: 24px;
	font-size: 18px;
	text-align: left;
	color: #059fff;
}
