@charset "utf-8";
/* CSS Document */

/*二级页面通用布局*/
.current-location{
	float: right;
    font-size: 14px;
    line-height: 36px;
}
.content-top{
	/*margin-top: 36px;*/
}
.sidebar{
	float: left;
	width: 188px;
}
.about{
	background: url(../images/topbg.png) no-repeat;
	width: 188px;
	height: 88px;
	line-height: 88px;
	font-size: 20px;
	color: #fff;
	font-family: "microsoft yahei";
	font-weight: bold;
	text-align: center;
	padding-bottom: 22px;
}
.about-side{
	
}
.about-side li{
	width: 188px;
    height: 50px;
    background: #fff;
    text-align: center;
    margin-bottom: 4px;
    position: relative;
}
.about-side li a{
	display: block;
	line-height: 50px;
	position: relative;
}
.about-side li a em{
	vertical-align: middle;
	width: 4px;
	height: 16px;
	background: #CC0000;
	/*position: absolute;*/
    top: 19px;
    /*margin-left: -15px;*/
    display: none;
}
.about-side li a span{
	font-size: 16px;
	vertical-align: middle;
	color: #000000;
}
.about-side li a:hover{
	color: #cc0000;
}
.curren em{
	display: inline-block !important;
margin-left: -16px;
margin-right: 10px;
}
.curren span{
	color: #cc0000 !important;
font-weight: bold;
}
/*侧边栏二级*/
.about-ment{
	width: 188px;
	/* height: 162px; */
	background: #DDE3E6;
	display: block;
	margin-top: -4px;
	margin-bottom: 5px;
}
.about-ment ul{
	padding-top: 5px;
}
.about-ment li{
	background: #DDE3E6;
	line-height: 55px;
}
.about-ment li a{
	font-size: 14px;
}
.about-ment li a:hover{
	color: #FF0000;
}


/*右侧*/
.principal{
	float: right;
	width: 910px;
	background: #fff;
	margin-bottom: 50px;
}
.major{
	width: 820px;
	margin: 0 auto;
	padding-top: 25px;
}
.toptitle{
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
}
.voide-content{
	position: relative;
}
.voide-content strong {
    font-size: inherit;
    color: inherit;
}
.voide-content h2{
	font-size: 18px;
	text-align: center;
	padding: 44px 0 20px 0;
}
.voide-content object{
	display: block;
	margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}
.voide-content embed {
	display: block;
	margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}
.voide-content p{
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 25px;
	/*text-indent: 2em;*/
	text-justify: inter-ideograph;
}
.voide-content font{
font-size: 16px;
}
.voide-content b{
font-size: 16px;
}
.voide-content em{
	position: absolute;
	background: url(/img/voidebg.png) no-repeat;
	width: 122px;
	height: 122px;
	left: 610px;
	top: 280px;
	z-index: 1;
}
.background{
   background: #e4e2e3;
}
.footer {
    /* padding: 30px 0; */

    margin-top: 0;
}
.current-location a{
    color: #000000;
}
