
.main_box1{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
}
.main_box1 > div{
    display: flex;
    flex-direction: column;
    margin: 10px;
    flex: 2;
}
.main_box1 h1{
    display: none;
}
.main_box1 hr{
    margin: 5px 0;
    border: none;
    background-color: #ebebeb;
    height: 1px;
}
.main_box1 > div>div{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.main_box1 a{
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    color: inherit;
    white-space:nowrap;
}
.main_box1 a > i{
    font-size: 2.3rem;
}
.main_box1 > div>.ys_1 a{
    flex: 2;
}
.main_box1 i{
    display: flex;
    align-items: center;
}