@charset "utf-8";
/*公用样式*/
*{-webkit-tap-highlight-color:transparent;outline:0;}
body{font-size:.6rem;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}
img{border:none;width:100%;}
#map img,.pic-show img{width:auto;}
li{list-style:none;}
input,select,textarea,button{outline:none;border:none; background:none;}
textarea{resize:none;}
a{text-decoration:none; color:#666;}
i,em{ font-style:normal}
table {border-collapse: collapse;border-spacing: 0; }
*{box-sizing:border-box;font-family: 微软雅黑;}
/*a:hover{ cursor: crosshair; }*/
/*清浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}
.main{ max-width:750px; margin-left:auto; margin-right:auto; min-height: 90vh;position:relative;}
.hide{display:none;}
.show{display:block;}
.mt20{margin-top:.43rem;}
.mb20{margin-bottom:.43rem;}
.pt30{padding-top:.64rem;}
.pb30{padding-bottom: .64rem;}
.pb70{padding-bottom:1.5rem;}
.pt45{padding-top: 1rem;}
.pb160{padding-bottom: 4.3rem;}
.footer-bar{
    position: fixed;
    width: 100%;
    max-width: 750px;
    bottom: 0;
    z-index: 99999;
    min-width: 320px;
    padding-top: .15rem;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.footer-bar ul{
    position: relative;
    padding: .25rem 0;
    background-color: #fff;
    height: auto;
    color: #4e4e4e;
    line-height: normal;
}
.footer-bar li{display:inline-block;width:32%;text-align:center;}

/*
手机新闻内页底部二维码新增
*/
.ewmbottom{ width: 307px; height: 335px; margin: auto;  background: url(../images/endbj.png) center no-repeat; }
.ewmbottom strong{ padding: 85px 68px; display: block; margin: auto;}


