.body-bg{
    width:100%;
    height: 220px;
}
.body-bg-text{
    position: absolute;
    width: 469px;
    height: 120px;
    z-index: 1;
}
.container-1{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 220px;
    position: relative;
    margin-top: 22px;
}
.container-2{
    background: #FFFFFF;
    display: flex;
    justify-content: center;
}
.container-2-body{
    width: 1091px;
}
.search-header{
    height: 108px;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 64px;
}
.vertical{
    height: 28px;
    margin: 0 20px;
}
.year{
    margin-right: 7px;
}
select{
    width: 80px;
}
.search-btn{
    width: 56px;
    height: 36px;
    margin-left: 40px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 18px;
}
.btn{
    background-color:#7D342D;
}
.body-row{
    margin-bottom: 43px;
}
.body-row-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #3D3D3D;
    margin-bottom: 60px;
}
.header-year{
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.spot{
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.row-content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}
.content-cover{
    cursor: pointer;
    width: 215px;
    height: 292.64px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.books-right{
    width: 54px;
    height: 40px;
}



.container-3{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
}

.container-3-body{
    width: 1091px;
}
.body-row-right{
    width: 100%;
}
.body-3-row{
    display: flex;
    margin-bottom: 50px;
}

.train-img{
    width: 28px;
    height: 28px;
    margin-right: 6px;
}
.header-3-left{
    font-size: 24px;
    color: #7D342D;
    display: flex;
    align-items: center;
}
.train-right{
    width: 54px;
    height: 40px;
}
.container-header-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #7D342D;
    margin-bottom: 28px;

}
.left-img{
    width: 384px;
    height: 236px;
    margin-right: 60px;
    border-radius: 10px;
}
.title{
    font-size: 20px;
}
.date{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin:16px 0;
}
.content{
    font-size: 14px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
}
.tips{
    margin-top: 16px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    color: #7D342D;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
}
.tips img{
    width: 12px;
    height: 12px;
}