#banner1 .swiper-pagination-bullet {
    width: 37px;
    height: 7px;
    background: #69514E;
    opacity: 0.5;
    border-radius: unset;
}

#banner1 .swiper-pagination-bullet-active {
    opacity: 1;
}

.module1 {
    position: relative;
    padding: 66px 0;
}

.module1-tit {
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

.module1-txt {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    line-height: 1;
    margin-top: 16px;
    text-align: center;
}

.module1-arrange {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arrange-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.arrange-con-tit {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
    line-height: 1;
}

.arrange-con-txt {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    margin-top: 13px;
    line-height: 1;
}

.arrange-con-btn {
    width: 65px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    border: 1px solid rgba(12, 12, 13, 1);
    margin-top: 19px;
    line-height: 1;
}

.module1-arrange-left {
    position: relative;
    width: 514px;
    height: 514px;
    margin-right: 29px;
    flex-shrink: 0;
}

.module1-arrange-left-img {}

.module1-arrange-left-con {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.module1-arrange-right {
    width: 0;
    flex-grow: 1;
}

.module1-arrange-right-top {
    position: relative;
    width: 657px;
    height: 243px;
    margin-bottom: 27px;
}

.module1-arrange-right-top-img {}

.module1-arrange-right-top-con {
    position: absolute;
    top: 73px;
    left: 44px;
}

.module1-arrange-right-bom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module1-arrange-right-bom-left {
    position: relative;
    width: 312px;
    height: 242px;
    margin-right: 33px;
}

.module1-arrange-right-bom-left-img {}

.module1-arrange-right-bom-left-con {
    position: absolute;
    top: 36px;
    left: 31px;
}

.module1-arrange-right-bom-right {
    position: relative;
    width: 312px;
    height: 242px;
}

.module1-arrange-right-bom-right-img {}

.module1-arrange-right-bom-right-con {
    position: absolute;
    top: 36px;
    left: 31px;
}

.module1-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 19px;
    overflow: auto;
}

.module1-list-it {
    padding: 20px 0;
    width: 179.5px;
    height: 179px;
    background-color: rgba(247, 245, 250, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.module1-list-it-img {
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module1-list-it-txt {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    margin-top: 11px;
}

.module1-tabs {
    position: absolute;
    right: 0;
    top: 76px;
    width: 249px;
    height: 38px;
    display: flex;
    overflow: hidden;
    border-radius: 100px;
    background-color: #fff;
}

.module1-tabs-it {
    width: 50%;
    height: 100%;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.module1-tabs-it.active {
    background-color: rgba(105, 81, 78, 1);
    color: rgba(255, 255, 255, 1);
}

.module1-news {
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module1-news-it {
    width: 378px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.module1-news-it-img {
    width: 378px;
    height: 196px;
}

.module1-news-it-con {
    padding: 45px 30px;
}

.module1-news-it-con-tit {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module1-news-it-con-time {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.module1-news-it-con-time-img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.module1-news-it-con-time-txt {
    font-size: 12px;
    line-height: 1;
    color: rgba(102, 102, 102, 1);
}

.module1-news-it-con-text {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    margin-top: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.module1-news-it-con-btn {
    width: 111px;
    height: 31px;
    margin-top: 41px;
}

@media screen and (max-width:1200px) {
    #banner1 .swiper-pagination-bullet {
        width: 30px;
        height: 5px;
    }

    .module1 {
        padding: 18px 10px;
    }

    .module1-tit {
        font-size: 16px;
    }

    .module1-txt {
        font-size: 12px;
        margin-top: 5px;
    }

    .module1-arrange {
        margin-top: 20px;
    }

    .module1-arrange-left {
        width: 43%;
        height: unset;
        margin-right: 7px;
    }

    .module1-arrange-left-con {
        bottom: 15px;
        right: 15px;
        left: unset;
        align-items: flex-end;
    }

    .module1-arrange-right-top {
        width: 100%;
        height: unset;
        margin-bottom: 6px;
    }

    .module1-arrange-right-bom-left {
        margin-right: 7px;
    }

    .module1-arrange-right-bom-left,
    .module1-arrange-right-bom-right {
        width: calc(50% - 3.5px);
        height: unset;
    }

    .arrange-con {}

    .arrange-con-btn {
        display: none;
    }

    .arrange-con-tit {
        font-size: 14px;
    }

    .arrange-con-txt {
        font-size: 12px;
        margin-top: 3px;
    }

    .module1-arrange-right-top {
        /* width: calc(657px / 3.07);
        height: calc(243px / 3.07); */
    }

    .module1-arrange-right-top-con {
        top: 18px;
        left: 7px;
        align-items: flex-start;
    }

    .module1-arrange-right-bom-left-con,
    .module1-arrange-right-bom-right-con {
        top: 18px;
        left: 7px;
    }

    .module1-list {
        grid-column-gap: 8px;
    }

    .module1-list-it {
        padding: 11px 0;
        width: 89px;
        height: 88px;
    }

    .module1-list-it-img {
        margin-bottom: 5px;
    }

    .module1-list-it-txt {
        padding: 0 5px;
        width: 100%;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 0;
        text-align: center;
    }

    .module2 .module1-tit,
    .module2 .module1-txt {
        text-align: left;
    }

    .module2 .module1-tabs {
        top: 20px;
        width: 172px;
        height: 30px;

    }

    .module2 .module1-tabs .module1-tabs-it {
        font-size: 12px;
    }

    .module1-news {
        flex-direction: column;
        margin-top: 20px;
    }

    .module1-news-it {
        width: 100%;
        margin-bottom: 10px;
    }

    .module1-news-it-img {
        width: 100%;
        height: unset;
    }

    .module1-news-it-con {
        padding: 20px;
    }

    .module1-news-it-con-tit {
        font-size: 16px;
    }

    .module1-news-it-con-time {
        margin-top: 10px;
    }

    .module1-news-it-con-time-img {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }

    .module1-news-it-con-text {
        margin-top: 12px;
        font-size: 12px;
        line-height: 19px;
    }

    .module1-news-it-con-btn {
        width: 97px;
        height: 26px;
        margin-top: 14px;
    }
}