@charset "utf-8";
/* CSS Document */

/*span color*/

.s1{color:#f00;}/*red*/
.s2{color:#f60;}/*org*/
.s3{color:#090;}/*green*/
.s4{color:#005eac;}/*blue*/
.s5{color:#333;}/*black*/
.s6{color:#666;}/*black*/
.s7{color:#68b;}/*min blue*/
.gray{color:#999;}
.gray2{color:#bbb;}
.black,.black a{color:#000}
.chk{margin:-2px 3px 3px 4px}
.color_b{color:#24A4BB;}
.color_o{color:#FF7C22;}
.color_rose{color:#FF6CB6;}
.color_brown{color:#B85A1D;}
.c_white{ color: #fff;}
.c_link{ color: #005EAC;}

/*	font	*/
.bigfs {font-family:'Microsoft YaHei','YaHei','SimHei','Hei';}
.fs12 {font-size:12px!important;}
.fs14 {font-size:14px!important;}
.fs16 {font-size:16px!important;}
.fs18 {font-size:18px!important;}
.fs20 {font-size:20px!important;}
.fs22 {font-size:22px!important;}
.fw {font-weight:bold;}
.fwnm {font-weight:normal!important;}
.tac {text-align:center;}
.tar {text-align:right;}
.tal {text-align:left;}
.dn {display:none;}
.db{ display:block;}
.di{ display:inline;}
.oh	{overflow:hidden;}

/*	color	*/
.rc {color:#cd0200;}
.bc {color:#36C;}
.yc {color:#e63;}
.blackc{ color:#000;}

.gcc {color:#ccc;}
.gc9 {color:#999;}
.gc6 {color:#666;}
.gc3 {color:#333;}
.bcde {background:#dedede;}
.bcf2 {background:#f2f2f2;}

/*	clear	*/
.clr {clear:both;font-size:0;}
.clear_in {overflow:hidden;zoom:1;}
.clearfix:after{content:".";display:block;height:0;line-height:0;clear:both;visibility:hidden;font-size:0;}
*html .clearfix{height:1%;zoom:1;}
.clear {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}


/*	blank	*/
.blank5{height:5px;clear:both;font-size:1px;overflow:hidden;}
.blank10{height:10px;clear:both;font-size:1px;overflow:hidden;}
.blank15{height:15px;clear:both;font-size:1px;overflow:hidden;}
.blank20{height:20px;clear:both;font-size:1px;overflow:hidden;}
.blank25{height:25px;clear:both;font-size:1px;overflow:hidden;}
.blank30{height:30px;clear:both;font-size:1px;overflow:hidden;}
.blank35{height:35px;clear:both;font-size:1px;overflow:hidden;}
.blank40{height:40px;clear:both;font-size:1px;overflow:hidden;}

/*	margin	*/
.m0 {margin:0px!important;}
.m5 {margin:5px;}
.m10 {margin:10px;}
.m15 {margin:15px;}
.m20 {margin:20px;}
.m25 {margin:25px;}
.m30 {margin:30px;}
.mt0 {margin-top:0;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mr0 {margin-right:0;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.ml0 {margin-left:0;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.mb0 {margin-bottom:0px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}

/*	padding	*/
.p0 {padding:0px!important;}
.p4 {padding:4px;}
.p5 {padding:5px;}
.p8 {padding:8px;}
.p10 {padding:10px;}
.p15 {padding:15px;}
.p20 {padding:20px;}
.pt0 {padding-top:0px;}
.pt4 {padding-top:4px;}
.pt5 {padding-top:5px;}
.pt8 {padding-top:8px;}
.pt10 {padding-top:10px;}
.pb0 {padding-bottom:0px;}
.pb4 {padding-bottom:4px;}
.pb5 {padding-bottom:5px;}
.pb8 {padding-bottom:8px;}
.pb10 {padding-bottom:10px;}
.pr0 {padding-right:0px;}
.pr4 {padding-right:4px;}
.pr5 {padding-right:5px;}
.pr8 {padding-right:8px;}
.pr10 {padding-right:10px;}
.pl0 {padding-left:0px;}
.pl4 {padding-left:4px;}
.pl5 {padding-left:5px;}
.pl8 {padding-left:8px;}
.pl10 {padding-left:10px;}

/* border */
.borcc{ border:1px solid #ccc;}
.ad_site{font-size: 0; line-height: 0;}

/*	border-radius	*/
.r3 {-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.r5 {-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.rt3 {-moz-border-radius:3px 3px 0 0;-khtml-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
.rt5 {-moz-border-radius:5px 5px 0 0;-khtml-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}
.rb3 {-moz-border-radius:0 0 3px 3px;-khtml-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}
.rb5 {-moz-border-radius:0 0 5px 5px;-khtml-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
.rl3 {-moz-border-radius:3px 0 0 3px;-khtml-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.rl5 {-moz-border-radius:5px 0 0 5px;-khtml-border-radius:5px 0 0 5px;-webkit-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;}
.rr3 {-moz-border-radius:0 3px 3px 0;-khtml-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.rr5 {-moz-border-radius:0 5px 5px 0;-khtml-border-radius:0 5px 5px 0;-webkit-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;}

.collect_box {
    padding: 3px 7px;
    margin-left: 10px;
    cursor: pointer;
}
.bgo {
    background: #FF9326;
    color: #fff;
}
/*table*/
.tr1 td,.tr1 th,.tr3 td,.tr3 th{font-weight:100;border-bottom:1px solid #cad9ea;}
.tr3 .old,.tr3 .new,.tr3 .lock{padding:5px 5px 5px 60px;color:#666;font-weight:100; vertical-align:top;}
.tr3 .old{background:url(old.gif) 14px 15px no-repeat;height:50px;}
.tr3 .new{background:url(new.gif) 14px 15px no-repeat;}
.tr3 .lock{background:url(lock.gif) 10px 11px no-repeat;height:50px;}
.tr1 td,.tr1 th{padding:5px 10px;font-family:Arial;}
.tr2 td,.tr2 th{padding:3px 5px;color:#999;background:#ffffff;border-bottom:1px solid #e8e8e8;font-weight:100;font-family:Arial;}
.tr3 td,.tr3 th{padding:5px;font-family:Arial;}
tr.tr3none td,tr.tr3none th{border-bottom:0 none;}
.num{text-align:center;color:#666;font-family:Simsun;}
.num2{background:#FF9900;color:#FFFFFF;height:12px;margin:0 0 0 4px;padding:0 3px; display:inline;}
.re{width:180px;}
.author{width:70px;font-family:Simsun;}
.author a{color:#333;}
.author a:hover{color:#005eac;}
.author p,.author p a{color:#999;}
.author p{line-height: 14px;position: relative;top: 2px;}
.tr3 td.icon{padding:5px 0;}
.icon div.tips{position:absolute;margin-left:-45px;background:#ffffcc;border:1px solid #cc6699;}
.adminlist a{color:#666;}
.adminbox{padding:0 0 0 10px;width:25px;}
.tr3 td.subject{padding:5px 10px 5px 0;}
.subject .gray{color:#808080; line-height:24px;}
.tr3 th p a{color:#000;}
.tr3 td.tr3_hlx{background:url(tr3_hlx.png) repeat-x 0 -1px; padding-left:10px;border-bottom:1px solid #e8e8e8;}
.tr3_hlx .closeicon{margin-top:0;}
.tr4 td{padding:3px 5px;border-bottom:1px solid #e4e4e4;color:#666;background:#F6FBFC;border-top:1px solid #E4E4E4;}
.tr4 td a{color:#6a99bf}
.tr4 td .current{color:#333;}
.t table{margin-bottom:-2px;}
.z tr:hover td,.z tr:hover th{background-color:#e8f3fd;}
.bt0 td{border-top:0;}
.tr5 td{border:0;}

/*cate list*/

.pw_ulA{height:auto;}/*cate list*/
.pw_ulA ul{padding:4px 0 8px;background:#3e7ab8 url(pw_ulAbg.png) repeat-x 0 0; border-bottom:1px solid #2f589c;}
.pw_ulA li{float:left;border-right:1px solid #fff;margin-top:8px;}
.pw_ulA li a{line-height:14px;height:14px;padding:0 10px;float:left;color:#fff;font-weight:100; white-space:nowrap;}
.pw_ulA li a:hover{text-decoration:none;}
.pw_ulA a span{font-size:10px;}
.pw_ulA li.current a{color:#fff; font-weight:700;}
.pw_ulB{padding:10px 0 10px 10px;}/*cate list2*/
.pw_ulB li{line-height:22px;height:22px;overflow:hidden;}
.pw_ulB li a{padding-left:13px;background: url(http://static.hualongxiang.com/images/pwicon/related_li.gif) 0 3px no-repeat;}
.pw_ulB li em a{padding:0;background:none;}
.pw_ulB .adel{margin:4px 40px 0 0 ;}
.pw_ulB .one{float:left;width:90px;margin:0 15px 0 0;}
.pw_ulB .one p,.pw_ulB .two p{text-align:center;height:22px;overflow:hidden;}
.pw_ulB .two{float:left;width:90px;margin:0 15px 10px 0;height:120px;}
.pw_ulB .two a{padding-left:0;background:none;}
.pw_ulC{height:36px;overflow:hidden;}/*forum infobox*/
.pw_ulC li{float:left;border-right:1px solid #9db3c5;color:#666; text-align:center; width:94px;}
.pw_ulC li span{display:block; font-family:Arial;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;}
.pw_ulC li:hover span{-webkit-transform: scale(1.5);-o-transform: scale(1.5);}
.pw_ulC li.none{border:0;}
.pw_ulD{padding:5px;}/*side list*/
.pw_ulD li{margin-bottom:4px;}
.pw_ulD li:hover,.pw_ulD li.hover,.pw_ulD li.current{}
.pw_ulD li a{line-height:22px;height:22px;overflow:hidden;padding:0 18px;display:block; font-size:13px;}
.pw_ulD li a:hover{text-decoration:none;background:url(bbs_boxAbg.png) no-repeat 0 -24px;}
.pw_ulD li del{margin-top:3px;display:none;}
.pw_ulD li:hover del,.pw_ulD li.current del,.pw_ulD li.hover del{display:block;}
.half li{float:left;width:50%;}
.ulwidthA li{float:left;width:100px;margin-right:25px;}

/*sidebar layout*/
.sidebar{float:left;overflow:hidden;margin-right:-1px;margin-bottom:-1px;}
.content_thread{background:#fff;min-height:600px;_height:600px;_float:right; line-height:1.5em;}
.sideClose .content_thread{margin:0;border:0;float:none;}
.f_tree{background:url(sidebar_bg.png) repeat-y 0px 0;}
.fastpost .floot_left{display:none;_width:0;_border:0;}
/*thread icon*/
.history,.pw_ulD del,.switch,.keep,.keepOn,.rss,.competence{background:url(sideicon.gif) 9999px 9999px no-repeat;cursor:pointer;}
.history,.pw_ulD del{float:right;width:16px;height:16px;overflow:hidden;display:block;text-indent:-2000em;}
.history{ background-position:0 0;}
.switch{float:left;width:9px;height:27px;display:block; text-indent:-2000em;overflow:hidden; background-position:0 -40px;margin-top:1px; position:absolute;}
.switch:hover{ background-position:-9px -40px;}
.sideClose .switch{background-position:-1px -68px;width:8px;}
.sideClose .switch:hover{background-position:-10px -68px;}
.pw_ulD del{ background-position:0 -20px;}
.pw_ulD del:hover{ background-position:-20px -20px;}
.keep,.keepOn,.rss,.competence{float:left;padding-left:20px;background-position:-120px 0;line-height:16px;*line-height:20px;height:16px;}
.keep{color:#6688bb;}
.keep:hover{background-position:-120px -20px;color:#004b92; text-decoration:none;}
.keepOn,.keepOn:hover{ background-position:-120px -40px;color:#999999; text-decoration:none;}
.rss{background-position:-120px -60px;}
.competence{background-position:-120px -80px;}
/*sidebar thread*/
.myForum{background:#E8F3FD}
.myForum h6{color:#005EAC;padding:6px 18px 5px; font-size:13px; font-weight:700;}
.myForum .pw_ulD li{height:22px;overflow:hidden;}
.myForum h6 a{color:#005EAC;}
.sideForum{}
.sideForum .pw_ulD{border-top:1px solid #9db3c5; background:#fff}
.sideForum .pw_ulD li.current{background:url(bbs_boxAbg.png) no-repeat 0 0;}
.sideForum .pw_ulD li.current a{display:block; color:#fff;}
.sideForum .pw_ulD li.current a:hover{background:url(bbs_boxAbg.png) no-repeat 0 0;}
.sideForum dt{line-height:28px;height:26px;padding:0 24px; background:url(sideForumDt.gif) right 0;cursor:pointer;overflow:hidden; font-weight:700}
.sideForum dd{display:none;}
.sideForum .one dt{background-position:right -30px; font-weight:700;}
.sideForum .one dd{display:block;}

/*tab*/
.tabA{height:28px;}
.tabA ul{_position:absolute; margin-left:20px;}
.tabA li{float:left;margin-right:5px; height:28px;}
.tabA li a{background:url(bbs_tabA.png) no-repeat right 2px;color:#2a2a2a;float:left;padding-right:4px;white-space:nowrap; cursor:pointer;}
.tabA li a i{background:url(bbs_tabA.png) no-repeat left 2px;float:left;font-style:normal;line-height:24px;padding:4px 14px 0 18px;}
.tabA li span,.tabA li.current span{background:url(bbs_icon.png) no-repeat 0 0;}
.tabA li.current{position:relative; bottom:-2px;}
.tabA li.current a{background:url(bbs_tabA.png) no-repeat right -30px;color:#fff;font-weight:700;}
.tabA li.current a i{background:url(bbs_tabA.png) no-repeat left -30px; line-height:26px;padding:2px 14px 0 18px;}
.tabA li.linkout a{background:url(bbs_tabA.png) no-repeat right -62px;}
.tabA li.linkout a i{background:url(bbs_tabA.png) no-repeat left -62px; line-height:24px;padding:4px 14px 0 18px;color:#B94739;}
.tabA li.linkout a:hover{color:#B94739;}
.tabB{margin-top:3px;height:32px;padding-left:10px;}
.tabB li{float:left;}
.tabB li a{color:#014c90; font-weight:100;padding:0 15px;float:left;line-height:25px;height:27px;padding-top:2px;}
.tabB li.current a{border:1px solid #dcdcdc;border-bottom:0;background:#fff;color:#333;padding-top:1px;}
.tabB li a:hover{text-decoration:none;}
/*ad text*/
.ad-text{margin:0 auto 5px;border:1px solid #cad9ea;border-bottom:0;background:#f5fafe;}
.ad-text .tr3 td,.ad-text .tr3 th{border-bottom:1px solid #cad9ea;padding:.4em .6em;border-top:0;}
/*css3.0*/

/*Ŀ��*/
.history,del,.keep{-webkit-transition: all 0.2s ease-out;-webkit-o: all 0.2s ease-out;}

/*floot*/
.floot{table-layout:fixed;border:1px solid #DAE6F3;border-width:0 1px; }
.floot_left2{display:none}
.floot_left2 .floot_leftdiv{padding:10px 10px 35px 15px;}
.floot_left{width:180px;background:#EDF5FF;}
.floot_left .floot_leftdiv{padding:10px 0 15px 25px;}
.sideClose .fastpost .floot_left{display:block;background:none;}
.floot_right,.flootC{background:#fff;}
.floot_tip{border-top:1px solid #cfe9f8;border-bottom:1px solid #cfe9f8;background:#f7fbff;}
.floot_bottom{vertical-align:bottom;}
.tipTop{padding:6px 7px;border-bottom:1px dotted #ccc;margin:0 5px;line-height:15px;color:#999;}
.tipTop .fr a{margin:0 2px;}
.tipBottom{background:#F7F7F7;border-top:1px dotted #ccc;margin:1px;padding:3px 5px 0 6px;}
.user-infoWrap2 li{line-height:20px;height:20px;overflow:hidden;}
.user-infoWrap2 li em{margin-right:5px; color:#666;}
.overprint{overflow:hidden;position:absolute;margin-left:510px;margin-top:-40px; z-index:500;}
.user-pic{ position:relative; width:130px; overflow:hidden;margin-left:-2px;}
.user-pic img{ width:120px; height:120px; border:5px solid #fff;}
.louzhu{ position:absolute; top:-3px; right:-3px; display:block; width:48px; height:48px; overflow:hidden; background:url(read_icon.png) 0 -88px no-repeat;}
.readTop{background:#f3f9fb; height:48px; padding:5px 0 0}
.pagesB {border:1px solid #C9D9E9;color:#666666;padding:2px 5px;}
.pagesB span {color:#3B89C7;}

.read_h1{font-size:16px;color:#014c90; font-weight:700;line-height:1.2;padding:0;margin:0;}
h1.read_h1{display:inline;color:#000;line-height:1.5;}
.honor{color:#777;overflow:hidden;line-height:1.3;}
.read_t{ z-index:100;}
.tpc_content{font-family:Arial;padding:0 20px 0 0;margin:0;line-height:2.4em;}
.tpc_content font{line-height:1.5em;}
.tpc_content a {
  text-decoration: none;
  color: #277bef;
}
.tpc_content a:hover{text-decoration:underline}
.tpc_content ol{list-style-type:decimal;}
.tpc_content ul{list-style-type:disc;}
.tpc_content span.pics{display:block;background-position: center center; background-color: #FFFFFF; background-repeat: no-repeat; padding: 20px 10px;}
.tpc_content div.pics{background-position: center center; background-color: #FFFFFF; background-repeat: no-repeat; padding: 20px 10px;}
.tpc_content a.icon-anzhuo{ display:block; background:url(icon-anzhuo.png) 0 center no-repeat; padding-left:20px; color:#666; font-size:14px!important;}
.tpc_content a.icon-apple{display:block; background:url(icon-apple.png) 0 center no-repeat; padding-left:20px; color:#666;font-size:14px!important;}
.tpc_content a.icon-mobile{display:block; background:url(icon-mobile.png) 0 center no-repeat; padding-left:18px; margin-top:20px; color:#0070AF;font-size:12px!important;}
.tpc_content a:hover{text-decoration:underline}
.tpc_content img{max-width: 100%;}

/*千帆富文本发帖样式*/
.tpc_content .preview_article {font-size:16px;}
.tpc_content .preview_article h1{font-size:32px;}
.tpc_content .preview_article h2{font-size:24px;}
.tpc_content .preview_article h3{font-size:18px;}

.tips{background:#e8f3fd;border:1px solid #cad9ea;padding:3px 10px;display:inline-block;float:left;}
.blockquote{background:#FFFFF3;border:1px solid #FCEFBB;color:#000000;line-height:1.3;margin:0 0;padding:5px 8px;}
.blockquote3{clear:left;border:1px dashed #CCC;background:#f7f7f7 url(http://static.hualongxiang.com/images/blockquote3.png) right top no-repeat;padding:5px 10px;margin-left:0; width:80%;}
.blockquote3 .quote{color:#999;font-size:12px;}
.blockquote3 .text{padding:0 10px 10px 10px;}
.block-img{background:#fffae1 url(http://static.hualongxiang.com/images/attention.png) 8px 6px no-repeat;padding-left:28px;margin-left:0;}
.blockquote2{border: 1px solid; border-color: #c0c0c0 #ededed #ededed #c0c0c0;margin:0px;padding:0 0 0 2em;line-height:2em;overflow:hidden;background:#fff;margin-left:0;}
.blockquote2 ol{margin:0 0 0 1.5em;padding:0;}
.blockquote2 ol li{border-left:1px solid #ccc;background:#f7f7f7;padding-left:10px;font-size:12px;font-family:"Courier New" serif;list-style-type:decimal-leading-zero;padding-right:1em;}
.blockquote2 ol li:hover{background:#fff;color:#008ef1;}
.blockquote2 ol li{list-style-type:decimal;}
.read_form{border-top:1px solid #cad9ea;border-left:1px solid #cad9ea;}
.read_form td{height:20px;padding:0 5px;border-right:1px solid #cad9ea;border-bottom:1px solid #cad9ea;}
.sigline{background:url(sigline.png) no-repeat left top;color:#666666;margin-left:5px;overflow:hidden;padding:20px 0 10px 10px;}
.signature{padding:10px 0 0 5px;height:expression(this.scrollHeight>parseInt(this.currentStyle.maxHeight)?this.currentStyle.maxHeight:"auto");}
.small{font-size:12px}
.middle{font-size:14px}
.big{font-size:18px}
.down{background:url(http://static.hualongxiang.com/images/post/down.gif) 5px center no-repeat;padding:5px 5px 5px 30px;border:#e8e8e8 1px solid;margin:0 1em 0 0;line-height:40px;}
.shareAll{padding:10px 15px;}
.shareAll a{text-decoration:underline;color:#666;margin-right:7px; display:inline-block;line-height:20px;}
.shareAll img{vertical-align:top;margin-right:3px;}

.cates{margin:0 0 10px;}
.cates .cate-list li{padding:2px 0 1px 0px;font-weight:500;color:#444444; list-style:none;width: 50%;float: left;display: block;}
.cates .cate-list em{font-style:normal;width:100px;float:left;margin-left: 10px;}
.cates .cate-list cite{font-style:normal;}
.cates input{vertical-align:middle;}
.cates .w{margin-right:10px;}
.cates .two{background:#e8f3fd;}
.app-post{background:url(http://static.hualongxiang.com/images/app-post.png);display:block;float:left;color:#ffffff;width:78px;height:26px;line-height:25px;padding-left:17px;}
.app-post:hover{text-decoration:none; background-position:0 -50px;}
.cate_meg_player{float:right;width:200px;padding:0 10px 9px 0;margin-right:10px;background:#fff;}
/*flash*/
.flash{position:relative;}
.flash img{height:100%;width:100%;}
.flash ul {position:absolute;right:8px;bottom:8px;z-index:3;}
.flash ul li {list-style:none;float:left;width:18px;height:13px;line-height:13px;text-align:center;margin-left:2px;background:#ffffff;}
.flash ul li a {display:block;width:18px;height:13px;font-size:10px;font-family:Tahoma;color:#333333;}
.flash ul li a:hover,.flash ul li a.sel {color:#fff;text-decoration:none;background:#ffa900;}
/*ping*/
.color_r {color: #D30009;}
.p_r{ position:relative;}
.needlogin_rate{;border: 1px solid #EDDDAB;height: 28px;line-height: 28px;position: absolute;right: 18px;top: -7px;width: 182px; background:#FFFCE9 url(http://static.hualongxiang.com/images/needlogin_bg.png) 8px 5px no-repeat;padding:0 0 0 28px; color:#f60;}
.needlogin_rate a,.needlogin_rate span{ color:#005EAC;}
.score{line-height:22px; font-family:Arial, Helvetica, sans-serif;}
.score td{padding:2px 0;}
.score th{padding:5px 0 0 5px;}
.score tr:hover{background:#e8f3fd;}
.score dl{display: inline;float: left;overflow: hidden;}
.score dl dt{float: left; margin-top:2px;}
.score dl dd{float: left;}
.score dl dd div.point{color:#E30000;float:left;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:bold;padding:0 3px;}
.score dl dd div.point_box{float:left;margin-left: 8px;position: relative;text-align: center;}
.score dl dd div.point_box a{color: #0066CC;}
.scoreTop{border-bottom:1px dotted #ccc;margin:0 10px;padding:5px 3px;}
.scoreContent{margin:5px 10px;}
.scoreContent .adel{margin-top:5px;}
.scoreBottom{padding:3px 13px;background:#f3f8fb url(r_rating.png) repeat-x; border-top:1px solid #9DB3C5; }
.shangjiaContent a img{margin:10px 10px 10px 17px;width:36px;height:36px;border-radius: 50%;vertical-align: middle;display: inline-block;}
.shangjiaContent a span{margin:10px 2px;height:36px;line-height: 36px;font-size: 15px;display: inline-block;position: relative;top:0; white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all; width: 75px;}
.shangjiaContent a{display: inline-block;height:36px;line-height: 36px;}
.shangjiaContent1 a img{margin:10px 5px 10px 17px;width:36px;height:36px;border-radius: 50%;vertical-align: middle;display: inline-block;}
.score a{color:#005eac;}
.scoreContent .current td{padding:0;}
.p_name{width:90px;height: 26px;overflow: hidden;display: inline-block;}
.p_data{width:58px;}
.p_data img{ vertical-align:middle;}
.p_del{width:20px;}
.fieldsetborder {border:1px solid #9DB3C5;padding:0; margin:0;}
.fieldsetborder legend {color:#005EAC;font-weight:bold;margin:0 0 0 20px;padding:0 5px;}
.r_opera_icon {margin:10px 0 30px; text-align:center;zoom:1;}
.r_opera_icon li {display:inline-block;*display:inline;margin:0 10px;zoom:1;}
.r_mes i,.r_radio_left,.r_radio_left_B,.r_floor_sub,.r_triangle,.fastpost h6,.r_opera_icon a {background:url(bbs_read_bg.gif) repeat 0 0;}
.r_opera_icon a{display:block;float:left;height:26px;overflow:hidden; background:url(read_icon.png) no-repeat;text-indent:-2000em;width:62px;}
.r_opera_icon .r_opera_rat{background-position:0 -389px;}
.r_opera_icon .r_opera_recom{background-position:0 -372px;}
.r_opera_icon .r_opera_share{background-position:-146px -389px;}
.r_opera_icon .r_opera_reply{background-position:-73px -389px;}
.r_opera_icon .r_recommend{background-position:0 -396px;}
.r_opera_icon .r_tuijian{background-position:0 -423px;width:124px;}
.scoreView{height:28px;}
.scoreView:hover{background:#F3F9FB;}
/*overprint*/
.overprint_opl a{display:block;float:left;padding:3px;margin:3px}
.overprint_opl a.current{border:1px solid #ccc;padding:2px}
.overprint_opl a:hover{border:1px solid #ddd;padding:2px;background:#fff9f0}
.overprint_opl {height:200px;overflow:auto;}
/*pages*/
.pages a{border:1px solid #8dc1d7;color:#666;}
.pages b,.pages a:hover{background-color:#76c3fb; color:#ffffff;border:1px solid #248bd8;}
.pages .fl{color:#666;}
.pages .pagesone{ width:208px; border: 3px solid #005EAC;display: block;height: 24px; overflow:hidden;}
.pages .pagesone input{ border:none; width:150px; background:#fff; border-radius: 0 0 0 0;-moz-border-radius: 0; -webkit-border-radius:0;height: 20px;*padding-top:4px; *height:18px;}
.pages .pagesone button{ width:48px;background:#005EAC;color:#666;color: #FFF; border:none;border-radius: 0 0 0 0;-moz-border-radius: 0; -webkit-border-radius:0; font-weight:700; height:24px; line-height: 24px;}


.y-bg2,.y-bg3,.y-bg4{background:#ffffff;}
.y-bg{margin:0 4px;border-top:1px solid #cad9ea;}
.y-bg2{margin:0 2px;height:1px;border:2px solid #cad9ea;border-top:0;border-bottom:0;overflow:hidden;}
.y-bg3{margin:0 1px;height:2px;border:1px solid #cad9ea;border-top:0;border-bottom:0;overflow:hidden;}
.y-bg4{padding:0 10px;border:1px solid #cad9ea;border-top:0;border-bottom:0;overflow:hidden;}
/*menu*/
.menu{position:absolute;background:#fff;border:1px solid #cad9ea;}
.menu a{display:block;padding:4px 8px;}
/*newflash*/
.newInfor{background:#fff;border:1px solid #c0d8ea;border-top:2px solid #065792; padding-bottom:10px;}
.newInfor h4{font-weight:700;overflow:hidden;color:#666;padding:0 0 0 15px;margin-bottom:10px;}
.newflash{width:360px;height:240px;overflow:hidden;}
.flashimg img{display:block;height:240px;margin-bottom:8px;}
.flashimg p a{color:#fff;font-weight:700;text-shadow:1px 1px 0px #333;}
.flashimg p{overflow:hidden;width:260px;bottom:4px;position:absolute;text-indent:12px;z-index:2;}
.flashBg{position:absolute;bottom:0;width:100%;height:27px;background:#000;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6; z-index:1;}
.an{position:absolute;right:5px;z-index:2;bottom:5px;}
.an li{float:left;margin-left:5px;}
.an li a{float:left;background:#fff;color:#333;overflow:hidden;line-height:16px;padding:0 3px;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;}
.an li.current a,.an li a:hover{background:#ff6600;color:#fff; text-decoration:none;}
.an li a:hover{-webkit-transform: scale(1.4);-o-transform: scale(1.4);}
.newHotA dd{padding:5px 0 10px; text-indent:2em;}
.newHotA{width:500px;}
.newHotB li{float:left;width:47.5%;padding-right:2%;line-height:22px;height:22px;overflow:hidden;}
.newHotB a{color:#004b91;}
.newHotB em a{color:#333;}
/*skin*/
.pw_menu{border:1px solid #cad9ea;background:#fff;-webkit-box-shadow:2px 2px 2px #bbb;}
.pw_menu_home{margin-top:-25px;}
.pw_menuBg{padding:0 10px 10px;}
.pw_menu h6{position:absolute;margin-top:-18px;height:17px;border:1px solid #9db3c5;background:#fff;border-bottom:0;right:-1px;padding:0 4px;*padding:0 5px;line-height:18px;}
.pw_menu2{position:absolute; margin-left:116px;}
.pw_menu2 h6{position:absolute;margin-top:-21px;height:20px;line-height:16px;padding:3px 13px 0 9px; display:block;border:1px solid #cad9ea;background:#fff;border-bottom:0;background:#fff url(r_namebg.gif) no-repeat right 8px;}
.menuList2{border:1px solid #cad9ea; padding:1px; background:#fff; margin-top:3px;}
.menuList2 ul{background:url(menuList2bg.png) 0 0 repeat-x; width:152px;padding:9px}
.menuList2 ul li{float:left; width:48%; border-bottom:1px solid #ddd; line-height:27px;}
.iconDroplink{padding-right:.8em}
span.iconDrop {position:absolute;height:8px; overflow:hidden;margin-top:6px;margin-left:-.8em}
span.iconDrop i { color:#999; margin-top:-8px; font-style:normal; display:block;_margin-top:-7px; font-family:Arial;}
.menuSkin{background:#ffffff;width:350px;padding:0 0 10px 10px;}
.menuSkin li{float:left;margin:10px 10px 0 0; position:relative;width:100px;height:70px;overflow:hidden;border:3px solid #dddddd;background:url(http://static.hualongxiang.com/images/nopreview.png) no-repeat;}
.menuSkin li a{float:left;width:100%;height:100%;display:block; position:relative;}
.menuSkin li span{ position:absolute; bottom:2px;left:10px; z-index:1; cursor:pointer;}
.menuSkin li em{ position:absolute;bottom:0;width:100%;height:24px;background:#333;filter:alpha(opacity=20);-moz-opacity:0.2;opacity:0.2;}
.menuSkin li a:hover{ text-decoration:none;}
.menuSkin li:hover{border:3px solid #999;}
.menuSkin li i{ position:absolute;width:100px;height:70px; cursor:pointer; font-style:normal;}
.menuList{background:#fff;padding:1px;width:100px;}
.menuList ul{ background:url(menuList2bg.png) 0 0 repeat-x;}
.menuList li{width:100%;}
.menuList a{line-height:25px;height:25px;padding:0 10px;display:block;overflow:hidden;color:#005EAC;}
.menuList a:hover{color:#005EAC;text-decoration:none;background:#E6F2FE}
.menuList img{ vertical-align:middle;white-space:nowrap;margin-left:-5px;_margin-top:4px;margin-right:5px;}
.menuList .p5 li a{line-height:30px;height:30px;padding-left:10px}
.menuListB li{float:left;width:10%;}
.menuListC li{float:left;}
.menuHalf{margin-right:-1px;padding:5px 0;}
.menuHalf li{float:left;width:50%;border-right:1px dashed #cad9ea;margin-right:-1px;}
ul#post_typeChoose a{ padding:0;}

a.select_arrow{background:url(http://static.hualongxiang.com/images/select_arrow.gif) no-repeat;display:block;text-indent:-2000em;height:15px;width:15px;margin:0 2px 0 0;overflow:hidden;}

a.select_arrow:hover{background:url(http://static.hualongxiang.com/images/select_arrow_over.gif) no-repeat;}

/*sharelink*/
.sharelink{padding:0 5px;word-break: keep-all;}
.sharelink dt{padding-top:3px;}
.sharelink dd a{color:#005eac;}
.sharelink2{padding:5px 5px 0;}
.sharelink2 a{margin-right:10px; white-space:nowrap; float:left;}
/*brith*/
.brithcache{padding-left:10px;}
.brithcache span{float:left;width:100px;line-height:22px;height:22px;overflow:hidden;}
/*manageCheck*/
.manageCheck{border-bottom:1px solid #cad9ea;background:#e8f3fd;padding:5px 7px;}
/*register*/
.regTitle{border-bottom:1px dotted #a2a2a2;padding:0 5px;margin-bottom:20px;}
.regTitle h5{font-size:16px; font-weight:700;color:#9a9a9a;padding:10px 0 15px 95px;background:url(http://static.hualongxiang.com/images/register/regtitle.png) 55px 0 no-repeat;}
/*follow*/
.follow,.following{ background:url(http://www.hualongxiang.com/u/images/follow.png) no-repeat;line-height:16px;}
.follow{padding-left:16px; background-position:-4px -43px;_background-position:-4px -40px;}
.following{padding-left:22px; background-position:-20px -22px;}
/*table*/

.bbs_tr2 td{padding: 9px 5px; color: #666; background:#fff;border-bottom:1px solid #cad9ea;}
.simsun{font-family:simsun;}
.bbs_tr3{color:#666666;font:12px/14px Arial!important;}
.bbs_tr3 td{padding:6px 5px 5px;border-bottom:1px solid #cad9ea;vertical-align:middle}
.bbs_tr3.bgA{background-color:#F5FAFE;}
.bbs_tr4{background:#e8f3fd;border-top:1px solid #9db3c5;border-bottom:1px solid #cad9ea;}
.bbs_tr4 td{padding:5px;}
.bbs_tr5{background:#F1F8FE; border-bottom:1px solid #CAD9EA;}
.bbs_tr5 td{padding:10px 5px 0;}
.lab_title td {padding: 9px 5px 8px;}
/*leftsibar*/
.bbs_boxA2{padding:0 5px 2px;}
.bbs_boxA2 li{text-indent:18px;background:url(bbs_boxAbg.gif) no-repeat -2px -56px;height:30px;zoom:1;}
.bbs_boxA2 li a{color:#333;height:24px;white-space:nowrap; display:block; font-size:13px;}
.bbs_boxA2 li a:hover{color:#336699; text-decoration:none;}
.bbs_boxA2 li del{float:right; background:url(guanbi.gif) no-repeat 0 2px; text-indent:-9999em; width:13px; height:13px; cursor:pointer;}
.r_floor_table{margin-bottom:10px;}
.r_friendstate,.r_message{display:block;float:left;margin:5px 10px 5px 0;padding:0 0 0 20px;}
.r_message{background:url(message.png) no-repeat 0 1px;}
.r_friendstate{background:url(friendstate.png) no-repeat 0 0;}
.r_gzhu a,.r_gzhu a:hover,.r_msg a,.r_msg a:hover,.r_gzhu_qx a,.r_ygzhu a{width:57px; height:22px; display:block; float:left; background:url(read_icon1.fw.png) no-repeat; text-indent:-9999px;}
.r_gzhu a{background-position:0 -317px; margin-right:10px;}
.r_gzhu a:hover{background-position:-129px -317px;}
.r_gzhu_qx a{background-position:-260px -317px;color:#666;}
.r_msg a{background-position:-65px -317px;}
.r_msg a:hover{background-position:-196px -317px;}
.r_ygzhu a{background-position:-321px -317px; margin-right:10px;}
.fasth{background:url(fastposth.png) repeat-x 0 bottom #E8F5FB;border-bottom:1px solid #E8E8E8;color:#333;line-height:220%;padding:2px 10px;text-align:left;}

.bbs_tr_bg{background-color:#F5FAFE;}
a.subject_t{font-size:14px; line-height:24px; margin-right:2px;}
.fast_release {background:url(fast_release.png) no-repeat 0 0;border:0 none;color:#FFFFFF;cursor:pointer;font-size:14px;font-weight:700;height:30px;margin:0px 10px 0 0;overflow:visible;width:105px;}
.fast_release2{background:#e8f3fd;border-right:1px solid #9db3c5;border-bottom:1px solid #9db3c5;border-top:1px solid #cad9ea;border-left:1px solid #cad9ea;color:#005eac;width:100px; height:22px}
.bbs_hB{padding:5px 10px; line-height:24px;background:url(bbs_hB.png) repeat-x 0 0; border-top:1px solid #cad9ea;}
.bbs_hB a.weibo_widget_btn{ float:right; width:62px;height: 22px;overflow: hidden;padding: 0 5px 4px 0; text-align:right; text-indent:-9999px; border:none;background: url(http://www.hualongxiang.com/images/ad_weibo.gif) no-repeat 0 0;}
.bbs_hB a.weibo_widget_btn_dis{float:right; width:62px;height: 22px;overflow: hidden;padding: 0 5px 4px 0; text-align:right; text-indent:-9999px; border:none;background: url(http://www.hualongxiang.com/images/y_guanzhu.gif) no-repeat 0 0;}
.bbs_hB a.weibo_widget_btn em,.bbs_hB a.weibo_widget_btn_dis em{ background:none;}

.formdesc{position:relative;border:1px solid #cad9ea;background:url(http://www.hualongxiang.com/images/wind/bbs_hB.png) repeat-x 0 0;}
.formdesc em{ position:absolute; top:8px; right:10px;width:52px; height:22px;line-height:22px;background: url(http://www.hualongxiang.com/images/ad_weibo.gif) no-repeat right 0; text-align:center; overflow:hidden; color:#666;}
.formdesc a.weibo_widget_btn{ position:absolute; top:8px; right:60px; width:62px;height: 22px;overflow: hidden;padding: 0 5px 4px 0; text-align:right; text-indent:-9999px; border:none;background: url(http://www.hualongxiang.com/images/ad_weibo.gif) no-repeat 0 0;}
.formdesc a.weibo_widget_btn em,.formdesc a.weibo_widget_btn_dis em{ background:none;}
.formdesc #qqzone_iframe{position:absolute;top:8px;right:130px;}

.l_info a{color:#005eac;}
.l_info2{height:25px; line-height:25px; overflow:hidden; margin-top:8px; color:#333;}
.l_info2 img{vertical-align:middle;}
/*thread*/
.noseelist,.seelist{background:url(seelist.png) no-repeat 0 0; padding-left:17px; margin-left:10px;}
.noseelist{background-position:0 0px;}
.seelist{background-position:0 -19px;}
.shoucang{background:url(shoucang.png) no-repeat 0 0px; padding:2px 0 2px 20px;}
.shoucang_qx{background:url(shoucang.png) no-repeat 0 -33px; padding:2px 0 2px 20px; color:#666;}
.ziban{overflow:hidden;}
.ziban dl{width:250px; border-top:1px dashed #cdcdcd; float:left; padding:5px 0 10px; height:60px;margin-top:-1px;}
.ziban dt,.ziban dd{float:left;}
.ziban dt img{width:45px;height:45px;border:1px solid #dfdfdf;padding:1px; margin:3px 7px 0 0;}
.zibanpic{padding:5px 0 10px;}
.zibanpic li{float:left; width:86px; margin:0 36px 10px 0;}
.zibanpic li img{border:1px solid #dfdfdf;padding:1px;}
.zibanpic li span{display:block; line-height:20px; text-align:center;height:20px;overflow:hidden;}
.p1020{padding:10px 0 10px 20px;}
.zibantext li{float:left; width:140px; line-height:25px; background:url(zigongtext.gif) no-repeat 0 8px; padding-left:15px;}
/*.gotop{border:1px solid #8dc1d7;background:url(pages.png) repeat-x 0 0;padding:0 5px 0 2px;height:21px;line-height:21px; margin-right:3px;}
.gotop span{border-left:1px solid #8dc1d7; height:21px; line-height:21px; display:block; padding:0 0 0 5px; margin-left:3px;}*/
.showmenu{background:url(arrwd.gif) no-repeat 100% 50%; padding-right:16px; margin-right:3px; color:#005eac;}
#atarget,#atarget.atarget_1{ color:#005eac;}
#atarget.atarget_1{}
.sidesearch{background:#fff; border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1; width:130px; height:21px; line-height:21px; margin:0 auto 10px;overflow:hidden;}
.sidesearch input{background:none; border:none; width:100px;float:left; margin:2px 5px 0 0;}
.sidesearch button{background:url(sidesearchgo.png) no-repeat 0 5px; float:left; width:11px; border:none; text-indent:-9999px; cursor:pointer;}
/*read*/
.showmenu::after { display: none}
.msg_guide{padding:8px 0; font-family:Simsun,Arial; font-size:13px;}
.read_h{background:url(read_hbg.png) repeat-x 0 0; padding:6px 10px 7px; color:#fff}
.read_h a{color:#fff;margin:0 2px;}
.jfl_px{background:#fff;border:1px solid #cdcdcd;height:21px;line-height:21px;width:20px;}
.setinfocontent{border-top:1px solid #9db3c5;margin-top:5px;padding:5px 0 0}
.setinfocontent a{color:#0657B2;}
.xiaoxi{background:url(xiaoxi.gif) no-repeat 0 0; padding-left:18px;}
.tishi{background:url(tishi.gif) no-repeat 0 0; padding:20px 10px; width:230px;color:#AD976C; margin:3px 0 0 250px; position:absolute;}
.tishi a{background:none; padding:2px 0 0; text-indent:0; width:18px; float:right;}

.fp_face2{border:1px solid #cad9ea; background:#f8fcfe; padding:0 8px; margin:10px 10px 0 0; height:198px;}
.fp_face2 h5{font-weight:700; font-size:12px; color:#333; line-height:28px; border-bottom:1px solid #dcf0fa; margin-bottom:5px;}
.fp_face2 ul li{line-height:24px;}
/*popout*/
.img_position{position:relative;right:4px;top:1px; border:0;}
.jiantou_position{position:relative; top:-2px; border:0; margin: 0 2px;}
.popoutContent td{padding:.5em .6em;border-bottom:1px solid #dbe4e9;}
.menu-b .h{border-bottom:1px solid #abc8ea;}
.menu-half li{width:46%;float:left;}
.menu-half li a{float:left;}
.user-table td{padding:1em 1em .5em 2em;}
.mode-one{padding:10px;width:600px;border:1px solid #eeeeee;background:#fff;margin-top:10px;}
.mode-one dd{float:left;;line-height:24px;width:600px;}
.mode-one dd .fr a{margin-left:2em;}
.mode-one dd li{padding:4px 0;}
.mode-one a{color:#006699;border-bottom:1px solid #006699;}
ul.area-list-tree{border-bottom:1px dashed #cccccc;margin-bottom:10px;padding:0;overflow:hidden;margin-top:10px;*margin-top:-7px;}
ul.area-list-tree li{float:left;margin-right:20px;line-height:18px;padding:0 0 5px;*padding:13px 0 5px;}
.w750{width:750px;}
.tuisong{display:block; background:#FFFAE1; border:1px solid #FCEFBB;text-align:center; padding:5px 0; margin-top:10px;}
.tuisong a.fr{background: none;float:right;text-indent: 0px;width:45px; color:#AE976D; font-size:12px; margin-right:5px;}
.tuisong a.fr img{float:left; margin-top:7px;*margin-top:5px}
/*add by lwid 10-26*/
.breadCrumb{zoom:1;background:#fff; padding:1px;border:1px solid #9db3c5;}
.breadCrumbbg{background:url(bbsnei_indexBoxB.png) repeat-x left bottom;color:#333333;padding:0 10px;line-height:26px;}
#pw_menuUp{}
#pw_menuUp li,#floot_left li{float:left;margin-top:1px;}
#pw_menuUp li div.fr{_position:absolute;}
#pw_menuUp li a,#floot_left li a{margin:1px 0 0;float:left;padding:0 8px 0 6px;line-height:24px;}
#pw_menuUp li span.line{padding:1px 0 0;float:left;color:#9db3c5; margin:0}
.link_down span{padding:3px 10px 2px 4px;width:100px;background:url(r_namebg.gif) center right no-repeat;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.link_down2 span{padding:2px 10px 2px 3px;*padding:1px 10px 2px 3px;background:#fff url(r_namebg.gif) center right no-repeat; border:1px solid #cad9ea; border-bottom:0;}
.link_down3{padding:0 5px;background:#fff; border:1px solid #cad9ea; border-bottom:0;}
.pw_down_menu{display:none;border:1px solid #cad9ea; padding:1px;background:#fff;float:right; position:absolute;overflow:hidden;margin-top:25px;margin-left:-174px;z-index:999;}
.pw_down_menu ul{background:url(menuList2bg.png) 0 0 repeat-x; width:155px;padding:9px}
.pw_down_menu li{float:left; width:48%; border-bottom:1px solid #ddd; line-height:27px;height:27px;overflow:hidden;}
.pw_down_menu_admin{border:1px solid #cad9ea; padding:1px;background:#fff;float:right; position:absolute;overflow:hidden;max-width: none;}
.pw_down_menu_admin ul{background:url(menuList2bg.png) 0 0 repeat-x; width:152px;padding:9px}
.pw_down_menu_admin li{float:left; width:48%; border-bottom:1px solid #ddd; line-height:27px;height:27px;overflow:hidden;}
.pw_down_menu2 li{line-height:27px;height:27px;overflow:hidden;}
#pw_menuUp li.current .pw_down_menu,#floot_left li.current .pw_down_menu{display:block;}
#pw_menuUp li.current .link_down,#floot_left li.current .link_down{border:1px solid #cad9ea;background-color:#fff;margin-top:0;padding:0 7px 0 5px;position:relative;z-index:1;border-bottom: 0px;}
#pw_menuUp li.current .link_down:hover,#floot_left li.current .link_down:hover{text-decoration:none;}
#floot_left{min-height:22px;_height:22px; margin-bottom:5px;}
.btn_ok{background:#005EAC;padding:5px 0;*padding:0;}
.btn_cancle{background:#ccc;padding:5px 0;*padding:0;}
.btn_ok button{background:none; border:none;color:#fff;}
.btn_cancle button{background:none; border:none;color:#333;}
.xunzhang img{height:18px;}
/*��̳mainҳ�Ӱ�Ч��*/
#hlx-subforum{background:none repeat scroll 0 0 #FFFFFF;border-top:0;clear:both;color:#999999;font-size:12px;line-height:25px;margin:0;padding:5px 0;}
#hlx-subforum p{margin:0 5px;padding:1px 5px;}
#hlx-subforum p a{color:#333333;font-size:12px;}

#hlx-subforum p strong{color:#2E569B;font-size:12px;font-weight:bold;}
/*ͶƱ�����*/
.vote-item-bg{background:#e4e4e4; height:16px; width:400px; margin-bottom:5px}
.vote-item-rank{overflow:hidden}
.vote-item-rank div{height:14px;border-width:1px; border-style:solid}
.vote-item-rank div span{display:block; height:12px;overfloat:hidden; border-width:1px; border-style:solid}
.votcolor1{border-color:#c18f5a; background:#e7ab6d}
.votcolor1 span{border-color:#f7ca9b}
.votcolor2{border-color:#478f45; background:#5dbc5b}
.votcolor2 span{border-color:#bde875}
.votcolor3{border-color:#586e97; background:#6c81b6}
.votcolor3 span{border-color:#9eb5f0}
.votcolor4{border-color:#8aabb4; background:#a5cbd6}
.votcolor4 span{border-color:#aee7f8}
.votcolor5{border-color:#b0248d; background:#d843b3}
.votcolor5 span{border-color:#fd85df}
.votcolor6{border-color:#67b410; background:#c2f263}
.votcolor6 span{border-color:#e2fea7}
.votcolor7{border-color:#bf2146; background:#ee335f}
.votcolor7 span{border-color:#fb7b99}
.votcolor8{border-color:#e37f24; background:#ffc535}
.votcolor8 span{border-color:#fbe096}
.votcolor9{border-color:#086dd3; background:#388adc}
.votcolor9 span{border-color:#65a4e4}
.votcolor10{border-color:#ff6d0b; background:#ff802b}
.votcolor10 span{border-color:#ffa569}
.votcolor11{border-color:#6d0bff; background:#7e27ff}
.votcolor11 span{border-color:#a569ff}
.votcolor12{border-color:#6bce6b; background:#81d581}
.votcolor12 span{border-color:#ace3ac}
.votcolor13{border-color:#9d3b0a; background:#ac592f}
.votcolor13 span{border-color:#ca8564}
.votcolor14{border-color:#ff7171; background:#ff8181}
.votcolor14 span{border-color:#ffa3a3}
.votcolor15{border-color:#3b9d9d; background:#54a9a9}
.votcolor15 span{border-color:#90c8c8}
.votcolor16{border-color:#3c6d6d; background:#588282}
.votcolor16 span{border-color:#8da9a9}
.votcolor17{border-color:#6c6c6c; background:#828282}
.votcolor17 span{border-color:#a0a0a0}
.votcolor18{border-color:#9d3b6c; background:#ab5781}
.votcolor18 span{border-color:#c890ac}
.votcolor19{border-color:#336699; background:#3366ff}
.votcolor19 span{border-color:#5983ff}
.votcolor20{border-color:#ff4d87; background:#ff7fa9}
.votcolor20 span{border-color:#ffa0c0}
.Pop-upbox{background:#f7f7f7; border:6px solid #99b2cc; padding:15px 10px; margin-bottom:10px;}
.Pop-upbox input{border:1px solid #ccc; padding:2px;}
/*.votepost{border:1px solid #ccc; background:url(votesanjiao.png) no-repeat 24px 8px; padding:1px 14px 4px 2px; vertical-align:middle;}*/
.muti_opts input{margin:-2px 3px 3px 4px;}
.muti_opts li{height:20px;overflow:hidden;}

.unlogin_img_show{ display:block;color:#666;cursor:pointer;font-size:12px;text-align:center;width:120px;margin:10px;}
.unlogin_img_show p{display:inline-block;overflow:hidden;position:relative;vertical-align:middle;width:120px;margin:10px 0;}
.unlogin_img_show p img{ display:block; width:120px; height: 120px; overflow: hidden; margin-bottom:8px;}
.unlogin_img_show p em{position:absolute;cursor:pointer;height:0;overflow:hidden;padding-top:26px;right:0;top:0;width:26px;z-index:5; background:ulr(login_icon.png) 0 0 no-repeat;}

.register_intro {position: relative; float: left;width: 96%; height: 63px;padding: 15px;margin: 10px auto;font-size: 14px;color: #666666;border: 1px solid #FCEFBB; background: url(tip_bgg.png) no-repeat  right bottom #fffae1;}
.register_intro strong { display: block; font-family: "Microsoft YaHei";font-size: 18px;margin-bottom: 15px;color: #f60;}
.btn_sm{ display:inline-block;font-size: 14px; width:80px;height: 30px;line-height: 33px;vertical-align: middle; background:url(login_icon.png)  no-repeat 0 -177px; }
.btn_sm span{text-indent: -9999px;}
.register_intro a.reg-close {position: absolute;display: block; width:8px;height: 7px;padding-top: 8px;cursor: pointer; right: 8px;top: 7px;overflow: hidden;background: url(login_icon.png) no-repeat  right -183px; text-indent: -9999px;}
.register_intro a.reg-close:hover{ background-position:right -198px;}
.register_intro a{ color:#005EAC;}
.login_entry{ float:left; margin:2px 0 0 10px;*+margin:4px 0 0 10px;_margin:2px 0 0 10px;display:inline;}
a.account_qq, a.account_sina, a.account_sinaweibo,a.account_qzone{display:inline-block;padding-left:30px;height:24px;background:url(http://static.hualongxiang.com/images/pwicon/btn_regist.png) 10px -150px no-repeat;}
a.account_qq,a.account_qzone{background-position:10px -120px;}
a.account_qq, a.account_sina,a.account_taobao,a.account_qweibo,a.account_douban,a.account_wangyi,a.account_renren,a.account_sinaweibo,a.account_qzone{display:inline-block;padding-left:30px;height:24px; line-height:24px;background:url(http://static.hualongxiang.com/images/pwicon/btn_regist.png) 10px -154px no-repeat;}
a.account_qq,a.account_qzone{background-position:10px -125px;}
a.account_taobao{background-position:10px -242px;}
a.account_qweibo{background-position:10px -275px;}
a.account_douban{background-position:10px -308px;}
a.account_wangyi{background-position:10px -341px;}
a.account_renren{background-position:10px -374px;}

.shop_detail_tb{border:1px solid #CAD9EA; background:ulr(tab_bg.jpg) repeat-x 0 top; padding:10px 10px 6px 10px; margin:0 0 10px 0; line-height:20px;}
.shop_detail{overflow:hidden;position:relative;width:660px;margin:10px 14px 5px;padding:0;}
.shop_detail_left{display:inline;float:left;overflow:hidden;text-align:center;width:120px;margin:0 10px 0 0;}
.shop_detail_left a:hover{text-decoration:none;}
.shop_detail_left img{border:1px solid #CCC;display:block;height:110px;width:110px;margin:0 0 5px;padding:4px;}
.shop_detail_left span{color:#000;font-size:12px;font-weight:700;}
.shop_detail_right { overflow:hidden;zoom:1;}
.shop_detail_title{height:26px;line-height:26px;overflow:hidden;margin:0;padding:0;}
.shop_detail_title span.shop_name{color:#333;font-size:14px;font-weight:700;}
.shop_detail_title a{color:#a4bb37;font-size:14px;margin:0;}

.car_detail_left{display:inline;float:left;overflow:hidden;text-align:center;width:130px;margin:0 10px 0 0;}
.car_detail_left a:hover{text-decoration:none;}
.car_detail_left img{border:1px solid #CCC;display:block;height:90px;width:120px;margin:13px 0 5px;padding:4px;}
.car_detail_left span{color:#000;font-size:12px;font-weight:700;}
.car_detail_right { width:250px; overflow:hidden;zoom:1;}
.lpm_list{border-bottom:none; padding:0; overflow:hidden; zoom:1;}
.lpm_list p{height:20px;}
.lpm_list p strong a{color: #0449BE;display: inline-block;float: left;font-size: 14px;margin: 0 8px 0 0;}
.lpm_list ul.new {float: left;line-height: 20px; font-size:12px;}
.lpm_list ul.new li {display: block; line-height:20px;}
.lpm_list ul.new li a {color: #0449BE; margin-right:4px;}
.kan_map {margin: 0 0 0 8px;}
.daishou,.zaishou,.weipan,.shouqin{overflow:hidden;background:ulr(zhuangtai.gif) no-repeat;width:34px; height:17px;text-indent:-9999em;cursor:pointer;display:block;}
.daishou{background-position:0 0;}
.zaishou{background-position:0 -30px;}
.shouqin{background-position:0 -60px;}
.weipan{background-position:0 -90px;}
.color_07{font-weight:700; color:#ff6600; font-family:Arial;}
.pinggu{background:ulr(pinggu.gif) 0 4px no-repeat; padding-left:15px; display:inline-block;color:#0449be;}
.tuangou{background:ulr(tuangou.gif) no-repeat; width:139px; height:35px; line-height:300px; text-indent:-9999em; overflow:hidden; display:block;}
.tag_hlx{background:ulr(tag_about.png) no-repeat 0 2px; padding-left:20px;}
.tag_normal li{background:ulr(tag_li.png) no-repeat 0 10px; padding-left:15px; line-height:24px; font-size:14px; width:46%; float:left;}
.tag_house_L{width:390px;}
.tag_house_li {width:340px;}
.tag_house_li li{background:ulr(tag_li.png) no-repeat 0 10px; padding-left:10px; line-height:24px; font-size:14px; height:24px; overflow:hidden;}
.relateTagThreads{border:1px solid #9DB3C5;overflow:hidden;}
.relateTagThreads ul{padding:5px 0;}
.relateTagThreads li{background:ulr(related_li.gif) 15px 7px no-repeat;display:inline;float:left;width:48%;line-height:25px;height:25px;overflow:hidden; text-indent:28px;}
.relateTagThreads li a{color:#333333;}
.relateTagThreads h6{background:ulr(r_rating.png) repeat-x left bottom ;border-bottom:1px solid #9DB3C5;color:#333;font-weight:700;line-height:25px;margin:1px;padding:0 15px;}
.relateTagThreads .mode-o-a a{text-decoration:underline;color:$linkcolor;}
.areapush{float: right;position: relative;right: 190px;top: -18px;z-index:900;}
.shenhe{ border: 1px solid #9DB3C5;line-height: 26px; font-size:14px;}
.shenhe li{ border-top: 1px solid #9DB3C5; padding:5px;}
.shenhe li.first{ border:none;}

.w658{ float:left; width:658px; }
.w319{ position:relative; float:left; width:319px;border-top:1px solid #CAD9EA;}
.w319 .title_box{ height:37px; line-height:37px; overflow:hidden; background:#EFF7FE; padding:0 10px; margin:1px;}
.w319 .btn_sigin{ display:inline-block; width:74px; height:32px; background: url(sign_icon.png) no-repeat; border:none; margin-left:10px; cursor:pointer;}
.w319 .sigin{ background-position:0 0;}
.w319 .ysignin{ background-position:0 -45px;}

.b_bottom{border:1px solid #CAD9EA; border-width:0 1px 1px 0;}
#s_sign_in{ position:absolute; top:46px; left:0; z-index:888;}
.data_box{  width:260px; padding:20px; border:5px solid #ccc; background:#fff; display:none; }
.data_box p{line-height:30px;}
.data_box .closed{ position:absolute; right:20px; top:20px; display:block; width:14px; height:13px;background:url(sign_icon.png) 0 -217px no-repeat; text-indent:-9999px; cursor:pointer;}
.s_sign_in{ background:url(sign_icon.png) 0 -90px no-repeat; padding-left:80px;}
.calendar_title { height:26px; line-height:26px; background:#3F7DBA;padding:0 10px; color:#fff;}
.calendar_month_prev {display: inline-block;width: 18px;background: url(sign_icon.png) left -187px no-repeat;zoom: 1;
  cursor: pointer;}
.calendar_month_span {display: inline;line-height: 24px;}
.calendar_month_next {display: inline-block;width: 18px;
  background: url(sign_icon.png) right -187px no-repeat;zoom: 1;cursor: pointer;}
.sign_succ_table {width: 260px;border: 1px solid #CAD9EA;border-collapse: collapse;border-spacing: 0;color: #666;}
.sign_succ_table td {height: 30px;cursor: default;}
.canlerdar_head{ color:#005EAC; height:30px; line-height:30px; overflow:hidden; background:#E1F0FD;}
.canlerdar_days td{ color:#376AAB;border: 1px solid #CAD9EA; border-width:0 1px 1px 0;}
.canlerdar_days td.holiday{ color:#F00;}
.canlerdar_days td.emptyDate{ color:#999;}
.canlerdar_days td.signed_anime_day{background: url(sign_have_anime.gif) center no-repeat;
}

/*2014/3updata*/
.collect_box{padding: 3px 7px; margin-left:10px;cursor: pointer;}
.bgo{ background: #FF9326; color: #fff;}
.bgg{ background: #DDDDDD; color: #666;}
.list_icon{ background: url(list_icon02.png) no-repeat;}
.btn_refresh{ float:left; display: block; width: 140px; height: 46px; background-position: 0 0;text-indent: -9999px; cursor: pointer;}
.btn_new{float:left; display: block;width: 140px; height: 46px; background-position: 0 -50px; text-indent: -9999px;cursor: pointer;}
.btn_sign{float:left;display: block;width: 140px; height: 46px; background-position: 0 -426px;  color:#fff;cursor: pointer;}
.btn_sign  em{position: relative;left:67px;}
.btn_sign em.qiandao{ top: 9px; }
.btn_sign em.yiqiandao{top: 2px;}
.btn_sign em.yiqiandao i{ font-style: normal;}

.new_tiezi{ background-position: 15px -306px;}
.new_toupiao{background-position: 15px -344px;}
.bianlun{background-position: 15px -384px;}
.toupiao{border:1px solid #C6D8EC; border-bottom:none; text-align:left;}


.list_content .tab {height: 32px; margin-left:10px; }
.list_content .tab ul.tabs li {float: left;height: 31px;line-height: 31px;border-radius: 3px 3px 0 0;padding: 0 15px;margin-right: 5px;background: #f7f7f7; border:1px solid #ddd; border-bottom:none; }
.list_content .tab ul.tabs li a{color:#203769; }
.list_content .tab ul.tabs li.current {height: 32px;line-height: 32px;background: #DAE9FE; border:1px solid #B4D1FE;border-bottom:none; }
.list_content .tab ul.tabs li.current a{color:#1F3768;}

.postnewdown{ position:absolute; top:38px; zoom:1; right:0;_right:140px; display:none;}
.postnewdown span.top_arrow {position:relative;top:0px;left:30px;display:block;width:0;height:0;font-size:0;line-height:0;border:8px solid #FFF0E1; border-color:transparent transparent #FF9326 transparent;border-style:dashed dashed solid dashed;}
.postnewdown span.top_arrow span {position:absolute;top:-7px;left:-8px;display:block;width:0;height:0;font-size:0;line-height:0;border:8px solid #FF9326; border-color:transparent  transparent #FFF0E1 transparent;border-style:dashed dashed solid dashed;overflow:hidden;}
.postnewdown ul{ width: 138px; border: 1px solid #FF9326; background:#FFF0E1;}
.postnewdown ul li{ float:left; width:138px; display:block; height: 38px; line-height: 38px; overflow:hidden;}
.postnewdown ul li a{display: block; padding-left: 40px; color: #5F5F5F;}
.postnewdown ul li a:hover{ text-decoration:underline;}


.s_tabs{border:1px solid #B4D1FE; border-width:1px 0;background:#DAE9FE; padding: 11px 0; }
.s_tabs li{ float: left;border-right: 1px solid #203769; padding: 0 10px; color: #203769;}
.s_tabs li a{color: #203769;}

.s_search{ float: left; width: 265px;height:27px; overflow:hidden;  margin-left: 10px;}
.s_search .s_search_box{ width:161px;   background-position: 5px -101px; padding-left:25px;border:1px solid #ddd; margin-right:10px;}
.s_search .s_search_box .texts{ float: left; width: 150px; height: 18px; line-height:18px; border: 1px solid #fff; padding: 2px 3px;}

.btn_sear{float: left; display: inline-block; width: 65px; height: 27px;line-height:20px;overflow: hidden; background-color:#eee; border-radius:3px; border: 1px solid #ddd; cursor: pointer; color:#666;}
span.checkbox, span.checkbox_checked {background: url(http://static.hualongxiang.com/images/pwicon/checkbox.png) no-repeat scroll 0 2px transparent;cursor: pointer;
  display: inline-block;padding-left: 15px;}
span.checkbox_checked {background-position: 0 -28px;}

.bbs_tr2 td.next_page{ padding: 0; height: 40px; line-height: 40px; background-color: #FFFFF0; border-bottom: 1px solid #DDDDDD;}
.bbs_tr2 td.next_page a{display: block;}
.bbs_tr2 td.next_page a:hover{background: #F5F5F5; text-decoration: none;}
.bg_g{ background: #F5F5F5; cursor: pointer;}

.s_nav{ position:relative; border:1px solid #ddd; background-color:#f7f7f7; height:36px;line-height:36px;padding: 0 10px;}
.s_nav h2{ font-weight:100;}
#home_list{ float:left; width:25px; height:37px; cursor:pointer;}
.s_nav a.home{ position:relative; top:5px; display:inline-block;width:20px; height:20px; background-position:0 -137px; }
.s_nav em{ display:inline-block;width:19px;height:35px;margin-left: -10px;background-position:0 -180px;}
.v_t{ vertical-align:top!important; margin-right:5px;}
.remind{ background-position:0 -227px; width:17px; height:22px; display:inline-block; position: absolute; top: -13px;right: -8px;}

.popbox{ width:300px;  border:2px solid #ccc;}
.popbox .title{ height:35px; line-height:35px; background:#5989DB; padding:0 5px 0 10px; overflow:hidden;cursor:move;}
.popbox .closed{ background-position: right -232px; display:inline-block; width:16px; height:16px; text-indent:-9999px; margin-top:10px;}
.notice{padding:20px 14px 30px;background-color: #fff;}
.time_o{background-color: #fff;}
.biaoqian{ background-position: 0 -435px; width:32px; height:32px; margin-right:10px; display:inline-block;}
.w230{ width:230px;}

/*弹窗*/
.popoutContent{background:#eee;border:1px solid #8b8b8b;}
.popoutContent table th.h{ background:#005EAC}
.bgcorner1,.bgcorner2,.bgcorner3,.bgcorner4,.pobg1,.pobg2,.pobg3,.pobg4{filter:Alpha(opacity=39);_filter:Alpha(opacity=39);opacity:.39;overflow:hidden;z-index:1005;line-height:0 }
.bgcorner1,.bgcorner2,.bgcorner3,.bgcorner4{width:5px;height:5px;background:#999;}
.pobg1,.pobg2,.pobg3,.pobg4{ background:#999;}
.pobg1{height:5px; }
.pobg2{width:5px;}
.pobg3{height:5px;}
.pobg4{width:5px;}

/*pop content*/
.popTop{padding:5px 10px 3px;font-weight:700;color:#fff;background:#005eac;height:21px;_height:16px;}
.popTop select,.popTop input{ font-size:12px;}
.popBottom{padding:5px 10px;background:#f7f7f7;border-top:1px solid #e4e4e4;text-align:center;}
.popCont{margin:40px 0 60px;line-height:2;color:#333; text-align:center;}
.popoutContent table{width:100%; background:#fff}
.popTop .adel{margin-top:4px;}
.popTop ul{margin-bottom:-4px;_position:relative;}
.popTop li{float:left;}
.popTop li a{line-height:24px;height:24px;padding:0 10px;float:left;color:#fff;font-size:12px;}
.popTop li a:hover{ text-decoration:none;}
.popTop .current a{background:#ffffff;border-bottom:0;color:#333;}
.popoutContent td{padding:5px 0 5px 10px;}
.popoutContent .tr3 td{padding:5px 5px 5px 10px;border-bottom:1px dotted #ccc;_border-bottom:1px dotted #f4f4f4;}
.popoutContent .z .tr3:hover td{background:#f5faff;}
.popoutContent .tr3 td td{border:0;}
/*menu*/
.menu-post{border:1px solid #a6cbe7;}
.menu-post .menu-b{background:#ffffff;}
/*链接操作*/
.adel,.aedit,.g_photosbox .updel{background:url(del.png) 9999px 9999px no-repeat;width:12px;height:13px;text-indent:-2000em;display:block;overflow:hidden;float:right;padding:0;-webkit-transition: all 0.2s ease-out;}
.adel,.g_photosbox .updel{ background-position:0 -15px}
.adel:hover,.g_photosbox .updel:hover{ background-position:-34px -15px;}
.aedit{ background-position:0 0;}
.aedit:hover{ background-position:-34px 0;}
/*全局按钮*/
span.btn ,span.bt ,span.btn2 ,span.bt2 ,span.bts ,span.btn span ,span.bt span ,span.btn2 span ,span.bt2 span ,span.bts span{background:url(button.png) 9999px 9999px;}
span.btn ,span.bt ,span.btn2 ,span.bt2 ,span.bts {padding:0 2px 0 0;zoom: 1;display: inline-block;vertical-align: middle; cursor: pointer; _display: inline;margin:0 3px;}
span.btn button ,span.bt button ,span.btn2 button ,span.bt2 button ,span.bts button{display:block;overflow:visible;width:auto;_width:0;border:0 none;background:none;text-decoration:none;vertical-align:middle;white-space:nowrap;cursor:pointer;}
span.btn span,span.bt span,span.bts span{display: block;padding:0 5px 0 7px;*padding:0 7px 0 9px;}
span.btn button,span.bt button,span.bts button{height:27px;margin:0 -9px;padding:0 13px;line-height:27px;font-size:14px;font-weight:700;padding-bottom:4px;_padding-bottom:0px;}
span.btn2 span,span.bt2 span{display: block;padding:0 5px 0 7px;*padding:0 7px 0 9px;}
span.btn2 button,span.bt2 button{height:21px;margin:0 -8px;padding:0 10px;line-height:21px;padding-bottom:4px;_padding-bottom:0px;}

span.bt2 button.fla{height:42px;margin:0 -8px;line-height:42px; width:166px; overflow: hidden; cursor: pointer;}
span.btn{background-position:right 0;}
span.btn span{background-position:0 0;}
span.btn2{background-position:right -60px;}
span.btn2 span{background-position:0 -60px;}
span.bt{ background-position:right -30px;}
span.bt span{ background-position:left -30px;}
span.bt2{ background-position:right -85px;}
span.bt2 span{ background-position:left -85px;}
span.bts{ background-position:right -110px;}
span.bts span{ background-position:0 -110px;}
span.btn button,span.btn2 button{color:#ffffff;}
span.bt button,span.bt2 button{color:#555555;}

span.bt2 button.fla{color:#555555; background: url(flash_btn.gif) no-repeat;}
span.bts button{color:#cd4604;}

.btnok{background:#005EAC; padding:5px; }
.btncancle{background:#ccc; padding:5px; }
.btncancle button{color:#333;height:21px;line-height:21px;background:none; border:none;}
.btnok button{color:#fff;height:21px;line-height:21px;background:none; border:none;}

/*名片*/
.pop-card-bg,.card-online,.card-offline,.card-fri,.card-mail,.card-new,.card-left-down,.card-right-down,.pop-card-info dt,.card-blog,.card-magic,.card-qq,.card-ww,.dig,.card-fri-out{background:url(http://www.hualongxiang.com/images/card-icon.png);}
.pop-card{font-family:simsun,Arial, Helvetica, sans-serif;border:3px solid #ecf2f9;padding:1px;background:#c6d9ed;width:320px;}
.pop-card a{color:#3366cc;}
.pop-card img{ vertical-align:middle;}
.pop-card-bg{border:1px solid #ffffff;background-color:#fafafa;background-position:0 -200px;}
.pop-card-info{border-bottom:1px solid #e9e9e9;}
.pop-card-info dl{padding:10px;}
.pop-card-info dt{float:left;width:66px;height:66px; background-position:0 -120px;overflow:hidden;margin-right:6px;}
.pop-card-info dt img{width:48px;height:48px;margin:6px 0 0 6px;border:1px solid #ffffff;}
.pop-card-info dd{float:left;width:224px;}
.card-title{margin:2px 0 4px;}
.card-online,.card-fri,.card-fri-out,.card-mail,.card-offline,.card-blog,.card-magic,.card-qq,.card-ww{width:16px;height:16px;overflow:hidden;text-indent:-9999px;}
.card-online{float:left;background-position:0 0;margin-left:5px;}
.card-offline{float:left;background-position:-20px 0;margin-left:5px;}
.card-fri{float:right;background-position:0 -20px;}
.card-fri-out{float:right;background-position:0 -100px;}
.card-mail{float:right;background-position:0 -40px;margin-left:7px;}
.card-write{margin-top:4px;}
.card-app{border-top:1px solid #ffffff;}
.card-app-bot{background:#ecf2f9;border-top:1px solid #ffffff;padding:3px 0 3px 8px;}
.card-app-bot a{float:left;padding:3px;}
.card-app-bot a:hover{background:#fff;border:1px solid #c6d9ed;padding:2px;}
.card-app-bot a img{width:16px;height:16px;}
.card-bot-icon{width:264px;height:22px;overflow:hidden;float:left;}
.card-new{ background-position:0 -60px;width:22px;height:8px;overflow:hidden;position:absolute;margin-top:-1px;text-indent:-9999px;}
.card-content{border-top:1px solid #ffffff;}
.card-content a{ text-decoration:underline;}
.card-cont-hr{background:#eaeaea;height:1px;overflow:hidden;margin:10px 0;}
.card-photo li{float:left;border:1px solid #d7d7d7;padding:1px;background:#ffffff;width:46px;height:46px;margin-right:10px;overflow:hidden;}
.card-photo li img{width:100%;}
.card-left-down,.card-right-down{width:15px;height:15px;overflow:hidden;text-indent:-9999px;cursor:pointer;margin-top:4px;}
.card-left-down{ background-position:0 -80px;}
.card-right-down{ background-position:-15px -80px;margin-right:8px;}
.card-left-down:hover{ background-position:-30px -80px;}
.card-right-down:hover{ background-position:-45px -80px;}
.card-blog{ background-position:-20px -40px;float:right;margin-left:7px;}
.card-magic{ background-position:-20px -20px;float:right;margin-left:7px;}
.card-qq{ background-position:-40px -20px;float:right;margin-left:7px;}
.card-ww{ background-position:-40px -40px;float:right;margin-left:7px;}
/*任务弹窗*/
.menu_tasksA_title,.menu_close,.menu_tasksA_title:hover b,.tasks_join i,.tasks_startA,.tasks_startA_old,.tasks_startB,.tasks_startB_old,.tasks_apply,.tasks_apply_old,.tasks_again,.tasks_receiving,.tasks_quit{background:url(http://www.hualongxiang.com/images/job/menu_tasksA.png);}
.menu_tasksA{width:530px;left:50%;margin-left:-265px;top:50%;margin-top:-250px; position:absolute;}
.menu_tasksA_con{background:#fff;padding:10px 15px;}
.menu_tasksA_tab{border-bottom:1px solid #86b4d8;height:36px;margin-bottom:5px;}
.menu_tasksA_tab ul{padding-left:10px;padding-top:9px;position:absolute;}
.menu_tasksA_tab li{float:left;margin-right:5px;}
.menu_tasksA_tab li a{display:block;float:left;line-height:26px;height:26px;overflow:hidden;padding:0 20px;border:1px solid #cee3f6;border-bottom:none;background:#e6f2fe;color:#3266cb;border-radius:2px;}
.menu_tasksA_tab li a:hover{ text-decoration:none;border-color:#85b3d5;}
.menu_tasksA_tab .current a{border-color:#85b3d5;background:#fff;line-height:27px;height:27px;font-weight:700;}
.menu_tasksA_title{display:block;border-top:1px solid #d6e6f5;height:28px;line-height:28px; font-size:14px;color:#4776d0;background-position:0 -380px;}
.menu_tasksA_title:hover{ text-decoration:none;color:#ff6600;}
.menu_tasksA_title b{width:9px;height:9px;display:block;float:left;overflow:hidden;margin:8px 5px 0 10px;display:inline;}
.menu_tasksA_title:hover b{background-position:-34px -350px;}
.current .menu_tasksA_title{ font-weight:700;color:#4776d0;}
.current .menu_tasksA_title b,.current .menu_tasksA_title:hover b{background:none;}
.menu_tasksA_con dl{padding:5px 0 10px 10px;}
.menu_tasksA_con dt{float:left;width:130px;margin-right:10px;}
.menu_tasksA_con dt img{border:1px solid #d4d4d4;padding:3px;background:#fff;width:120px;}
.menu_tasksA_con dd{float:left;width:310px;color:#666666;}
.menu_tasksA_con dd span{color:#3165ca;}
.menu_tasksA_con p.cc span{float:left;color:#666;}
.menu_tasksA_con p.cc em{float:left;height:18px;overflow:hidden;line-height:18px;width:240px;}
.task_legend{height:36px;overflow:hidden;line-height:18px;}
.menu_tasksA_con dd em{ font-style:normal;color:#ff5500;}
.tasktab_1{height:370px; overflow:auto;}
.menu_close{display:block;width:17px;height:17px;text-indent:-2000em;overflow:hidden;margin:7px 0 0 0;background-position:0 -350px;}
.menu_close:hover{background-position:-17px -350px;}
.tasks_join{padding-top:10px;}
.tasks_join a{float:right;margin-right:10px;color:#3266cc;font-weight:700;}
.tasks_join i{float:right;width:9px;height:9px;display:block;overflow:hidden; background-position:-43px -350px; text-indent:-2000em;margin:3px 5px 0 0;font-style:normal;}
/*but*/
.tasks_startA,.tasks_startA_old,.tasks_startB,.tasks_startB_old,.tasks_apply,.tasks_apply_old,.tasks_again,.tasks_receiving,.tasks_quit{width:102px;height:35px;overflow:hidden; text-indent:-2000em;display:block;padding:0;margin:0;float:left;}
.tasks_startA{ background-position:0 0;}
.tasks_startA_old{ background-position:0 -35px;}
.tasks_startB{background-position:0 -70px;}
.tasks_startB_old{ background-position:0 -105px;}
.tasks_apply{background-position:0 -140px;}
.tasks_apply_old{ background-position:0 -175px;}
.tasks_again{ background-position:0 -210px;}
.tasks_receiving{ background-position:0 -245px;}
.tasks_quit{display:block;width:73px;height:35px;overflow:hidden; text-indent:-2000em;background-position:0 -280px;float:left;margin-left:10px;}
/*统一头像*/
.img_50{display:block;float:left;background:url(http://static.hualongxiang.com/images/g/facebg_a.png) no-repeat;width:56px;height:56px;}
.img_50:hover{ text-decoration:none;}
.img_50 i img{cursor:pointer;margin-right:4px;}
.img_50 img{width:48px;height:48px;margin:4px 0 0 4px;}
.img_25 img{width:18px;height:18px;background:#fff;border:1px solid #ccc;padding:2px;}
.img{padding:5px;border:1px solid #e4e4e4;background:#fff;}
/*字体加粗等操作*/
.pwnew span{float:left;margin-right:5px;}
.pwnew a{padding:0 5px;margin:0;display:block;height:19px;float:left;line-height:19px;border:1px solid #cae2f2;color:#333333;cursor:pointer; font-family:Verdana, Geneva, sans-serif;background:#fff;font-weight:100;}
.pwnew a:hover{border:1px solid #336699;background-color:#336699;color:#ffffff; text-decoration:none;}
.pwnew .one,.pwnew .one:hover{border:1px solid #336699;background-color:#336699;color:#ffffff;}
.pwnew .two{background:#fff url(http://www.hualongxiang.com/images/g/talk_smasan.png) 24px center no-repeat;cursor:pointer;padding:0 14px 0 3px;}
.pwnew .two:hover{border:1px solid #336699;background-color:#fff;}
.pwnew .two img{padding-top:1px;}
.pwnew #color_show{width:30px;border:1px solid #cae2f2;float:left;height:19px;background-color:#ffffff;cursor:pointer;}
/*pages*/
.pages{float:left;line-height:26px;height:26px;}
.pages a,.pages b{display:block;float:left;margin-right:3px;}

.pages a{border:1px solid #B4D1FE; border-radius:3px 3px 3px 3px;-moz-border-radius: 3px; -webkit-border-radius:3px; padding:0 10px;color:#666;}
.pages b,.pages a:hover,.pages .current{background-color:#ACCEFD;color:#fff;border:1px solid #94BEFE;border-radius:3px 3px 3px 3px;-moz-border-radius: 3px; -webkit-border-radius:3px;text-decoration:none;padding:0 10px;}
.pages .fl{color:#666;padding:0 6px 0 3px;}
.pages input{padding:0;float:left;border:1px solid #bdcfdd;border-radius:3px 3px 3px 3px;background:#fff;padding:2px 4px;float:left;margin:0 2px 0 0;height:22px;width:28px;}
.pages button{ height: 28px;line-height: 26px;background:#f4f8fb;padding:0 4px;color:#666;border:1px solid #bdcfdd;border-radius:3px 3px 3px 3px;cursor:pointer;float:left;margin:0;overflow:visible;_overflow:auto;}
.fr .pages{_float:right;}/*ie6*/

.page {line-height: 26px;height: 26px; }
.page a, .page b {display: block;float: left;margin-right: 3px; font-weight:100;}
.page a {border: 1px solid #B4D1FE;border-radius: 3px 3px 3px 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px; padding: 0 10px;color: #666; }
.page b, .page a:hover, .page .current {background-color: #ACCEFD;color: #203769;border: 1px solid #94BEFE;border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px;-webkit-border-radius: 3px;
  text-decoration: none;padding: 0 10px; }
.page .fl{color:#666;padding:0 6px 0 3px;}
.page input{padding:0;float:left;border:1px solid #B4D1FE;border-radius:3px 3px 3px 3px;background:#fff;padding:2px 4px;float:left;margin:0 2px 0 0;height:22px;width:28px; text-align: center;}
.page button{ height: 28px;line-height: 26px;background:#fff;padding:0 4px;color:#666;border:1px solid #B4D1FE;border-radius:3px 3px 3px 3px;cursor:pointer;float:left;margin:0;overflow:visible;_overflow:auto;}
/*表单*/
textarea,input,select{font:12px Arial;padding:1px 3px 0 3px;vertical-align:middle;margin-bottom:1px;}
select{padding:1px;}
textarea{border: 1px solid;  border-color: #c0c0c0 #ededed #ededed #c0c0c0;padding:3px;background:#fff;line-height:1.5;}
.textareaA{width:332px;height:62px;overflow:auto;background:#fff;line-height:1.4;}
.input{border:1px solid; border-color: #c0c0c0 #ededed #ededed #c0c0c0;padding:2px 3px;*padding:4px 3px 0;background:#fff;}
.input:hover,.textareaA:hover,.input_img:hover{border:1px solid #23a6dd;}
.input_wa{width:154px;}
.input_wb{width:332px;}
.input_wc{width:67px;}
.select_wa{width:160px;}
.input_img{/*width:332px;*/display:inline-block;padding:2px 3px 0;background:#fff;border:1px solid; border-color: #999999 #e1e1e1 #e1e1e1 #999999;min-height:20px; position:relative;_height:20px;}
.input_img  em{float:right;width:15px;height:16px;overflow:hidden;display:block;text-indent:-2000em;margin:3px 0 0 1px; cursor:pointer;position:absolute;bottom:3px;right:3px;}
.input_img input{float:left;border:0;padding:2px 0;*padding:4px 0 0;_*padding:3px 0 0;width:70px;_height:14px;}
.input_img span{float:left;padding:0 4px 2px 0;line-height:18px;list-style:none;white-space:nowrap;}
.input_img span a{background:#f0f6f9;border-top:1px solid #a7cbe4;border-bottom:1px solid #a7cbe4;color:#20536f;display:block;float:left; text-decoration:none;outline:none;}
.input_img span a i{font-style:normal;border-left:1px solid #a7cbe4;border-right:1px solid #a7cbe4;cursor:pointer;display:block;float:left;height:15px;line-height:17px;margin:0 -1px;padding:0 5px 1px; white-space:nowrap;_padding:1px 5px 0;position:relative;}
.input_img span del{ cursor:pointer;display:inline-block;height:7px;margin:0 0 0 3px;width:7px;background:url(http://www.hualongxiang.com/images/input_del.png) 0 0 no-repeat;overflow:hidden; text-indent:-2000em;vertical-align:middle;padding:0;}
.input_img span del:hover{background-position:0 -7px;}
.input_down,.input_up{background:#ffffff url(http://www.hualongxiang.com/images/input_down.png);}
.input_down:hover{ background-position:0 -16px; background-color:#999;}
.input_up{ background-position:0 -48px;}
.input_up:hover{ background-position:0 -32px; background-color:#999;}

/*操作提示*/
.rightTip,.wrongTip,.ignoreTip{padding:5px 10px 5px 24px;background:url(http://static.hualongxiang.com/images/pwicon/ms_tips.png) 9999px 9999px no-repeat;line-height:1.2;zoom:1;}
.rightTip{border:1px solid #92e290;background-color:#f5faf3;color:#008800; background-position:-56px 4px;}
.wrongTip{border:1px solid #ff9a8f;background-color:#ffe4e1;color:#b91600;background-position:4px -56px;}
.ignoreTip{border:1px solid #cccccc;background-color:#f7f7f7;color:#666;padding-left:10px;}
/*门户前台管理*/
.view-current{position:relative;background:#ffffdb;*display:inline;padding:0;margin:0; list-style-position:outside}
.view-bg{border:solid 1px #F60;}
.view-hover{*display:inline;zoom:1;list-style-position:outside;}
.view-hover .open-none{display:none;}
.view-current .open-none{display:inline;}
/*微博 收藏*/
.gotoForum{background:#f1f8ff;padding:5px 10px;}
.gotoForum a,.allCollect,.allForward{background:url(http://static.hualongxiang.com/images/pwicon/cmsicon.gif) 999px 999px no-repeat;}
.allCollect,.allForward{padding-left:20px;color:#024b90;}
.allCollect{ background-position:-60px -20px;}
.allForward{ background-position:-40px -40px;}
.gotoForum a{padding-right:20px;background-position:15px 4px;}
/*积分变动提示*/
.credit{position:fixed;_position:absolute;z-index:1003;top:25%;left:50%;width:400px;margin-left:-200px;}
.rewardbg{background:#ff6a09;padding:4px 8px 8px;position:relative;left:-5px;top:-5px;border:1px solid #d35705;color:#ffdfc3;}
.reward{background:#dddddd;position:absolute;white-space:nowrap;}
.st2{color:#ffffff;/*display:inline-block;height:40px;*/margin-right:10px;}
/*好友分组选择*/
.friListA{height:150px;overflow:auto;overflow-x:hidden;padding:0 10px;width:307px; cursor:pointer;}
.friListA li{height:20px;line-height:20px;float:left;width:130px;margin:5px 10px 0 0;padding:0 0 0 5px;}
.friListA li input{ vertical-align:middle;margin-right:5px;}
.friListB{background:#e4e4e4;width:300px;position:absolute;}
.friListB ul{border:1px solid #a7cbe4; position:relative;left:-2px;top:-1px;background:#fff;padding:1px;}
.friListB li{margin-bottom:1px;border-bottom:1px solid #d9eaf6;padding-bottom:1px; cursor:pointer;display:block;line-height:25px;height:25px;padding:0 10px;color:#333;}
.friListA li.selected,.friListB li.viewNameSelected{background:#e3f0f9;color:#333;}
/*底部工具栏*/
.sbar-box-a{border:1px solid #8ebcc7;background-color:#f4fafb;}
.forum-list-popout { max-height:400px;_height:400px;overflow:auto;}
.forum-list-popout a:hover{text-decoration:none;}
.forum-list-popout dl{border-top:1px solid #dedede;line-height:24px;margin-top:-1px;}
.forum-list-popout a{background:none;padding:0;height:auto;}
.forum-list-popout dt{height:30px;line-height:30px;padding:0 10px;border-bottom:1px solid #dedede;background:#fafafa;_width:100%;}
.forum-list-popout dt a{display:inline;color:#555; text-decoration:underline;}
.forum-list-popout dd{padding:5px 10px;_width:100%;}
.forum-list-popout dd a{width:11em;margin-right:1em;float:left;display:inline;text-decoration:underline;color:#3566cc;}
.menu-post-bottom dt a{color:#555; cursor:text; text-decoration:none;}
.sbar-title{cursor: pointer;padding:5px 10px;}
.sbar-title .b,.sbar-title .b a{color:#6fa4b7; font-size:14px;}
.sbar-title a{color:#999; text-decoration:underline;}
.sbar-box-b{border:1px solid;border-color: #b8b8b8 #dedede #dedede #b8b8b8;background:#ffffff;margin:0 10px 15px;}
.startbar-menuleft,.startbar-menuright{right:-1px;_right:-2px;background-color:#f4fafb;position:absolute;bottom:24px;border:1px solid #8ebcc7;z-index:1001;}
.startbar-ui h6{padding:0 10px;line-height:24px;border-top:1px solid #dedede;border-bottom:1px solid #dedede;background:#fafafa;}
/*微薄表情弹窗*/
.popshow{width:360px;padding-bottom:10px;}
.popshow .adel{margin:7px 7px 0 0;display:inline;}
.triangle{background:url(http://static.hualongxiang.com/images/g/triangle.png) no-repeat;width:14px;height:8px;overflow:hidden;float:left;}
.popshow .triangle{margin:-8px 0 0 22px; position:relative;}
.popshow ul{padding:5px 0 0 5px;width:330px;}
.popshow li{float:left;border:1px dashed #dddddd;padding:1px;margin:5px 0 0 5px;display:inline;}
.popshow li img{float:left;}



/*new_top*/
.new_topbar_wrap{border-bottom:1px solid #bfcfd8;height:26px;background:#fff;min-width:800px;overflow:hidden;}
.new_topbar{width:98%;margin:auto;min-width:800px;overflow:hidden;}
.new_topbar a{color:#676767; font:12px/12px Arial;}
.new_topbar a:hover{color:#336699;}
img.top_face{width:15px;height:15px;float:left;margin:-1px 3px 0 0;border:1px solid #ccc;overflow:hidden;}
.new_topbar_left{}
.new_topbar_left a{float:left;padding:5px;*padding:6px 5px 5px;margin:2px 3px 0;outline:none; white-space:nowrap;}
.new_topbar_left a.new_topbar_name{font-weight:700;}
.new_topbar_left a.backend{}
.new_topbar_left span.green{color:#676767;}
.new_topbar_left i{float:left;width:1px;background:#c5c5c5;height:15px;overflow:hidden;padding:0;margin:6px 4px 0;}
.new_topbar_right{float:right;}
.new_topbar_right li{float:left;margin:7px 7px 0 0;border-right:1px solid #c5c5c5;}
.new_topbar_right li a{float:left;padding:0 0 1px;*padding:1px 0 0;margin-right:7px;}
a.menu_down,a.menu_down:hover{padding:6px 7px 4px;margin:1px;text-decoration:none;}
a.new_topbar_mes{background:url(http://www.hualongxiang.com/images/email.gif) 0 4px no-repeat;padding-left:18px;color:#ff5500;}
/**/
.menu-half{padding:5px 0;}
.menu-half li{width:49%;float:left;padding:3px 0;height:19px;overflow:hidden;text-indent:1.5em;}
.menu-half li a{float:left;}
.menu-bt{margin:5px 0 10px;}
.menu-list{padding:0 20px;}
.menu-list li{line-height:30px;}
.menu-list span{float:left;width:6em;padding-right:2em;text-align:right;}
.exp{border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin-top:10px;line-height:1;padding:10px 20px;}
/*menu_cur*/
.menu_down{position:relative;z-index:99999;outline:none;*height:18px;}
.menu_down:hover{*height:18px;}
.menu_down span{display:none;border:1px solid #bfcfd8;top:0px;left:0px;background:#fff;}
.menu_down:hover span,.current a.menu_down span{display:block;position:absolute;border-bottom:none;padding:5px 6px 0;cursor:pointer;height:20px;}
.menu_half li{float:left;width:49%;}
/*ie bug*/
a.new_topbar_mes{*background-position:0 3px;}
img.top_face{*margin:-3px 3px 0 0;}
.new_topbar_left a.new_topbar_name{*margin-left:1px;}
a.menu_down,.current a.menu_down{*padding:7px 7px 0;}
a.menu_down:hover span,.current a.menu_down span{*padding:6px 6px 0;*height:19px;}
/*menu_up*/
.menu_userlist{scrollbar-face-color:#e5eef8;scrollbar-highlight-color:#e5eef8; scrollbar-shadow-color:#bfcfd8; scrollbar-3dlight-color:#bfcfd8; scrollbar-arrow-color: #bfcfd8; scrollbar-track-color:#f7fbff;scrollbar-darkshadow-color: #ffffff;scrollbar-base-color:#ccc;height:125px;overflow:auto;padding-top:3px;}
.menu_userlist li{width:49.8%;float:left;padding-left:0;}
.menu_userlist li a{display:block;line-height:25px;text-decoration:underline;padding-left:26px;color:#336699;}
.menu_userlist li a:hover{color:#333;background:url(http://static.hualongxiang.com/images/pwicon/choose.gif) 6px 4px no-repeat;}
/*fastpost*/
.menu_userA{height:25px;*height:24px;}
.menu_userA a{padding:1px 11px;display:block;height:25px;_height:19px;line-height:25px;_padding-top:6px;}
.menu_userA a:hover,.menu_userAcur a{text-decoration:none;position:absolute;white-space:nowrap;z-index:11;_padding-top:6px;}
.menu_userAcur a{border:1px solid #bfcfd8;padding:0 10px;background:#fff;}
.menu_userA a i{display:none;font-style:normal;color:#248301;}
.menu_userA a:hover i,.menu_userAcur a i{ display:inline;cursor:pointer; font-style:normal}
.menu_userAcur{z-index:11;}
.menu_userAcur a,.menu_userAcur a:hover{border-bottom:0;_height:19px;_padding-top:6px;}
.menu .menu_userlist{width:300px;margin:5px 0 5px 5px;padding:0;}
.menu .menu_userlist li{width:45%;height:25px;line-height:25px;}
.menu .menu_userlist li a:hover{ background-position:6px 9px;}
.fri-list{width:330px;height:160px;border:1px solid #cccccc;zoom:1;background:#fff;}
.fri-bot{overflow-x:hidden;overflow-y:scroll;width:100%;height:125px;}
.fri-bot li{float:left;width:140px;padding:4px 0 0 5px;}
/*.pw-card{ width:16px; height:12px;background:url(card-name.png) no-repeat;text-indent:-2000em;cursor:pointer;display:block;}*/
/*menu_cur*/
.menu_down{position:relative;z-index:99999;outline:none;*height:18px;}
.menu_down:hover{*height:18px;}
.menu_down span{display:none;border:1px solid #bfcfd8;top:0px;left:0px;background:#fff;}
.menu_down:hover span,.current a.menu_down span{display:block;position:absolute;border-bottom:none;padding:5px 6px 0;cursor:pointer;height:20px;}
/*ie bug*/
a.new_topbar_mes{*background-position:0 3px;}
img.top_face{*margin:-3px 3px 0 0;}
.new_topbar_left a.new_topbar_name{*margin-left:1px;}
a.menu_down,.current a.menu_down{*padding:7px 7px 0;}
a.menu_down:hover span,.current a.menu_down span{*padding:6px 6px 0;*height:19px;}
/*menu_up*/
.menu_topup{border:1px solid #bfcfd8;background:#fff;}
.pw_menu h5{border-top:1px solid #dddddd;display:block;margin:0 5px;color:#555555;font-weight:700;padding:5px 0 0 21px;background:url(http://static.hualongxiang.com/images/pwicon/switch.gif) 2px 7px no-repeat;}
.menu_userlist{scrollbar-face-color:#e5eef8;scrollbar-highlight-color:#e5eef8; scrollbar-shadow-color:#bfcfd8; scrollbar-3dlight-color:#bfcfd8; scrollbar-arrow-color: #bfcfd8; scrollbar-track-color:#f7fbff;scrollbar-darkshadow-color: #ffffff;scrollbar-base-color:#ccc;height:125px;overflow:auto;padding-top:3px;}
.menu_userlist li{width:49.8%;float:left;padding-left:0;}
.menu_userlist li a{display:block;line-height:25px;text-decoration:underline;padding-left:21px;color:#336699;margin-left:5px;}
.menu_userlist li a:hover{background:url(http://static.hualongxiang.com/images/pwicon/choose.gif) 1px 4px no-repeat;background-color:#e6f2fe;}

.menu_topup4{width:98px;margin-top:-1px;margin-left:-1px;*margin-left:-2px;border-top:0;}
.menu_topup4 li{height:28px;}
.menu_topup4 a{color:#333333;padding:4px 6px;_padding:6px 6px 2px;line-height:18px;height:18px;}
.menu_topup4 img{ vertical-align:middle;margin-right:5px;}
.menu_topup4 b{padding:0 8px;margin-right:5px;}
/*skin*/
.pw_menu{border:1px solid #a6cbe7;background:#fff;}
.pw_menuBg{padding:0 10px 10px;}
.pw_menu h6{ position:absolute;margin-top:-18px;height:17px;border:1px solid #a6cbe7;background:#fff;border-bottom:0;right:-1px;padding:0 4px;*padding:0 5px;line-height:18px; white-space:nowrap;}
.pw_menu h6 img{*margin-top:2px;}
.menuList{background:#fff;padding:1px;width:100px;}
.menuList li{width:100%;}
.menuList a{line-height:25px;height:25px;padding:0 10px;display:block;overflow:hidden;}
.menuList a:hover{text-decoration:none;color:#666;}
.menuList img{ vertical-align:middle;white-space:nowrap;margin-left:-5px;_margin-top:4px;margin-right:5px;}
.menuListB li{float:left;width:10%;height:23px;margin:0;overflow:hidden;}
.menuListC li{float:left;white-space:nowrap;}
#consolePanel{z-index:10001;position:fixed;top:0px;left:0px;width:100%;padding:5px 0; text-align:center;background:#ffffdb;border-bottom:2px solid #F60;_position: absolute;_top: expression(documentElement . scrollTop);}

/*skin*/
.menuSkin{background:#ffffff;width:405px;padding:0 0 10px 10px;}
.menuSkin li{float:left;margin:10px 10px 0 0;border:2px solid #ffffff;background:#fff;}
.menuSkin li a{float:left;width:114px;height:85px;display:block;border:1px solid #b4b4b4;padding:2px;background:#ff url(http://static.hualongxiang.com/images/nopreview.png) no-repeat;color:#666;}
.menuSkin li a:hover{text-decoration:none;}
.menuSkin li:hover,.menuSkin li.current{border:2px solid #65b954;}
.menuSkin li i{width:114px;height:60px;cursor:pointer;display:block;}
.menuSkin li p{padding-top:5px;}
.menuSkin li span{padding:6px 0 2px; text-align:center;display:block;cursor:pointer;}
.menuSkin li input{padding:0;margin:0; vertical-align:middle;display:none;}
.menuSkin li.current span,.menuSkin li.current p{background:url(http://static.hualongxiang.com/images/register/regright.png) 95px 5px no-repeat;}
/*内部广告样式*/
.hlx_inner_ad960 {width: 960px;margin: 0 0 5px 0;padding: 0;overflow: hidden;}
.hlx_inner_ad640 {float: left;width: 640px;margin: 0 5px 0 0;padding: 0;overflow: hidden;}
.hlx_inner_ad640_r {float: left;width: 640px;margin:0;padding: 0;overflow: hidden;}

.hlx_inner_ad315_l {float: left;width: 315px;margin: 0 5px 0 0;padding: 0;overflow: hidden;}
.hlx_inner_ad315_r {float: left;width: 315px;margin: 0;padding: 0;overflow: hidden;}
.hlx_inner_ad475_l {float: left;width: 475px;margin: 0 10px 0 0;padding: 0;overflow: hidden;}
.hlx_inner_ad475_r {float: left;width: 475px;margin: 0;padding: 0;overflow: hidden;}


.hlx_inner_adleft645 {float:left; width: 645px;}
.hlx_inner_adright315 {float: left;width: 315px;height: 145px;overflow:hidden;}
.hlx_inner_ad315_left {float:left; width: 315px; height:70px; margin: 0 7px 5px 0; overflow: hidden;}
.hlx_inner_ad315_right {float:left; width: 315px; height:70px; margin: 0 7px 5px 0; overflow: hidden;}
/*--返回顶部--*/
#scrollBar a {background: url(http://static.hualongxiang.com/images/top.png) no-repeat;cursor: pointer;display: block;height: 57px;overflow: hidden;text-indent: -2000em;width: 19px;}
#scrollBar a:hover {background-position: right 0;}

.input_img2:hover{border:1px solid #23a6dd;}
.input_img2{width:332px;display:inline-block;padding:0 3px 0;background:#fff;border:1px solid; border-color: #999999 #e1e1e1 #e1e1e1 #999999;min-height:20px; position:relative;_height:20px;}
.input_img2 em{float:right;width:15px;height:16px;overflow:hidden;display:block;text-indent:-2000em;margin:2px 0 0 1px; cursor:pointer;position:absolute;bottom:3px;right:3px;}
.input_img2 input{float:left;border:0;padding:2px 0;*padding:4px 0 0;_padding:3px 0 0;width:70px;_height:14px;}
.input_img2 span{float:left;padding:0 4px 2px 0;line-height:18px;list-style:none;white-space:nowrap;margin-top:2px;}
.input_img2 span a{background:#f0f6f9;border-top:1px solid #a7cbe4;border-bottom:1px solid #a7cbe4;color:#20536f;display:block;float:left; text-decoration:none;outline:none;}
.input_img2 span a i{font-style:normal;border-left:1px solid #a7cbe4;border-right:1px solid #a7cbe4;cursor:pointer;display:block;float:left;height:15px;line-height:17px;margin:0 -1px;padding:0 5px 1px; white-space:nowrap;_padding:1px 5px 0;position:relative;}
.input_img2 span del{ cursor:pointer;display:inline-block;height:7px;margin:0 0 0 3px;width:7px;background:url(http://www.hualongxiang.com/images/input_del.png) 0 0 no-repeat;overflow:hidden; text-indent:-2000em;vertical-align:middle;padding:0;}
.input_img2 span del:hover{background-position:0 -7px;}


/*@ 好友*/
.at_icon{display:inline-block;background:url(http://static.hualongxiang.com/images/pwicon/at.png) 0 center no-repeat;padding-left:20px;}
.at_input_tip{position:absolute;color:#888;}


/*全站信息提示*/
.pw_all_tip .adel,.pw_all_angle_top,.pw_all_angle_bot,.pw_all_tip dl,#pw_all_tip_tucool a.adel,.pw_all_angle_left,#pw_all_tip_usercard a.adel{background:url(http://static.hualongxiang.com/images/pw_all_tip.png) no-repeat;}
#pw_all_tip{z-index:999;}
.pw_all_tip{padding:5px 10px;background:#ffffe3;border:1px solid #cccccc;line-height:20px;color:#333;border-radius:3px; white-space:nowrap;}
.pw_all_tip a.adel{right:10px;top:10px;width:12px;height:12px; position:absolute; background-position:-48px 0;padding:0;margin:0;border:0 none; background-color:none;}
.pw_all_tip a.adel:hover{ background-position:-32px 0;}
.pw_all_tip p{margin-right:30px;}
.pw_all_tip a{color:#014c90;}
.pw_all_angle_top,.pw_all_angle_bot{overflow:hidden; background-position:0 0; position:absolute;margin-left:40px;width:11px;height:7px;}
.pw_all_angle_top{margin-top:-6px;}
.pw_all_angle_bot{background-position:-16px 0;margin-top:-1px;}
.pw_all_angle_left{ background-position:-65px 0;height:11px;width:7px; position:absolute;overflow:hidden;margin-top:10px;margin-left:-6px;}
.pw_all_tip dl{padding:5px 15px 5px 40px; background-position:0 -16px;}
.pw_all_tip dl dd{ text-align:right;padding-top:5px;}
#pw_all_tip_tucool{ font-size:12px;}
#pw_all_tip_tucool a,#pw_all_tip_usercard a{padding:0;margin:0;display:inline;float:right;border:0;line-height:18px;background:none;color:#014c90;font-weight:100;}
#pw_all_tip_tucool a.adel,#pw_all_tip_usercard a.adel{float:right;background-position:-48px 0; position:absolute;}
.tab_ul li {border-left: 1px solid #CFCFCF;float: left;height: 23px;line-height: 23px;text-align: center;width: 70px;}
.tab_ul li.now {font-weight:700;color:#4776d0;}
.lp_list {border-bottom: 1px dashed #CCCCCC;padding: 20px 15px;}
.quoteTips {background: url(http://static.hualongxiang.com/images/admin/lightbulb.png) no-repeat scroll 8px 6px #FFFAE1;border: 1px dotted #ECA46A;padding: 5px 10px 5px 28px;}
span.checkbox, span.checkbox_checked {-moz-user-select: none;background: url(http://static.hualongxiang.com/images/pwicon/checkbox.png) no-repeat scroll 0 3px transparent;cursor: pointer;
  display: inline-block;padding-left: 15px;}
span.checkbox_checked {background-position: 0 -25px;}
.lp_list{border-bottom:none; padding:5px 0;}
.lp_list p{height:24px;}
.lp_list p strong a{color: #0449BE;display: inline-block;float:left;font-size: 14px;margin: 0 8px 0 0;}
.lp_list ul.new {float: left;line-height: 20px; font-size:14px;}
.lp_list ul.new li {display: block; line-height:22px;}
.lp_list ul.new li a {color: #0449BE; margin-right:4px; text-decoration:underline;}


/*品牌商家*/
dl.pinpai{ background:#F3F9FF; padding:10px 0 10px 10px; line-height:24px;}
dl.pinpai dt{float:left; width:40px; border-right: 1px solid #BBCAD7; font-size:14px; font-weight:700; overflow:hidden;}
dl.pinpai dd{float:left;width:94%;}
dl.pinpai dd ul li{ float:left; display:inline; padding: 0 10px; margin-right:5px; font-size:14px; font-weight:700;}
dl.pinpai dd ul li a{ color:#a4bb37; white-space:nowrap;}
dl.pinpai dd ul li a.red{ color:#F00;}

/*底部登陆*/
#bt_l_bg{background:#cae2ff;width:100%; height:75px; position:fixed;left:0px; bottom:0px; opacity:0.9;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
#bt_l_con{width:690px;left: 50%; height:75px;position:fixed;bottom:0px;margin-left: -500px; font-size:16px; font:Microsoft YaHei; background:url('http://static.hualongxiang.com/images/bottom_login_ico.png') 0px 15px no-repeat; padding-left:310px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
#bt_l_close{float:right;background:url('http://static.hualongxiang.com/images/bottom_login_ico.png') 0px -85px no-repeat; width:20px; height:20px;cursor: pointer;display: block; margin-top:4px;}
#bt_l_close:hover{text-decoration:none;}
#bt_l_submit{background:url('http://static.hualongxiang.com/images/bottom_login_ico.png') 0px -107px no-repeat; width:90px; height:35px; border:0px;cursor:pointer;}
#bt_l_qqlogin{background:url('http://static.hualongxiang.com/images/bottom_login_ico.png') -102px -114px no-repeat; width:103px; height:26px; float:left; display:block; margin-top:8px;cursor:pointer;}
#bt_l_qqlogin:hover{text-decoration:none;}
#bt_l_sinalogin{background:url('http://static.hualongxiang.com/images/bottom_login_ico.png') -207px -114px no-repeat; width:103px; height:26px; float:left; display:block;margin-top:8px; cursor:pointer; margin-left:5px;}
#bt_l_sinalogin:hover{text-decoration:none;}

#read_tpc img{ max-width:100%;}

/*黑白样式*/
.blackandwhite{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
.contentsheji{
  width: 710px;
  margin: 10px 0;
  padding: 15px 20px 20px 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}
.contentshejitittle{
color:#999999;
font-size: 14px;
margin: 0 0 15px 0;
}

.contentshejiimg{
width: 100px;
height: 100px;
border-radius: 50%;
border: 1px solid #DFDFDF;
}

.shejititle{
font-size: 20px;
font-weight: bold;
color: #333333;
margin: 8px 0 8px 15px;
}

.shejicititle{
  font-size: 14px;
font-weight: 400;
color: #999999;
margin: 0 0 10px 9px;
}
.shejicititle img{
 width: 19px;
 height: 19px;
 vertical-align: sub!important;
 display: inline-block;
 margin:0 7px;
}
.shejipaihangc{
  margin: 0 0 0 15px;
  overflow: hidden;
  height: 24px;
}
.shejipaihangc .shejipaihang{
  background:url('paihagimg.png') no-repeat;
  background-size: 100% 100%;
  width: 150px;
  height: 24px;
  line-height:24px;
  padding: 0 0 0 80px;
  color: #9B4D07;
  font-weight: 400;
  float: left;
}
.shejipaihangli{
  display:inline-block;
  height: 20px;
padding: 1px 4px;
float: left;
text-align: center;
line-height: 20px;
border: 1px solid #CCCCCC;
opacity: 1;
border-radius: 4px;
margin: 0 8px 0 0 ;
color: #666666;
}
.comeinanswer{
  width: 100px;
height: 40px;
background: #FC730E;
border-radius: 20px;
font-size: 16px;
font-weight: 400;
line-height: 40px;
color: #FFFFFF;
text-align: center;
margin: 20px 0 0 0;
}

.comeinhas{
  text-align: center;
font-weight: 400;
line-height: 39px;
color: #666666;
}
/* new */
.youzhihuoshan{
  background: #fef6f4;
  border-radius: 3px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #ff3333;
  display: inline-block;
  margin: 0 0 0 10px;
}
.tpc_content1{
  background:url('dashang.png') no-repeat 675px 5px ;
  background-size: 100px 70px ;

}
.pinglunpart{
  padding: 5px;
}
.pinglunpart .paddingpinglun{
  padding: 15px;
}
.pinglunpart .xuxian{
  border-bottom: 1px dashed #000;
}
.pinglunpart .pinglunf p{
  width: 50%;
  text-align: left;
}
.pinglunpart .pinglunf span{
  color: #990033;
}
.pinglunpart .dashangjine{

}
.pinglunpart .dashangjine p{
  float: left;
  padding:5px 10px;
  border:1px solid #c9c9c9;
  border-radius: 5px;
  margin: 0 0 3% 6%;
  cursor: pointer;
}
.pinglunpart .dashangjine .on{
color: #0066cc;
border: 1px solid #0066cc;
}
.pinglunpart .dashaninput{
  margin: 6px 0 0 18px;
  height: 30px;
  line-height: 30px;
  padding:0 0 0 5px;
  border: 1px solid #c9c9c9;
}
.pinglunpart .dashantextarea{
  margin:0 0 0 18px;
  padding:5px;
  border: 1px solid #c9c9c9;
  width: 300px;
}

.pinglunpart .margintops{
  margin: 5px 0 0 0;
}
.pinglunpart .pingluncheckbox{
  margin: 15px 0 0 0;
}
.pinglunpart .pingluncheckbox input{
  margin: 0 5px 0 0;
}
.pinglunpart .pingluncheckbox span{
  color: #990033;
}
.pinglunpart .gongji{
  color: #990033;
  text-align: center;
  font-size: 14px;
  display: none;
}
.pinglunpart .confirmbtn{
  color: #fff;
  background: #0075ff;
  text-align: center;
  margin: 10px auto;
  width: 150px;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.pinglunpart .gongji2{
  color: #990033;
  text-align: center;
  font-size: 16px;
}
.pinglunpart .confirmbtn2{
  color: #fff;
  background: #cc3333;
  text-align: center;
  margin: 10px auto;
  width: 150px;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.pinglunpart .dashaninputp{
  display: none;
}
.ccnew li{
	display: inline-block;
margin: 0 30px;
height: 150px;
}
.ccnew li p{
  margin:10px 0;
  color: #666666;
}
.giveupnew{
  width: 72px;
  height: 72px;
  background:url(zan.png) no-repeat center;
  cursor: pointer;
}
.giveupnewon{
    width: 72px;
    height: 72px;
    background:url(zanc.png) no-repeat center;
    cursor: pointer;
    /*display: none;*/
}
.pinglunnew{
    width: 72px;
    height: 72px;
    background:url(pinglun.png) no-repeat center;
    cursor: pointer;
}
.pinglunnewon {
  width: 72px;
  height: 72px;
  background: url(pinglunc.png) no-repeat center;
  cursor: pointer;
    display: none;
}
.collectnew{
     width: 72px;
     height: 72px;
     background:url(collect.png) no-repeat center;
     cursor: pointer;
}
.collectnewon {
  width: 72px;
  height: 72px;
  background: url(collectc.png) no-repeat center;
  cursor: pointer;
    /*display: none;*/
}
.lzlicon{
 position: relative;
 top: 2px;
 right: 7px;
}

.fengemargin {
margin: 0 0 0 18px;

}
.fengemargin a{
  text-decoration: none;
  color: #8590a6!important; 
  }
  .faxintie{
    width: 62px;
    height: 62px;
    background: url(edit.png) no-repeat;
    cursor: pointer;
    image-rendering: -webkit-optimize-contrast;
  }
  .faxintie:hover{
    background: url(edit-hover.png) no-repeat;
    image-rendering: -webkit-optimize-contrast;
  }