.nav{
    width: 100%;
    margin: .6rem auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.nav>a{
    width:33%;
    text-align: center;
    color: #000;
    margin-bottom:.4rem;
}
.nav>a>img{
    width: 70%;
    margin: auto;
}

.lay-title{
    text-align:center;
}
.lay1{
    width:92%;
    margin: .6rem auto .2rem;
    text-indent: 28px;
}
.lay-btn{
    display: block;
    width:40%;
    margin: .2rem auto .6rem;
    background: #c80600;
    color: #fff;
    text-align: center;
    padding: .1rem 0;
}
.tabBox .hd{ height:1rem;margin:.6rem auto;}
.tabBox .hd ul{display: flex;display: -webkit-flex;
    align-items: center;justify-content: space-around; overflow:hidden;}
.tabBox .hd ul li{ color:#515151; background: url(../img/bgbtn.jpg) no-repeat center center;background-size:100% 100%;height: .8rem;width:2rem; line-height: .8rem;text-align: center;}
.tabBox .hd ul .on{ color:#BA2636; font-weight: bold;}
.tabBox .hd ul .on a{ display:block; /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */  }
.tabBox .bd ul{
    width: 100%;
    overflow: hidden
}

.tabBox .bd ul li{
    width: 42%;
    float: left;
    margin-left: 5.5%;
    margin-bottom: .4rem;
}
.tabBox .bd ul li p{
    text-align: center;
    padding: .1rem 0;
}
.news{
    width: 90%;
    margin: auto auto 1rem;
    overflow: hidden;
}
.news-list{
    width: 100%;
    display: flex;
    padding: .4rem 0 0;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.news-list>img{
    width: 30%;
}
.news-list>p{
    width: 68%;
    margin-left: 2%;
}

.news-list>p>span{
    display: block;
    color: #000;
    margin-bottom: .1rem;
}
.news-list>p>em{
    display: block;
    color: #000;
}
.news-list>p>i{
    color: #f94904;
}
.copyright{
    width: 100%;

    padding: .1rem 0;
    border-top: 1px solid #ccc;
    text-align: center;
}