.serveNotice-banner {
    width: 100%;
    min-width: 1200px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    background: url("../assets/image/serve-top.jpg") center no-repeat;
    background-size: cover;
}
.serveNotice-banner span {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}
.serveNotice-main {
    width: 1200px;
    margin: 100px auto 150px;
    overflow: hidden;
}
.serveNotice-list {
    margin: 0 100px 50px;
}
.serveNotice-item {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serveNotice-item-l {
    flex: 1;
    margin-right: 16px;
}
.serveNotice-item-l a {
    color: rgba(0, 0, 0, .85);
    font-size: 16px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.serveNotice-item-r {
    color: rgba(0, 0, 0, .45);
    font-size: 16px;
}
