.news-center {
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    height: auto;
    padding-bottom: 100px;
}
.news-center .banner {
    width: 100%;
    height: 432px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: 400;
    color: #FFFFFF;
    background: url("../image/news_banner.png") no-repeat center;
}
.news-center .news {
    width: 1200px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.news-center .bread {
    width: 1200px;
    margin-top: 40px;
    font-size: 14px;
    color: #999999;
    display: flex;
}
.news-center .bread .divider {
    margin: 0 7px;
}
.news-center .bread .active {
    width: 390px;
    text-align: left;
    color: #3F81C2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-center .news .left {
    width: 887px;
    min-height: 500px;
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 2px 13px 0px #E9EFF5;
    text-align: left;
}
.news-center .news .left .news-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #EEE;
    padding-bottom: 7px;
}
.news-center .news .left .news-header > h2 {
    display: inline-block;
    width: 580px;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.news-center .news .left .news-header > span:nth-child(2) {
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.news-center .news .left .news-header > span:nth-child(2) span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}
.news-center .news .left .news-body {
    width: 100%;
    margin-top: 33px;
}
.news-center .news .left .news-body p {
    margin: 0;
}
.news-center .news .left .news-images img {
    margin-top: 10px;
    margin-right: 10px;
}
.news-center .news .left .news-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 75px;
}
.news-center .news .left .news-footer a {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    cursor: pointer;
}
.news-center .news .left .news-footer a:nth-child(1) {
    display: inline-block;
    width: 580px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-center .news .left .news-footer a:hover {
    color: #2D8DCD;
}
.news-center .news .right {
    width: 260px;
    text-align: left;
}
.news-center .news .right .right-nav {
    list-style: none;
    padding: 0 0 22px 0;
    border-bottom: 1px solid #EEE;
    color: #333333;
}
.news-center .news .right .right-nav li {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    cursor: pointer;
}
.news-center .news .right .right-nav .active {
    color: #2D8DCD;
}
.news-center .news .right .right-nav li:hover {
    color: #2D8DCD;
}
.news-center .news .right .right-title {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 20px;
}
.news-center .news .right .right-recommend {
    list-style: none;
    width: 260px;
    background: #FFFFFF;
    padding: 0;
    box-shadow: 0px 2px 13px 0px #E9EFF5;
    margin-top: 15px;
}
.news-center .news .right .right-recommend li {
    padding: 13px 19px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    cursor: pointer;
}
.news-center .news .right .right-recommend li:hover {
    color: #2D8DCD;
}