.mainbox01 .news_list{padding:20px 0 0 20px;}
.mainbox01 .news{
    position: relative;
    border-left: 1px solid #e2e8f0;
    padding-left: 30px;
    padding-bottom: 40px;
}
.mainbox01 .news .circle_border{
    position: absolute;
    left: -8px;
    top: 0;
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    border: 1px solid #47556980;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainbox01 .news .circle_inner{
    width: 9px;
    height: 9px;
    background-color: var(--mainColor1);
    border-radius: 50%;
}
.mainbox01 .news .title{
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
}
.mainbox01 .news_title{
    font-size: 30px;
    font-family: 'sys';
    font-weight: 700;
    color: var(--mainColor1);
    margin-right: 20px;
    line-height: 1.1;
}
.mainbox01 .short_title{
    font-size: 20px;
    font-family: 'sys';
    font-weight: 700;
    color: #1e293b;
}
.mainbox01 .news_intro{
    font-size: 15px;
    font-family: 'sys';
    color: #475569;
}