
.page-detail-80 {
    width: 60%;
    margin: 0 auto;
    padding: 0;
}

.page-detail-73 {
    width: 73%;
    margin: 0 auto;
    padding: 0;
}


.detail-title {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    text-align: center; /* 文本水平居中 */
    word-wrap: break-word; /* 长单词强制换行 */
    overflow-wrap: break-word; /* 兼容性更好的换行属性 */
    margin: 40px 0;
    height: auto;
    font-size: 43px;
    font-weight: normal;
    color: #004277;
}

.detail-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #0075c2;
}

.detail-item-title-content {
    font-size: 18px;
    font-weight: 600;
    color: #0075c2;
}

.detail-link-item {
    display: flex;
    font-size: 14px;
    color: #e87c00;
    margin: 0 auto;
}

.detail-link-item-left {
    flex: 1;
    padding: 2px;
    /* 垂直居中 */
    align-items: center;
}

.detail-link-item-right {
    flex: 1;
    padding: 2px;
    /* 垂直居中 */
    align-items: center;
    text-align: right;
}

.detail-link {
    font-size: 14px;
    color: #e87c00;
}

@media (max-width: 768px) {

    .page-detail-80 {
        width: 90%;
    }

    .page-detail-73 {
        width: 100%;
    }

    .detail-title {
        font-size: 30px;
    }

}