.layout1 .idx9-nav {
    height: auto;
    padding: 0 calc(260 / 1920 * 100%);
    padding-top: 0.5rem;
}

@media (max-width:900px) {
    .layout1 .idx9-nav {
        height: auto;
        padding: 0 4%;
        padding-top: 0.5rem;
    }
}

.layout1 .idx9-nav .left a {
    padding: 0.1rem;
    margin: 0 0.17rem;
}
.layout1 .idx9-nav .left .focus,
.layout1 .idx9-nav .left .onA {
    color: #ffffff;
    background-color: #e62129;
}

.layout1 .idx9-nav .left .line {
    width: 1px;
    height: 10px;
    background-color: #333333;
}

.layout1 .layout1-title {
    font-weight: bold;
    margin: 0 calc(260 / 1920 * 100%);
    margin-top: 1rem;
    position: relative;
    padding-bottom: 0.3rem;
}

.layout1 .layout1-title::after {
    content: "";
    width: 14px;
    height: 3px;
    background-color: #e62129;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width:900px) {
    .layout1 .layout1-title {
        margin: 1rem 4%;
        margin-top: 1rem;
    }
}

.layout1 .idx9-contentNew {
    padding: 1rem calc(260 / 1920 * 100%);
}

@media (max-width:900px) {
    .layout1 .idx9-contentNew {
        padding: 1rem 4%;
    }
}

.layout1 .idx9-contentNew .banner {
    min-height: 4.6rem;
    padding: 0.5rem calc(80 / 1400 * 100%);
    display: flex;
    align-items: center;
}

.layout1 .idx9-contentNew .banner .text {
    width: calc(710 / 1240 * 100%);
}

.layout1 .idx9-contentNew .banner .text .p2 {
    line-height: calc(24 / 16 * 100%);
    margin-bottom: 0;
}

.layout1 .idx9-contentNew .idx9-table .tableBox {
    border: 1px solid #e8e8e8;
}

.layout1 .idx9-contentNew .idx9-table .tableBox .bthC div {
    border-bottom: none;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;

}

.layout1 .idx9-contentNew .idx9-table .t3 div {
    width: 20%;
    min-width: 180px;
    padding: 0.3rem 0;
    padding-left: calc(60 / 1400 * 100%);
}

.layout1 .idx9-contentNew .idx9-table .t3 {
    border-bottom: none;
}

.layout1 .idx9-contentNew .idx9-table .details {
    padding: 0.6rem;
    background-color: #ffffff00;
}

.layout1 .idx9-contentNew .idx9-table .details .text {
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 0;
}

.layout1 .idx9-contentNew .idx9-table .details .left p {
    line-height: calc(30 / 16 * 1em);
}

.layout1 .idx9-contentNew .idx9-table .details .t1 {
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.layout1 .idx9-contentNew .idx9-table .details .bth1 {
    margin-top: 0.4rem;
}