.header {
    width: 1200px;
    margin: auto;
}

.header .top_bg {
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 100%;
    height: 420px;
}

.header .top_bg .top_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header .top_bg .logo_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    padding-left: 31px;
    padding-right: 58px;
    font-family: Source Han Serif CN;
    font-size: 52px;
    font-weight: 900;
    color: #1661B0;
    text-shadow: 4px 2px 0px rgba(255, 255, 255, 0.85);
    z-index: 9;
}

.header .menu_wrap {
    background: linear-gradient(180deg, #0C54A0 0%, #2270C2 100%);
}

.header .menu_wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1200px;
}

.header .menu_wrap ul li {
    height: 70px;
    line-height: 70px;
    padding: 0 41px;
    font-size: 20px;
    font-family: Source Han Sans;
    cursor: pointer;
    color: #fff;
}

.header .menu_wrap ul li.active,
.header .menu_wrap ul li:hover {
    background: #1E77D4;
}

.content {
    width: 1200px;
    margin: auto;
}

.banner_wrap {
    width: 100%;
    margin-top: 20px;
}

.banner_wrap img {
    width: 100%;
    height: 110px;
}

.news_wrap {
    display: flex;
    margin-top: 20px;
}

.news_wrap .left {
    width: 740px;
    height: 463px;
}

.news_wrap .left .news_swiper {
    overflow: hidden;
}

.news_wrap .left .news_swiper .swiper-slide {
    position: relative;
}

.news_wrap .left .news_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.news_wrap .left .news_swiper .swiper-slide .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 74px;
    line-height: 74px;
    padding-left: 23px;
    font-family: Source Han Sans CN;
    color: #fff;
    background: rgba(12, 84, 160, 0.5);
    box-sizing: border-box;
}

.news_wrap .left .news_swiper .swiper-slide .text p {
    width: 376px;
}

.news_wrap .right {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    margin-left: 14px;
}

.news_wrap .right .title_wrap {
    display: flex;
}

.news_wrap .right .title_wrap .title {
    font-family: Source Han Sans CN;
    font-size: 20px;
    font-weight: bold;
    color: #0C54A0;
    border-bottom: 3px solid #0C54A0;
}

.news_wrap .right .title_wrap .more_wrap {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-family: Source Han Sans CN;
    color: #999;
    border-bottom: 1px solid #D8D8D8;
}

.news_wrap .right .list_wrap {
    flex: 1;
    margin-top: 16px;
}

.news_wrap .right .list_wrap li+li {
    margin-top: 23px;
}

.news_wrap .right .list_wrap li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    width: 2px;
    height: 2px;
    transform: translateY(-50%);
    background-color: #000;
    border-radius: 50%;
}

.news_wrap .right .list_wrap li {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 446px;
    font-family: Source Han Sans CN;
    font-size: 18px;
    color: #222222;
}

.news_wrap .right .list_wrap li .text {
    flex: 1;
    margin-right: 26px;
}

.news_wrap .right .list_wrap li .date {
    width: 60px;
    color: #888888;
}

.other_wrap {
    display: flex;
    margin-top: 33px;
}

.other_wrap .left {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 28px;
    row-gap: 31px;
}

.other_wrap .left .card {
    width: 404px;
}

.other_wrap .left .card .title_wrap {
    display: flex;
    justify-content: space-between;
    font-family: Source Han Sans CN;
}

.other_wrap .left .card .title_wrap .title {
    position: relative;
    padding-left: 4px;
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: bold;
    color: #0C54A0;
    border-bottom: 3px solid #0C54A0;
}

.other_wrap .left .card .title_wrap .title span {
    position: absolute;
    right: -25px;
    top: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background-color: red;
    transform: translateY(-50%);
}

.other_wrap .left .card .title_wrap .more_wrap {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 15px;
    color: #999;
    padding-left: 24px;
    border-bottom: 1px solid #D8D8D8;
}

.other_wrap .left .card .list_wrap {
    margin-top: 19px;
}

.other_wrap .left .card .list_wrap ul li+li {
    margin-top: 16px;
}

.other_wrap .left .card .list_wrap ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    transform: translateY(-50%);
}

.other_wrap .left .card .list_wrap ul li {
    position: relative;
    display: flex;
}

.other_wrap .left .card .list_wrap ul li .text {
    position: relative;
    padding-left: 10px;
    padding-right: 35px;
    margin-right: 5px;
    flex: 1;
}

.other_wrap .left .card .list_wrap ul li .date {
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    font-weight: 350;
    color: #888888;
}

.other_wrap .left .card .list_wrap ul li span {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 5px 4px 6px;
    transform: translateY(-50%);
    font-size: 12px;
    font-family: Source Han Sans CN;
    color: #fff;
    background: linear-gradient(180deg, #F02932 0%, #FD9FA5 100%);
    border-radius: 10px 0 10px 0;
}

.other_wrap .right {
    margin-left: 23px;
}

.other_wrap .right .card+.card {
    margin-top: 20px;
}

.other_wrap .right .card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 49px 0 42px;
    width: 347px;
    height: 70px;
    font-style: 24px;
    font-weight: 900;
    font-family: Source Han Serif CN;
    box-sizing: border-box;
    background: linear-gradient(270deg, #FFFFFF 0%, #FED8D8 97%);
    border: 1px solid #DCDCDC;
}

.other_wrap .right .card .bg {
    position: absolute;
    top: 0;
    left: 0;
}

.other_wrap .right .card .bg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.other_wrap .right .card p {
    width: 8rem;
    z-index: 2;
}

.other_wrap .right .card p.color_1 {
    color: #D22804;
}

.other_wrap .right .card p.color_2 {
    color: #BB2828;
}

.other_wrap .right .card p.color_3 {
    color: #D68023;
}

.other_wrap .right .card p.color_4 {
    color: #238FD6;
}

.other_wrap .right .card p.color_5 {
    color: #EA6720;
}

.other_wrap .right .card p.color_6 {
    color: #E23434;
}

.other_wrap .right .card p.color_7 {
    color: #0C539E;
}

.other_wrap .right .card p.color_8 {
    color: #4A3B69;
}

.other_wrap .right .so_card {
    width: 347px;
    height: 210px;
    margin: 23px auto 0;
    padding: 24px 18px 27px 32px;
    box-sizing: border-box;
    background: #F5F6FA;
}

.other_wrap .right .so_card .tips img {
    width: 300px;
    height: 38px;
    margin: auto;
}

.other_wrap .right .so_card .input_wrap {
    display: flex;
    width: 280px;
    height: 44px;
    padding: 10px 16px;
    margin-top: 15px;
    border: 1px solid #B4C8DE;
    background-color: #FFF;
    border-radius: 3px;
    box-sizing: border-box;
}

.other_wrap .right .so_card .input_wrap img {
    width: 24px;
    height: 24px;
}

.other_wrap .right .so_card .input_wrap input {
    flex: 1;
    border: none;
}

.other_wrap .right .so_card .btn_wrap {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-top: 20px;
}

.other_wrap .right .so_card .btn_wrap .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 93px;
    height: 44px;
    color: #222222;
    background: #DADCE4;
    border-radius: 5px;
}

.other_wrap .right .so_card .btn_wrap .btn.active {
    color: #fff;
    background: linear-gradient(180deg, #0C54A0 0%, #2270C2 100%);
}

.footer {
    width: 100%;
    height: 180px;
    margin-top: 47px;
    color: #9E9E9E;
    background: #F5F5F5;
}

.footer .text_wrap {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: auto;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 350;
    text-align: center;
}

.footer .text_wrap .main_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: fit-content;
    height: 100%;
    margin: auto;
}

.footer .text_wrap .text+.text {
    margin-top: 6px;
}

.footer .text_wrap .text {
    display: flex;
    justify-content: center;
}

.footer .text_wrap .bg_img {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
}

.footer .text_wrap .bg_img img {
    width: 205px;
    height: 178px;
}

.main_list {
    display: flex;
    margin-top: 33px;
}

.main_list .left {
    position: relative;
    width: 247px;
    height: 872px;
    border: 1px solid #EAEAEA;
    background-color: #fff;
}

.main_list .left .bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main_list .left .menu_wrap .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 62px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: Source Han Sans CN;
    background: #1E77D4;
}

.main_list .left .menu_wrap .menu ul {
    margin: 25px auto;
    width: fit-content;
}

.main_list .left .menu_wrap .menu ul li+li {
    margin-top: 20px;
}

.main_list .left .menu_wrap .menu ul li:hover,
.main_list .left .menu_wrap .menu ul li.active {
    border: 1px solid #B0D3F7;
    background: linear-gradient(270deg, #D5E9FF 0%, #D5EAFF 100%);
}

.main_list .left .menu_wrap .menu ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 197px;
    height: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EEEEEE 100%);
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    cursor: pointer;
}

.main_list .right {
    flex: 1;
    margin-left: 46px;
    overflow: hidden;
}

.main_list .right .address {
    display: flex;
}

.main_list .right .address .tips {
    position: relative;
    padding: 8px 16px;
    font-family: Source Han Sans CN;
    font-size: 20px;
    font-weight: bold;
}

.main_list .right .address .tips::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0C5DAA;
    border-radius: 183px;
}

.main_list .right .address .more_address {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 19px;
    align-self: flex-end;
    border-bottom: 1px solid #D8D8D8;
}

.main_list .right .address .more_address .one.active {
    color: #3B9CFF;
}

.main_list .right .list_news ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
}

.main_list .right .list_news ul li {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 15px;
    border-bottom: 1px dashed #D8D8D8;
}

.main_list .right .list_news ul li .text {
    flex: 1;
    margin-right: 15px;
}

.main_list .right .list_news ul li .date {
    width: 90px;
    font-family: Source Han Sans CN;
    color: #999;
}

.main_list .right .list_page {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.info_wrap {
    font-family: Source Han Sans;
}

.info_wrap .title {
    margin-top: 61px;
    font-size: 32px;
    font-weight: bold;
    color: #222222;
    text-align: center;
}

.info_wrap .tool {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1135px;
    height: 44px;
    margin: 30px auto 0;
    background: #F7F7F7;
}

.info_wrap .tool .one {
    font-family: Source Han Sans CN;
    font-size: 17px;
    color: #999999;
}

.info_wrap .tool .one+.one {
    margin-left: 20px;
}

.info_wrap .tool .print {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 100%;
    font-size: 17px;
    font-family: Source Han Sans CN;
    color: #3B9CFF;
    background: #DFEDFF;
}

.info_wrap .detail {
    width: 1083px;
    margin: 48px auto 0;
    padding-bottom: 51px;
    font-family: Source Han Sans CN;
    font-size: 17px;
    color: #222222;
    line-height: 30px;
    text-indent: 2em;
    border-bottom: 1px solid #C7C7C7;
}

.info_wrap .detail img {
    display: block;
    max-width: 90%;
    margin: 48px auto 30px;
}

.info_page {
    margin: 30px auto 85px;
    width: 1109px;
}

.info_page .num+.num {
    margin-top: 10px;
}

.info_page .num {
    display: flex;
    font-family: Source Han Sans CN;
    font-size: 17px;
    line-height: 30px;
}

.info_page .num .tips {
    color: #666;
}

.info_page .num .text {
    color: #222;
}

.my_home_swiper_wrap {
    position: relative;
    overflow: hidden;
}

.my_home_swiper_wrap .swiper-button-prev {
    position: absolute;
    left: 213px;
}

.my_home_swiper_wrap .swiper-button-next {
    position: absolute;
    right: 213px;
}

.my_home_swiper_wrap .swiper-button-next:after,
.my_home_swiper_wrap .swiper-button-prev:after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    flex: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1px;
    box-sizing: border-box;
}

.my_list_wrap {
    width: 1200px;
    margin: 35px auto 25px;
}

.my_list_wrap .list_title {
    text-align: center;
}

.my_list_wrap .list_title .title {
    position: relative;
    padding-bottom: 3px;
    font-family: Source Han Sans;
    color: #439855;
    font-size: 32px;
    font-weight: bold;
}

.my_list_wrap .list_title .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 43px;
    height: 3px;
    background: #439855;
    transform: translateX(-50%);
}

.my_list_wrap .list_title .sub_title {
    font-size: 18px;
    color: #B2B2B2;
}

.my_list_wrap .list_wrap {
    margin-top: 25px;
}

.my_list_wrap .list_wrap ul li+li {
    margin-top: 10px;
}

.my_list_wrap .list_wrap ul li {
    display: flex;
    padding: 10px 20px 10px 11px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

.my_list_wrap .list_wrap ul li .left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 198px;
    height: 160px;
    font-family: Source Han Sans;
    font-size: 32px;
    font-weight: bold;
    color: #439855;
    background: linear-gradient(180deg, #DCF6E1 11%, #E3FFE9 100%);
}

.my_list_wrap .list_wrap ul li .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    flex: 1;
    padding: 24px 30px 21px;
}

.my_list_wrap .list_wrap ul li .right .text {
    text-indent: 2rem;
    font-size: 20px;
    font-family: Source Han Sans;
}

.my_list_wrap .list_wrap ul li .right .more {
    display: flex;
    justify-content: space-between;
}

.my_list_wrap .list_wrap ul li .right .more .date {
    color: #999999;
}

.my_list_wrap .list_wrap ul li .right .more .view {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.my_list_wrap .list_page {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.banner_wrap {
    display: flex;
    align-items: center;
}

.banner_wrap .logo img {
    width: 291px;
    height: 94px;
}
.banner_wrap .logo_text{
    margin-left: 20px;
}
.banner_wrap .logo_text img {
    width: 384px;
    height: 83px;
}

.banner_wrap .banner_text {
    position: relative;
    padding: 0 5px 14px;
    margin-left: 39px;
    font-size: 18px;
    color: #439855;
    font-family: Source Han Sans CN;
}

.banner_wrap .banner_text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #439855;
}

@media screen and (max-width: 800px) {
    body {
        background: #F5F5F5;
    }

    .content {
        width: 100%;
    }

    .my_home_swiper_wrap {
        width: 100%;
    }

    .my_home_swiper_wrap .my_home_swiper {
        height: 100%;
    }

    .my_home_swiper_wrap img {
        width: 100%;
        height: 49.4667vw;
        object-fit: cover;
    }

    .my_home_swiper_wrap .swiper-button-next {
        right: 5.3333vw;
    }

    .my_home_swiper_wrap .swiper-button-prev {
        left: 5.3333vw;
    }

    .my_home_swiper_wrap .swiper-button-next:after,
    .my_home_swiper_wrap .swiper-button-prev:after {
        width: 10.6667vw;
        height: 10.6667vw;
        font-size: 4vw;
    }

    .header {
        width: 100%;
    }

    .banner_wrap {
        margin-top: 0;
        background-color: #fff;
    }

    .banner_wrap .logo {
        padding: 13px 7px;
    }

    .banner_wrap .logo img {
        width: 38.8vw;
        height: 12.5333vw;
    }

    .banner_wrap .logo_text,
    .banner_wrap .banner_text {
        display: none;
    }

    .my_list_wrap {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 6.2667vw;
        padding-bottom: 9.8667vw;
        background-color: #fff;
    }

    .my_list_wrap .list_title {
        font-style: 5.8667vw;
    }

    .my_list_wrap .sub_title {
        font-size: 3.3333vw;
    }

    .my_list_wrap .list_page {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
    }

    .my_list_wrap .list_page .el-select .el-input__wrapper {
        display: none;
    }

    .my_list_wrap .list_wrap ul li .left {
        width: 26.4vw;
        height: 21.3333vw;
        font-size: 4.2667vw;
    }

    .my_list_wrap .list_wrap ul li .right {
        padding: 0;
        padding-left: 4.2667vw;
    }

    .my_list_wrap .list_wrap ul li .right .text {
        font-size: 3.7333vw;
    }

    .my_list_wrap .list_wrap ul li .right .more .date {
        font-size: 3.2vw;
    }

    .my_list_wrap .list_wrap ul li .right .more .view {
        font-size: 3.2vw;
    }

    .my_list_wrap .list_wrap ul li .right .more .view img {
        width: 3.2vw;
    }

    .info_wrap .title {
        padding: 4.8vw 7.0667vw;
        margin-top: 0;
        font-size: 4.8vw;
        text-align: left;
        background-color: #fff;
    }

    .info_wrap .tool {
        width: 100%;
        margin-top: 0;
        background-color: #fff;
    }

    .info_wrap .detail {
        width: 100%;
        padding: 10.4vw 4.4vw;
        margin-top: 2.6667vw;
        border: none;
        font-size: 4vw;
        background-color: #fff;
        box-sizing: border-box;
    }

    .info_page {
        width: 100%;
        padding: 0 4.4vw 13.6vw;
        margin: 0;
        box-sizing: border-box;
        background-color: #fff;
    }

    .info_page .num {
        padding: 3.6vw 2.6667vw;
        font-size: 3.2vw;
        box-sizing: border-box;
        background: #F5F5F5;
    }

    .info_page .num+.num {
        margin-top: 2.2667vw;
    }

    .footer {
        height: 25.2vw;
        margin-top: 0;
    }

    .footer .text_wrap {
        width: 100%;
        font-size: 3.2vw;
    }
}
.attachment-row {
    display: flex;
}

.attachment-label {
    flex-shrink: 0;
    font-weight: bold;
    color: #333;
    width: 60px;  /* 固定宽度，保持对齐 */
}

.attachment-list {
    flex: 1;
    display: flex;
    flex-direction: column;  /* 垂直排列 */
    gap: 8px;  /* 每个附件之间的间距 */
}

.attachment-item {
    color: #409eff;
    text-decoration: none;
    word-break: break-all;  /* 长文件名换行 */
    display: inline-block;
    line-height: 1.5;
}

.attachment-item:hover {
    text-decoration: underline;
    color: #66b1ff;
}