.index-body{
    background: #F7F8FA;
}
.footer{
    margin-top: 0 !important;
}
.news-box{
    padding: 24px 0 40px;
}
.news-body{
    display: flex;
}
.news-head-tab{
    display: flex;
    border-bottom: 1px solid #f0f0f0;
}
.news-head-tab>a{
    line-height: 56px;
    font-size: 16px;
    position: relative;
    margin: 0 24px;
    color: #262626;
    text-decoration: none;
}
.news-head-tab>a.active::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #402d89;
}
.news-list-box{
    padding: 0 24px;
}
.news-list{
    padding: 32px 0;
    border-bottom: 1px solid #f0f0f0;
}
.news-list>h4{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}
.news-list>p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.news-list>div{
    display: flex;
    align-items: center;
}
.news-list>div>span{
    color: #8c8c8c;
    font-size: 12px;
    line-height: 12px;
    margin-right: 24px;
}
.news-pages-box{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.news-list-content{
    flex: 1;
    background: #fff;
}
.news-right-content{
    width: 280px;
    margin-left: 24px;
}
.news-search-form{
    padding: 24px 16px;
    background: #fff;
    margin-bottom: 24px;
}
.news-search-form>strong{
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
}
.news-search-form>div{
    display: flex;
    align-items: center;
}
.news-search-form>div>input{
    width: 160px;
    height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    outline: none;
    padding: 0 10px;
}
.news-search-form>div>button{
    width: 56px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 0;
    outline: none;
    margin-left: 16px;
}
.news-ab{
    display: block;
    margin-bottom: 24px;
}
.news-article-box{
    background: #fff;
}
.news-article-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 16px;
}
.news-article-title>span{
    font-size: 16px;
}
.news-article-title>a{
    font-size: 14px;
    color: #8c8c8c;
}
.news-article-list-box{
    padding: 0 16px;
}
.news-article-list-box>a{
    display: block;
    padding: 16px 0;
    border-bottom: 1px dashed #F0F0F0;
    text-decoration: none;
}
.news-article-list-box>a>h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 14px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #262626;
}
.news-article-list-box>a>p{
    display: flex;
    align-items: center;
}
.news-article-list-box>a>p>span{
    font-size: 12px;
    color: #8c8c8c;
    margin-right: 16px;
}
.news-detail{
    padding: 40px;
}
.news-detail>strong{
    font-size: 22px;
    display: block;
    line-height: 30ox;
    margin-bottom: 30px;
}
.news-detail>div{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.news-detail>div>span{
    font-size: 14px;
    color: #8c8c8c;
    margin-right: 24px;
    line-height: 14px;
}
.news-detail>div>div{
    display: flex;
    align-items: center;
}
.news-detail>div>div>a{
    margin-right: 8px;
}
.news-detail>div>div>a>img{
    display: block;
}
.news-detail>p{
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.news-detail-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 40px;
    border-top: 1px solid #f0f0f0;
}
.news-detail-footer>p{
    display: flex;
}
.news-detail-footer>p>a{
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #402d89;
}