body{
    background-color: #F5F4F4;
}
.banner {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
}

.banner__img {
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
}

.news {
    width: 100%;
    min-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.news__menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 294px;
}

.menu__info {
    width: 100%;
    height: 200px;
    padding: 82px 75px;
    background: #0038A3;
}

.menu__info__title {
    height: 34px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

.menu__info__en {
    height: 11px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.menu__item {
    display: block;
    padding: 22px 0 0 28px;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 13px;
    cursor: pointer;
    text-decoration: none;
}

.menu__item.active {
    background: #8E9EBE;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    width: 100%;
}

.menu__item.active::after {
    display: block;
    content: "";
    width: 7px;
    height: 9px;
    position: absolute;
    top: 28px;
    right: 26px;
    background: url(../image/jiantou.png);
}

.news__list {
    min-height: 600px;
    padding-left: 302px;
}

.news__list__title {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    background: #FFFFFF;
    height: 60px;
    padding-top: 22px;
}
.news__list__title img{
    margin-left: 23px;
    margin-right: 10px;
    vertical-align: top;
}


.list-box{
    background-color: #FFFFFF;
    margin-top: 5px;
    padding-bottom: 85px;
    min-height: 300px;
}
.news__lists {
    margin-top: 5px;
    background: #FFFFFF;
    padding: 0 20px;
}
.news__lists__title{
    font-size: 24px;
    color: #111111;
    margin: 0 10px 0 10px;
    padding: 20px 0 17px 23px;
    border-bottom: 1px solid #CCCCCC;
}

.news__list__page{
    margin-top: 54px;
}
.news__list__page span {
    font-size: 18px;
}

.dzm-pagination-container input{
    border: 1px solid #c5b7b7;
}

@media screen and (max-width: 1024px) {
    .news__list{
        padding-left: 290px;
    }
}