/* .text {
    width: 100%;
    background: url(../images/all/beijing.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
} */

.text-left {
    width: 40%;
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.text-left_content {
    box-sizing: border-box;
    /* width: 60%; */
    width: 70%;
    min-height: 560px;
    max-height: 800px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, .8);
    padding: 40px 45px 30px 45px;
    box-shadow: 0 0 10px #666;
}

.text-left_content::-webkit-scrollbar {
    width: 0 !important
}

.text-left_content {
    -ms-overflow-style: none;
}

.text-left_content {
    overflow: -moz-scrollbars-none;
}

.text-left_content>p {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    position: relative;
}

.text-left_content>p::after {
    content: "";
    width: 72px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #653931;
}

.text-left-menu {
    list-style: none;
    width: 100%;
    margin-top: 10px;
}

.text-left-menu>li {
    margin-top: 5px;
}

.text-left-menu>li>a {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #c4926c;
}

.text-left-menu>li>a:hover {
    border-bottom: 2px solid #c4926c;
}

.left-menu_second {
    width: 100%;
    list-style: none;
}

.left-menu_second>li>a {
    text-decoration: none;
    display: block;
    padding: 10px 0px 10px 15px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.left-menu_second>li a:hover {
    background-color: #c77566;
    color: #ffffff;
}

/* .left-menu_second>li>a:active,
.left-menu_second>li>a:focus {
    background-color: #653931;
    color: #ffffff;
} */


.active {
    background-color: #653931 !important;
    color: #ffffff;
}


.text-right {
    /* width: 65%; */
    width: 70%;
    min-height: 790px;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: -5px 1px 10px #aaa;
    flex-shrink: 0;
    transition: all .3s;
}

.text-right_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text-right_content::before {
    content: "";
    width: 60%;
    height: 8px;
    position: absolute;
    top: 30px;
    left: -2px;
    background-color: #653931;
}

.text_rc_left {
    width: 36%;
    height: 850px;
    box-sizing: border-box;
    padding: 40px 20px;
    padding-bottom: 0;
}

.text_rc_left_content {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-right: 50px;
    border-right: 4px solid #cfcfcf;

}

.text_rc_left_content-top {
    box-sizing: border-box;
    width: 100%;
    min-height: 375px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px #666;
    padding: 20px;
    background-color: #fff;
    position: relative;
}

.text_rc_left_content-top>p {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    position: relative;
}

.text_rc_left_content-top>p::after {
    content: "";
    width: 72px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #653931;
}

.top_img {
    width: 100%;
    padding-bottom: 20px;
    height: 62px;
    box-sizing: border-box;
    position: relative;
}

/* 
.ti>img {
    width: 100%;
    max-height: 100%;
} */

.top_img>img {
    width: 100%;
    max-height: 100%;
}

.ti {
    width: 100%;
    height: 62px;
    background-color: #f1f1f1 !important;
    position: absolute;
    top: 0;
    left: 0;
}

.ti_h6>h6 {
    background-color: #f1f1f1;
    padding: 8px 0;
    margin: 6px 0;
}

.gggg>h6 {
    height: 30px;
    width: 100%;
    margin-bottom: 40px;
    background-color: #f1f1f1;
}

.gggg>span {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    background-color: #f1f1f1;

}

.top_content {
    width: 100%;
    margin-top: 8px;
}

.top_content>p,
.top_content>h6 {
    font-size: 16px;
    font-weight: 300;
    padding: 8px 0;
}

.top_content>h6 {
    border-bottom: 1px solid #ddd;
}

.top_content>p {
    padding-bottom: 0;
}

.text_rc_left_content-bottom {
    box-sizing: border-box;
    margin-top: 60px;
    padding: 30px;
}

.text_rc_left_content-bottom>p {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    position: relative;
    text-align: center;
}

.text_rc_left_content-bottom>p::after {
    content: "";
    width: 72px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #653931;
}

.wx_img {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.wx_img>img {
    width: 200px;
}

.text_rc_right {
    box-sizing: border-box;
    width: 63%;
    height: 850px;
    padding: 40px;
    overflow: hidden;
}

.over_scroll {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.over_scroll::-webkit-scrollbar {
    width: 0 !important
}

.over_scroll {
    -ms-overflow-style: none;
}

.over_scroll {
    overflow: -moz-scrollbars-none;
}

.text_rc_right>h4 {
    font-size: 18px;
    font-weight: bold;
}


.over_scroll>p {
    /* font-size: 16px;
    text-indent: 35px !important;
    line-height: 30px; */
    text-align: justify !important;
}

.gj {
    width: 100%;
    padding: 10px 0;

}

.gj>a {
    display: block !important;
    font-size: 10px !important;
    width: 100% !important;
    background-color: #f1f1f1 !important;
    border-bottom: none !important;

}

.ghsjb {
    font-size: 0;
    width: 100%;
}


.ghsjb>img {
    width: 100%;
}

@media only screen and (max-width:1600px) {
    .text-right {
        width: 65%;
        transition: all .3s;
    }

    .text-left {
        width: 35%;
        transition: all .3s;
    }

    .text-right_content {
        padding-left: 10px;
        padding-right: 10px;
        transition: all .3s;
    }

    .text_rc_left_content {
        padding-right: 30px;
        transition: all .3s;
    }

    .text_rc_right {
        padding: 40px 20px;
        transition: all .3s;
    }

    .text_rc_left_content-bottom {
        margin-top: 20px;
    }

    .text_rc_right {
        max-height: 730px;
    }

    .text_rc_right img{
        width: 100%;
    }

    /* .text_rc_left {
        height: 730px;
    } */

    .top_img {
        height: 40px;
    }
}