
.sq-body{
    min-width: 1200px;
    margin: 0 auto;
}
.ssdiv{
    width: 240px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 56px 56px 56px 56px;
    border: 1px solid #E6E6E6;
    display: flex;
    padding: 0 20px;
    align-items: center;
}
.ssdiv input{
    font-size: 16px;
color: #AAAAAA;
width: 100%;
outline: none;
}

.ssdiv img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.title{
    font-size: 28px;
color: #232253;
}
.dz{
    display: flex;
    align-items: center;
    font-size: 14px;
color: #6A74A5;
margin-right: 20px;
cursor: pointer;
}
.dz img{
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.xzdz{
    color: #232253;
}
.spcont{
    padding: 20px;
    background: #FFFFFF;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.spcont .title2{
    font-size: 18px;
color: #232253;
}
.spcont .cont{
    font-size: 15px;
    color: #6A74A5;
    line-height: 20px;
    margin-top: 15px;
}
.sqinfo{
    position:absolute;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    height: 60px;
    width: 100%;
    bottom: -65px;
    left: 0;
    transition: all 1s;
}
.spcont:hover .sqinfo{
    bottom: 0;
}
.infodiv{
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 60px;
}
.infodiv img{
    display: flex;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.infodiv .name{
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 10px;
}


.sqgd-body{
    overflow-x: hidden;
	overflow-y: auto;
    margin-top: 20px;
}
.sqgd-body::-webkit-scrollbar {
  width: 0px; /* 修改宽度 */
}
/* 修改滚动条轨道背景色 */
.sqgd-body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
 
/* 修改滚动条滑块颜色 */
.sqgd-body::-webkit-scrollbar-thumb {
  background-color: #888;
}
 
/* 修改滚动条滑块悬停时的颜色 */
.sqgd-body::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
 
.ts{
    text-align: center;
    padding: 20px 0;
    color: #666;
}
.sqgd-body .row{
    /* display: flex; */
    /* flex-wrap: wrap; */
	column-count: 4;
	column-gap: 20px;
	
}
.sqgd-body .row .item{
    padding: 0 10px;
    /* float: none; */
	break-inside: avoid; /* 避免内容分割到下一列 */
	grid-row-start: auto;
	width: 300px;
}