<>
.block{
margin: unset;
}
.box2 li{
width: 126px;
margin: 0;
margin-right: 10px;
margin-top: 10px;
border: 1px solid #e3e6ee;
height: 32px;
line-height: 32px;
font-size: 14px;
cursor: pointer;
transition:all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-ms-transition: all 0.3s;
}
.box2 li:nth-of-type(8n){
margin-right: 0;
}
.box2 li:hover{
color: #fff;
background: #1896e8;
}
.box2{
margin: 30px 0;
}
.box4 a:hover{
text-decoration: none;
}
.box4 li{
width: 33.3%;
margin: 0;
margin-bottom: 10px;
padding: 10px;
transition:all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-ms-transition: all 0.3s;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border-bottom: 1px solid #e6e6e6;
}
.box4 ul{
overflow: hidden;
}
.box4 li:hover{
float: left;
display: inline;
width: 33.3%;
margin: 0;
margin-bottom: 10px;
background: #fff;
box-shadow: 0px 5px 10px 1px rgba(175,185,194,0.3);
}
.box4 li .item img:hover{
box-shadow: none;
}
.coverimg{
width: 100%;
height: 185px;
object-fit: cover;
}
.box3{
display: none;
}
.tit02{
display: inline-block;
}
.tright span {
float: right;
}
.avatar{
width: 25px;
height: 25px;
display: block;
border-radius: 50%;
float:left;
margin-right: 5px;
}
>