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;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    transition: background-color 999999999s !important;
}

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;
    /* word-break: break-all; */
}

a:hover {
    color: #005ea5;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* {
    margin: auto;
    padding: auto;
}

.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_mobile {
    width: 6.9rem;
    margin: 0 auto;
}


/* 通用列表样式 start */

.list_mobile .tabs {
    height: .6rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #e8e8e8;
}

.list_mobile .tabs span {
    display: block;
    float: left;
    color: #333333;
    font-size: .34rem;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    margin-right: .68rem;
    padding-bottom: .23rem;
    font-weight: bold;
}

.list_mobile .tabs span:last-child {
    margin-right: 0;
}

.list_mobile .tabs span.on {
    color: #005ea5;
    border-bottom: .04rem solid #005ea5;
}

.list_mobile .tabs span.on::after {
    position: absolute;
    left: 50%;
    bottom: -.08rem;
    transform: translate(-50%, 0);
    content: "";
    width: .1rem;
    height: .05rem;
    background: url(../images/list_mobile_tabs_span.png) no-repeat center;
    background-size: 100%;
}

.list_mobile ul {
    padding-top: .29rem;
    box-sizing: border-box;
    height: 3.78rem;
}

.list_mobile ul li {
    width: 100%;
    float: left;
    margin-bottom: .4rem;
}

.list_mobile ul li a {
    font-size: .28rem;
    line-height: .3rem;
    float: left;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .25rem;
    box-sizing: border-box;
    position: relative;
}

.list_mobile ul li a::after {
    width: .1rem;
    height: .1rem;
    background-color: #7faed2;
    border-radius: .5rem;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.list_mobile ul li:hover a {
    color: #005ea5;
}

.list_mobile ul li span {
    display: block;
    float: right;
    line-height: .3rem;
    font-size: .26rem;
    color: #999999;
}

.a2 {
    width: 100%;
    height: .6rem;
    display: block;
    font-size: .24rem;
    text-align: center;
    color: #999999;
    line-height: .6rem;
    background-color: #f5f5f5;
    float: left;
    border-radius: .3rem;
}

.list_mobile2 .tabs {
    height: .6rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #e8e8e8;
}

.list_mobile2 .tabs span {
    display: block;
    float: left;
    color: #333333;
    font-size: .34rem;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    margin-right: .68rem;
    padding-bottom: .23rem;
    font-weight: bold;
}

.list_mobile2 .tabs span:last-child {
    margin-right: 0;
}

.list_mobile2 .tabs span.on {
    color: #005ea5;
    border-bottom: .04rem solid #005ea5;
}

.list_mobile2 .tabs span.on::after {
    position: absolute;
    left: 50%;
    bottom: -.08rem;
    transform: translate(-50%, 0);
    content: "";
    width: .1rem;
    height: .05rem;
    background: url(../images/list_mobile_tabs_span.png) no-repeat center;
    background-size: 100%;
}

.list_mobile2 ul {
    box-sizing: border-box;
    padding-top: .3rem;
    height: 4.9rem;
}

.list_mobile2 ul li {
    width: 100%;
    float: left;
    margin-bottom: .23rem;
}

.list_mobile2 ul li .l {
    width: 1.15rem;
    height: .86rem;
    box-sizing: border-box;
    border: .01rem solid #005ea5;
    margin-top: .055rem;
    padding-top: .09rem;
}

.list_mobile2 ul li .l i {
    width: 100%;
    text-align: center;
    font-size: .34rem;
    color: #005ea5;
    font-weight: bold;
    line-height: .34rem;
    display: block;
}

.list_mobile2 ul li .l em {
    display: block;
    width: 100%;
    text-align: center;
    font-size: .24rem;
    color: #005ea5;
    margin-top: .05rem;
}

.list_mobile2 ul li .r {
    width: 5.5rem;
}

.list_mobile2 ul li .r a {
    display: block;
    width: 100%;
    text-align: justify;
    font-size: .28rem;
    line-height: .46rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_mobile2 .a2 {
    margin-top: .15rem;
}

.list_mobile3 .tabs {
    height: .6rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #e8e8e8;
}

.list_mobile3 .tabs span {
    display: block;
    float: left;
    color: #333333;
    font-size: .34rem;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    margin-right: .68rem;
    padding-bottom: .23rem;
    font-weight: bold;
}

.list_mobile3 .tabs span:last-child {
    margin-right: 0;
}

.list_mobile3 .tabs span.on {
    color: #005ea5;
    border-bottom: .04rem solid #005ea5;
}

.list_mobile3 .tabs span.on::after {
    position: absolute;
    left: 50%;
    bottom: -.08rem;
    transform: translate(-50%, 0);
    content: "";
    width: .1rem;
    height: .05rem;
    background: url(../images/list_mobile_tabs_span.png) no-repeat center;
    background-size: 100%;
}


/* 通用列表样式 end */


/* 当前位置 start */

.position_mobile {
    min-height: 1.07rem;
    background-color: #f5f9fe;
}

.position_mobile_c {
    background: url(../images/position.png) no-repeat left .38rem;
    background-size: .24rem;
    font-size: .26rem;
    line-height: .46rem;
    box-sizing: border-box;
    padding-left: .45rem;
    color: #666666;
    padding-top: .3rem;
    padding-bottom: .2rem;
}

.position_mobile_c a {
    color: #666666;
}


/* 当前位置 end */


/*通用头部、尾部、检索等公用代码*/

.download-pdf-mobile {
    width: 1.68rem !important;
    color: #ffffff !important;
    margin: 0 auto;
    display: block;
    background-color: #005ea5;
    text-align: center;
    text-indent: 0;
    font-size: 0.28rem;
    line-height: 0.48rem;
    border-radius: 30px;
    margin-top: 0.5rem;
}