* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: .32rem;
    color: #333333;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #df2f26;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.banner {
    background: url("../images/banner_m.jpg") no-repeat center center;
    width: 100%;
    height: 68vw;
    background-size: 100% 100%;
}

.main {
    background: url("../images/main_bg.jpg") center top;
    background-size: 100% auto;
    padding: .2rem 0;
}

.main .dy {
    background: url("../images/dy.png") no-repeat center top;
    background-size: 100% 100%;
    margin: 0 auto;
    width: 98%;
    box-sizing: border-box;
    padding: .7rem .6rem;
    font-size: .3rem;
}

.main .dy p {
    line-height: .48rem;
    text-indent: .6rem;
    text-align: justify;
}

.main .dy a.more {
    display: block;
    float: right;
    background: #c2101d;
    line-height: .6rem;
    border-radius: .3rem;
    width: 1.4rem;
    color: #ffffff;
    margin-top: .1rem;
    text-align: center;
}

.main .boxNav {
    width: 99%;
    margin:0 auto .2rem;
    position: sticky;
    top: 0;
    padding-top: .2rem;
    background: url(../images/main_bg.jpg) center top;
    height: 1.2rem;
    z-index: 2;
}

.main .boxNav li {
    display: inline-block;
    background: url("../images/nav_bg.png");
    background-size: 100% 100%;
    font-weight: bolder;
    font-size: .35rem;
    height:1.1rem;
    text-align: center;
    line-height: 1.1rem;
    width:30%;
    margin:0 1%;
}

.main .boxNav li.active {
    background: url("../images/nav_active.png");
    background-size: 100% 100%;
    color: #ffffff;
}

.main .box .list {
    background: #d6b389;
    width: 96%;
    margin: .2rem auto;
    padding: 1px .2rem;
    box-sizing: border-box;
}

.main .box .list .left, .main .box .list .right {
    width: 48%;
}

.main .box .list .section {
    width: 100%;
    box-sizing: border-box;
    padding: .2rem;
    background: #ffffff;
    margin: .2rem 0;
}

.main .box .list .section a{
    display: block;
}

.main .box .list .section img {
    width: 100%;
    display: block;
    margin-bottom: .2rem;
}

.main .box .list .section p {
    margin-top: .05rem;
    font-size: .3rem;
}

.main .box .list .more {
    margin: .3rem auto;
    text-align: center;
    width: 1.8rem;
    line-height: .6rem;
    height: .6rem;
    border-radius: .3rem;
    background: #a16b2a;
    color: #ffffff;
}

.main .box .list .more:hover {
    background: #8e591a;
}

.footer{
    width:100%;
    padding:.2rem 0;
    text-align:center;
    background:#EEF9FD;
    font-size:0.26rem;
}

/* 细览页 */
.mainBox{
    width:94%;
    margin:.3rem auto;
}

.mainBox h2{
    text-align:center;
    font-size:.42rem;
    font-weight:bold;
    line-height:.55rem;
    margin-bottom: .2rem;
}

.mainBox .article{
    line-height:.54rem;
    
}

.mainBox .article p{
    margin-bottom:.2rem;
    text-align:justify !important;
}

.mainBox .article img{
    display:block;
    margin:.3rem 0;
    max-width:100%;
}
.backTopicon{
    position: fixed;
    right: .2rem;
    bottom: .2rem;
    background: #ffffff;
    width: 1rem;
    height: 1rem;
    border-radius: .5rem;
    text-align: center;
    z-index: 10;
    box-sizing: border-box;
    padding-top: .05rem;
    box-shadow: 0 0 10px 0 #ccc;
}