.company_show {
    width: 1922px;
    background: url(../images/公司.png);
    height: 721px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.wrapper {
    padding: 0;
}

.profile_title {
    /* height: 721px; */
    text-align: center;
}

.profile_title>div:first-child {
    color: rgb(0, 31, 107);
    font-size: 50px;
    padding-top: 300px;
}

.profile_title>div:nth-child(2) {
    color: #ffffff;
    font-size: 20px;
}

.company_info {
    margin: 32px 0;
}

.company_info>p {
    text-indent: 2em;
    font-size: 18px;
    line-height: 32px;
    font-family: '宋体';
}

.other_accounts {
    width: 1922px;
    margin: 0 auto;
    height: 729px;
    background-image: url(../images/了解公司.png);
    background-repeat: no-repeat;
}

.business_license {
    width: 1922px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.other_title {
    color: #ffffff;
    font-size: 40px;
    width: 1922px;
    text-align: center;
    padding-top: 100px;
}

.other_name {
    color: #ffffff;
    font-size: 30px;
    width: 1922px;
    text-align: center;
    margin-left: -200px;
}

.other_name>li {
    display: inline-block;
    margin-left: 350px;
    margin-top: 400px;

}

/* 响应式布局 */
@media (max-width: 768px) {
    .article_right {
        display: none;
    }

    .container {
        padding: 0 24px;

    }

    .news_banner {
        margin: 0;
        padding: 0;
    }

    .news_info {
        margin: 0;
        padding: 30px;
    }

    .search {
        margin: 0;
        padding-left: 20px;
        max-width: 300px
    }

    .card-h>img {
        /* width: 110px;
        height: 72px; */
        /* 保持比例，裁剪并填充 */
        /* object-fit: cover; */
        /* 居中显示 */
        /* object-position: center; */
        display: none;
    }

    .card-h .card-info {
        margin-left: 16px;
    }

    .card-h .card-info .title {
        font-size: 17px;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;

    }

    .news_time .pv {
        display: none;
    }

    .card-h .card-info .sub {
        display: none;
    }

    .pagination-box {
        display: none;
    }

    .mobile-pagination {
        display: flex;
        justify-content: space-around;
        margin-top: 16px;
    }

    .mobile-pagination a {
        border: 1px solid #206cff;
        border-radius: 5px;
        color: #206cff;
        padding: 10px 24px;
    }


}