@charset "utf-8";
/*css reset*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
    margin: 0;
    padding: 0;
}
li,
ol {
    list-style: none;
}
i,
em {
    font-style: normal;
}
a {
    text-decoration: none;
}
input,
textarea {
    -webkit-appearance: none;
}
html {
    color:#333;
    font-size: 50px;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*清除浮动*/
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
body{
    background: #f7f7f7;
}
.main-content{
    background: #fff;
}
.m-title {
    background: #fff;
    padding: 0.44rem 0.3rem 0.5rem 0.3rem;
    margin-bottom: 0.2rem;
}
.detail-title{
    font-size: 0.32rem;
    color: #003355;
    font-weight: bold;
}
h1{
    display: inline-block;
    font-size: .28rem;
    color: #fff;
    background: #035a82;
    border-bottom-right-radius: .4rem;
    border-top-right-radius: .4rem;
    padding:.1rem .4rem .1rem .2rem;
    margin: .5rem 0;
}
.content-detail{
    padding:.5rem 0 .3rem;
    margin: 0 .3rem;
    background: #fff;
    border-bottom: .025rem solid #ccc;
}
.content-detail p{
    font-size: .3rem;
    color: #333;
    line-height: .48rem;
    padding-left: .2rem;
}
.content-detail p.special{
    padding-left: 0;
}
.content-detail p img{
    width: 6.9rem;
    display: block;
    margin: 0.3rem auto;
}
.content-detail h2{
    font-size: .32rem;
    color: #333;
    margin-bottom:.3rem;
}
.pageOrder{
    color: #0096dc;
    font-size: .32rem;
    background: #f7f7f7;
    margin-bottom: .2rem;
}
.pageOrder div{
    background: #fff;
    padding:.2rem 0 0 .3rem
}
.pageOrder div.nextpage{
    padding-bottom: .2rem;
}
.pageOrder a{
    color: #0096dc;

}
.content-middle{
    padding-left: .3rem;
    background: #fff;
    margin-bottom: .2rem;
}
.content-middle .middle-title{
    font-size: .32rem;
    color: #333;
    font-weight: bold;
   border-bottom: .025rem solid #ccc;
    padding: .4rem 0 .2rem;
}
.content-middle ul{
    padding-top: .4rem;
    padding-bottom: 1rem;
}
.content-middle ul li{
    color: #333;
    font-size: .32rem;
    line-height: .48rem;
    margin-top: .2rem;
}
.content-middle ul li a{
    color: #333;
}