html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

button,
input,
audio {
    outline: none;
    border: 0;
}

body {
    padding: 0px;
    margin: 0px;
    zoom: 100%;
    line-height: 1;
    font: 12px/1 微软雅黑, "\5b8b\4f53", sans-serif;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

html {
    /* max-width: 7.5rem; */
    /*设计图为1080时可以改成1080，适配大屏iPad*/
    min-width: 3.2rem;
    overflow-x: hidden;
    background: #ffffff;
    margin: 0 auto;
}

.container {
    width: 6.9rem;
    margin: 0 auto;
}


/* 通用列表样式 start */

.list_mobile ul {
    padding-top: 0.22rem;
    margin-bottom: 0.2rem;
}

.list_mobile ul li {
    width: 100%;
    height: 0.64rem;
    line-height: 0.64rem;
    background: url(../images/heidian.png) no-repeat left center;
    background-size: 0.12rem;
}

.list_mobile ul li a {
    font-size: 0.28rem;
    float: left;
    width: 65%;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.3rem;
}

.list_mobile ul li span {
    font-size: 0.26rem;
    color: #999999;
    float: right;
}

.a2 {
    width: 100%;
    height: 0.6rem;
    display: block;
    font-size: 0.24rem;
    text-align: center;
    color: #999999;
    line-height: 0.6rem;
    background-color: #f1f5f8;
    float: left;
    border-radius: .28rem;
}


/* 通用列表样式 end */


/*通用头部、尾部、检索等公用代码*/

table {
    width: 100%;
    border-left: 0.01rem solid #d2d2d2;
    border-top: 0.01rem solid #d2d2d2;
    border-spacing: inherit;
}

table th,
table td {
    border-right: 0.01rem solid #d2d2d2;
    border-bottom: 0.01rem solid #d2d2d2;
}

.download-pdf-mobile {
    width: 1.68rem;
    margin: .4rem auto 0;
    background-color: #189948;
    text-align: center;
    color: #ffffff !important;
    line-height: 0.56rem !important;
    text-indent: 0;
    font-size: 0.28rem;
    border-radius: 0.5rem;
    display: block;
    text-align: center;
}