@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:#1D74FF;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;}
.dqlm{height:50px;line-height:50px;color:#fff;font-weight:bold;font-size:18px;background:url(dqlmbg.png) no-repeat;padding-left:70px;}
.wdtit{width:100%;height:50px;line-height:50px;background:#FFF6F6;border-radius: 16px;padding-left:20px;margin-top:20px;}
.wdtit span{font-weight:bold;background:url(wdtitbg.png) no-repeat left center;padding-left:25px;}
.wdcont{margin-top:20px;width:100%;min-height:300px;background: #F2F8FF;border-radius: 16px;padding:13px 29px 15px 19px;}
.wdcont > div{background:url(wdcontbg.png) no-repeat left top;padding-left:27px;display:block;line-height:28px;font-size:14px;font-family:MicrosoftYaHei !important;}
.current-position{line-height: 40px;font-size: 16px;background: #ffffff;margin: 18px 0;}
.current-position>div {background: url(currentPosition.png) no-repeat left 10px;padding-left: 20px;padding-right: 20px;}
.wdcont > div p{font-family:MicrosoftYaHei !important;}
.wdcont > div span{font-family:MicrosoftYaHei !important;}