body{
    padding: 0;
    margin: 0;
    min-width: 1250px;
}
.news-box{
    padding: 3% 10%;
}
.news-box{
    height: 400px;
    display: flex;
    justify-content: space-between;
}
.news-img{
    width: 45%;
}
.news-list{
    width: 50%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}
.news-list-item{
    width: 100%;
    height: 30px;
    color: #333;
    font-size: .875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
}

.news-list-item .item-title{
    width: 68%;
    font-size: 1.25rem;
}

.news-list-item .item-date{
    width: 16%;
    font-size: 1.25rem;
}

.news-list-item:first-of-type{
    margin: 0;
}
.pagination{
    width: 80%;
    height: 70px;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #999;
    margin-top: 20px;
}
.paginationjs{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.paginationjs .paginationjs-pages li{
    border: none;
    margin: 0 10px;
    color: #333;
}
.paginationjs .paginationjs-pages li.active>a{
    background-color: #fff;
    border: 1px solid #004297;
    color: #004297;
}
.menu-item{
    width: calc(100% / 2);
}
.menu-module{
    background-repeat: no-repeat;
    background-position: center;
}