#wap1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    padding-right: 60px;
}

#wap1 .right {
    width: 66%;
}

#wap1 .left {
    width: 23%;
    margin-bottom: -83px;
}

#wap1 h1 {
    position: absolute;
    left: 17%;
    top: 40px;
}

#wap2 {
    margin: 183px auto 0;
    text-align: center;
}

#wap2 h2 {
    font-size: 33px;
    margin-bottom: 34px;
}

#wap2 h3 {
    display: inline-block;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: 600;
    background: #eaf3f0;
    text-align: center;
    margin: 0 auto 136px;
}

#wap2 > div {
    max-width: 1200px;
    margin: 0 auto;
}

#wap2 .item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wap2 .item1 ul {
    max-width: 500px;
    padding-right: 60px;
}

#wap2 .item1 ul li {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 43px;
}

#wap2 .item1 ul li h4 {
    padding: 0 5px;
    line-height: 30px;
    background: #eaf3f0;
    font-size: 16px;
}

#wap2 .item1 ul li p {
    font-size: 14px;
    color: #000;
}

#wap2 .item1 .right {
    flex: 1;
    position: relative;
}

#wap2 .item1 .right .text {
    position: absolute;
    right: 52px;
    top: -107px;
}

#wap2 .item2 {
    margin-top: 63px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#wap2 .item2 .left {
    max-width: 500px;
}

#wap2 .item2 .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 60px;
}

#wap2 .item2 .right img {
    margin-bottom: 47px;
}

#wap2 .item2 .right p {
    margin-bottom: 18px;
}

#wap2 .item2 .right p span {
    background: #eaf3f0;
    margin-right: 5px;
}

#wap2 .item3 {
    margin: unset;
    margin-left: calc(50% - 600px + 130px);
    margin-top: 143px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wap2 .item3 .left {
    max-width: 500px;
    text-align: left;
}

#wap2 .item3 .left p {
    margin-bottom: 26px;
}

#wap2 .item3 .left p span {
    background: #eaf3f0;
}

#wap2 .item3 .right {
    flex: 1;
    position: relative;
    text-align: right;
}

#wap2 .item3 .right .text {
    position: absolute;
    left: 120px;
    top: -70px;
}

#wap2 .item4 {
    max-width: 1470px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#wap2 .item4 .left p {
    margin-top: 20px;
    text-align: right;
    color: #000;
}

#wap2 .item4 .right {
    padding-top: 120px;
}

#wap2 .item4 .right p {
    margin-top: 54px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    text-align: left;
}

#wap2 .item5 {
    margin-top: 73px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wap2 .item5 .left {
    color: #000;
}

#wap2 .item5 .left p {
    margin-bottom: 18px;
}

@media screen and (max-width: 1000px) {

    #wap2 .item1 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    #wap2 .item1 > div {
        max-width: unset;
    }

    #wap2 .item1 ul {
        max-width: unset;
        padding-right: 0;
    }

    #wap2 .item2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #wap2 .item2 .left {
        max-width: unset;
    }

    #wap2 .item2 .right {
        max-width: unset;
        padding-left: 0;
        margin-top: 20px;
    }

    #wap2 .item3 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }

    #wap2 .item3 .left,
    #wap2 .item3 .right {
        max-width: unset;
    }

    #wap2 .item3 .left {
        margin-top: 20px;
    }

    #wap2 .item3 .right {
        text-align: center;
    }

    #wap2 .item4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #wap2 .item4 p {
        text-align: center !important;
    }

    #wap2 .item5 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    #wap2 .item5 .left {
        margin-top: 20px;
    }

}

@media screen and (max-width: 768px) {

    #wap2 {
        margin-top: 20px;
    }

    #wap2 h2 {
        font-size: 18px;
        line-height: 1.5;
        margin-top: 1em;
        margin-bottom: 0.5em;
    }

    #wap2 h3 {
        font-size: inherit;
        margin-bottom: 20px;
    }

    #wap2 .item1 .right .text {
        display: none;
    }

    #wap2 .item1 ul li {
        margin-bottom: 1em;
    }

    #wap2 .item1 ul li h4 {
        font-size: inherit;
    }

    #wap2 .item1 ul li p {
        font-size: inherit;
    }

    #wap2 .item2 {
        margin-top: 0px;
    }

    #wap2 .item2 .right img {
        display: none;
    }

    #wap2 .item2 .right p {
        text-align: left;
    }

    #wap2 .item3 {
        margin-top: 20px;
    }

    #wap2 .item3 .right .text {
        display: none;
    }

    #wap2 .item4 .right {
        padding-top: 20px;
    }

}

#wap3 {
    margin: 78px auto 84px;
    width: 2px;
    height: 160px;
    background: #c5c5c5;
}

#wap4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

#wap4 video {
    outline: none;
    width: 95%;
}

#wap4 h2 {
    text-align: center;
    line-height: 52px;
    margin-bottom: 72px;
}

#wap4 .h2p {
    margin-bottom: 27px;
    color: #000;
    font-size: 20px;
}

#wap4 h3 {
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 400;
}

#wap4 .h3p {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
}

#wap4 .h3p span {
    color: #96C2B7;
}

#wap4 h4 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: normal;
}

#wap4 div {
    width: 80%;
    text-align: right;
}

#wap4 .h4p {
    color: #000;
    text-align: center;
    line-height: 28px;
}

#wap4 .h4p span {
    background-color: #eaf3f0;
}

#wap5 {
    width: 100%;
    margin-top: 200px;
    position: relative;
}

#wap5 .swiper-container {
    width: 100%;
    overflow: hidden;
}

#wap5 .swiper-container .swiper-slide {
    width: 44%;
    margin-right: 24px;
}

#wap5 .swiper-container .swiper-slide:last-child {
    margin-right: 0;
}

#wap5 .left {
    position: absolute;
    top: -108px;
    left: 23%;
    z-index: 5;
    color: #000;
    font-size: 40px;
    width: 30px;
}

#wap5 .right {
    position: absolute;
    bottom: -142px;
    right: 24%;
    z-index: 5;
}

#wap6 {
    max-width: 1200px;
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#wap6 h2 {
    margin-bottom: 55px;
    color: #000;
}

#wap6 p {
    color: #000;
}

#wap6 .content {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

#wap6 .content .left {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#wap6 .content .left li {
    width: 49%;
    margin-bottom: 2%;
    position: relative;
}

#wap6 .content .left li.active .bg {
    display: block;
}

#wap6 .content .left li span {
    position: absolute;
    left: 24px;
    top: 16px;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    z-index: 7;
}

#wap6 .content .left li .bg {
    position: absolute;
    top: 0;
    display: none;
    z-index: 3;
}

#wap6 .content .right {
    display: none;
    padding-left: 75px;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#wap6 .content .right.active {
    display: flex;
}

#wap6 .content .right div {
    font-size: 22px;
}

#wap6 .content .right p {
    margin-top: 46px;
    line-height: 27px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {

    #wap6 .content .right div {
        font-size: inherit;
        font-weight: 500;
        line-height: 1.5;
        margin-top: 1em;
    }

    #wap6 .content .right p {
        margin-top: 2em;
        font-size: inherit;
        text-align: justify;
    }

}

#wap7 {
    max-width: 1200px;
    margin: 345px auto 0;
}

#wap7 .box {
    background: #eaf3f1;
    position: relative;
    padding: 75px 3%;
    margin-bottom: 41px;
}

#wap7 .box h2 {
    position: absolute;
    right: 12%;
    top: -10%;
}

#wap7 .box ul {
    margin-bottom: 68px;
}

#wap7 .box ul li:after {
    background: #fff;
}

#wap7 .box .table {
    background: #fff;
    padding: 35px;
}

#wap7 .box .table img {
    width: 100%;
}

#wap7 ul li {
    margin-bottom: 23px;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
}

#wap7 ul li:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #96c2b7;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 2px;
}

#wap7 .btn1 {
    margin-top: 35px;
}

@media screen and (max-width: 768px) {

    #wap7 {
        margin-top: 60px;
    }

    #wap7 .box {
        padding-top: 0px;
    }

    #wap7 .box h2 {
        position: unset;
        right: unset;
        top: unset;
    }

    #wap7 .box h2 p {
        font-size: 22px;
        font-weight: 500;
        padding-top: 35px;
        color: #6cad9d;
        line-height: 1.5;
    }

    #wap7 .box ul {
        margin-bottom: 2em;
    }

    #wap7 ul li {
        font-size: inherit;
    }

    #wap7 .box .table {
        padding: 10px;
    }

}

.btn1 {
    width: 432px;
    max-width: 90%;
    height: 71px;
    background: url("/assets/index/btnBG.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 88px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;

    font-size: 22px;
    cursor: pointer;
    color: #96C2B7;
}

#wap8 {
    margin-top: 130px;
    padding-bottom: 70px;
    width: 100%;
    background: #eaf3f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#wap8 .top {
    position: absolute;
    top: -51px;
}

#wap8 .sec {
    padding-top: 117px;
}

#wap8 h2 {
    margin-top: 117px;
    margin-bottom: 63px;
    font-size: 60px;
}

#wap8 .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 650px;
    margin-bottom: 26px;
    color: #000;
    font-weight: 600;
}

#wap8 .item span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/assets/index/arri.png") no-repeat;
    background-size: 100% 100%;
    width: 350px;
    height: 40px;
    margin-right: 16px;
    font-weight: 400;
    font-size: 16px;
}

#wap8 .btn2 {
    cursor: pointer;
    width: 578px;
    height: 90px;
    background-color: #3f4144;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 10px;
    font-size: 28px;
    margin-top: 45px;
}

#wap9 {
    position: relative;
    max-width: 1200px;
    margin: 140px auto 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 5px 10px #ccc;
}

#wap9 img {
    position: absolute;
    top: -70px;
}

#wap9 h2 {
    padding: 82px 0;
    width: 100%;
    background: #96c2b7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 64px;
    margin: 0;
}

#wap9 ul {
    width: 82%;
    padding: 32px 10px;
}

#wap9 ul li {
    margin-bottom: 23px;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
}

#wap9 ul li:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #96c2b7;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 2px;
}

#wap10 {
    background-color: #eaf3f1;
}

#wap10 .box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #000;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#wap10 .box h2 {
    position: absolute;
    left: 106px;
    top: -220px;
    font-size: 48px;
    width: 48px;
    overflow: hidden;
    line-height: 1.25;
}

#wap10 .box h3 {
    font-weight: 400;
}

#wap10 .box .item {
    margin-top: 30px;
    height: 48px;
    background: #fff;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#wap10 .box .content {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wap10 .box .content .left {
    padding: 40px;
    padding-left: 0;
    padding-bottom: 0;
    background: #fff;
    margin-right: 40px;
}

#wap10 .box .content .left p {
    padding-left: 46px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#wap10 .box .content .left p img {
    margin: 5px;
}

#wap10 .box .content .right {
    padding: 40px;
    padding-right: 0;
    padding-bottom: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

#wap10 .box .content .right p {
    padding-right: 46px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wap10 .box .content .right p img {
    margin: 5px;
}

#wap10 .box .table {
    margin-top: 70px;
    margin-bottom: 150px;
}

#wap10 .box .bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

#wap10 .box .bottom .left {
    width: 67px;
    height: 240px;
    background-color: #d4e2e9;
}

#wap10 .box .bottom .right {
    width: 410px;
    height: 360px;
    padding-left: 55px;
    background: #fff;
    padding-top: 76px;
}

#wap10 .box .bottom .right label {
    font-size: 46px;
    font-weight: 600;
    width: 30px;
}

#wap10 .box .bottom .right span {
    margin-top: 40px;
    display: block;
    font-size: 18px;
    line-height: 28px;
}

#wap11 {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;

    padding-top: 57px;
    padding-right: 0px;
    padding-bottom: 154px;
    padding-left: 0px;
}

#wap11 h2 {
    text-align: center;
    font-weight: 400;
    font-size: 38px;
}

#wap11 p {
    text-align: center;
    background-color: #eaf3f0;
    margin: 34px 0 38px;
    color: #000;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 26px;
}

#wap11 .photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#wap11 .photo img {
    margin-bottom: 10px;
    width: 19%;
}

@media screen and (max-width: 768px) {

    #wap11 {
        padding-top: 0;
    }

}

#wap12 {
    background-color: #eaf3f1;
}

#wap12 .box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 117px 0 67px;
}

#wap12 h2 {
    color: #3F4144;
    margin: 0;
    font-size: 55px;
}

#wap12 .act {
    position: absolute;
    top: -33px;
}

#wap12 h3 {
    background: url("/assets/index/arri1.png") no-repeat;
    background-size: 100% 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 524px;
    max-width: 100%;
    font-weight: 300;
    font-size: 22px;
    margin: 40px 0 24px;
    color: #000;
}

#wap12 p {
    width: 767px;
    max-width: 100%;
    color: #000;
    line-height: 26px;
}

#wap12 .item {
    margin: 54px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#wap12 .item img {
    width: 49%;
}

#wap12 .bottom {
    margin-bottom: 70px;
}

#wap12 .bottom img {
    margin-right: 10px;
}

#wap12 .btn2 {
    width: 578px;
    height: 90px;
    background-color: #3f4144;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 10px;
    font-size: 28px;
    margin-top: 45px;
    cursor: pointer;
}

#wap13 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wap13 img {
    width: 20%;
}

#keyWords {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#keyWords p {
    font-size: 10px;
}

@media screen and (max-width: 1200px) {
    #wap2,
    #wap10,
    #wap12,
    #wap6 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1000px) {
    #wap1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 0;
    }

    #wap1 .left {
        display: none;
    }

    #wap1 .right {
        width: 100%;
    }

    #wap1 h1 {
        top: 14%;
        left: unset;
    }

    #wap6 .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #wap6 .content .left {
        width: 100%;
    }

    #wap6 .content .left li {
        width: 49%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #wap6 .content .right {
        padding-left: 0;
    }

    #wap9 {
        margin-left: 10px;
        margin-right: 10px;
    }

    #wap9 h2 {
        font-size: 38px;
    }

}

@media screen and (max-width: 768px) {

    #wap3 {
        display: none;
    }

    #wap4 h2 {
        font-size: 18px;
    }

    #wap4 .h2p {
        font-size: inherit;
    }

    #wap4 h3 {
        font-size: inherit;
        font-weight: 500;
        margin-bottom: 0.5em;
    }

    #wap4 .h3p {
        font-size: inherit;
    }

    #wap4 h4 {
        font-size: inherit;
    }

    #wap4 div {
        width: 100%;
        padding: 0 10px;
    }

    #wap4 .h4p {
        font-size: inherit;
        text-align: left;
    }

    #wap5 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }

    #wap5 .left {
        position: unset;
        width: unset;
        font-size: 18px;
        font-weight: 500;
    }

    #wap5 .right {
        display: none;
    }

    #wap5 .swiper-container .swiper-slide {
        width: 40%;
        margin-top: 20px;
    }

    #wap6 {
        margin-top: 30px;
    }

    #wap6 h2 {
        font-size: inherit;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
    }

    #wap6 .h2p {
        font-size: 14px;
        text-align: center;
    }

    #wap6 .content {
        margin-top: 20px;
    }

    #wap8 > img {
        width: 80%;
    }

    #wap8 h2 {
        font-size: 22px;
    }

    #wap8 .item {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #wap8 .item span {
        margin-bottom: 10px;
        margin-right: 0;
    }

    #wap8 .btn2 {
        width: 90%;
        font-size: inherit;
        height: 3em;
    }

    #wap9 {
        margin-bottom: 20px;
    }

    #wap9 h2 {
        font-size: 20px;
    }

    #wap9 ul {
        padding-left: 0;
        padding-right: 0;
    }

    #wap9 ul li {
        font-size: inherit;
    }

    #wap10 {
        padding-bottom: 10px;
    }

    #wap10 .box {
        padding-top: 20px;
    }

    #wap10 .box h2 {
        position: unset;
        width: 100%;
        text-align: center;
        font-size: 22px;
        margin-top: 1em;
    }

    #wap10 .box h3 {
        font-size: inherit;
        margin-top: 1em;
        margin-bottom: 0;
    }

    #wap10 .box .item {
        height: unset;
        display: block;
        line-height: 1.5;
        margin-top: 18px;
        background-color: unset;
        padding: 0;
    }

    #wap10 .box .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #wap10 .box .content .left {
        margin-right: 0;
        padding: 10px;
        margin-bottom: 16px;
    }

    #wap10 .box .content .left p {
        padding: 0;
        justify-content: center;
    }

    #wap10 .box .content .right {
        padding: 10px;
    }

    #wap10 .box .content .right p {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    #wap10 .box .table {
        display: none;
    }

    #wap10 .box .bottom {
        width: 100%;
        display: none;
    }

    #wap10 .box .bottom .right {
        flex: 1;
        width: unset;
    }

    #wap11 h2 {
        font-size: 20px;
    }

    #wap11 .photo {
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    #wap11 .photo img {
        width: 49%;
    }

    #wap12 .box {
        padding-top: 40px;
    }

    #wap12 h2 {
        font-size: 24px;
    }

    #wap12 h3 {
        font-size: 16px;
    }

    #wap12 .bottom {
        margin-bottom: 20px;
    }

    #wap12 .btn2 {
        width: 90%;
        font-size: inherit;
        height: 3em;
        letter-spacing: 4px;
    }

    #wap13 {
        flex-wrap: wrap;
        padding: 10px;
    }

    #wap13 img {
        width: 50%;
        margin-bottom: 10px;
    }

}

/*# sourceMappingURL=index.css.map */

/*以下是新增新闻页和摘要 没有连接内文 2020 9 25*/
#news {
    position: relative;
    max-width: 1200px;
    margin: 140px auto 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 5px 10px #ccc;
}

#news span img {
    position: absolute;
    margin-left: -157px;
    top: -29px;
}

#news h2 {
    padding: 82px 0;
    width: 100%;
    background: #96c2b7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 64px;
    margin: 0;
}

#news .news-zhaiyao {
    margin-left: 10px;
    line-height: 1.5;
    margin-bottom: 30px;

}

#news .zhaiyao-txt span {
    color: #96c2b7;
}

#news .news-list {
    display: flex;
    padding-bottom: 50px;
}

#news .news-list ul {
    padding-left: 60px;
    line-height: 2;
}

#news .news-list ul .newsTime {
    color: #8b8b8b;
    padding-right: 30px;

}

#news .news-list ul .newsTitle {
    padding-left: 20px;
}

#news .zhaiyaoInner .row {
    margin-bottom: 10px;
    margin-left: 10px;

}

#news .zhaiyaoInner .col-5 img {
    padding-top: 36px;
}

#news .zhaiyaoInner .col-7 {
    width: 50%;
}

#news .zhaiyaoInner .zhaiyao-txt h3 {
    font-size: 23px;
    color: #3F4144;
    line-height: 1.5;
}

#news .zhaiyaoInner .zhaiyao-txt p {
    font-size: 14px;
    color: #3F4144;
}

@media (max-width: 768px) {
    #news {
        margin: 67px auto 90px;
    }

    #news h2 {
        font-size: 20px;
        padding: 60px 0;
    }

    #news .zhaiyaoInner .zhaiyao-txt p {
        font-size: 16px;
    }

    #news .col-sp-12 {
        width: 181%;
    }

    #news .col-sp-12 img {
        padding-left: 60px;
    }

    #news .news-list {
        display: block;
    }

    #news .news-list ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    #news .news-list ul .newsTime {
        padding-right: 0px;
    }
}




