.show_wyh{
    width: 100%;
    background: url(../images/2.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: auto;
}
.show_wyh1{
    width: 1400rem;
    height: auto;
    padding: 50rem 0;
    margin: 0 auto;
}
.show_wyh1_ul{
    width: 1300rem;
    height: auto;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 10px solid #005ca1;
}
.show_wyh1_ul1{
    width: 100%;
    height: auto;
    padding: 30rem 50rem;
}
.show_wyh1_li{
    width: calc(100% - 140rem);
    height: auto;
    border-bottom: 1rem dashed #bde1f4;
    padding: 20rem 0;
}
.show_wyh1_li h3{
    font-size: 30rem;
    color: #005ca1;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.show_wyh1_li h4{
    font-size: 30rem;
    color: #005ca1;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 10rem;
}
.show_wyh1_li span{
    display: inline-block;
    height: 30rem;
    border-right: 1px solid #bde1f4;
    line-height: 30rem;
    padding-left: 40rem;
    text-align: center;
    vertical-align: middle;
}
.show_wyh1_li1 span{
    padding-left: 40rem!important;
}
.show_wyh1_li p{
    padding-left: 40rem;
    font-size: 24rem;
    color: #333333;
    display: inline-block;
    padding-bottom: 30rem;
}
.show_wyh1_li p a{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.show_wyh1_li p a:hover{
    display: inline-block;
}
.show_wyh1_li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 8px 0;
    padding-top: 20rem;
}

.show_wyh1_li li a {
    display: block;
    text-align: left; 
    white-space: nowrap;
    font-size: 24rem;
    line-height: 1.8;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    
    margin-right: calc(-1 * var(--ls, 0px));
}

.show_wyh1_li li a:hover {
    color: #005ca1;
}

@media (max-width: 1200px) {
    .show_wyh1_li ul { grid-template-columns: repeat(8, 1fr); }
}
@media (max-width: 768px) {
    .show_wyh1_li ul { grid-template-columns: repeat(5, 1fr); }
}


@media only screen and (max-width: 1000px) {
    .show_wyh1{
        width: 100%;
        height: auto;
        padding: 160rem 20rem 50rem 20rem;
    }
    .show_wyh1_ul{
        width: 100%;
        height: auto;
    }
    .show_wyh1_li1{
        display: flex;
        align-items: center;
    }
    .show_wyh1_li{
        width: 100%;
    }
    .show_wyh1_li li a{
        font-size: 30rem;
    }
    .show_wyh1_li p{
        padding-bottom: 0;
        font-size: 30rem;
    }
    .show_wyh1_li ul{
        width: 100%;
        padding-top: 20rem;
    }
    .show_wyh1_li ul li{
        display: flex;
        width: 70px; /* 设定一个固定总宽，或者 3em */
        justify-content: space-between; /* 关键：让子元素两端对齐并均分空间 */
        text-align: center;
    }
    .show_wyh1_li ul li a{

    }
}
