.su-banner {
    width: calc(100%);
    height: 502px;
}

.work-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%);
    margin-top: 17px;
}

.work-item-cc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 1200px;
}

.work-item-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 79px;
    font-weight: bold;
    color: #262626;
    font-size: 36px;
}

.work-item-top h2 {
    font-size: 36px;
    font-weight: bold;
}

.work-detail {
    width: 250px;
    height: 230px;
    margin: 0px 10px;
    transition: all 0.6s;
}

.work-detail:hover {
    transform: scale(1.1);
}

.work-detail-header {
    position: relative;
    width: 250px;
    height: 200px;
}

.work-detail-header img {
    width: 250px;
    height: 200px;
    /* border-top-right-radius: 10px;
    border-top-left-radius: 10px; */
    border-radius: 10px;
}

.work-detail-footer {
    position: absolute;
    bottom: 0;
    font-family: SourceHanSansCN-Regular;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    width: 250px;
    height: 25px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    background: #000;
    text-align: center;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 25px;
    opacity: 0.8;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pageye {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    margin: 60px 0px;
}

.layui-laypage a,
.layui-laypage span {
    color: #000;
    border: none;
}

.layui-laypage a:hover {
    color: #000 !important;
}

.work-more {
    margin-top: 30px;
}

.work-more img {
    width: calc(100%);
}

.work-item-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    font-weight: bold;
    color: #262626;
    font-size: 36px;
}

.work-item-more h2 {
    font-size: 36px;
    font-weight: bold;
}

.mc-bg-cc {
    background: #F5F5F5;
}