.industry-info-box_25 {
    width: 100%;
    min-height: 1171px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.industry-info-group {
    height: 210px;
    width: 1056px;
    margin: 60px 0 0 0;
}

.industry-post-link a {
    color: rgba(58, 108, 243, 1);
    display: inline-block;
    text-decoration: none;
}
.industry-info-block {
    box-shadow: 0px 4px 16px 0px rgba(58, 108, 243, 0.1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    width: 1056px;
    height: 210px;
}
.industry-info-card:hover {
    box-shadow:
        0rem 0.25rem 1.25rem 0rem rgba(0, 0, 0, 0.08),
        0rem 0.25rem 1rem 0rem rgba(58, 108, 243, 0.2);
    border-radius: 0.75rem;
    border: 0.06rem solid #3a6cf3;
}
.industry-info-box {
    width: 702px;
    height: 178px;
    margin: 16px 0 0 24px;
}
.industry-info-text-group {
    width: 618px;
    height: 64px;
}
.industry-info-text-title {
    width: 618px;
    height: 30px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 22px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 30px;
}
.industry-info-text-title a {
    text-decoration: none;
    cursor: pointer;
}
.industry-info-text-date {
    width: 152px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin-top: 12px;
}
.industry-info-text-detail {
    width: 702px;
    height: 50px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    line-height: 25px;
    margin-top: 16px;
}
.industry-info-text-read {
    cursor: pointer;
}

.industry-info-text-read {
    width: 64px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(58, 108, 243, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin-top: 26px;
}
.industry-info-box-image {
    border-radius: 10px;
    width: 290px;
    height: 190px;
    margin: 10px 10px 0 30px;
}

.linkBtns {
    margin: 60px;
}

.prev-button,
.next-button {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    margin: 10px 0 10px 5px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
}
.prev-button:hover {
    background-color: #347fc5;
    border-color: #347fc5;
}
.next-button:hover {
    background-color: #347fc5;
    border-color: #347fc5;
}
