.news-body {
    min-height: 100vh;
}

.marginauto {
    margin: 0 auto;
}

.section-two {
    width: 100%;
    height: 420px;
    background-image: url('/leigodjsq/img/news-bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;

}

.section-two .news-title {
    width: 1300px;
    height: 100%;
    padding: 202px 0 0 0px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-three {
    width: 100%;
    min-height: calc(100vh - 527px);
    /* flex:1; */
    background: #F4F4F4;
    padding-bottom: 68px;
}

.section-three .news-container {
    width: 1200px;
    height: 100%;
}

.section-three .news-container .news-container-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。  */
    display: -webkit-box;
    /* -webkit-line-clamp用来限制在一个块元素显示的文本的行数 */
    -webkit-line-clamp: 2;
    /* -webkit-box-orient 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。 */
    /* 从顶部向底部垂直布置子元素 */
    -webkit-box-orient: vertical;
    color: #000;
    font-family: "MiSans VF";
    font-size: 32px;
    font-style: normal;
    font-weight: 520;
    margin-bottom: 20px;
}

.section-three .news-container .link-title {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-top: 24px;
    margin-bottom: 23px;
}

.section-three .news-container .link-title .link-title1 {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.section-three .news-container .news-detail {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}

.section-three .news-container .news-detail p img {
    max-width: 100%;
}

.section-three .news-container .news-detail p {
    max-width: 100%;
}