.news-banner{height: 223px;}
.news-banner img{display: block;height: 100%;object-fit: cover;}

.news-box{padding-bottom: 100px;margin-top: -52px;position: relative;z-index: 1;}
.news-left{width: 820px;background: #FFFFFF;border-radius: 16px;display: flex;flex-direction: row;}
.news-left_nav{width: 200px;background: #EDF1FA;border-radius: 16px 0px 0px 16px;padding: 12px 0;}
.news-left_nav a{display: block;line-height: 48px;position: relative;padding: 0 20px;margin-bottom: 8px;}
.news-left_nav span{display: none;}
.news-left_nav a::after{content: '';position: absolute;width:3px;height: 100%;background: #327DFF;right: 0;top: 0;display: none;}
.news-left_nav a.curr{background: #E1E9F7;}
.news-left_nav a.curr::after{display: block;}

.news-left_con{padding: 20px 20px 20px 40px; width: calc(100% - 200px);box-sizing: border-box;}
.news_item{display: flex;flex-direction: row;margin-bottom: 40px;justify-content: space-between;}
.news_item_img{display: block;width: 240px;height: 145px;border-radius: 16px;overflow: hidden;}
.news_item_img img{width: 100%;height: 100%;object-fit: cover;}
.news_item_info{width: calc(100% - 256px);display: flex;flex-direction: column;justify-content: space-between;height: 145px;padding-top: 8px;box-sizing: border-box;padding-bottom: 8px;}
.news_item__top h2{line-height: 24px;font-size: 18px;overflow: hidden;
white-space: nowrap;text-overflow: ellipsis;margin-bottom: 16px;}
.news_item__top p{height: 42px;font-size: 14px;line-height: 22px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.news_item__time{line-height: 16px;font-size: 12px;color: #9DA0A6;}
.news_item__time span{margin-right: 24px;}
.news_item__time font{color: #327DFF;}

.news-right{width: 360px;}
.news-right_top{background: #FFFFFF;border-radius: 16px;padding: 20px;}
.news-right_title{display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-bottom: 16px;}
.news-right_title h2{line-height: 24px;font-size: 18px;}
.news-right_title a{line-height: 19px;font-size: 14px;color: #327DFF;padding-right: 18px;background: url('../index/arrowcr.png') no-repeat center right;background-size: 14px 14px;}

.paper-right__item{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.paper-right__item:last-child{
    margin-bottom: 0;
}
.paper_right-img{
    width: 80px;
    height: 100px;
    margin-right: 12px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('../index/paper-bg.png') no-repeat center;
    background-size: cover;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}
.paper_right-info{
    width: calc(100% - 92px);
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.paper_right__name{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}
.paper_right__name h2{
    line-height: 21px;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.paper_right__label{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.paper_right__label span{
    display: block;
    padding: 0 8px;
    line-height: 20px;
    background: #F2F3F5;
    border-radius: 4px;
    color: #757575;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.paper_right__label span font{
    color: #FA4D56;
}
.paper_right_intro{
    line-height: 19px;
    font-size: 14px;
    color: #9DA0A6;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}