section {
    /* background-color: rgb(240, 240, 240); */
}


  /* 面包屑 */
  .position {
    width: 1200px;
    margin: 10px auto 0px;
    padding: 20px 20px 0px;
    background-color: #fff;
    font-size: 1.25rem;
    display: flex;
    justify-content: flex-start;
}

.position img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}


.navigation {
    font-size: 0;
    line-height: 2rem;
    overflow: hidden;
}

.navigation span {
    color: #666;
    font-size: 0.9rem;
    vertical-align: middle;
    margin-right: 5px;
}

.navigation a {
    font-size: 0.9rem;
    color: #666;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none;
}

.mainText {
    width: 1200px;
    margin: 0 auto 2%;
    background: #fff;
    padding: 10px 2%;
}

.xl-tab1 {
    border: 4px solid #f3f3f3;
}

.xl-tab1 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.xl-tab1 ul li {
    display: inline-block;
    width: 26%;
    line-height: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xl-tab1 ul li span{
    font-size: 0.9rem;
}

.xl-tab1 strong {
    margin-right: 1rem;
    font-size: 0.9rem;
}

strong {
    font-weight: bold;
}

.content .title {
    margin-top: 1rem;
}

.mainTitle {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 6rem;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.xl-tab .ly {
    position: relative;
    text-align: center;
    color: #7d7d7d;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.xl-tab .ly .span1 {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0.6rem;
    line-height: 2rem;
    font-size: 0.9rem;
    color: #999999;
}

.xl-tab .ly .span2 {
    position: absolute;
    line-height: 2rem;
    left: 46%;
    font-size: 0.9rem;
    color: #999999;
}

.xl-tab .zt {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 1PX;
    display: inline-block;
    line-height: 2rem;
    color: #7d7d7d;
    font-size: 0.9rem;
    color: #999999;
}

/* #content {
    margin: 0 3rem;
} */

.xl-tab .zt a {
    line-height: 2rem;
    color: #999999;
    text-decoration: none;
    font-size: 0.9rem;
}

.xl-text {
    font-size: 16px;
    line-height: 2.4rem;
    color: #434343;
}

.xl-text p,
.xl-text span,
.xl-text label {
    color: #434343;
}

.xl-text img {
    max-width: 100% !important;
}

.xl-text img {
    display: inline;
    /* display: flex; */
    flex-direction: row;
    place-content: center;
    margin: 6px auto;
}

#ewmfx {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    place-content: center;
}

.hr {
    height: 1px;
    margin-top: 30px;
    background-color: #e2e2e2;
}

.xl-tab5 {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.xl-tab5 a.lj {
    display: inline-block;
    font-size: 1rem;
    line-height: 2rem;
    color: #333333;
    margin-right: 0px;
    text-decoration: none;
}

.zwdetail_4 {
    margin-left: 5rem;
    margin-bottom: 4rem;
}

.zwdetail_4_1 {
    font-size: 16px;
    line-height: 2rem;
}

.zwdetail_4_2_1 a {
    font-size: 16px;
    line-height: 2.2rem;
    color: #0048cf;
}

.gldd_list {
    background-color: #f1f1f1;
    padding: 1.2rem;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
}

.gldd_list h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.gldd a {
    font-size: 16px;
    line-height: 1.4rem;
    color: #0048cf;
    vertical-align: text-bottom;
}

.gldd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content iframe{
    width: 700px !important;
} 

/* mobile */
@media screen and (max-width: 1680px) {
    .mainText {
        /* margin: 0px 9.4% 2% 9.4%; */
    }
}

@media screen and (max-width: 1564px) {}

@media screen and (max-width: 1440px) {
    .mainText {
        margin: 0px 7.4% 2% 7.4%;
    }
}

@media screen and (max-width: 1366px) {

    .mainText {
        margin: 0px 5.4% 2% 5.4%;
    }

    .xl-tab1 ul li {
        width: 32%;
    }
}

@media screen and (max-width: 1236px) {
    .mainText {
        margin: 0px 3.4% 2% 3.4%;
    }

}

@media screen and (max-width: 1160px) {}

@media screen and (max-width: 1024px) {
    .position {
        display: none;
    }

    .mainText {
        margin: 0px 4.4% 2% 4.4%;
    }
}

@media screen and (max-width: 679px) {
    .xl-tab1 ul li {
        width: 48%;
    }

    .xl-text {
        font-size: 16px;
        line-height: 2.5rem;
    }
    .zwdetail_4 {
        margin-left: 0rem;
    }
    .wrapMain>section {
        background-color: rgb(255 255 255);

    }

    .mainTitle {
        padding: 0.5rem 0.5rem;
        text-align: center;
        display: block;
        margin-bottom: 1rem;
        margin-top: 1rem;
        font-size: 1.8rem;
    }

    #content {
        margin: 0 0.1rem;
        overflow-x: scroll;
    }

    .ly,
    .hr {
        display: none;
    }

    .xl-tab5 {
        display: none;
    }

}

@media screen and (max-width:768px) {
    .bg {
        background-size: 185vw;
        height: auto;
    }

    .top {
        width: 100%;
        padding: 0px;
        height: 48vw;
    }

    .top_lf {
        width: 100vw;
        text-align: center;
        margin: 0 auto;
    }

    .top_rt {
        display: none;
    }

    /* 导航栏 */
    .nav {
        height: auto;
    }

    .nav_lim {
        width: 100%;
        flex-wrap: wrap;
    }

    .nav_lim li {
        width: 50%;
    }

    .nav_lim li:nth-child(6) {
        width: 100%;
    }

    .content {
        width: 100%;
        padding: 4vw 2vw;

    }

    .position {
        display: none;
    }

    .content {
        flex-direction: column;
    }

    .list_lf {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .list_top {
        width: 100%;
    }

    .list_li {
        width: 50%;
    }

    .list_rt {
        width: 100%;
    }

    .list_main li a {
        width: 60%;
    }

    .list_lf li a {
        padding-left: 40px;
    }

    .mainText {
        width: 100%;
        /* padding: 0px; */
        margin: 0px;
    }

    .content iframe{
        width: 100% !important;
        height: 64vw !important;
    } 

    /* #content img{
        height: 64vw;
    } */
}