section{
    padding:0 0.3rem;
}
.mt{
    font-size: 20px;
    font-family: title;
}
[data-dpr="2"] .mt{
    font-size: 40px;
}
[data-dpr="3"] .mt{
    font-size: 60px;
}
.subnav{
    margin:0 -5px;
    overflow: hidden;
}
.subnav li{
    float: left;
    width: 33.3333%;
    height:1.88rem;
    font-size: 14px;
    padding:0 5px;
    text-align: center;
    cursor: pointer;
}
[data-dpr="2"] .subnav li{
    font-size: 28px;
}
[data-dpr="3"] .subnav li{
    font-size:42px;
}

.subnav li a{
    border:1px solid #d0d5e6;
    display: block;
    height:1.88rem;
    text-align: center;
    padding-top:0.4rem;
}
.subnav li.cur a,.subnav li:hover a{
    background: #066cb4;
}

.subnav li:nth-child(1) a{
    line-height: 1.88rem;
    padding-top: 0;
}

.subnav li.cur a,.subnav li:hover a{
    color: #fff;
}


.pictextlist{
    border-top: 1px solid #e3e3e3;
}
.pictextlist li{
    border-bottom: 1px solid #e2dace;
    padding-bottom: 0.4rem;
    margin-top: 0.4rem;
    overflow: hidden;
}

.pictextlist li:last-child{
    border-bottom: 0;
}
.pictextlist li img{
    width: 4rem;
    float: left;
    margin-right: 0.4rem;
}

.pictextlist li span{
    line-height: 1.5;
    display: block;
    font-weight: bold;
    color: #333;
    margin-top: 0.6rem;
    font-size: 14px;
}
[data-dpr="2"] .pictextlist li span{
    font-size: 28px;
}
[data-dpr="3"] .pictextlist li span{
    font-size: 42px;
}


.page{
    margin-top: 0.8rem;
    padding-top:0.8rem;
    font-size: 14px;
    border-top: 1px solid #e3e3e3;
    text-align: center;
}
[data-dpr="2"] .page{
    font-size: 28px;
}
[data-dpr="3"] .page{
    font-size: 42px;
}
.page ul{
    display: block;
    overflow: hidden;
    margin:0 auto;
}
.page li{
    display: inline-block;
    min-width: 0.68rem;
    height: 0.68rem;
    line-height: 0.68rem;
    text-align: center;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 14px;
    overflow: hidden;
}
[data-dpr="2"] .page li{
    font-size: 28px;
}
[data-dpr="3"] .page li{
    font-size: 42px;
}
.page li a{
    display: block;
    min-width:0.68rem;
    height: 0.68rem;
    padding:0 5px;
}
.page li span{
    float: left;
}
.page li.cur a{
    background: #2a70ba;
    color: #fff;
}
.page li:first-child a,.page li:last-child a{
    border: 0;
}
.path{
    padding: 0 0.667rem;
    font-size: 12px;
    margin-top: 0.667rem;
}
[data-dpr="2"] .path{
    font-size: 24px;
}
[data-dpr="3"] .path{
    font-size: 36px;
}
.path a:last-child{
    color: #2a70ba;
}
article{
    font-size: 14px;
    line-height: 2;
    padding: 0 0.667rem;
}
[data-dpr="2"] article{
    font-size: 28px;
}
[data-dpr="3"] article{
    font-size: 42px;
}
article p{
    margin-top: 0.4rem;
}
article img{
    width: 100%;
    margin-top: 0.4rem;
}
article h1{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 0.8rem;
    font-size: 19px;
    text-align: center;
    line-height: 1.6;
    margin:0.8rem 0 0;
}
[data-dpr="2"] article h1{
    font-size: 38px;
}
[data-dpr="3"] article h1{
    font-size: 57px;
}
article h1 small{
    display: block;
    font-size: 12px;
    font-weight: normal;
}
[data-dpr="2"] article h1 small{
    font-size: 24px;
}
[data-dpr="3"] article h1 small{
    font-size: 36px;
}
.footer{
    margin-top: 1rem;
}