body,
html,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

p {
    text-justify: inter-ideograph;
    text-align: justify;
}

a:hover {
    color: red;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.clear::after {
    clear: both;
    content: "";
    display: block;
}

.pc-active {
    display: block;
}

.pc-none {
    display: none;
}

.top {
    margin-top: 15px !important;
}

.top2 {
    margin-top: 120px !important;
}

/* banner */
.banner {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
}

.banner>a {
    position: absolute;
    top: 5%;
    left: 20%;
    background-size: contain;
}

.bbb {
    width: 14%;
    position: absolute;
    bottom: 36%;
    left: 33%;
}

/* new */
.new {
    overflow: hidden;
    padding: 60px 0 145px 0;
    background-color: #fdfaec;

}

.new-box {
    display: flex;
    justify-content: space-between;
}

.content {
    font-size: 12px;
    border-bottom: 1px dashed #000000;
}

.slh {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.right-box {
    width: 530px;
    height: 257px;

    padding-left: 20px;
}

.title-new {
    display: flex;
    justify-content: space-between;

}

.title-new h3 {
    font-size: 14px;
}

.content>p {
    color: #666666;
    line-height: 20px;
    margin: 9px 0;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.time {
    color: #448f01;
}

.new-padding-top {
    margin-top: 9px;
}

.new-more {
    width: 65px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #448f01;
    border-radius: 20px;
    float: right;
    margin-top: 17px;
}

.new-more a {
    color: white;
}

.new-more {
    background-color: #448f01;
}

.new-more:hover a {
    color: white;
}

.title1 {
    margin: 50px 0 68px 0;
}

.top3 {
    margin-top: 0 !important;
}

.new {
    background: url("./img/bg.png") center no-repeat;
    background-position: 0px -546px;
}

.contetn-life {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-life-left {
    margin-top: 50px;
    width: 480px;
}

.title {
    width: 480px;
    height: 77px;
    text-align: center;
}

.dl {
    width: 480px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 28px;
    margin-top: 30px;
}

.dl-pic {
    text-align: center;
    margin-top: 50px;
}

/* bottom */
.bottom {
    background-color: #408503;
}

.bottom .jiguan {
    padding: 30px 0 30px;
    margin: 0 auto;
}

.bottom .jiguan p {
    text-align: center;
    width: 532px;
    margin: 0 auto;
    color: #b3cec4;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px !important;
}

.jiguan p a {
    color: #b3cec4;
}

.line {
    border: 1px dashed #aabe8e;
}

@media screen and (max-width: 780px) {
    .bottom .jiguan p {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
    }

    .banner a img {
        width: 20%;
    }

    .banner a {
        width: 100%;
        text-align: center;
        left: 0;

    }

    .btmLxwm>img {
        margin-left: 247px !important;
    }

    .iphone-active {
        display: block;
    }

    .iphone-none {
        display: none;
    }

    .container {
        width: 94%;
        margin: 0 auto;
    }

    .new {
        padding: 30px 0 30px 0;
        background: #fdfaec;
    }

    .new-box {
        flex-wrap: wrap;
    }

    .left-box img,
    .content-life-left,
    .title,
    .title>img,
    .dl,
    .dl-pic,
    .dl-pic>img {
        width: 100%;
    }

    .right-box {
        width: 100%;
        height: 100%;
        padding: 30px 0 0 0;
    }

    .left-box a img {
        width: 352px !important;
    }

    .dl-pic {
        margin-top: 15px !important;
    }

    .title1 {
        margin: 20px 0 0px 0;
    }

    .content-life-left {
        margin-top: 20px;
    }

    .dl {
        margin-top: 13px !important;
    }

    .title {
        height: 120px;
    }

}

@media screen and (max-width: 680px) {
    .bottom .jiguan p {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
    }

    .btmLxwm>img {
        margin-left: 55px !important;
    }

    .title {
        height: 60px;
    }

    .title-new h3 {
        width: 70%;
    }

    .bbb {
        width: 30%;
        position: absolute;
        bottom: 78px;
        left: 69px;
    }
}