/* basic */
*{
	margin: 0px;
	padding: 0px;
}

body{
	color:#333333;
	background: transparent;
	text-align: center;
	font: 12px/120% 宋体,Verdana,Arial,sans-serif;
}

a{
	color: #2f468f;
	text-decoration: none;
	background-color: transparent;
}

a:hover{
	color: #ff6600;
}

span{
	line-height: 120%;
}

p{
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6{
	font-size: 16px;
	line-height: 150%;
}
.font14{ font-size:14px;}
img{
	border: 0px;
}

div{
	text-align: left;
}

hr{
	height: 1px;
	border: 1px solid #a3bee8;
	clear: both;
	margin: 5px 0px;
}

ul{
	list-style: none;
	clear: both;
	text-align: left;
}

li{
	line-height: 150%;list-style: none;
}
.ultop li.img{list-style-type:none; background:none;padding-left:3px;}
a.img:hover{text-decoration : none; position : relative; top : 1px; left : 1px;}

.bo{padding:2px 2px 3px 0px;float:left;}
.il{display:inline;}
/* table */
table{
	text-align: left; 
	font: 12px/120% 宋体,Verdana,Arial,sans-serif;
}

table td{
}

table.fix{
	table-layout: fixed;
}

table.fix td{
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

table.grid{
	border-collapse: collapse;
	border: 1px solid #a3bee8;
	padding: 3px;
	margin: auto;
}

table.grid caption, .gridtop{
	border: 1px solid #a3bee8;
	background: #e9f1f8;
	vertical-align: middle; 
	text-align: center;
	padding: 3px;
	color:#054e86;
	font-weight: bold;
	font-size: 14px;
	margin: auto;
}

table.grid th, .head{
	border: 1px solid #a3bee8;
	background: #f0f7ff;
	color:#054e86;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}

table.grid td{
	border: 1px solid #a3bee8;
	padding: 3px;
	background-color: #ffffff !important; 
}

table.hide, table.hide th, table.hide td{
	border: 0;
}

/* table add-ons */

.title{
	background: #e9f1f8;
	text-align: center;
	padding: 3px;
	color:#054e86;
	font-weight: bold;
	font-size: 14px;
}

.even{
	background: #ffffff; 
	padding: 3px;
}

.odd{
	background: #ffffff; 
	padding: 3px;
}

.foot{
	background: #f0f7ff; 
	padding: 3px; 
	text-align: center;
}

.bottom{
	height: 9px;
	background: #b7b785; 
}


/* form */

form{}

input{}

.text{
	border: 1px solid #a3bee8; 
	background: #ffffff;
	color: #054e86;
	height: 20px;
}

.textarea{
	border: 1px solid #a3bee8; 
	background: #ffffff;
	color: #054e86; 
}

.button{
		background: #ddf2ff;
		border: 1px solid #a3bee8; 
		height: 20px;
		padding: 2px 0px 0px 0px;
}

.checkbox, .radio{border-width: 0px;}

.select{height: 21px;}

/* structure */

#wrapper{}

#left{
	float: left;
	width: 185px;
	margin-right:6px;
}

#right{
	float: right;
	width: 185px;
}

#centers{
	float: left;
	width: 578px;
}

#centerm{
	float: left;
	width: 768px;
}

#centerl{
	float: left;
	width: 960px;
}

#cleft{
	float: left;
	width: 475px;
}

#cright{
	float: right;
	width: 475px;
}

#content{

}

.main{
	width: 960px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.m_top{
	background: #f6f6f6;
	border-top: 3px solid #a9c9e2;
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 0px;
	margin-bottom: 3px;
	height: 15px;
}

.m_head{
	height: 60px;
	margin-bottom: 3px;
}

.h_logo{
	float:left;
	width:180px;
}

.h_banner{
	float:left;
}

.h_link{
	float:right;
	width:90px;
	padding-top:6px;
}

.m_menu{
	background:#55a0ff;
	height:22px;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	padding-top:3px;
	margin-bottom:3px;
        background:url("/images/bg_t2.gif")
}

.m_foot{
	background:#f6f6f6;
	border:1px solid #e4e4e4;
	text-align:center;
	padding: 5px 0px;
	margin-top:3px;
	margin-bottom:10px;
}

.block{
	border: 1px solid #a3bee8;
	margin-bottom: 5px;
}
.booko{
	width:33%;
        float:left;
       padding-right: 3px;
        
   }     
        
.blocktitle{
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #a3bee8;
	font-weight: bold;
	font-size: 14px;
	background: #e9f1f8;
	color: #054e86; 
	height: 26px; 
	line-height: 26px; 
	padding-left: 10px;
        
        
}
.bt{
	
	font-weight: bold;
	font-size: 14px;
	color: #054e86; 
	height: 26px; 
	line-height: 26px; 
	padding-left: 50px;
        background:url("/images/bg_t1.gif");
        
        
        
}
.bc{
	padding: 10px;
        border-right: 1px solid #a3bee8;
	border-left: 1px solid #a3bee8;
        width:93%;
        background: #FFFFF7;

        
        
}
.bc1{
	padding: 10px;
        border-right: 1px solid #a3bee8;
	border-left: 1px solid #a3bee8;
        border-bottom: 1px solid #a3bee8;
        background: #FFFFF7;
        width:93%;
        
        
        
}
.blockcontent{
	padding: 3px;
        
        
}

.blocknote{
	border-top: 1px solid #a3bee8;
	padding: 3px;
	text-align: center;
	background: #f0f7ff;
	line-height: 150%;
}

.blocktitle span{
	position: relative;
	bottom: -5px;
	border-top: 1px solid #a3bee8;
	border-left: 1px solid #a3bee8;
	border-right: 1px solid #a3bee8;
	background: #ffffff;
	padding: 3px 6px 3px 6px;
	color: #c42205;
	height: 22px;
	line-height: 22px; 
        
               
}

#left .block{
	background: #e9f1f8;
	padding: 2px;
}

#left .blocktitle{
	border: 0px;
	padding: 0px;
	line-height: 24px; 
	text-align: center;
}

#left .blockcontent{
	border: 1px solid #d8e4ef;
	background: #ffffff;
}

/* custom */

.ultop li{list-style: decimal inside; margin: 3px 4px; border-bottom: 1px solid #d8e4ef; color: #1b74bc;}
.ultop li a{color: #c42205;}
.ulitem li{list-style: none;line-height:19px;}
.ulrow li{padding:2px;}
.ulcenter li{text-align: center;}
.ulmul{overflow: hidden;}
.ulmul li{ line-height:21px;}

.fix, .lm{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:left;}
.cr{clear:right;}
.cb{clear:both; font-size:0px; height:0px;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.more{text-align: right;}

.c_navigation{}
.c_title{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 200%;
}
.c_head{
	line-height: 150%;
}
.c_content{
	font-size: 14px;
	line-height: 150%;
}
.c_foot{
	line-height: 150%; list-style:none
}
.c_label{
	font-weight: bold;
}
.c_value{
}

.c_row{}
.c_subject{}
.c_tag{}
.c_description{}
.c_note{}


/* attention */

.hottext, a.hottext{color: #ff0000;}
.poptext, a.poptext{color: #c42205;}
.notetext, a.notetext{color: #1979cc;}
.errortext, a.errortext{color: #ff0000;}

a.btnlink, a.btnlink:visited{color: #000000; background: #ddf2ff; border:1px solid #a3bee8; height:20px; padding: 2px 10px 0px 10px;}
a.btnlink:hover{background: #cccccc;}


/* interface */

.jieqiQuote, .jieqiCode, .jieqiNote{
	border: #000000 1px solid; 
	padding: 2px; 
	font-size: 12px; 
	color: #000000; 
	background-color: #a3bee8;
}

.divbox{
	border: 1px solid #a3bee8;
	margin-bottom: 3px;
	text-align: center;
}

.textbox{
	border: 1px solid #a3bee8;
	padding: 5px;
	margin: 3px;
	line-height: 150%;
}

.popbox{
	position:absolute;
	width:190px !important;
	height:110px !important;
	width:200px;
	height:120px;
	border: 1px solid #a3bee8;
	background: #f0f7ff;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	display:none;
	z-index:9999;
}

.ajaxtip{
	position:absolute;
	border: 1px solid #a3bee8;
	background: #f0f7ff;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	z-index:1000;
}

#tips {
	border: 1px solid #a3bee8;
	padding: 3px;
	display: none;
	background: #f0f7ff;
	position: absolute;
	z-index: 2000;
}

#dialog{
	position:absolute;
	top:0px;
	left:0px;
	border: 5px solid #8bcee4;
	background: #f1f5fa;
	font-size: 12px;
	line-height:120%;
	padding: 20px 10px 10px 10px;
	visibility: hidden;
}

#mask{
	position:absolute;
	top:0px;
	left:0px;
	background: #777777;
	filter: Alpha(opacity=30);
	opacity: 0.3;
}

.tablist ul{height:25px; margin:0px 0px 0px 10px; padding:0px;}
.tablist li{float:left; height:24px; list-style:none; margin-right:3px;}
.tablist li a{float:left; height:24px; line-height:24px; padding:0px 10px; display:block; background:#f0f7ff; text-decoration:none; color:#000000; border:1px solid #a3bee8; border-bottom:none; }
.tablist li a.selected{ background:#ffffff; height:25px; position:relative; margin-bottom:-1px;}
.tabcontent{clear:both; border:1px solid #a3bee8; padding:10px;}

.pages{
	padding: 5px 0px;
}
.pagelink{
	border: 1px solid #a3bee8;
	float: right;
	background: #f0f7ff;
	line-height:24px;
	padding:0;
}
.pagelink a, .pagelink strong, .pagelink em, .pagelink kbd, .pagelink a.first, .pagelink a.last, .pagelink a.prev, .pagelink a.next, .pagelink a.pgroup, .pagelink a.ngroup{
	float: left;
	padding: 0 6px;
}
.pagelink a:hover{background-color: #ffffff; }
.pagelink strong{font-weight: bold; color: #ff6600; background: #e9f1f8;}
.pagelink kbd{height:24px; border-left: 1px solid #a3bee8;}
.pagelink em{height:24px; border-right: 1px solid #a3bee8; font-style:normal;}
.pagelink input{border: 1px solid #a3bee8; color: #054e86; margin-top:1px; height: 18px;}

img.avatar{border: 0px;}
img.avatars{width: 48px; height: 48px; background:url("images/avatars_bg.gif") right bottom; padding:3px 7px 7px 3px; cursor:pointer;}
img.avatari{width: 16px; height: 16px; border: 1px solid #cccccc;margin-bottom:-3px;}
/* menu */

#jieqi_menu{
	line-height: 20px;
	list-style-type: none;
}
#jieqi_menu a{
	display: block;
	width: 60px;
	text-align: center;
}
#jieqi_menu a:link{
	color: #ffffff;
	text-decoration: none;
}
#jieqi_menu a:visited{
	color: #ffffff;
	text-decoration: none;
}
#jieqi_menu a:hover{
	color: #ff6600;
	text-decoration: none;
}
#jieqi_menu li{
	float: left;
	width: 60px;
}
#jieqi_menu li a:hover{
	background: #ffffff;
}
#jieqi_menu li ul{
	line-height: 20px;
	list-style: none;
	text-align: left;
	display: none;
	width: 90px;
	position: absolute;
	border: 1px solid #a3bee8;
	z-index:9999;
}
#jieqi_menu li ul li{
	float: left;
	width: 90px;
	background: #e9f1f8;
}
#jieqi_menu li ul a{
	display: block;
	width: 80px !important;
	width: 90px;
	text-align:left;
	padding-left:10px;
}
#jieqi_menu li ul a:link{
	color:#2f468f;
	text-decoration:none;
}
#jieqi_menu li ul a:visited{
	color:#2f468f;
	text-decoration:none;
}
#jieqi_menu li ul a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	background:#1979CC;
}
#jieqi_menu li:hover ul{
	display: block;
}
#jieqi_menu li.sfhover ul{
	display: block;
}
#jieqi_menu li.nohover ul{
	display: hide;
}

a.message{background:url("images/aicons.gif") 0px 0px no-repeat; padding-left:16px;}
a.parlor{background:url("images/aicons.gif") 0px -16px no-repeat; padding-left:16px;}
a.friend{background:url("images/aicons.gif") 0px -34px no-repeat; padding-left:16px;}
a.bookcase{background:url("images/aicons.gif") 0px -54px no-repeat; padding-left:16px;}
a.group{background:url("images/aicons.gif") 0px -73px no-repeat; padding-left:16px;}
a.space{background:url("images/aicons.gif") 0px -94px no-repeat; padding-left:16px;}
a.userinfo{background:url("images/aicons.gif") 0px -113px no-repeat; padding-left:16px;}
a.logout{background:url("images/aicons.gif") 0px -133px no-repeat; padding-left:16px;}




#flei{float:left;width:40%;
}
#fle{float:right;width:58%;font-size: 12px;
}
.span2{font-size: 14px;text-align: center;color:red;}

.bc1 ul{width:100%;list-style:none;padding-bottom:3px;}

.bc1 li{float:left;overflow: hidden;list-style-type: none;display: inline;}


.1oko{width:22%; }
.1oko1{width:40%;overflow: hidden;}
#o00ko2{width:20%;}



/*信息页开始*/
#qjxs{
     width:90%;
}
#qxs{
     width:85％;
     float:left;
     margin-top:5px;border:1px  #ADD6EA solid;
}
#tr{
      height:10px;
      overflow:hidden;
}
#qtr{
      height:900px;
      padding:0 10px;
      overflow:hidden;
}
#qjzwa{
     width:84％;
     float:left;
     font-size:12px;
     background:#F8FCFF;
     color:#35569D;
     padding:10px 0 0 10px;
     height:20px;
     text-align:left;
     border-bottom:1px #ADD6EA dashed;
}
#qjzwb{
     width:100%;
     height:180px;
     float:left;
     text-align:left;padding-top:0px;
     margin-bottom:10px;
}
#qjzwc{
      font-size:12px;
      height:20px;
      text-align:center; 
      background:#F8FCFF; 
      margin-bottom:5px;
}
#qjzwt{
      font-size:18px;
      height:40px;
      line-height:40px;
      font-weight:bold;
      text-align:center;
       background:#F8FCFF;
       margin-bottom:5px;
}
#qjd{
      font-size:12px;
      height:16px;
      text-align:center; 
      background:#F8FCFF; 
      margin-bottom:5px;
}
#qjfm{
      width:16%;
      float:left;
      margin-left:3px;
}
#xsa{
       width:82%;
       float:left;
       margin-left:5px;
}

#xsc{
      float:left;
      font-size:12px;
      background:#F8FCFF;
      color:#35569D;
       padding:10px 0 0 10px;
       width:100%;
       height:16px;
      text-align:center;
       
}
.xsb{
      float:left;
      width:50%;
      color:red;
}
.xs13l{
      float:left;
}
.xs13r{
      float:right;
}

#qjyd{
     float: left;
     width:100％;}
#qjyd li{
     width:18％;
     height:16px;
     padding: 2px;
     float: left;
     text-align:center;
     font-size:12px;
     list-style-type: none;
}


#xsjs{
    width:80％;
    float:left;
    padding:5px;
    text-align:left;
}

#xzxj{
    width:98%;
    background:#FFF7E3;
    float:left;
    text-align:left;
     border:1px #C2CEDA solid;
     padding:7px;
     margin-top:10px;
}
#xstext{float:left;width:100%;overflow:hidden;margin:0;padding:0;}
.ali3{float:left;width:100%;height:25px;line-height:25px;text-align:left;color:#999999;}
.ali4{float:left;width:100%;line-height:25px;text-align:left;border-bottom:1px #ADD6EA dashed;;color:#006699}
/*信息页结束*/
/*列表页开始*/
#bhzm{width:100%;}
#bhzm ul{width:100%;float:left;}
#bhzm ul li{ 
margin:0px;
float:left;
width:3.5%;
list-style-type:none; 
}

#bhb123 {
    height: 30px;
    width: 99.5%;
    border-left: 1px solid #a3bee8;
    border-right: 1px solid #a3bee8;
    border-bottom: 1px solid #a3bee8;

}
#bhb123 ul {
    margin: 0 0 0 30px;
    padding: 0px;
    font-size: 12px;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
#bhb123 li {
    list-style-type: none;
    display: inline;
}
#bhb123 li a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px 10px;
    color: #085271;
}
#bhb123 li a:hover {
    color: red;
    background-color: #CCFFFF;
}
#bhb123 li a:active {color: #0000FF;}
#bhb12 {line-height:30px;text-align:center;padding-left:100px;}
#bhb12 .selected{ font-weight:bold;}
#bhb12 ul{display:inline;list-style-type:none;font-size:12px;}
#bhb12 li{border-color:#dbdce0; list-style:none; float:left;margin:0px 3px;}
#bhb12 .lli{padding:0px 10px;border:0px;}
#bhb12 li span{padding:0px 10px;height:20px;}

.art{width:100%;float:left;color: #0000FF;font-weight:bold;}

#bhb{width:100%;}
#bhb caption{border: 1px solid #a3bee8;
	background: #e9f1f8;
	vertical-align: middle; 
	text-align: center;
	padding: 3px;
	color:#054e86;
	font-weight: bold;
	font-size: 14px;
	margin: auto;
}
.bhl{width:100%;}


.bhl li.bfl {
    width:6%;height:25px;float:left;font-size:12px;line-height:25px;padding-left:5px;border-top:1px  #ADD6EA solid;border-left:1px  #ADD6EA solid;list-style-type:none;border-bottom:1px  #ADD6EA solid;

}
.bhl li.bmz {
    width:12%;height:25px;float:left;font-size:12px;line-height:25px;padding-left:5px;border-top:1px  #ADD6EA solid;border-left:1px  #ADD6EA solid;border-right:1px  #ADD6EA solid;border-bottom:1px  #ADD6EA solid;list-style-type:none;

}
.bhl li.bzj{
    width:48%;padding-left:3px;height:25px;float:left;font-size:12px;line-height:25px;border-top:1px  #ADD6EA solid;border-right:1px  #ADD6EA solid;border-bottom:1px  #ADD6EA solid;list-style-type:none;

}
.bhl li.bzz {
    width:10.5%;height:25px;float:left;font-size:12px;line-height:25px;text-align:center;border-top:1px  #ADD6EA solid;border-right:1px  #ADD6EA solid;border-bottom:1px  #ADD6EA solid;list-style-type:none;

}
.bhl li.bcs {
    width:7%;height:25px;float:left;font-size:12px;line-height:25px;text-align:center;border-top:1px  #ADD6EA solid;border-right:1px  #ADD6EA solid;border-bottom:1px  #ADD6EA solid;list-style-type:none;

}
.bhl li.bgx {
    width:8%;height:25px;float:left;font-size:12px;line-height:25px;text-align:center;border-top:1px  #ADD6EA solid;border-right:1px  #ADD6EA solid;border-bottom:1px  #ADD6EA solid;list-style-type:none;

}
.bhl li.bzd {
    width:6%;height:25px;float:left;font-size:12px;line-height:25px;text-align:center;border-top:1px  #ADD6EA solid;border-right:1px  #ADD6EA solid;border-bottom:1px  #ADD6EA solid;list-style-type:none;

}



.qbhl li.qbfl {
    width:6%;height:25px;float:left;font-size:12px;line-height:25px;padding-left:5px;border-left:1px  #ADD6EA solid;list-style-type:none;border-bottom:1px  #ADD6EA solid;

}
.qbhl li.qbmz {
    width:12%;height:25px;float:left;font-size:12px;line-height:25px;padding-left:5px;border-left:1px  #ADD6EA solid;border-bottom:1px  #ADD6EA solid;list-style-type:none;overflow: hidden;

}
.qbhl li.qbmz a {
    color: #085271;

}
.qbhl li.qbzj{
    width:48%;padding-left:3px;height:25px;float:left;font-size:12px;line-height:25px;border-left:1px  #ADD6EA solid;border-bottom:1px  #ADD6EA solid;list-style-type:none;overflow: hidden;

}
.qbhl li.qbzz {
    width:10%;height:25px;float:left;font-size:12px;line-height:25px;text-align:left;border-left:1px  #ADD6EA solid;border-bottom:1px  #ADD6EA solid;list-style-type:none;padding-left:5px;

}
.qbhl li.qbcs {
    width:7%;height:25px;float:left;font-size:12px;line-height:25px;text-align:center;;border-left:1px  #ADD6EA solid;border-bottom:1px  #ADD6EA solid;list-style-type:none;

}
.qbhl li.qbgx {
    width:8%;height:25px;float:left;font-size:12px;line-height:25px;text-align:center;border-left:1px  #ADD6EA solid;border-bottom:1px  #ADD6EA solid;list-style-type:none;

}
.qbhl li.qbzd {
    width:6%;height:25px;float:left;font-size:12px;line-height:25px;background:#F8FBFF;text-align:center;border-left:1px  #ADD6EA solid;border-right:1px  #ADD6EA solid;border-bottom:1px  #ADD6EA solid;list-style-type:none;

}
.qbhl li.qbmz:hover,.qbhl li.qbzj:hover{
      background-color:#CCFFFF;
      CURSOR: hand;
}
.qbhl li.qbmz:active,.qbhl li.qbzj:active{
       background-color:#EDF9FE;
}

/*列表页结束*/

#selected{float: left;padding-right:5px;border:1px  #ADD6EA solid;width:99%;}
.text{
	border: #89D4F8 1px solid; 
	height: 16px; 
        width: 160px;
	background-color: #ffffff;
	color: #054e86;
	height: 20px;
}
.sul{float: left;
}
.sul li{padding:3px;float: left;}

