/*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;font-family:" 微软雅黑"}
a:hover{color: #355e92;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
html{font-size: 15px;}
body{font-family:"microsoft yahei"; font-size: 15px;}
input,textarea{-webkit-appearance: none;}/*去除内阴影*/
a,img{-webkit-touch-callout: none;}/*去除长时间按弹出*/
a,button,input,optgroup,select,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);}/*去除点击后出现暗色*/
.hide{
    display:none;
}


/*图片新闻*/
.new_picswipe{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.new_picswipe img{
    width: 100%;
}
.new_picswipe{
    text-align: center;
}
.pic-head{
    font-size: 0.26rem;
    position:absolute;
    background-color:rgba(3,3,3,0.4);
    bottom:0;left:0;right:0;color:white;
    text-align:left;
    padding-left: 5px;
    height:0.70rem;
    line-height:0.70rem;
    width: 100%;
}

/*1*/
.box1{
    width:94%;
    margin: 0.2rem auto;
}
.box1-h{
    width: 100%;
    border-left:0.1rem solid #185B92;
    margin-top:0.5rem;
}
.box1 ul{
    width: 100%;
}
.box1 ul li{
    line-height: 0.6rem;
    padding:0 2%;
    border-bottom:1px solid #f5f6fa;
    background-size: 0.3rem;
}
.box1 ul li p{
    height:0.5rem;
    text-align: left;
    margin-bottom:0.2rem;
    margin-top:0.2rem;
}
.box1 ul li span{
    font-size: 0.26rem;
    color: #999999;
}

.box2{
    width: 100%;
    margin: 0 0 2% 0;
    height: 1.3rem;
}

.box2 a{
    display: inline-block;
    width: 100%;
    height: 1.3rem;
}
.box2 a img{
    display: inline-block;
    width: 100%;
    height: 1.3rem;
}

.btn{
    display: block;
    text-align: center;
    color: #355e92;
    line-height: 0.8rem;
}