body{
    background: url('../image/smallBg2.png') repeat;
}
.columnTitle{
    width: 1230px;
    display: flex;
    align-items: center;
    margin:0 auto;
    margin-top: 32px;
    
}
.columnTitle img{
    width: 30px;
}
.columnTitle .columnName{
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    margin: 0 8px;
    
}
.content{
    padding: 30px 0;
    min-height: calc(100vh - 512px);
}
.imgs{
    width: 1230px;
    margin:0 auto;
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}
.imgItem{
    display: inline-block;
    width: 283px;
    height: 189px;
    margin-bottom: 25px;
    margin-right: 16px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.imgItem:nth-child(4n){
    margin-right: 0;
}
.avator{
    width: 283px;
    height: 189px;
    object-fit: cover;
    display: block;
}
.des{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    width: 283px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 10px;
    
}
