.item {
    font-family: "Times New Roman", Times, serif;
    display: flex;
    justify-content: center;/* 水平居中 */
    align-items: center; /* 垂直居中（如果需要的话，但在这个例子中可能不需要） */
    border-bottom: 2px #a4a4a4 dotted;
    font-size: 18px;
    line-height: 47px;
    color: #e00b0b;
    margin: 0 20px;

}
.body .list{
    height: 16px;
    border-left: 4px solid #09291f;
    line-height: 16px;
    font-size: 17px;
    text-indent: 10px;
    font-weight: 600;
    justify-content: center;/* 水平居中 */
    align-items: center; /* 垂直居中（如果需要的话，但在这个例子中可能不需要） */
    margin-left: 25%;

}
/* .tips{
    margin-left: 25%;
    font-weight: 700;
    font-size: 50px;
    color: #1F453E;
    line-height: 120px;
} */

.new_list .new-list-ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.new_list .new-list-ul .new-list-item {
    border-top: 2px solid #647B76;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 15px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
}

.new_list .new-list-ul .new-list-item svg {
    position: absolute;
    left: 4%;
    top: 25px;
}

.new_list .new-list-ul .new-list-item .new-left {
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
}

.new_list .new-list-ul .new-list-item .new-left .new-title {
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}

.new_list .new-list-ul .new-list-item .new-left .new-time {
    line-height: 80px;
    font-size: 20px;
    color: #5F605E;
}

.new_list .new-list-ul .new-list-item .new-right {
    width: 40%;
    line-height: 38px;
    font-size: 15px;
    margin-left: 10%;
}
