.page-title{
    margin-bottom: 25px;
}
.news-list{
    margin-bottom: 50px;
}
.news-list ul li{
    padding: 25px 0;
    border-bottom: 1px solid #EDEDED;
}
.news-list ul li a{
    display: flex;
    position: relative;
}
.news-list ul li a img{
    width: 274px;
    /* height: 156px; */
    /* height: 206px; */
    height: 132px;
    object-fit: cover;
    margin-right: 20px;
    flex: 0 0 auto;
}
.news-list ul li a h5{
    font-size: 18px;
    color: #1C222B;
    line-height: 26px;
    margin-bottom: 10px;
}
.news-list ul li a p{
    font-size: 14px;
    color: #A0ACBB;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;
}

.news{
    margin-bottom: 50px;
}
.news h4{
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 48px;
    /* margin-top: 68px; */
    margin-bottom: 32px;
    text-align: center;
}
.news .source{
    width: 100%;
    height: 60px;
    background: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}
.news .source span{
    display: block;
    font-size: 15px;
    color: #999999;
    line-height: 20px;
    margin: 0 12px;
}
.news article p,.news article p *{
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-bottom: 24px;
    text-indent: 35px;
}
.news article p img{ 
    display: block; 
    max-width: 750px; 
    margin: 0 auto; 
}
.news article .img{ 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    flex-flow: column; 
    margin-bottom: 24px; 
}
.news article .img img{ 
    width: 555px; 
    height: 370px; 
    object-fit: cover; 
    margin-bottom: 16px; 
}
.news article .img span{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}