* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.box {
    /* max-width: 750px;
    height: auto;
    margin: 0 auto; */
    text-align: justify;
    height: auto;
    font-family: "微软雅黑", "黑体", "宋体";
    color: #000;
}


/* .banner {
    width: 100rem;
    height: 1.75rem;
    background-image: url(./banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
} */

.header {
    /* height: 8.19rem; */
    height: auto;
}

.banner {
    width: 100%;
    height: 7.45rem;
}

.list {
    width: 100%;
    height: 0.99rem;
    position: relative;
    bottom: 0.3rem;
    background-color: rgba(223, 0, 0, 1);
}

.out {
    margin: 0 auto;
    width: 11.5rem;
    height: 0.3rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.99rem;
    display: flex;
    justify-content: space-between;
}

.out>div>a {
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
}

.out>div>a:hover {
    color: rgba(253, 217, 155, 1);
}

.out div {
    display: inline-block;
}

.button {
    width: 1rem;
    height: 0.4rem;
    border-radius: 20px;
    background-color: red;
    color: #fff;
    line-height: 0.4rem;
    text-align: center;
    font-size: 14px;
    position: relative;
    bottom: 7rem;
    left: 1rem;
    display: inline-block;
}

.button>a {
    color: #fff;
}

.article {
    width: 80%;
    height: auto;
    margin: 0 auto;
    /* border: 1px solid #ccc;
    border-radius: 25px; */
    padding: 0.5rem;
    margin-bottom: 1rem;
}

h3 {
    /* text-align: center; */
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}

.article ul li a {
    display: flex;
    color: #000;
    font-size: 18px;
    justify-content: space-between;
    line-height: 45px;
    padding-left: 25px;
    background: url(./zip.gif) no-repeat left center;
}

.article ul li a:hover {
    color: rgba(223, 0, 0, 1);
}

.footer {
    width: 100%;
    height: 2.23rem;
    background-image: url(./footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footercenter {
    width: 9.62rem;
    height: 1.3rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.26rem;
    text-align: center;
}

.footercenter>a {
    color: #FFFFFF;
}