/*
 * 
 * 通用样式
 *
 */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,menu,legend,input,textarea,p,figure,th,td{margin:0;padding:0}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display:block;}
body{font:normal 12px/1.5 "\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;color:#000; background:#fff;}
*html { _background-image: url(about:blank); _background-attachment: fixed; }
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0}
ul,li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
a{text-decoration:none; color:#525252;outline: none;}
a:hover{color:#d98509;text-decoration:none;-webkit-transition: color .25s linear;transition: color .25s linear;}
/*--a:active {star:expression(this.onFocus=this.blur());}
::selection {background: #f80;color: #fff; }
::-moz-selection{background: #f80;color: #fff; }--*/
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
img {/*max-width:100%;貌似会导致高德地图不显示*/}
input,select,button,img{vertical-align:middle;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
.clearfix{*zoom:1}.clearfix:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0}
input,textarea,select{*font-size:100%}
/*内外边距及浮动*/
.left,.li_left li{float: left;}
.right{float: right;}
.m10{margin:10px;}
.m20{margin:20px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mb10{ margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb50{margin-bottom:50px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.p10,.pd10{padding:10px;}
.pd20{padding:20px;}
.pt10{padding-top:10px;}
.pt50{padding-top: 50px;}
.pb10{padding-bottom:10px;}
.pl10{padding-left:10px;}
.pr10{padding-right:10px;}
/*字体样式以及颜色*/
.ftb,.nc_ft_bold{font-weight: bold;}
.unline,.nc_ft_udline{text-decoration:underline;}
.deleline,.nc_ft_dele{text-decoration:line-through;}
.nc_ft_italic{font-style: italic;}
.ft12{font-size:12px;}
.ft12b{font-size:12px; font-weight:bold;}
.ft14{font-size:14px;}
.ft14b{font-size:14px; font-weight:bold;}
.ft16{font-size:16px;}
.ft18{font-size:18px;}
.ft20{font-size:20px;}
.ft24{font-size:24px;}
.ft30{font-size:30px;}
.ft38{font-size: 38px;color: #4d4c4c;}
.red{color:#f00;}
.green{color:#8ec31f;}
.blue{color:#0192d8;}
.white{color:#fff;}
.nc_ft_black{color:#000;}
.nc_ft_gray{color:#ccc;}
.dc8a11{color:#dc8a11;}
.c3a7192{color:#3a7192;}
.c407696{color:#407696;}
/*背景及边框颜色等*/
.nc_bg_blue{background:#0085d0;}
.nc_bg_blue_cur{background:#0376b5;}
.nc_bg_green{background:#8ec31f;}
.nc_bg_green_cur{background:#7db429;}
.nc_bg_black{background:#525252;}
.nc_bg_black_cur{background:#333;}
.nc_bg_lgreen{background:#95c61b;}
.nc_bg_lblue{background:#008ed8;}
.nc_bg_gray{background:#eee;}
.bfff,.nc_bg_white{background:#fff;}
.nc_box_border{border:1px solid #ccc;}
.br1{border-right:1px solid #bbccd4;}
.bl1{border-left:1px solid #bbccd4;}
/**
*常规固定栅格尺寸，固定宽度时在最外层元素上使用，
*以下尺寸大部分来自各大网站现有的宽度，若有固定宽度的需求可参考使用
*如下为960px宽的网页
=================demo=================
<div class="w960 nc_row">
	<div class="nc_c4"></div>
	<div class="nc_c8"></div>
</div>
=================demo=================
**/
.block_center{margin-left:auto; margin-right:auto;}
.w_auto{width:100%;}
.w1190{width:1190px;}
.w1000{width:1000px;}
.w990{width:990px;}
.w960{width:960px;}
.w950{width:950px;}
.w768{width:768px;}
.w728{width:728px;}
.w500{width:500px;}
.w480{width:480px;}
.w400{width:400px;}
.w370{width:370px;}
/**
*网格布局
*如下是自适应的网页
=================demo=================
<div class="nc_row">
	<div class="nc_c4"></div>
	<div class="nc_c8"></div>
</div>
=================demo=================
**/
.nc_row{zoom:1;height: auto;}/*删掉clear: both;会导致强制换行20140904*/
.nc_row:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0}
.nc_c1{width:8.33%;}
.nc_c2{width:16.66%;}
.nc_c3{width:24.97%;}
.nc_c4{width:33.31%;}
.nc_c5{width:41.66%;}
.nc_c6{width:49.999%;}
.nc_c7{width:58.33%;}
.nc_c8{width:66.66%;}
.nc_c9{width:75%;}
.nc_c10{width:83.33%;}
.nc_c11{width:91.66%;}
.nc_c12{width:100%; min-height:1px; float:left; position:relative;}
.nc_c1,.nc_c2,.nc_c3,.nc_c4,.nc_c5,.nc_c6,.nc_c7,.nc_c8,.nc_c9,.nc_c10,.nc_c11,.nc_c12 {min-height:1px; float:left;}
.nc_row_space{text-indent: 0;margin-right: 10px;}
.nc_c_last{float: right;}
.nc_c_last .nc_row_space,.nc_c12 .nc_row_space{margin: 0;}
/*元素属性*/
.hide{display:none;}
.block{display:block;}
.dib{display:inline-block;}
.inline{display:inline;}
.text_center,.center{text-align: center;}
.text_left{text-align:left;}
.text_right{text-align:right;}
.text_2em{text-indent: 2em;}
.relative{position:relative;}
.fixed{position:fixed;}
.absolute{position:absolute;}
/*固定底部或者顶部，有少许默认样式，可自定义*/
.nc_fixed_bottom{width: 100%;height: 30px;line-height: 30px;background: #0085d0;color: #fff;font-size: 12px;border-top: 2px solid #016299;position: fixed;bottom: 0;left: 0;z-index: 1000;_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)));}
.nc_fixed_top{width: 100%;height: 100px;position: fixed;left: 0;top: 0;z-index: 100;_position: absolute;_bottom: auto;_top: expression(eval(document.documentElement.scrollTop));}
.nc_fixed_left{width: 260px;height: 100%;background: #E9F3F8;border-right: 1px solid #BBCCD4;position: fixed;left: 0;top: 102px;_position: absolute;_top: expression(offsetParent.scrollTop + offsetParent.clientHeight-offsetHeight+60);overflow-y: scroll;overflow-x: hidden;}
/*通用H大标题*/
h1,h2,h3,h4,h5,h6{font-family:"\5FAE\8F6F\96C5\9ED1"}
h1 {font-size: 25px; line-height: 35px;}
h2 {font-size: 22px; line-height: 32px;}
h3 {font-size: 20px; line-height: 30px;}
h4 {font-size: 18px; line-height: 26px;}
h5 {font-size: 16px; line-height: 22px;}
h6 {font-size: 14px; line-height: 22px;}
/*表格样式组*/
.nc_table{border:0; width:100%;box-shadow: 0 1px 2px #d1d1d1;}
.nc_table th{color:#000; height:30px; line-height:30px; text-align:center; font-weight:bold; border-bottom:1px solid #ccc;overflow: hidden;white-space: nowrap;
text-align: center;}
.nc_table td{ font-weight:normal;height:25px; line-height:25px; text-align:center;}
.nc_t_border{ border-left:1px solid #ccc;border-bottom:1px solid #ccc;}
.nc_t_border th,.nc_t_border td{border-right:1px solid #ccc;border-top:1px solid #ccc;}
.nc_list_bg{background:#f7fbfd;}
.nc_t_gray thead th{background:#ddd;}
.nc_t_gray .nc_list_bg{background:#efefef;}
.nc_t_hover{background:#fff; color:#8ec31f;}
.nc_t_blue{border-left:1px solid #A6C9E2;border-bottom:1px solid #A6C9E2;}
.nc_t_blue thead th,.nc_t_blue th{border: 1px solid #C5DBEC;background: #DFEFFC;font-weight: bold;color: #0B6DB6; font-size:13px;}
.nc_t_blue td{border-right:1px solid #A6C9E2;border-top:1px solid #A6C9E2;}
.nc_t_blue .nc_list_bg{background:#efefef;}

.list-paddingleft-2 li{padding-left:10px;}
.nc_row li{padding-bottom:138px;}

/*删除了margin-left:90px;导致换行*/
