.masses-top-background {
    width: 100%;
    height: 369px;
    background: url(../img/masses/header.jpg) 50% 100% no-repeat;
}

.masses-top-news {
    width: 100%;
    height: 340px;
    background: #f5f5f5;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.masses-top-news-body {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    position: relative;
}

.masses-top-news-body-image {
    position: absolute;
    width: 40%;
    left: 0;
    top: -50px;
}

.masses-top-news-title {
    position: absolute;
    width: 50%;
    right: 0px;
    top: 50px;
    font-size: 18px;
    font-weight: 900;
}

.masses-top-news-context {
    position: absolute;
    width: 50%;
    top: 100px;
    font-size: 14px;
    color: #999;
    right: 0;
    text-indent: 2em;
    letter-spacing: 2px;
    line-height: 30px;
}

.masses-more {
    color: #b90119;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.jt {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #b90119;
    margin-left: 10px;
}
.jt:after,
.jt:before {
    border: 8px solid transparent;
    border-left: 8px solid #b90119;
    width: 0;
    height: 0;
    position: absolute;
    top: 7px;
    right: 4px;
    content: " ";
}

.jt:before {
    border-left-color: #fff;
    right: 1px;
}

.masses-news-list-body {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}



.masses-entry {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 30px;
    overflow-x: hidden;
    display: flex;
    justify-content: space-between;
}

.masses-list-right {
    width: calc(100% - 160px);
    line-height: 40px;
    cursor: pointer;
}

.masses-list-title {
    font-size: 22px;
}

.masses-list-context {
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    height:80px;
}

.masses-list-seeto {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.masses-list-paging-class {
    width: 100%;
    max-width: 1520px;
    margin: auto;
    padding-top: 75px;
}
