@charset "utf-8";
/*
Author：张浩华
Date：2011.11.25 0:12
Version：SimpleTree 1.0
*/
.gl_left {
    width: 240px;
    float: left;
    border: 1px solid #ccc;
    min-height: 920px;
}
.gl_right {
    float: right;
width: 818px;
}
.gl_tit {
    text-align: center;
    border-bottom: 2px solid #62adf1 !important;
    line-height: 58px;
	background: none !important;
    padding: 0px !important;
}
.gl_tit a {
    font-size: 24px;
    color: #3080c5;
}
.w25 {
    height: 25px;
    clear: both;
}
.st_tree{/*padding:10px;*/}
/* 超链接 */
.st_tree a{text-decoration:none;}
/* 鼠标经过的超链接 */
/*.st_tree a:hover{color:#f33;text-decoration:underline;}*/
/* 菜单 */
.st_tree ul{/*padding:0 18px;margin:0;*/}
/* 菜单项 */
.st_tree ul li{font-size:13px;color:#222;line-height:54px;cursor:pointer;list-style:none; background:url(../images/16gl_li.png) 26px center no-repeat;
background-repeat:no-repeat;/*padding:0 0 3px 20px;*/border-bottom:1px solid #ccc;padding-left:44px;}
.st_tree ul li a{font-size:18px;}
.st_tree ul li:hover a{ color:#1a84cf; font-weight:bold;}
.st_tree ul li:hover{background:url(../images/16gl_li_hover.png) 26px center no-repeat; background-color:#dfefff;}
.st_tree  .tree_cur{background:url(../images/16gl_li_hover.png) 26px center no-repeat; background-color:#dfefff;}
.st_tree  .tree_cur a{color:#1a84cf; font-weight:bold;}

.tree_two{border-bottom:1px solid #ccc; padding:0 0 0 22px;}
.st_tree .tree_two li{ border:none; line-height:35px; }
.st_tree .tree_two li a{ font-size:16px; }
.st_tree .tree_two li:hover{ background:url(../images/16gl_la.png) 10px center no-repeat;}
.st_tree .tree_two li:hover a{font-size:16px;color:#1a84cf;font-weight:bold;}
.st_tree .tree_two .tree_two_cur{background:url(../images/16gl_la.png) 10px center no-repeat;}
.st_tree .tree_two .tree_two_cur a{font-size:16px;color:#1a84cf;font-weight:bold;}

.st_tree2 .qlml_list li a{font-size:16px; font-weight:bold;}
.st_tree2 .qlml_list .qlml_sub{}
.st_tree2 .qlml_list .qlml_sub a{font-size:14px; font-weight:normal;}
.st_tree2 .qlml_list .qlml_sub .qlml_two{ font-weight:bold;}



/* 子菜单 */
.st_tree ul li ul{}
/* 子菜单项 */
.st_tree ul li ul li{}
/* 子菜单的父节点 */
.st_tree .folder{/*list-style-image:url(../images/gl_li.png);*/ background:url(../images/16gl_li.png) 26px center no-repeat;}
/* 展开的父节点 */
.st_tree .open{/*list-style-image:url(../images/imgs/st_icon_open.png);*/background:url(../images/16gl_li2.png) center no-repeat;}

.st_tree2 .folder{/*list-style-image:url(../images/gl_li.png);*/ background:url(../images/16qlml_icon2.png) left center no-repeat;}
/* 展开的父节点 */
.st_tree2 .open{/*list-style-image:url(../images/imgs/st_icon_open.png);*/background:url(../images/16qlml_icon1.png) left center no-repeat;}


.gl_list_jie{ /*padding-bottom:16px;  padding-top:20px;*/border-bottom:1px dashed #ccc;   /* height: 107px;*/}
.gl_list_jie img{ float:left; width:160px; height:100px;}
.gl_font{ /*float:right;*/}
.gl_font h1{ padding-bottom:10px;    background: none !important;    border-bottom: none !important; float: left; }
.gl_font h1 a{ font-size:18px;}
.gl_font p{ color:#999;/* line-height:24px;    height: 48px;*/    float: right;padding: 10px 0 10px 26px;}
.gl_font h1:hover a{color:#de4c4c;}