.crumbs {
    background-color: #F9F9F9
}

.crumbs .crumbs_text {
    display: flex;
    align-items: center;
    height: 40PX
}

.crumbs .crumbs_text > span {
    margin: 0 12PX
}

.banner {
    position: relative
}

.banner img {
    display: block;
    width: 100%
}

.banner .banner_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner .banner_content h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.5
}

@media screen and (max-width: 1050px) {
    .banner .banner_content h3 {
        font-size: 1rem
    }
}

.information {
    height: 300PX;
    background-color: #F0F1F2
}

.information h3 {
    line-height: 300PX
}

@media screen and (max-width: 768px) {
    .crumbs .crumbs_text {
        padding: 0 .5rem
    }

    .crumbs .crumbs_text > a, .crumbs .crumbs_text > span {
        font-size: .7rem
    }

    .banner .banner_content h3 {
        font-size: 1rem
    }

    .information {
        height: 7.5rem;
        text-align: center
    }

    .information h3 {
        line-height: 7.5rem;
        font-size: 1rem
    }
}

.introduction_details {
    display: flex
}

.Content_introduction {
    background-color: #fff;
    padding-top: 82PX
}

.Content_introduction .details_date {
    width: 60PX;
    border-top: .05rem solid #59A00D
}

.Content_introduction .details_date > a {
    display: block;
    padding-top: 50PX
}

.Content_introduction .details_date .active_nav {
    color: #59A00D
}

.Content_introduction .details_more {
    width: 100%;
    padding-left: 141PX;
    box-sizing: border-box
}

.Content_introduction .details_more .bottom_list {
    display: none;
    padding-bottom: 90PX
}

.Content_introduction .details_more .bottom_list li {
    border-top: .025rem solid #eee;
    padding: 20PX 0 20PX 20PX;
    box-sizing: border-box
}

.Content_introduction .details_more .bottom_list li > div {
    display: inline-block
}

.Content_introduction .details_more .bottom_list li > div > span {
    display: inline-block;
    margin-bottom: 32PX
}

/*.Content_introduction .details_more .bottom_list li > div > a {
    float: right;
    margin-top: 8PX;
    margin-left: 20PX;
    padding: 9PX 34PX;
    border: .05rem solid #59A00D
}*/

.Content_introduction .details_more .bottom_list li > div > a:hover {
    /*background-color: #59A00D;*/
    color: #59A00D;
}

.Content_introduction .details_more .bottom_list .list_button, .Content_introduction .details_more .bottom_list .more_Borde {
    border-bottom: .025rem solid #eee
}

.Content_introduction .details_more .bottom_list.active_list {
    display: block
}

@media screen and (max-width: 768px) {
    .Content_introduction {
        padding: 2rem .5rem 0
    }

    .Content_introduction .introduction_details .details_more {
        padding-left: 0
    }

    .Content_introduction .introduction_details .details_more .bottom_list > li {
        position: relative;
        padding: 1.4rem 0 2rem 1rem
    }

    .Content_introduction .introduction_details .details_more .bottom_list > li > div {
        width: 100%;
        text-align: center
    }

    .Content_introduction .introduction_details .details_more .bottom_list > li > div > span {
        font-size: .7rem
    }

    .Content_introduction .introduction_details .details_more .bottom_list > li > div > a {
        position: absolute;
        bottom: .8rem;
        right: 4.5rem;
        margin-top: .2rem;
        margin-left: .5rem;
        padding: .225rem .85rem;
        border: .05rem solid #59A00D
    }

    .Content_introduction .introduction_details .details_more .bottom_list > li > p {
        font-size: .7rem;
        line-height: 1.5
    }

    .Content_introduction .details_date {
        width: 20%
    }

    .Content_introduction .details_date > a {
        padding-top: 1.25rem;
        font-size: .7rem
    }
}