.mobShow {
    display: none;
}

.pcShow {
    display: block;
}

.layer01 {
    background: url(/statics/ynbm/images/index/topbg.png) no-repeat top center;
    height: 312px;
}

.layer01-oper {
    color: #ffe6c6;
    padding-top: 10px;
}

.layer01-oper a.barrier-free {
    background: url(/statics/ynbm/images/common/barrier_free.png) no-repeat 0 center;
    padding: 10px 0 10px 35px;
}

.layer01-oper a {
    color: #ffe6c6;
    line-height: 35px;
    margin: 0 8px;

}

.layer01-con {
    display: flex;
    padding-top: 207px;
}

.search {
    width: 35.8%;
    margin-left: 52.25%;
    height: 43px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 35px;
}

#searchform {
    padding-left: 20px;
}

.top-search {
    width: 355px;
    height: 60px;
    background-color: #f8a36b;
    text-align: center;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.search-input {
    width: 80%;
    line-height: 43px;
    font-size: 16px;
    margin: 0% 0 0% 2.5%;
    background: #fff;
    float: left;
    box-shadow: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
}

.search-input::-webkit-input-placeholder {
    color: #999;
}

.search-input::-moz-placeholder {
    color: #b2b2b2;
}

.search-input:-moz-placeholder {
    color: #b2b2b2;
}

.search-input:-ms-input-placeholder {
    color: #b2b2b2;
}

.search-button {
    float: right;
    background: #ffaf35;
    width: 15%;
    height: 60px;
    height: auto;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.search-icon {
    width: 29px;
    height: 29px;
    background: url(/statics/ynbm/images/common/search.png) no-repeat 0 0;
    background-size: 100% 100%;
    float: none;
    cursor: pointer;
    margin: 11.5% 12%;
    border: none;
    outline: none;
}

.layer01-left {
    width: 62%;
    display: flex;
    background: url(/statics/ynbm/images/common/navbg.png) bottom left no-repeat;
    justify-content: flex-end;
}

.nav-ul {
    width: 74%;
    display: flex;
    justify-content: center;
}

.nav-ul li {
    width: calc(97% / 6);
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.nav-ul li a,
.nav-ul li a:hover {
    font-size: 20px;
    line-height: 59px;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}

.nav-ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50%;
    background-color: #ac5b04;
    transform: translateY(-50%);

}

.nav-ul li.act:before,
.nav-ul li:hover:before {
    content: '';
    position: absolute;
    background: url(/statics/ynbm/images/common/nav_bg_selected.png) no-repeat bottom center;
    width: calc(100%);
    height: 37px;
    bottom: 0;
    transform: translateX(0%);
}

.layer02 {
    font-size: 14px;
    border-top: 1px solid #b71a21;
    background: #e6e6e6;
}

.linkes {
    background-color: #ededed;
    width: 100%;
    height: 50px;
}

.linkes ul {
    display: flex;
    margin: 0 auto;
    width: 75%;
    font-size: 16px;
    align-items: center;
    padding: 15px 0;
}

.linkes ul li {
    width: calc(100%/4);
    padding: 0 10px;
    text-align: center;
}

.linkes ul a {
    color: #000;
}

.footer-content {
    padding: 5px 0 32px 0;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    color: #666;
    text-align: center;
    display: flex;
    align-items: center;
}

.zbdw {
    margin: 0 auto;
    text-align: left;
    padding: 30px 0 15px 0;
    width: 50%;
}

.zbdw a,
.beian  a{
    color: #666666;
}

.zbdw p {
    padding: 5px 0;
}

.beian {
    width: 21%;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    flex-direction: column;
}

.beian p {
    text-align: left;
}

.icons {
    width: 10%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-center {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    color: #000;
}

.foot-center a:link {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.layer03 {
    background: #fff;
    height: auto;
    padding: 30px 0;
}

.layer03-con {
    display: flex;
}

.layer03-left {
    width: 50%;
}

.mask {
    width: 100%;
    height: 40px;
    background-color: #000;
    filter: alpha(opacity=0);
    opacity: .8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.mask a {
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    color: #fff;
    font-size: 16px;
}

.layer03-left .swiper-pagination {
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: right;
    top: 90%;
}

.layer03-left .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.layer03-left .swiper-pagination-bullet-active {
    width: 41px;
    border-radius: 3px;
}

.layer03-right {
    width: 50%;
    padding-left: 30px;
    height: 391px;
    overflow: hidden;
}

.layer03-right-content {
    padding-top: 20px;
    height: 360px;
}

.layer03-right-content li,
.layer09-right-content li {
    padding: 13px 0;
    background: url(/statics/ynbm/images/common/icon-dot.png)no-repeat 0 center;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
}

.layer03-right-content li a,
.layer04-left-content li a,
.layer04-middle-content li a,
.layer04-right-content li a {
    color: #2b2b2b;
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.layer04-left-content li span,
.layer04-middle-content li span,
.layer04-right-content li span {
    color: #999999;
    font-size: 14px;
}

.layer04 {
    padding-top: 30px;
}

.layer04-title {
    padding: 25px 0;
    margin: 0 auto;
}

.layer04-title img {
    display: block;
    margin: 0 auto;
}

.layer04-left-content,
.layer04-middle-content,
.layer04-right-content {
    background-color: #fff;
    width: calc(100% / 3);
}

.layer04-left-content ul,
.layer04-middle-content ul,
.layer04-right-content ul {
    padding: 10px 0 30px 0;
    position: relative;
}

.layer04-left-content ul::after,
.layer04-middle-content ul::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    width: 1px;
    background-color: #cccccc;
}

.layer04-left-content li,
.layer04-middle-content li,
.layer04-right-content li {
    list-style: none;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.layer04-left-content li::after,
.layer04-middle-content li::after,
.layer04-right-content li::after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 10%;
    height: 1px;
    width: 80%;
    background-color: #ebebeb;
}

.layer04-content {
    display: flex;
    justify-content: space-around;
    padding-bottom: 10px;
}

.layer04-content-title {
    display: flex;
    justify-content: space-around;
    padding-bottom: 10px;
    font-family: serif;
    font-size: 26px;
}

.layer04-content-title a {
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #cb2d14;
    display: inline-block;
    padding: 0 20px 8px;
}

.layer05-content {
    display: flex;
    padding: 10px 0;
    flex-direction: column;
}

.layer05-top {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
}

.layer05-top-content {
    padding: 30px 0;
    height: 130px;
    display: flex;
    background: #f5f5f5;
    width: 100%;
}

.layer05-top-content ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.layer05-top-content li {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    border-right: #d2d2d2 1px solid;
}

.layer05-top-content li:last-child {
    border-right: none;
}

.layer05-top-content li img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.layer05-top-content li a {
    color: #4c4c4c;
    font-family: Simsun;
    font-weight: bold;
    text-align: center;
}

.layer05-bottom {
    padding: 10px 0 30px 0;
    display: flex;
    justify-content: space-between;
}

.layer06 {
    background: #fff;
}

.layer06-con,
.layer08-con {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
}

.layer06-top,
.layer06-bottom {
    background-color: #f5f5f5;
    padding-top: 30px;
    margin: 15px 0;
}

.layer06-top-title,
.layer06-bottom-title {
    width: 96%;
    height: 42px;
    margin: 0 auto;
    background: #f0f0f0;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: solid 2px #bd151d;
    display: flex;
}

.layer06-titlebg {
    width: 150px;
    height: 40px;
    background-color: #bd151d;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.layer06-top-title span,
.layer06-bottom-title span {
    font-family: SimSun;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    font-weight: bold;
}

.layer06-content {
    width: 90%;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-size: 16px;
    padding: 35px 0;
    line-height: 180%;
}

.layer06-content p {
    text-indent: 2em;
}

.layer06-bottom-content ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    padding: 25px 0;
    list-style-type: none;
    margin: 0 auto;
}

.layer06-bottom-content li {
    width: calc(25% - 10px);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #ededed;
    border-top: solid 1px #ededed;
    border-right: solid 1px #999999;
    color: #666666;
    font-weight: bold;
}

.layer06-bottom-content li:last-child {
    border-right: none;
}

.layer06-bottom-content li:nth-child(4n+1),
.layer06-bottom-content li:nth-child(4n+3) {
    background-color: #ededed;
}

.layer06-bottom-content li a {
    color: #666666;
    font-weight: bold;
}

.layer07,
.layer08 {
    background-color: #f5f5f5;
    padding: 20px 0;
}

.layer07 .layer06-bottom-title a {
    display: block;
    line-height: 40px;
    color: #333333;
}

.layer07 .layer06-bottom-title {
    justify-content: space-between;
}

.layer07-con {
    display: flex;
    padding-top: 35px;
}

.layer-list {
    background-color: #fff;
    padding: 20px 0;
}

.list-content {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}

.list-content li,
.layer08-content li {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    background: url(/statics/ynbm/images/common/icon-dot.png)no-repeat 0 center;
    overflow: hidden;
}

.list-content li:nth-child(4n) {
    border-bottom: 6px solid #e4e4e4;
    height: 60px;
}

.layer08-top,
.layer08-bottom {
    background-color: #fff;
    padding-top: 30px;
    margin: 15px 0;
}

.layer08-content {
    width: 96%;
    margin: 0 auto;
}

.layer08-content li a,
.list-content li a {
    color: #2b2b2b;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.list-content span {
    font-size: 15px;
    color: #6d6d6d;
}

.layer09-content {
    padding: 50px 0;
}

.layer09-con {
    display: flex;
    flex-direction: column;
}

.layer09-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
}


#pages {
    padding: 36px 0;
    text-align: center;
    margin: 0 auto;
}

#pages a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    color: #6f6f6f;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

#pages .a1 {
    width: 86px;
}

#pages .a2 {
    width: 62px;
}

#pages span {
    background: #cba36b;
    color: #fff;
    padding: 2px 8px;
    border: 1px solid #cba36b;
}

.nav-current {
    padding-top: 20px;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto
}

.nav-current>span {
    color: #424242;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px 0;
}

.nav-current a {
    text-decoration: none;
    color: #333;
}

.show-title {
    width: 100%;
    font-size: 31px;
    color: #333;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.show-sub-title {
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.show-sub-title a {
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.center17 {
    width: 1200px;
    overflow: hidden;
    padding: 10px 0px 50px 0px;
    background-color: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
}

.timebox {
    width: 100%;
    margin: auto;
    overflow: hidden;
    line-height: 40px;
    border-bottom: 1px #CCCCCC solid;
    margin: auto;
    text-align: center;
    padding-bottom: 18px;
    font-size: 14px;
    color: #777777;
}

.show-detail {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.show-detail p {
    text-indent: 0;
    color: #333;
    line-height: 34px;
    font-size: 16px;
    text-align: left;
}

.fsw span {
    cursor: pointer;
}

.bt-shj span {
    padding: 10px;
    font-size: 16px;
}

.list-content-attach {
    background: #ebebeb;
    color: #666;
    margin: 30px auto 0 auto;
    box-sizing: border-box;
    text-align: right;
    padding: 15px 50px 15px 0;
}

.social-share {
    margin-top: -11px;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    text-align: center;
}

.list-content-aboutus {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.wzmap {
    background-color: #fff;
    padding: 30px 0;
}

.wzmap1 {
    width: 90%;
    margin: 0 auto;
    background: url(/statics/ynbm/images/index/zfl.png) no-repeat left;
    height: 64px;
    line-height: 64px;
    text-indent: 20px;
    background-color: #eeeeee;
}

.wzmap2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    height: 64px;
    line-height: 64px;
    font-size: 22px;
    color: #bd151d;
    text-indent: 20px;
}

.wzmap1 li {
    font-size: 22px;
    color: #bd151d;
}

.wzmap1 li a {

    color: #bd151d;
}

.wzmap2 a {
    color: #000;
    font-size: 16px;
}

.list-content-statement p {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    text-align: center;
    padding: 10px;
}

.wzsm-content {
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}

.wzsm-content p {
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.bg-404-wrapper {
    background: url(/statics/ynbm/images/index/bg_404.png) no-repeat left center;
    height: 622px;
    text-align: center;
}

.info-404 {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    margin-top: 28%;
}

@media screen and (max-width: 1199px) {
    .nav-ul {
            width: 100%;
        }
}

@media screen and (max-width: 769px) {
    body {
        background: #fff;
    }

    .padShow {
        display: none;
    }

    .comW1200 {
        width: 100%;
        max-width: initial;
    }

    .pcShow {
        display: none;
    }

    .mobShow {
        display: block;
    }

    .layer06 {
        min-width: initial;
        position: relative;
        z-index: 3;
    }

    .layer06-bottom-content ul {
        justify-content: center;
    }

    .layer06-bottom-content li:last-child,
    .layer06-bottom-content li:nth-child(4n+2) {
        border-right: none;
    }

    .layer06-bottom-content li {
        width: calc(50% - 10px);
        color: #666666;
        font-weight: bold;
        font-size: 14px;
    }

    .layer09-content {
        padding: 5vw;
    }

    .layer09-top {
        padding-bottom: 4vw;
    }

    .page02,
    .page03,
    .page04,
    .page05,
    .page06 {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    .page01 {
        background: url(/statics/ynbm/images/mobile/topbg.png) no-repeat top center;
        width: 100%;
        height: 74vw;
        background-size: 100%;
        font-size: 12px;
        line-height: 26px;
        color: #fff;
    }

    .ynbm-search {
        width: 80vw;
        margin: 0 auto;
        border-radius: 5px;
        padding-top: 15vw;
    }

    .layer01-oper {
        padding-top: 0;
    }

    .top-search {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        border-radius: 5px;
        display: flex;
        background-color: transparent;
    }

    .search-input {
        width: 65vw;
        color: #b2b2b2;
        font-size: 16px;
        background: #fff;
        line-height: 9.5vw;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: none;
        margin: 0;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .center17 {
        width: 96%;
        margin: 0 auto;
        padding: 10px 0 0 0;
    }

    .show-title {
        font-size: 22px;
        line-height: 40px;
        min-height: 40px;
    }

    .show-detail {
        width: 95%;
        margin: 0 auto;
        padding-top: 15px;
    }

    .show-detail img{
        height: auto;
    }

    .timebox {
        padding-bottom: 0;
    }

    .search-input::-webkit-input-placeholder {
        color: #b2b2b2;
        font-size: 16px;
    }

    .search-input::-moz-placeholder {
        color: #b2b2b2;
        font-size: 16px;
    }

    .search-input:-moz-placeholder {
        color: #b2b2b2;
        font-size: 16px;
    }

    .search-input:-ms-input-placeholder {
        color: #b2b2b2;
        font-size: 16px;
    }

    .search-button {
        float: left;
        background: #ffaf35;
        width: 15.0666vw;
        height: 9.5vw;
        padding-top: 2vw;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .search-icon {
        width: 6vw;
        height: 6vw;
        background: url(/statics/ynbm/images/mobile/search-icon.png) no-repeat 0 0;
        background-size: contain;
        margin: 0 auto;
        cursor: pointer;
        border: none;
        outline: none;
    }

    .page01-nav {
        width: 96%;
        margin: 0 auto;
        background: linear-gradient(to bottom, #dd9140, #d15919);
        color: #fff;
        border-radius: 5px;
        margin-top: 5vw;
    }

    .page01-nav ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 5px 0;
        justify-content: center;
    }

    .page01-nav li {
        width: calc(98%/3);
        text-align: center;
        padding: 5px 0;
    }

    .page01-nav li a {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .page02-con {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .page02-top {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    .page02-top .swiper-button-prev1 {
        background: url(/statics/ynbm/images/mobile/prev.png) no-repeat;
        background-size: 100%;
        left: 0;
    }

    .page02-top .swiper-button-next1 {
        background: url(/statics/ynbm/images/mobile/next.png) no-repeat;
        background-size: 100%;
        left: 92%;
    }

    .mask {
        width: 100%;
        height: 40px;
        background-color: #000;
        filter: alpha(opacity=0);
        opacity: .8;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }

    .mask a {
        font-size: 14px;
        color: #fff;
        line-height: 40px;
    }

    .page02-bottom {
        padding-top: 4vw;
    }

    .page02-bottom-title,
    .page03-title,
    .page04-title {
        background-color: #f5f1ec;
        width: 100%;
    }

    .page02-bottom-title img,
    .page03-title img,
    .page04-title img {
        display: block;
        width: 40%;
        text-align: left;
        padding: 10px 15px;
    }

    .page02-bottom-content li,
    .page03-content li,
    .page04-content li {
        width: 94%;
        margin: 0 auto;
        padding: 3vw 0;
        border-bottom: 1px solid #e6e6e6;
    }

    .page02-bottom-content li a,
    .page03-content li a {
        color: #333333;
    }

    .page03-title li,
    .page04-title li,
    .page05-title li {
        font-size: 18px;
        font-family: SimSun;
        font-weight: bold;
        padding: 2vw 4vw;
    }

    .page03-title li.act,
    .page04-title li.act,
    .page05-title li.act {
        font-size: 22px;
    }

    .page03-title p {
        font-size: 20px;
        padding: 2vw 0;
    }

    .page03-title ul span {
        color: #1d1d1d;
    }

    .page03-title li.act::after,
    .page04-title li.act::after,
    .page05-title li.act::after {
        content: "";
        position: absolute;
        width: 90px;
        height: 12px;
        background: url(/statics/ynbm/images/mobile/title-select.png) no-repeat;
        background-size: 100%;
        margin-left: -90px;
        margin-top: 25px;
    }

    .page05-title {
        background: #d27c20;
        height: 8vw;
    }

    .page05-title h2 {
        color: #fff;
        line-height: 8vw;
    }

    .page05-title {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .page05-content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 2vw 0;
        background: #ebebeb;
    }

    .page05-content img {
        width: 10%;
        padding: 2vw 3vw;
    }

    .page05-content ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }

    .page05-content li {
        width: 90%;
        border-bottom: 1px solid #c7c7c7;
        padding: 1vw 0;
    }

    .page05-content li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-family: serif;
        color: #000;
    }

    .page05-bottom {
        display: flex;
        justify-content: space-evenly;
    }

    .page05-bottom img {
        width: 45%;
        padding: 5vw 0;
    }

    .page-footer-content ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
    }

    .page-footer-content li {
        width: calc(45%);
        padding: 3px 0;
        text-align: center;
    }

    .page-footer-content li a {
        color: #000;
        font-size: 15px;
    }

    .page-zbdw {
        background-color: #cc3c1f;
        color: #fff;
        height: 9vw;
    }

    .page-zbdw a {
        color: #fff;
        padding: 2vw 0;
        line-height: 8vw;
        font-size: 14px;
    }

    .page-icons {
        background: #dbdbdb;
        padding-top: 4vw;
    }

    .page-icons p {
        width: 95%;
        margin: 0 auto;
        color: #666666;
        padding: 1vw 0;
        text-align: center;
        font-size: 13px;
    }

    .page-icons a{
        color: #666666;
    }

    .page-icons img {
        padding: 2vw;
    }

    .list-content li,
    .layer08-content li {
        padding-left: 10px;
    }

    .layer08-content li a,
    .list-content li a {
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
    }

    .layer06-bottom-content li:nth-child(4n+1),
    .layer06-bottom-content li:nth-child(4n+3) {
        background-color: transparent;
    }

    .layer06-con,
    .layer08-con {
        padding-top: 0;
    }
}
