.mlsw_content {
    width: 100%;
    padding-top: 65px;
    background: url(../img/mlsw_bg.jpg) no-repeat;
    background-size: auto;
}

.swgk_box {
    margin: 0 auto 75px;
    width: 1700px;
    position: relative;
}

.swgk_text {
    display: none;
}

.swgk_box img {
    width: 100%;
    height: auto;
}

.gk_content {
    font-size: 16px;
    line-height: 48px;
    position: absolute;
    width: 735px;
    height: 280px;
    left: 350px;
    top: 40px;
    text-indent: 2em;
    letter-spacing: 1px;
}

.swxw_box {
    width: 80%;
    margin: 0 auto;
}

.swxw_top {
    justify-content: space-between;
    margin-bottom: 60px;
}

.swxw_item {
    width: 49%;
    height: 420px;
    border: 3px solid transparent;
    border-image: linear-gradient(45deg, #bfdfde, #dff3f1) 1 stretch;
}

.qznj,
.rwfq {
    width: 100%;
    /* height: 420px; */
    margin: 0 auto 60px;
    border: 3px solid transparent;
    border-image: linear-gradient(45deg, #bfdfde, #dff3f1) 1 stretch;
}


.swxw_title_box {
    margin: 0 auto;
    height: 50px;
    width: 92%;
    border-bottom: 2px solid #d1e9e9;
}

.swxw_title {
    width: 600px;
    text-align: center;
    margin: 30px auto 0;
    background: url(../img/xw_title2.png) no-repeat;
    background-position: 25px 10px;
}

.swxw_title span {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #63a7c7;
    padding-bottom: 10px;
    background-image: linear-gradient(to bottom, #388fef, #14b1f9);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.swxw_list {
    width: 92%;
    margin: 35px auto 0;
}

.swxw_list li {
    position: relative;
    line-height: 38px;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
}

.swxw_list li a {
    display: inline-block;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.swxw_list li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #a1cece;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.rwfq_list {
    width: 95%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    grid-template-areas:
        "pic1 pic2 pic3 pic4"
        "pic1 pic5 pic3 pic6";
    gap: 8px;
    overflow: hidden;
}

.rwfq_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pic1 {
    grid-area: pic1;
}

.pic2 {
    grid-area: pic2;
}

.pic3 {
    grid-area: pic3;
}

.pic4 {
    grid-area: pic4;
}

.pic5 {
    grid-area: pic5;
}

.pic6 {
    grid-area: pic6;
}

.rw_cont_foot {
    display: none;
}

.cont_foot {
    width: 95%;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
}

.cont_foot .car_Img {
    list-style: none;
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
}

.cont_foot .car_Img li {
    float: left;
    min-width: calc((100% - 180px) / 6);
    margin: 0 15px;
}

.cont_foot .car_Img li p {
    margin-top: 30px;
}

.cont_foot .car_Img li img {
    width: 100%;
    /* height: 280px; */
}

.cont_foot:hover span {
    display: block;
}

.car_Img::after {
    display: block;
    content: '';
    clear: both;
}

.cont_foot span {
    display: none;
    position: absolute;
}

.cont_foot .pic_left {
    left: 10px;
    top: 40%;
}

.cont_foot .pic_right {
    right: 5px;
    top: 40%;
}

.nj_car_Img li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 1700px) {
    .swgk_box {
        width: 1500px;
    }

    .gk_content {
        width: 620px;
        line-height: 40px;
        top: 30px;
    }
}

@media (max-width: 1500px) {
    .swgk_box {
        width: 1200px;
    }

    .gk_content {
        width: 560px;
        left: 230px;
        top: 22px;
        line-height: 30px
    }

    .swxw_title {
        width: 100%;
        background: none;
    }
}

@media (max-width: 1250px) {
    .swgk_box {
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: unset;
    }

    .swgk_box img {
        display: none;
    }

    .swgk_text {
        display: block;
    }

    .swgk_text span {
        font-size: 50px;
        font-weight: bold;
        display: block;
        background-image: linear-gradient(to bottom, #388fef, #14b1f9);
        background-size: 100% 100%;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .gk {
        margin-left: 50px;
    }

    .gk_content {
        position: unset;
        width: 80%;
        height: auto;
    }

    .cont_foot .car_Img li {
        min-width: calc((100% - 120px) / 4);
    }

    .cont_foot span {
        display: block;
    }
}

@media (max-width: 1000px) {
    .mlsw_content {
        background: none;
    }

    .swxw_top {
        flex-direction: column !important;
    }

    .gk {
        margin-left: 0;
    }

    .swxw_item {
        width: 100%;
    }

    .swwh {
        margin-top: 60px;
    }

    .rwfq_list {
        display: none;
    }

    .cont_foot {
        display: block;
    }

    .cont_foot img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 650px) {
    .mlsw_content {
        padding-top: 0.65rem;
    }

    .swgk_box {
        width: 90%;
        flex-direction: column !important;
    }

    .swgk_text span {
        display: inline-block;
    }

    .cont_foot .car_Img li {
        min-width: calc((100% - 60px) / 2);
    }
}

@media (max-width: 450px) {
    .cont_foot .car_Img li {
        min-width: calc((100% - 30px) / 1);
    }
}