@charset "utf-8";

#rolin div,ul,li,h2{
	margin: 0;
	padding: 0;

}

li {
	list-style: none;
}

.rolinlist {
	background: #ffffff;
	width: 180px;
	height: auto;
	text-align: right;
}

.rolinlist li {
	margin-bottom: 1px;
}

/*
 * menu 样式
 */
.menuh2 {
	margin:0;
	padding:0;
	font-family:"Arial","Times New Roman";
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px solid #bac4ce;
	width: 180px;
	height: auto;
	background: #fff;
	line-height: 24px;
	cursor: pointer;
	color: #6a6f75;
}

.content {

	width: 180px;
}

/*
 * 二级菜单样式
 */
.submenu {
	cursor:hand;
	font-size: 12px;
	font-family:"Arial","Times New Roman";
	height: auto;
	line-height:20px;
	color: #9f9f9f;
	text-align:right;
	border-bottom: 1px dotted #dadada;
}
.submenu_en {
	cursor:hand;
	font-size: 12px;
	font-family:"Arial","Times New Roman";
	/*height: 40px;*/
	line-height:20px;
	color: #9f9f9f;
	text-align:right;
	border-bottom: 1px dotted #dadada;
}

.menuh2 a {
	color: #6a6f75;
	text-decoration: none; /*设置超链接不带下划线*/
}
.current a{
	color: #ffffff;
}
.content a {
	color: #6987AB;
	text-decoration: none; /*设置超链接不带下划线*/
}

.menu-li-h {
	color:#fff;
	background-image:url(../images/treebg.jpg);
	border-bottom:1px solid #bac4ce;
}
 .menu-li-h-l {
	color:#fff;
	background-image:url(../ji_tuan/images/treebg2.jpg);
	border-bottom:1px solid #bac4ce;
}
.menu-li-h2 {
	color:#fff;
	background-image:url(../images/treebg2.jpg);
	border-bottom:1px solid #bac4ce;
}
