.page6 .page_ctt h2 {
    font-size: 28px;
}

.page6_top {
    display: flex;
    justify-content: space-between;
}

.page6_time {
    width: 50%;
    background: url('../page6/images/symbol2.svg')no-repeat #2c2d87;
    background-size: 350px;
    background-position: 120% 120%;
    padding: 80px 60px;
}

.map {
    width: 50%;
    object-fit: cover;
}

.page6_time ul {
    margin-top: 30px;
}

.page6_time h2 {
    color: #fff;
}

.page6_time ul li {
    align-items: center;
    display: flex;
    font-size: 18px;
    padding: 20px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page6_time ul li:nth-child(4) {
    border-bottom: 0;
}

.page6_time ul li span {
    display: Inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 0;
    width: 160px;
}


.page6_time ul li span:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.page6_time ul li span:before {
    content: "";
    display: inline-block;
    width: 100%;
}

.page6_time ul li span b {
    background: #f6a000;
    color: #fff;
    font-weight: 600;
    padding: 1px 8px;
    font-size: 18px;
    border-radius: 50px;
}

.page6_time ul li p {
    display: inline-block;
    margin-left: 50px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.page6_time ul li strong {
       display: block;
    background: #f6a000;
    color: #fff;
    width: fit-content;
    padding: 3px 10px;
    font-size: 19px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    padding: 8px 0;
}

.page6 .open_notice {
    color: #fff;
    opacity: 0.5;
}

.page6_bottom {
    display: flex;
    margin: 120px 0 60px 0;
}

.page6_bottom h2 {
    text-align: center;
}

.page6_bt_icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
}

.page6_bottom > div {
    width: 50%;
    border-right: 1px solid #e4e4e4;
}

.page6_park {
    border-right: 0 !important;
}
.page6_park strong{display:inline-block;width:3px;height:13px;background:#ccc;margin:0 10px;}


.page6_bottom > div .page6_icon {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

.page6_bottom > div p {
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    margin-top: 30px;
}

.page6_park p span{font-weight:600;}

.page6_bottom > div a {
    text-align: center;
    font-size: 18px;
    background: red;
    color: #fff;
    padding: 20px;
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-top: 40px;
    letter-spacing: 0px;
    font-weight: 600;
    transition: all .5s;
}

.page6_address:hover a {
    transition: all .5s;
    background: #f66600 !important
}

.page6_park:hover a {
    transition: all .5s;
    background: #094904 !important
}

.page6_bottom a img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

@media screen and (max-width:799px) {
    .page6_top {
        display: block;
    }

    .page6_time {
        width: 100%;
        padding: 40px;
        background-size: 200px;
    }

    .page6 .page_ctt h2 {
        font-size: 20px;
    }

    .map {
        width: 100%
    }

    .page6_time ul {
        margin-top: 0;
    }

    .page6_time ul li {
        padding: 15px 5px;
        display: block;
    }

    .page6_time ul li span {
        font-size: 15px;
    }

    .page6_time ul li strong {
        font-size: 12px;
    }

    .page6_time ul li p {
        margin-left: 0px;
        margin-top: 7px;
        font-size: 13px;
    }

    .page6_time ul li span b {
        font-size: 13px;
        margin-left: 3px;
    }

    .page6_bottom {
        display: block;
        margin: 40px 0;
    }

    .page6_bottom > div {
        width: 100%;
        border-right: 0;
    }
  .page6_park strong{display:none;}

    .page6 .page_ctt h2 {
        font-size: 17px;
    }

    .page6_bt_icon {
        margin-bottom: 10px;
        width: 30px;
        height: 30px;
    }

    .page6_bottom > div p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .page6_bottom > div a {
        font-size: 13px;
        padding: 10px 20px;
        width: 210px;
        border-radius: 10px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .page6_park {
        margin-top: 30px;
    }

    .page6_pc_btn {
        display: none !important;
    }

    .page6_mb_btn {
        display: block !important;
        margin-top: 30px !important;
    }
}