.content{
    width: 1200px;
    margin-top: 160px;
}
.content-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 60px 0 250px 0;

}
.content-empty img{
    width: 276px;
    height: 189px;
}

.empty-title{
    color: #8B8B8B;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px;
}
.page.hide,
.content-empty.hide{
    display: none;
}

.list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding :0 74.5px;
    margin-bottom: 60px;
}
.list-item{
    display: flex;
    flex-direction: row;
    gap: 70px;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #1B2C62;
    align-self: stretch;
}
.list-item-column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;

}

.list-item-column img{
    width: 281.425px;
    height: 180px;
}
.list-item-title{
    height: 72px;
    -webkit-line-clamp: 2;  
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;

    color: #1B2C62;
    font-size: 24px;
    font-weight: 500;
}
.list-item-desc{
    height: 40px;
    -webkit-line-clamp: 2;  
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    font-size: 14px;
    color: #8B8B8B;
}
.list-item-date{
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
}

.search {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 56px;
}

.search-group{
    align-self: stretch;
    display: flex;
    width: 766px;
 
    padding: 10px 16px;
    justify-content:space-between;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    border: 1px solid   #1B2C62;
    background: #FFF;
}

.search-group input{
    width: 676px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    align-self: stretch;
}
.search-group input::placeholder{
    font-size: 16px;
    color: #D9D9D9;
    font-weight: 350;
    line-height: 24px;
}

.search-radiogroup{
    display: flex; 
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 23px;
    margin-top: 20px;
    margin-bottom: 56px;
}
.radio-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;

}
input[type=radio] {
    fill: rgba(27, 44, 98, 0.36);
    stroke-width: 1px;
    stroke:  #1B2C62;
    width: 17px;
    height: 17px;
    align-self: stretch;
}

select{
    width: 103px;
    height: 28px;
    font-size: 16px;
    color:#1B2C62;
    border: 1px solid  #1B2C62;
    text-align: left;
 
}
