.other {
	margin-bottom: 25px
}

.sidebar {
	float: left;
	width: 206px
}

.sidebar li {
	float: left;
	position: relative;
	width: 100%;
	line-height: 45px;
	border-bottom: 1px dashed #eaeaea;
	font-size: 14px
}

.sidebar li a {
	display: block;
	height: 45px;
	padding-left: 36px;
	color: #333
}

.sidebar li .block {
	display: none;
	position: absolute;
	top: -1px;
	left: -4px;
	width: 4px;
	height: 47px;
	background: #f60
}

.sidebar li.last {
	border-bottom: none
}

.sidebar li.active a {
	background-color: #fafafa;
	color: #f60
}

.sidebar li.active .block {
	display: block
}

.sidebar li:hover a {
	background-color: #fafafa
}

.sidebar .sub-aside {
	display: none;
	border-top: 1px dashed #eaeaea;
	padding: 5px 0
}

.sidebar .sub-aside dd a {
	color: #999;
	height: 32px;
	line-height: 32px;
	background-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	padding-right: 10px
}

.sidebar .sub-aside dd a:hover,.sidebar .sub-aside dd a.selected {
	color: #f60
}

.content {
	float: right;
	width: 970px;
	min-height: 450px;
	_height: 450px;
	padding: 20px 20px 35px 20px
}

.content h2 {
	padding-left: 17px;
	margin-bottom: 25px;
	border-left: 3px solid #f60;
	color: #333
}

.content h3 {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	color: #333
}

.content p {
	line-height: 32px
}

.content ol {
	padding-left: 25px
}

.content ol li {
	margin-bottom: 8px;
	line-height: 32px;
	list-style-type: decimal
}

.content ol li li {
	margin: 0;
	list-style-type: upper-alpha
}

.content .inner {
	padding: 0 20px;
	font-size: 14px
}

.content .line {
	margin-bottom: 25px
}

.content .highlight {
	color: #f60
}

.content .indent {
	text-indent: 2em
}

.content .empty {
	text-align: center;
	color: #ccc
}

.content .inline-link {
	display: inline-block;
	margin-right: 15px;
	cursor: pointer
}

.content .video-list {
	padding-top: 15px
}

.content a.anchor {
	display: inline-block;
	padding: 4px 15px;
	margin-right: 8px;
	background-color: #f5f5f5;
	border-radius: 2px;
	color: #666;
	line-height: 1em
}

.content a.anchor:hover {
	background-color: #f60;
	color: #fff
}

.content a.mailto {
	display: inline-block;
	margin-right: 15px
}

.content .map dl {
	position: relative;
	padding-left: 80px
}

.content .map dt {
	position: absolute;
	top: 7px;
	left: 0;
	color: #333
}

.content .map dl a:hover {
	color: #f60
}

.content .map dt a {
	color: #333
}

.content .map dd a {
	display: inline-block;
	margin: 7px 15px 7px 0;
	color: #666
}

.content .news-list {
	width: 100%
}

.content .news-list li {
	margin-bottom: 10px;
	list-style-type: square;
	font-size: 14px;
	color: #ccc
}

.content .news-list a {
	color: #666
}

.content .news-list a:hover {
	color: #f60
}

.content .news-title {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-left: none;
	border-bottom: 1px solid #eaeaea;
	text-align: center
}

.content .news-title-vice {
	width: 100%;
	text-align: center
}

.content .news-cont {
	padding: 20px 0 35px 0
}

.content .news-cont p {
	margin-bottom: 8px
}

.content .address {
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #eaeaea;
	line-height: 24px;
	overflow: hidden
}

.content .address .name {
	float: left;
	width: 130px;
	font-weight: bold
}

.content .address .addr {
	float: left
}

.content .address .addr dl {
	width: 100%;
	overflow: hidden
}

.content .address .addr dt,.content .address .addr dd {
	float: left
}

.content .address .addr li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #eaeaea
}

.content .address .addr li.last {
	margin: 0;
	padding: 0;
	border: none
}

.content table.honor {
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea
}

.content table.honor th,.content table.honor td {
	padding: 12px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea
}

.content table.honor th {
	background-color: #f5f5f5
}

.content table.honor td {
	line-height: 24px
}

.content table.honor tr:nth-child(2n) {
	background-color: #fefefe
}

@media screen and (max-width:1170px) {
	.content {
		width: 720px
	}

	.content img {
		max-width: 100%
	}
}