.footer{
    background: #e9eef9;
}
.header{
    background: linear-gradient(90deg,#def1fe,#f1f1f8);
}
.bodyer-main{
    padding: 30px 0 120px 0;
}
.breadcrumb{
    display: flex;
    align-items: center;
}
.breadcrumb-list{
    display: flex;
    align-items: center;
}
.breadcrumb-item{
    margin-left: 6px;
    color: #666;
    font-size: 18px;
}
.breadcrumb-item span{
    margin-left: 6px;
    color: #689cd2;
    cursor: pointer;
}
.breadcrumb-item:last-child span{
    color: #666;
    cursor: inherit;
}
.news-container{
    padding-top: 80px;
}
.news-title{
    margin-bottom: 20px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.news-desc{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    font-size: 16px;
    color: #666;
}
.news-origin{
    margin-right: 30px;
}
.news-content p{
    margin-bottom: 10px;
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    text-align: justify;
}