.content .con_next .tit-box {
    padding: 15px 0;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ededed;
    margin-top: 15px;
}

.content .con_next .tit-box .text {
    display: inline-block;
    font-size: 20px;
    color: #3b88d3;
    position: relative;
}

.content .con_next .tit-box .text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #638bbb;
    left: 0;
    bottom: -15px;
}
.content .con_next .tit-box .more {
    font-size: 16px;
    color: #1376bc;
    position: absolute;
    right: 0;
    top: 22px;
}

.con_next {
    border: 1px solid #eeeeee;
    padding: 25px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.gl-news-pc .text-list {
    margin-top: 10px;
}

.gl-news-pc .text-list .list-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.gl-news-pc .text-list .list-item:nth-child(5n) {
    padding-bottom: 20px;
    border-bottom: none;
    margin-bottom: 10px;
}

.side_info {
    width: 275px;
}

.con_next {
    width: 850px;
}
.gl-news-pc .text-list .list-item .text {
    max-width: 70%;
}
.two-list>div{
    width: 100%;
}
.two-list>div:nth-child(1){
    float: left;
}
.two-list>div:nth-child(2){
    float: right;
}

@media screen and (max-width: 750px) {
    .two-list .left,
    .two-list .right {
        width: 100%;
    }
    .gl-news-pc .side_info {
        display: block;
        width: 100%;
    }

    .leadership-box {
        display: flex;
    }

    .gl-news-pc .leadership-box .leadership-tx {
        width: 10.65rem;
        flex: none;
    }

    .gl-news-pc .leadership-box .leadership-detail {
        flex: auto;
    }

    .gl-news-pc .leadership-box .leadership-detail .name {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .gl-news-pc .leadership-box .leadership-detail .position {
        font-size: 1.2rem;
        color: #999999;
        margin-top: 1rem;
    }

    .gl-news-pc .leadership-box .leadership-detail .work {
        font-size: 1.2rem;
        margin-top: 0;
    }

    .gl-news-pc .leadership-box .leadership-detail .work1 {
        margin-top: 1rem;
    }

    .content {
        padding-bottom: 2rem;
    }

    .con_next {
        padding: 1.5rem;
    }

    .side_info .t {
        width: 100%;
        height: 5rem;
    }

    .side_info .t .fl {
        line-height: 5rem;
        font-size: 2rem;
    }

    ul.info-tree {
        margin: 0;
    }
}
