body{background: #f0f5fa;}
.part{width: 100%;overflow: hidden;}

.part01 .address{width: 1200px;margin: 0 auto;}
a {
    color: #004f99;
    outline: none;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.nav_item .nav_con {
    top: 70px !important;
}

/* =================================================== */



.content-list{
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
    padding: 42px 25px;
}
.nav-bread {
    position: absolute;
    top: 30px;
    font-size: 18px;
}
.title {
    text-align: center;
}
.title h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 66px;
    margin: 40px 0 20px 0;
    color: #004f99;
}
.title p {
    text-indent: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
    color: #9c9c9c;
    border-top: 1px solid #ebebeb;
    line-height: 54px;
    font-size: 14px;
}

.articleTop {
    font-size: 18px;
    line-height: 2.5rem;
    /* text-indent: 2em; */
    text-align: justify;
}
.articleTop table {
    max-width: 100%;
    border-collapse: collapse;
    padding: 0;
}
.articleTop,
.articleTop p{
    font-size: 18px;
    line-height: 36px;
    color: #004f99;
    /* padding-left: 0; */
}
.articleTop p{
    /* text-indent: 2em; */
    margin: 5px 0;
}
.articleTop p strong {
    font-weight: bold;
}
.articleTop ul li {
    list-style: disc;
    list-style-position: inside;
    text-indent: 2em;
}
.articleTop img,
.articleTop video {
    display: block;
    max-width: 80%;
    margin: 10px auto;
}
.back {
    text-align: center;
    margin: 100px auto 10px auto
}
.back a {
    width: 130px;
    height: 54px;
    display: inline-block;
    line-height: 54px;
    color: #fff;
    background-color: #ea5504;
    font-size: 18px;
    text-align: center;
    border-radius: 24px;
    transition: .3s;
    text-indent: 0;
}
.back a:hover {
    box-shadow: 0px 0px 4px 8px #f9804a42;
    transition: .3s;
}

@media screen and (max-width: 900px) {
    .pageBanner .pageNav ul{padding-left: 10px;}
    .part01{background-position: 10% center;background: none;min-height: unset;}
    .part01 .address{width: 90%;margin: 0 auto;margin-bottom: 40px;padding-bottom: 0;}

    .wrapper-content {
        padding: 20px 0;
    }
    .nav-bread {
        display: none;
    }
    .content-list {
        width: 100%;
        background-color: unset;
        padding: 0;
    }
    .title h1 {
        font-size: .4rem;
        font-weight: 600;
        line-height: .6rem;
        text-indent: 0;
        margin-top: .5rem;
        text-align: center;
        /*text-indent: 2em;*/
    }
    .title p {
        text-indent: 0;
    }
    .articleTop {
        line-height: 2rem;
    }
    .articleTop p {
        margin: .2rem 0;
        line-height: .6rem;
        font-size: 16px;
        
    }
    .articleTop img,
    .articleTop video {
        max-width: 100% !important;
    }
    .back {
        margin: 20px auto 10px auto !important;
        text-indent: 0;
    }
   
}