html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
header,
main,
nav,
footer {
    padding: 0;
    margin: 0;
}


ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 450px;
    margin: auto;
}

body {
    width: 100%;
    height: 100%;
}

#app {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
}



/* 头部图片 */
header {
    width: 100%;
}

.swiper-slide>img {
    width: 100%;
    height: 210px;
}

.oneImg {
    width: 100%;
}

.oneImg>img {
    width: 100%;
    height: 210px;
}




/* 中间按钮部分 */
main {
    width: 100%;
    height: auto;
    margin-top: -4px;
}


/* 按钮部分 */

.jump-btn {
    width: 100%;
    overflow: hidden;
    padding: 0 1rem;
    box-sizing: border-box;
    position: relative;
}

.jump-btn>div:nth-child(2) {
    margin-top: 0.7rem;
    padding: 0 0 10px;
}

/* 中间竖线 */
.vertical {
    height: 100%;
    position: absolute;
    width: 4px;
    left: 50%;
    margin-left: -2px;
    top: 0;
    background-color: #fff;
}

.jump-box {
    width: 100%;
    height: auto;
}

.btn-item {
    width: 100%;
}

.btn-item>a {
    display: inline-block;
    width: 50%;
    height: 100%;
    padding: 7px;
    box-sizing: border-box;
}


.btn-item-box {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.btn-item-box::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 4px;
    right: -8px;
    top: 50%;
    margin-top: -2px;
}


.btn-item-box>i {
    text-align: center;
    width: 24%;
    height: 60px;
    line-height: 60px;
    font-size: 2rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.btn-item-box>p {
    width: 73%;
    font-size: 1.8rem;
    text-align: center;
    font-family: 仿宋;
    font-weight: 900;
    height: 60px;
    line-height: 60px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


/* 右边的按钮 */
.btn-item:nth-child(2n){
    text-align: right;
}
.btn-item:nth-child(2n) .btn-item-box>i{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.btn-item:nth-child(2n) .btn-item-box>p{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-item:nth-child(2n) .btn-item-box{
    flex-direction: row;
}
.btn-item:nth-child(2n) .btn-item-box::before {
    left: -8px;
}




/* 新闻部分css */
.news {
    width: 100%;
    padding-top: 5px;
}

.news>ul>li {
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    margin-top: -3px;
}

.news>ul>li:nth-child(2),
.news>ul>li:nth-child(3) {
    border-top: none;
}

.news-item>a {
    padding-right: 40px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 18px;
    position: relative;
}

.news-item>a::after {
    content: '\e60c';
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 50%;
    margin-top: -8px;
}



/* 底部图片部分 */

footer {
    width: 100%;
    /* margin-top: 10px; */
    padding: 2px 0;
}

.foot {
    position: absolute;
    left: 0;
    bottom: 0;
}

footer>div {
    width: 100%;
}

.footer {
    padding: 2px;
    text-align: center;
    width: 60%;
    margin: auto;
    font-size: 15px;
}

.footer>span {
    font-weight: 700;
}

.footer>a>span {
    font-weight: 700;
}

.footer>a>img {
    width: 20px;
    height: 20px;
    vertical-align: -5px;
}


.btn-item>a{
padding:5px 7px;
}
.btn-item-box>i {
    height: 50px;
    line-height: 50px;
}
.btn-item-box>p {
    height: 50px;
    line-height: 50px;
}
