.banner {
    height: 20vh;
    background-image: url('../img/news.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
}

.main {
    padding: 20px;
}

.breadcrumb {
    display: flex;
    color: #666666;
    font-size: 14px;
}

.breadcrumb li + li:before {
    content: ">";
    display: inline-block;
    padding: 0 10px;
}

.news {
    padding: 24px 30px;
}

.news li {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
}

.news a {
    display: flex;
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #003eb3;
}

.news .title {
    flex: 1;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.page {
    padding: 20px 0;
    text-align: center;
}

.page a {
    text-decoration: none;
    color: #333333;
    display: inline-block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.page a:hover {
    background-color: #003eb3;
    color: #FFFFFF;
}

.page span {
    color: #333333;
    margin: 0 20px;
}
