.member-banner {
    width: 50%;
}
.notice-content {
    width: 48%;
    margin-left: 2%;
}
.ny-mainr {
    background: inherit;
}

.ny-newscase ul li {
    background: #fff;
}

.ny-newscase ul li a p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.notice-list li a p {
    width: 76%!important;
}

.notice-list li {
    padding: 15px!important;
    height: 58px!important;
    margin-bottom: 0!important;
}

.notice-list li:not(:last-child) {
    border-bottom: 1px dotted #ddd;
}


@media screen and (max-width: 1024px) {
    .member-banner {
        width: 100%;
    }
    .notice-content {
        width: 100%;
        margin-left: 0;
    }

    .notice-list li {
        padding: 10px!important;
        height: auto!important;
    }
    .ny-newscase ul li a p {
        font-size: 14px;
    }

    .notice-list li a p {
        width: 70%!important;
    }
}