@charset "utf-8";
 

html, body, div, p, ul,ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, frameset, table, th, tr, td, fieldset { margin: 0; padding: 0; }

/* IE5.xIE6бbug */ 
* html body{overflow: visible;} 
* html iframe, * html frame{overflow: auto;} 
* html frameset{overflow: hidden;} 

/* body Microsoft YaHei*/ 
body{color:#000; _font:normal 14px/26px "宋体";_font: 12px/1 "\5b8b\4f53", Arial, Tahoma, Helvetica, sans-serif;} 
i, em, cite { font-style: normal; }

/* a */ 
a, a:link { color:#222; text-decoration: none; }
a:visited {}
a:active, a:hover { text-decoration: none; color:#F00; }
a:focus { outline: none; }

/* form */ 
textarea,input{ word-wrap:break-word;word-break:break-all;} 
input {vertical-align:middle;font-size:12px}
.button {vertical-align:middle;font-size:12px}
.button { cursor: pointer; }

/* li */ 
ul,li{list-style-type:none;} 

/* img */ 
img{border:0 none; vertical-align:middle;} 

/* h* */ 
h1{ font-size:24px;} 
h2{ font-size:20px;} 
h3{ font-size:18px;} 
h4{ font-size:16px;} 
h5{ font-size:14px;} 
h6{ font-size:12px;} 

/* mouse */ 
.pointer{cursor:pointer;} 

/* text */ 
.t_l{text-align:left;} 
.t_c{text-align:center;} 
.t_r{text-align:right;} 

/* auto */ 
.break{word-break:break-all;word-wrap:break-word;} 
.no_break{word-break:keep-all;word-wrap:normal;line-height:30px;} 

/* float */ 
.fl, .fr { display: inline; float: left; }
.fr { float: right; }

/* unline */ 
.text_un{text-decoration:underline;} 
.text_no{text-decoration:none;} 

/* hidden */ 
.o_hidden{overflow:hidden;} 

/* dis_no */ 
.none{display:none;} 
.block {display:block;} 

/* border */ 
.b_no{border:none;}
.b_no_l{border-left:none;}
.b_no_r{border-right:none;}
.b_no_t{border-top:none;}
.b_no_b{border-bottom:none;}

/* margin */ 
.ml10 { margin-left:10px;}
.mb10 { margin-bottom:10px;}
.mr10 { margin-right:10px;}
.mt10 { margin-top:10px;}

/* padding */ 
.p_t10{ padding-top:10px;}
.p_t20{ padding-top:20px;}

/* padding */ 
.height_10{ height:10px; display:block; clear:both; overflow:hidden;}
.height_20{ height:20px; display:block; clear:both; overflow:hidden;}

/*********闭合盒子处理**********/
.clearfix:after {content:"24dq"; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */

/*********清除浮动处理**********/
.clearboth { clear:both; display:block; height:0;font-size:0; overflow:hidden;}

/*color*/
.gray_background{ background-color:#F8F8F8;}
.blue_background{ background-color:#ECF1F4;}
.green_color{ color:#67920D;}
.white_color{ color:#fff;}
.black_color{ color:#000;}
.top_arrow { border: 0 none; bottom: 150px; cursor: pointer; display: block; height: auto; margin: 0; opacity: 0.5; padding: 0; position: fixed; right: 40px; width: 35px; z-index: 2147483647;}

/*2016.07.21 会议详细页中的表格设计
编辑时，也可以临时修改
<style>td, th {
    border: 1px solid #f00;
    padding: 5px 10px;
}</style>
*/
#event_content table {
    margin: 0 auto;
}
#event_content table td, th {
    border: 1px solid #ddd;
    padding: 5px 10px;
}
/*给广告添加广告标记*/
.ad{ position:relative;display: block;}
.ad-icon {position: absolute;right: 0;bottom: 3px;overflow: hidden;z-index: 2147483647;text-decoration: none;}
.ad-icon {width: 30px;height: 16px;background: url(ad_icon_1x.png) no-repeat left top;background-size: cover;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src="ad_icon_2x.png",zingMethod="scale");}