body{
    background-color: #fafafa;
}
.banner-box-1{
    height: 18.75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box-content{
    padding: 2.5rem;
    display: flex;
    justify-content: space-between;
}
.box-content .list-box{
    flex: 1;
    box-sizing: border-box;
    padding-left: 1.25rem;
    width: calc(100% - 12.5rem);
}
.box-content .list-normal.list-1{
    padding-top: 1.25rem;
}

.list-vertical.list-1{
    margin-top: 1.25rem;
}

.list-vertical.list-2{
    margin-top: 1.25rem;
}
.list-vertical.list-2 .list-one{
    display: flex;
}
.list-vertical.list-2 .list-one .img-box{
    width: 7.5rem;
    height: 6.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-normal.list-3{
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.25rem;
}

.box-search{
    background-color: #fff;
    padding: 1.25rem;
}
.box-search{
    display: flex;
}
.box-search .form-item{
    flex: 1;
    box-sizing: border-box;
    padding-right: 0.625rem;
}
.list-one>.title{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.list-one>.text{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}