@charset "utf-8";
/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
body,button,input,select,textarea{color:#5f5f5f;font:12px/1.5 \5b8b\4f53,arial;}
fieldset,img{border:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
em,strong{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
:focus{outline:0;}
legend{display:none;}  

/* common --------------------------------------------*/
/* 色彩 */
a{color:#111;text-decoration:none;}
.red,.a-red a{color:#c00;}
.blue,.a-blue a{color:#005ba0;}
.green,.a-green a{color:#12a000;}
.org,.a-org a{color:#f60;}
.black,.a-black a{color:#000;}
.grey,.a-grey a{color:#666;}
.grey9,.a-grey9 a{color:#999;}
a:hover{color:#c00;text-decoration:underline;}
a:active{outline:none;}
/*文字*/
.fb{font-weight:bold;}
.f14{font-size:14px;}
.f18{font-size:18px;}
.f26{font-size:26px;}
.lh180{line-height:1.8;}
.lh200{line-height:2;}
.yahei{font-family:\5fae\8f6f\96c5\9ed1,\5b8b\4f53;}
.arial{font-family:arial;}

/*定位*/
.bc{margin-left:auto;margin-right:auto;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.tc{text-align:center;}
.tr{text-align:right;}
.tl{text-align:left;}
.vm{vertical-align:middle;}
.ov{overflow:hidden;}
.pr{position:relative;}
.pa{position:absolute;}
.ps{position:static;}
.zoom{*zoom:1;}
.none{display:none;}
.block{display:block;}
/* 清除浮动 */
.group:before,
.group:after{content:".";display:block;height:0;visibility:hidden;font-size:0;}
.group:after{clear:both;}
.group{*zoom:1;}/* IE < 8 */

/*外边距*/
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}

/*内边距*/
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}

/* 图片列表 -----*/
.imgList {width:100%;overflow:hidden;}
.imgList li { display:inline; float:left; width:33.2%; overflow:hidden;  padding:3px 0 7px; color:#999; text-align:center; }
.imgList a { display:block; width:90%; margin:0 5%;}
.imgList img { display:block; margin:0 auto 3px; padding:2px; border:1px solid #d8d8d8; }
.imgList .tit, .img-a .tit{ display:block; height:1.5em; overflow:hidden; line-height:1.5; cursor:pointer;}
.imgList a:hover {text-decoration:none;}
.imgList a:hover img { border-color:#c00;}
.imgList a:hover .tit { text-decoration:underline;color:#c00;}
/* 每排li数量 */
.oneRow-1item li { width:99.9%;}
.oneRow-2item li { width:49.9%;}
.oneRow-4item li { width:25%;}
.oneRow-5item li { width:20%;}
/* .tit两行字 */
.tit-2Row .tit{height:3em;}

/* 图片链接 -----*/
.img-a a{display:block;text-align:center;}
.img-a img{display:block;border:1px solid #d8d8d8;}
.img-a .tit {background-color:#f1f1f1;margin:2px 1px 0;padding-top:2px;}
.img-a a:hover img{border-color:#c00;}

/*dataIcon*/
.ico{float:left;width:16px;height:16px;margin:4px 6px 4px 8px;background:url(/skin-sz/images/common/dataIcons.png) no-repeat -172px 0;}
.ico.exe{background-position:-206px 0;}
.ico.pdf{background-position:0 0;}
.ico.ppt{background-position:-139px 0;}
.ico.doc{background-position:-72px 0;}
/* 文本列表 -----*/
.textList li {height:24px;line-height:24px;overflow:hidden;}
.textList.grey-dot a ,
.textList.red-dot a ,
.textList.red-trig a { display:inline-block;padding-left:15px; background:url(/skin-sz/images/common/list-style.png) no-repeat;}
.textList.red-dot  a { background-position:0 -24px;}
.textList.red-trig a { background-position:0 -49px;}
/*后面跟有日期*/
.textList.date-follow a{float:left;margin-right:45px;}
.textList.date-follow span{margin-left:-35px;*zoom:1;font-size:12px;}
/*日期右侧对齐*//*右边作者*/
.textList.date-right li{position:relative;padding-right:45px;}
.textList.date-right span{display:block;position:absolute;top:0;right:5px;height:100%;font-size:12px;}
.textList.date-right .ico{position:static;height:16px;}
.textList.has-uname li{position:relative;padding-right:90px;background:url(/skin-sz/images/common/list-style.png) repeat-x 0 -165px;}
.textList.has-uname a{padding-right:5px;background-color:#fff;}
.textList.has-uname .uname{position:absolute;top:0;right:0;width:60px;padding:0 5px;background:#fff;color:#005ba0;font-size:12px;}
/*f14*/
.textList.f14 a{font-size:14px;}


/* column -----*/
.col-main { float:left; width:100%; min-height:1px;}
.col-sub, .col-extra{ position:relative; float:left; }
/*ems-s300e210*/
.grid-c3-s300e210ems .main-wrap {margin-left:220px; margin-right:310px;}
.grid-c3-s300e210ems .col-sub {width: 300px; margin-left: -300px;}
.grid-c3-s300e210ems .col-extra {width: 210px; margin-left: -100%;}
/*ems-s350e210*/
.grid-c3-s350e210ems .main-wrap {margin-left:220px; margin-right:360px;}
.grid-c3-s350e210ems .col-sub {width: 350px; margin-left: -350px;}
.grid-c3-s350e210ems .col-extra {width: 210px; margin-left: -100%;}
/*ems-s380e210*/
.grid-c3-s380e210ems .main-wrap {margin-left:220px; margin-right:390px;}
.grid-c3-s380e210ems .col-sub {width: 380px; margin-left: -380px;}
.grid-c3-s380e210ems .col-extra {width: 210px; margin-left: -100%;}
/*sm-s210*/
.grid-c2-s210sm .main-wrap {margin-left:220px;}
.grid-c2-s210sm .col-sub {width: 210px; margin-left: -100%;}
/*ms-s230*/
.grid-c2-s230ms .main-wrap {margin-right:240px;}
.grid-c2-s230ms .col-sub {width: 230px; margin-left: -230px;}
/*ms-s300*/
.grid-c2-s300ms .main-wrap {margin-right:310px;}
.grid-c2-s300ms .col-sub {width: 300px; margin-left: -300px;}
/*column clearfloat*/
.column:after, .main-wrap:after, .col-sub:after, .col-extra:after {content:" "; display:block; height:0; visibility:hidden; clear:both;}
.column, .main-wrap, .col-sub, .col-extra {*zoom:1;}/* IE < 8 */

/* panel ------------*/
.hd{
		height:24px;padding:3px 0 1px;overflow:hidden;
		border-left:1px solid #c4c4c4;border-right:1px solid #c4c4c4;
		background:#eee url(/skin-sz/home/images/hd.png) repeat-x;
}
.hd-tit{color:#000;font:bold 14px/24px \5fae\8f6f\96c5\9ed1,\5b8b\4f53;text-indent:10px;}
.bd{padding:14px 9px 9px;border:1px solid #c4c4c4;border-top:0;}
.main-wrap,
.s-panel,
.e-panel{position:relative;margin-top:10px;}
.mt-1{margin-top:-1px;}
/*cir-hd*/
.cir-hd{background-position:0 -30px;padding-left:5px;;}
.cir-hd .hd-l,
.cir-hd .hd-r{ position:absolute;left:0;top:0; width:10px; height:30px; background:url(/skin-sz/home/images/hd.png) no-repeat 0 -65px;}
.cir-hd .hd-r{left:auto;right:0;width:20px;background-position:0 -100px;}
/*icon-hd*/
.icon-hd{padding:2px 0 1px 20px;height:24px;border:1px solid #c4c4c4;border-bottom-color:#d8d8d8;line-height:24px;background:url(/skin-sz/home/images/hd.png) no-repeat 10px -133px;}


/* 渐进式增强 --------------------------------------------*/
/*图片增加圆角、阴影 */
.img-shadow img{
		border-radius:3px;
		box-shadow: 1px 1px 1px #7a7a7a; 
}

/* fuck ie6 ---------------------------------*/
.ie6.hd-tit{line-height:25px;}
.ie6.textList a{line-height:25px;}

