/*commom style*/
*,*: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,address,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
{margin:0;padding:0;border:0;outline:none;}
/*html{font-size: 62.5%;}*/
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}*:focus{outline:none;}
a{color:#333;}
a:hover{color:#355e92;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
.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;}
body{font-family:"微软雅黑";}
input::-webkit-input-placeholder{color: #;}
input:focus::-webkit-input-placeholder{color: #;}
input,textarea{-webkit-appearance: none;}/*去除内阴影*/
a,img{-webkit-touch-callout: none;}/*去除长时间按弹出*/
.calc{width: calc(100%-50px-2rem);}/*宽度减速*/
a,button,input,optgroup,select,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);}/*去除点击后出现暗色*/


/**top区域**/
.top{
    width: 100%;
    height: 0.9rem;
    color: #0f4a95;
    font-size: 0.3rem;
    line-height: 0.9rem;
    padding-left:3%;
    border-bottom: 0.04rem solid #0f4a95;
    font-weight: bold;
}
.icon01{
    width: 4%;
    height: 0.25rem;
    background: url("nav-btn_03.png") no-repeat;
    background-size: 100% 100%;
    margin: 0.3rem 5% 0 0 ;
}

/**主体区域**/
.bt_content{
    width: 100%;
    min-height: 9.8rem;
    background-color: #edeef2;
    padding: 3% 3%;
}
.wzzw{
    width: 100%;
    /*min-height: 8rem;*/
    background-color: #fff;
    padding: 0 6% 6% 6%;
}
.bt_content-area{
    width: 100%;
    /*height: 100%;*/
    background-color: #fff;
    padding: 0 3.4% 1.5% 3.4%;
    margin-top: 0.27rem;
}

.bt_content-top{
    width: 100%;
    color: #0f4b94;
    font-size: 0.28rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background: url("top-qz_03.png") left 0.2rem no-repeat;
    padding-left: 3%;
    border-bottom: 0.01rem solid #cdcdcd;
    background-size:1% 50%;
}
.lm-list{
    padding-top: 0.05rem;
}
.lm-list li{
    line-height: 0.54rem;
    font-size: 0.26rem;
    background: url("li-qz_03.png") left 0.2rem no-repeat;
    padding-left: 0.3rem;
    /*background-size: 3% 15%;*/
    border-bottom: 0.01rem dashed #f0f0f0;
}
.lm-list li:nth-child(3){
    border: none;
}
.lm-list a{
    color: #333;
}
.lm-list span{
    color: #9b9b9b;
    font-size: 0.22rem;
}
.time{
    margin-left: 5%;
}
/**版权信息start**/
.bqxx{
    width: 100%;
    height: 1rem;
    background-color: #666666;
    line-height: 1rem;
    font-size: 0.24rem;
    text-align: center;
    color: #fff;
}
/**版权信息over**/

/*导航那块*/
body{position: relative;}
nav{width: 100%;position: absolute;left: 0;top: 0;background: #355e92;display: none;padding: 0.5rem 5%;z-index:100;}
.close{background: url(colse.png) no-repeat;background-size:0.28rem;width: 0.28rem;height: 0.28rem;margin-bottom: 0.3rem;}
.navTit,.searchBox{width: 90%;margin: 0 auto;border-bottom:1px solid #afd4ff;margin-top: 0.1rem;}
.navTit a{display: block;height: 0.8rem;line-height: 0.8rem;font-size: 0.24rem;color: #FFFFFF;padding-left: 5%;}
input{border:0;background: none;}
.inputSubmit{background: url(searchBtn.png) no-repeat center;width: 10%;height: 0.8rem;background-size:0.39rem;}
.inputText{width: 90%;height: 0.8rem;line-height: 0.8rem;color:#fff;font-size: 0.24rem;}
::-webkit-input-placeholder{color:#fff;font-size: 0.24rem;line-height: 0.8rem;}
:-moz-placeholder{color:#fff;font-size: 0.24rem;line-height: 0.8rem;}
::-moz-placeholder{color:#fff;font-size: 0.24rem;line-height: 0.8rem;}
:-ms-input-placeholder{color:#fff;font-size: 0.24rem;line-height: 0.8rem;}


.tid{
    text-indent:0em!important;
}


