
body{
    background: #f4f4f4
}
.hot{
    padding-top: 70px;
}
.hot .hot_img{
    width: 100%;
    height: 370px;
}
.content{
    padding:70px;
    margin-top: 36px;
}
.eveList{
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    
}
.eveList li{
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.eveList li:hover .eTitle{
    color: #ff0000;
    font-weight: 400;
}
.imgBox {
    width: 100%;
    height: 167px;
    
}
.imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.at-info{
    padding: 8px 14px 16px;
}
.at-info .status{
width: 62px;
height: 24px;
font-size: 14px;
color: #999999;
line-height: 24px;
text-align: center;
background: #F0F0F0;
border-radius: 2px 2px 2px 2px;
margin-right: 4px;
}
.at-info .name{
font-weight: 600;
font-size: 16px;
color: #272727;
}

.at-info .date,
.at-info .location{
    font-size: 14px;
color: #999999;
padding-left: 4px;
}
.name-group{
    padding-bottom: 14px;
}
