@charset "UTF-8";
/*初始化ccontent*/
body{min-width:1200px;font-family:MicrosoftYaHei;color: #333;font-size:16px;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,addrecontent,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#1F86F0;text-decotation:none;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#1D74FF;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:MicrosoftYaHei;}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/



/*问答栏目页*/
.wd1200{width:1200px;margin:0 auto;}
.lm_left{width:280px;height:auto;margin-right:30px;}
.lm_left > div{height:60px;line-height:60px;color:#fff;font-size:18px;font-weight:bold;background:#1F86F0;text-align:center;}
.lmlist{overflow:hidden;min-height:400px;font-weight:normal !important;font-size:16px !important;background:none !important;height:auto !important;}
.lm_left ul{background:#f5f5f5;min-height:400px;padding:20px;width:108%;}
.lm_left ul li{display:inline-block;float:left;width:66px;height:30px;background:#ddd;margin-right:21px;margin-bottom:16px;}
.lm_left ul li a{display:block;color:#666;line-height:30px;text-align:center;}
.lm_left ul li:hover{background:#1F86F0;}
.lm_left ul li:hover a{color:#fff;}
.lm_left ul li.lmOn{background:#1F86F0;}
.lm_left ul li.lmOn a{color:#fff;}

.lm_right{width:890px;min-height:500px;border:1px solid #ddd;padding:30px 20px;}
.njcont{font-weight: 400;font-size: 14px;color: #666;line-height: 26px;}

.current-position{line-height: 40px;font-size: 16px;background: #ffffff;margin: 18px 0;}