/* sssssssssss */
.twoTabsBox {
    width: 100%;
    display: flex;
    margin: 20px 0;
}


.twoTabsBoxImagesBox {
    width: 100%;
    display: flex;
    justify-content: center;
}


.twoTabs {
    width: 165px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.twoTabs .ej_menu_1 {
    width: 100%;
    padding: 33px 0;
    background: #fff;
    border-right: 1px solid #151515;
    text-align: center;
    /* color: #f4f4f4; */
    font-weight: bold;
    font-size: 14px;
}

.middle {
    display: flex;
    flex-direction: column;
}


.gaozx_jj_1 {
    width: 100%;
    display: flex;
    justify-content: center;
    /* margin: 20px 0; */
}

.jj_text {
    font-size: 26px;
    font-weight: bold;
    color: #424240;
}

.gzxzz3 {
    width: 100%;
    height: 800px;
}

.ysrs {
    margin-top: 20px;
}

.ysrs_2 {
    line-height: 33px;
}

.zyzzml_2_l {
    line-height: 33px;
    font-size: 18px;
    color: #333;
}

.zyzzml_2_r {
    line-height: 33px;
    font-size: 18px;
    color: #333;
}

.bt_shdt {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}

.gaozx_shdt_2 {
    line-height: 33px;
    font-size: 18px;
    color: #333;
}




.textIndent {
    text-indent: 2em;
}

.gaozx_jj {
    width: 100%;
}

.gaozx_jj_1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.gaozx_jj_1 img {
    width: 100%;
}

.hjzp_img {
    width: 280px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 30px;
}


.hjzp_list {
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: auto auto auto auto;
}

.hjzp_img:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}











/* 底部 */
/* .footer {
    width: 100%;
    background-color: #424240;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    margin-top: 30px;
    box-sizing: border-box;
}

.footer a {
    color: #1abc9c;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
} */