@charset "gb2312";
/* CSS Document */
*{ padding:0px; margin:0px auto}
/*css3圆角---可兼容所有浏览器*/
/*提示当用圆角css时htc文件必须用绝对路径方可实现圆角*/
.allcsscrcle{ behavior: url(/computing/css/ie-css3.htc); -moz-border-radius: 11px; -webkit-border-radius: 11px; border-radius: 11px; border:1px #FFF solid; float:right}
/*css3阴影在ie下面不管什么颜色都是黑色*/
.box-shadow{box-shadow:0px 0px 10px #000000}
a{hide-focus: expression(this.hideFocus=true); /* for ie 5+ */
outline: none;} /* for firefox 1.5 + */
/*可设置当前字体*/
@font-face{}
.txt_center{ text-align:center}
.txt_right{ text-align:right}
.txt_left{ text-align:left}
/*外间距*/
.ma_top_2{ margin-top:2px;}
.ma_top_3{ margin-top:3px;}
.ma_top_5{ margin-top:5px;}
.ma_top_6{ margin-top:6px;}
.ma_top_7{ margin-top:7px;}
.ma_top_8{ margin-top:8px;}
.ma_top_9{ margin-top:9px;}
.ma_top_10{ margin-top:10px;}
.ma_top_12{ margin-top:12px;}
.ma_top_13{ margin-top:13px;}
.ma_top_15{ margin-top:15px;}
.ma_top_20{ margin-top:20px;}
.ma_top_30{ margin-top:30px;}
.ma_lef_10{ margin-left:10px;}
.ma_lef_20{ margin-left:20px;}
.ma_lef_30{ margin-left:30px;}
.ma_lef_40{ margin-left:40px;}
.ma_lef_50{ margin-left:50px;}
.ma_lef_60{ margin-left:60px;}
.ma_rig_8{ margin-right:8px;}
/*内间距*/
.pd_to_10{ padding-top:10px;}
.pd_to_12{ padding-top:12px;}
.pd_to_8{ padding-top:8px;}
.pd_ri_5{ padding-right:5px;}
.pd_le_15{ padding-left:15px;}
.pd_ri_8{ padding-right:8px;}
.pd_bo_4{ padding-bottom:4px;}
.pd_bo_2{ padding-bottom:2px;}
.pd_bo_3{ padding-bottom:3px;}
.pd_bo_8{ padding-bottom:8px;}
/*css设置透明属性css*/
.transparent{filter:alpha(opacity=70);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}
/*设置select高度兼容所有ie以及火狐*/
.select{border:1px solid #ccc;line-height:22px;color:#666;margin:-1px;padding:4px 3px;font-size:13px;width:93px;*width:85px;}
.select_border{*background:#fff;*border:1px solid #ccc;*padding:4px;width:83px;}
.container{*border:0;*position:relative;*width:83px;*height:18px;*overflow:hidden;*background:#fff;}
/*相同属性css*/
ul{ list-style:none}
a img{ border:0px;}
.flleft{ float:left}
.flright{ float:right}
.clear{ clear:both; display:block;}
/*边框*/
.border{ border:1px #000 solid}
.bo-to-1{ border-top:1px #D5D5D5 solid}
/*层*/
.relative{ position:relative}
/*文字省略*/
.txt_font_ov{ white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
.txt_intco{ text-indent:20px;}

/*技术热文*/
.txt_int_10{ text-indent:10px; width:270px;}


.tx_100_all{ font-weight:100}
/*文字大小*/
.fon_si_12{ font-size:12px;}
/*文字行高*/
.li_20{ line-height:20px;}
.li_25{ line-height:25px;}
/*css__a*/
.a_eee{ color:#3c3c3e}
.a_CC0004{ color:#cc0004}
.a_f_100{ font-weight:100}
.a_999{ color:#999}
.a_003061{ color:#003061}

/*sub box liu*/
#runtime{ background-color:#EEEEEE; color: #900; font-size:12px; line-height:20px;}