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__detail {
    min-height: 200px;
    padding-left: 302px;
}

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

.detail-box{
    background-color: #FFFFFF;
    margin-top: 5px;
    padding: 32px 40px 100px 40px;
    min-height: 300px;
}

.news__title {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin-top: 5px;
    text-align: center;
}

.news__date {
    margin-top: 36px;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.news__date>p {
    display: inline-block;
    margin-right: 40px;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news__text {
    text-indent: 40px;
    margin-top: 35px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}

.news__img {
    display: block;
    margin: 25px auto;
    width: 760px;
    height: 400px;
}

.news__page {
    margin-top: 150px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.news__page__prev {
    margin-top: 27px;
    display: block;
    color: #333333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news__page__next {
    display: block;
    color: #333333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
    .news{
        padding-left: 20px;
        padding-right: 20px;
    }
}