.box20260318182858 {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
.box20260318182858_1 {
	width: 100%;
}
.box20260318182858_1_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box20260318182858_1 .title {
    font-size:20px;
    font-weight: bold;
}
.box20260318182858_1 .more {
    font-size:16px;
    line-height:30px;
    padding-left: 15px;
    padding-right: 0px;
}
.box20260318182858_1 .titel_line {
    width: 100%;
    margin-top:18px;
    margin-bottom: 10px;
    border-bottom: 2px solid #d5d5d5;
}
.box20260318182858_1 .content {
    /*font-size:1.6rem;*/
    color: #333;
    line-height: 160%;
}
/*小屏端*/
 @media (min-width: 768px) {
    .box20260318182858 {
        gap:80px;
    }
}