.container {
    width: 750px;
    overflow: hidden;
}

* {
    padding: 0;
    margin: 0;
}
.newsInfo img {
    width: 100%;
    max-width: 100%;
}
/* 字体样式 */
.font-W3-Light {
    font-family: Gilroy-Light, MYingHeiPRC-W3;
}

.font-medium {
    font-family: Gilroy-Medium;
}

.font-light {
    font-family: Gilroy-Light;
}

/* banner */
.banner {
    width: 750px;
    height: 917px;
    background: url('../images/newsInfo/banner.jpg');
    background-repeat: no-repeat;
    position: relative;
    /*background: url('../images/newsInfo/banner.jpg') 100% 100%;*/
    /*background-size: cover;*/
}

.banner_top {
    height: 922px;
}

.banner_bottom {
    width: 100%;
    background: rgb(65,0,152);
    /*bottom: 0;*/
    /*position: absolute;*/
}

.banner_bottom .text {
    min-height: 310px;
    border-top: 2px solid rgb(65,0,152);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 93px;
    border-bottom: 50px solid rgb(1,172,202);
}
.en .banner_bottom .text {
    min-height: 310px;
    border-top: 2px solid rgb(65,0,152);
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 93px;
    border-bottom: 50px solid rgb(1,172,202);
}

.banner_bottom .text .title {
    font-size: 48px;
    color: rgb(254, 254, 254);
    line-height: 52px;
    letter-spacing: 2px;
}

.banner_bottom .text .xian {
    margin-top: 27px;
    margin-bottom: 22px;
}

.banner_bottom .text .subtitle {
    font-size: 24px;
    color: #fefefe;
    line-height: 30px;
    letter-spacing: 1px;
}


/* 新闻详情 */
.newsInfo {
    padding: 110px 96px 0px 96px;
}

.newsInfo .newsImg {
    width: 558px;
    height: auto;
}