
body{background:#f8f8f8;font:12px/1.5 'Microsoft Yahei','微软雅黑',Arial,sans-serif;margin:0px; padding:0px; color:#333;
overflow-x:hidden;}
div{margin:0 auto; padding:0;}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p{margin:0; padding:0; border:none; list-style-type:none;}
a{ color:#666;text-decoration:none;}
a:hover{ color:#0072c1;}
.clearboth{
clear:both;
}

/* top */
#top{
  background-color:#0068b9;
  box-shadow:0 1px 5px 0 rgba(70,70,70,.392);
  position: relative;
  z-index: 999;
}
.top1 {
height:50px;
position:relative;
overflow:hidden;
}
.fist{
	color: rgba(255, 255, 255, 0.9);
	text-decoration:none;
	display:block;
	line-height:32px;
	margin-bottom:  10px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.fist.current p{
	background: #091ba1;
}
.fist p{
	text-align: center;
	font-size: 16px;
	background: #03b3b2;
	color: #fff;
}
.fist i{
	padding-right: 15px;
}
.fist dd{
	display: none!important;
}
.fist.current dd{
	display: block!important;
}



#tags_update{position:absolute;right:58px;bottom:1px;}
.top2{position:relative;}
#logo{
position:absolute;left:0px;top:0px;

overflow:hidden;
display:block;
_display:inline;
margin-left:8px;
height:40px;

font-size:16px;
padding-left:15px;
color:#fff;
font-family: "微软雅黑";
z-index:99;
}

#logo span{
	display: inline-block;
	padding: 0 10px;
	background: #091ba1;
	color: #fff;
	font-size: 12px;
	line-height:20px;
	margin-left: 3px;
	border-radius: 10px;
}

.top2 .right{
width:380px;
position:absolute;right:0px;top:0px;
height:30px;
text-align:center;
line-height:30px;
margin-right:20px;
margin-top:6px;
z-index:99;
}
.top2 .right{
	color:#fff;
	font-family:arial,"微软雅黑";
}
.top2 .right a{color:#fff;}
.top2 .right a:hover{text-decoration:none;color:#f39c11;}
.top2 .right .username{
color:#f39c11;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#navs{
position:relative;
color:#fff;
line-height:40px;
float: left;
}
#navs ul { 
padding:0px;
margin:0px;
height:40px;
display:block;
list-style:none;
padding-left:145px;
}
#navs li {float:left;}
#navs li a{
width:110px;
height:40px;
text-align:center;
display:block;
line-height:40px;
font-size:14px;
color:#fff;
}
#navs li a:hover{background:#0073aa;text-decoration: none;}
#navs li.current a{
background:#0073aa;
text-decoration: none;
color:#fff;
}

#header h1 { position:absolute; left:18px; top:18px; width:215px; height:32px; text-indent:-999em; background:url(../images/logo.png) no-repeat;}
#header ul { margin-left:277px; padding-top:40px;}
#header li { float:left; height:29px;margin-right:5px;  }
#header li a { float:left; padding:2px 18px 0; line-height:29px; font-size:14px; color:#222; background-position: right -34px;}
#header .current { background-position: 0 -68px}
#header .current a { background-position: right -102px}
#header p { position:absolute; right:12px; top:7px; *top:5px;}
#header p span, #header p a { float:left; margin:0 9px; *padding-top:2px;}
#header p .line { margin:0; padding:0; color:#ccc;}

.left_menu{position: relative;display:block;float: left;width: 160px;overflow: hidden;overflow-y:auto;background:#19203c;}
dl.menu {display:block;width:160px;}
.menu .fa-caret-right:before {font-size: 14px;}
dl.menu dt{ display:block; background:#f1f1f1; height:34px;line-height:34px; margin:0px; color:#333;font-size:14px;color:#535353;
font-weight:bold; text-indent:50px;margin-bottom:4px;}
dl.menu dd{ display:block; padding:0;border-bottom: 1px solid #232c55;position: relative;}
dl.menu dd a{ text-decoration:none;display:block;line-height:32px;padding-left:20px;color: rgba(255, 255, 255, 0.9);transition: all 0.3s ease 0s;}
dl.menu dd a:visited{color:rgba(255,255,255,.6);text-decoration: none;}
dl.menu dd a:hover{color:rgba(255,255,255,.9);background-color:#384e65;text-decoration: none;}
dl.menu dd a i{font-size: 14px;padding-right:15px;}
dl.menu dd a em{
	float: right;
	margin-right: 25px;
	margin-top:8px;
	background-color: #f39c11;
	font-weight: normal;
}
dl.menu dd.current a{background-color: #0073aa;color: rgba(255,255,255,1);}

#content{width:auto;display:block;}
.stretch {
	height: 30px;
    width: 100%;
    background: #283848;
    color: #aeb9c2;
    text-align: center;
    line-height: 30px !important;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
    -webkit-user-select: none;
    display: block;
}
.stretch i {
	transform: rotateZ(90deg);
}
.stretch i.change {
	transform: rotateZ(180deg);
}
.stretch:hover i {
	color: #fff;
}

.right_frame{margin-right:8px;overflow:hidden;_zoom:1;}
#main_frame{overflow: visible;}
#message-notice{
	position: fixed;
	top:-40px;
	left:45px;
	line-height: 40px;
	z-index: 9999;
}
#message-notice i{
	font-size: 14px;
	color:#283848;
	padding-right: 5px;
}
#message-notice span{
	display: inline-block;
	color:rgba(255,255,255,.9);
	background-color: #283848;
	padding:0px 15px;
	line-height: 40px;
	border-radius: 3px;
	transition: all 1s ease 0s;
}

