.h-600 {
    min-height: 600px;
    padding: 0 20px;
    position: relative;
}

/* 新闻中心 */
.item-box {
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #DDDDDD;
}

.item-box .left-item {
    width: 360px;
    display: block;
    border-radius: 8px;
    height: auto;
    margin-right: 16px;
}

.item-box .right-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-item .top-box .item-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
    color: #333333;
}

.right-item .top-box .item-desc {
    font-size: 20px;
    color: #999999;
    line-height: 36px;
    margin-bottom: 10px;
}

.item-box .right-item .btm-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #666666;
}

.item-box .right-item .btm-box .detail-btn {
    background-color: #AC1618;
    font-size: 16px;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
}

/* 数字凤凰 */
.szfh-content-box .row {
    justify-content: center;
}

.szfh-content-box .col-item {
    background-color: #F4F4F4;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}

.szfh-content-box .col-container {
    margin-bottom: 20px;
}

.szfh-content-box .col-item .cover-box {
    width: 100%;
    height: 150px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.szfh-content-box .col-item .cover-box img {
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
}

.szfh-content-box .col-item .btm-box {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding: 16px 10px;
}

.col-item .btm-box .name {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.col-item .btm-box .origin {
    font-size: 14px;
    color: #999999;
}

.details .title {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    margin: 0 0 20px 0;
}

.details .date-source {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
}

.details .date-source .time {
    margin-right: 20px;
}

.details .cover-img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.details .cust-title {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 20px auto;
}

.cust-title .cust-3 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-wrap: nowrap;
}

.cust-title .cust-1,
.cust-title .cust-5 {
    height: 6px;
}

.cust-title .cust-2,
.cust-title .cust-4 {
    width: 25px;
    height: 6px;
    margin: 0 20px;
}

.details .source-footer {
    text-align: center;
    width: 100%;
    background-color: #F4F4F4;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    padding: 10px 0;
    margin: 20px 0;
}

.details .content-info {
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

.sxfh-details {
    margin-bottom: 20px;
}

.sxfh-details .row {
    align-items: center;
}

.sxfh-details .details-left .book-img {
    width: 100%;
    height: auto;
}

.details-right .book-name {
    font-weight: bold;
    font-size: 24px;
    color: #333333;

}

.details-right .book-tag {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.details-right .book-tag .book-sort {
    display: block;
    width: 33px;
    height: 38px;
}

.b-name {
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 16px;
    color: #CC0001;
    background-color: #FFF0EA;
}

.details-right .book-items {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.book-content .classify-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    /* 设置 li 之间的间隔 */
    list-style: none;
    margin-bottom: 10px;
    padding: 8px 5px;
}

.book-content .classify-box li {
    background-color: #F2F2F2;
    font-size: 16px;
    color: #666666;
    padding: 2px 12px;
    margin-bottom: 8px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.book-content .classify-box li.selected {
    background-color: white;
    color: #CC0001;
    box-sizing: border-box;
    border: 1px solid #CC0001;
}


.book-content .book-row .col-container .book-item {
    display: flex;
    border-bottom: 1px solid #DBDBDB;
    padding: 15px 0;
    cursor: pointer;
}

.book-content .book-row .col-container .book-item-l {
    width: 142px;
    height: 200px;
    margin-right: 20px;
}

.col-container .book-item-r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.col-container .book-item-r .tag-box {
    font-weight: 400;
    font-size: 14px;
    color: #CC0001;
    background-color: #FFF0EA;
    padding: 0px 10px;
    line-height: 28px;
    margin: 10px 0;
}

.book-item-r .book-name {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
}

.book-item-r .item-r-p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.xszl-jpzl-box,
.fhjc-box {
    display: none;
    opacity: 0;
    transform: translateY(40px);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.xszl-jpzl-box.show,
.fhjc-box.show {
    opacity: 1;
    transform: translateY(0);
}

.fhjc-box .book-cover {
    width: 100%;
    height: auto;
    transition: height 0.3s ease;
    /* 平滑过渡 */
}

.fhjc-box .col-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 0 1.2rem;
    cursor: pointer;
}

.fhjc-box .book-name {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 40px;
}

/* 人力资源 */
.content-list .content-top .list-box .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #E7E7E7;
    cursor: pointer;
}

.content-list .content-top .list-box .list-left {
    display: flex;
    align-items: center;
    flex: 1;
}

.content-list .content-top .list-box .list-left .icon {
    width: 16px;
    margin-right: 10px;
}

.content-list .content-top .list-box .list-left .list-title {
    font-weight: 400;
    font-size: 20px;
    flex: 1;
    color: #333333;
}

.content-list .content-top .list-box .list-date {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-left: 20px;
}

.content-layout .search-input-container {
    position: absolute;
    width: 500px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 30px;
    padding: 3px 5px;
    display: flex;
    align-items: center;
}

.content-layout .search-input {
    /* 输入框的宽度 */
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    border-radius: 30px;
    width: 100% !important;
}

.content-layout .search-input::placeholder {
    color: #999;
    font-size: 14px;
}

.content-layout .search-btn {
    cursor: pointer;
    background-color: #AC1618;
    padding: 10px 25px;
    border-radius: 25px;
    line-height: 27px;
    display: flex;
    align-items: center;
}

.content-layout .search-btn .search-icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
