body.mdui-loaded {
    background-color: #fff;
}

.layout-left {
    width: 880px;
}

.activity-list {
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: start;
}

.activity-list .activity-list-item {
    width: 280px;
    height: 255px;
    margin-bottom: 15px;
    margin-right: 20px;
}

.activity-list .activity-list-item:nth-child(3n-3) {
    margin-right: 0;
}

.activity-list .activity-list-item img {
    width: 280px;
    height: 157px;
    border-radius: 5px;
    margin-bottom: 16px;
}

.activity-list .activity-list-item p.activity-list-title {
    width: 260px;
    height: 24px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #313336;
    letter-spacing: 0.24px;
    text-align: justify;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.activity-list .activity-list-item p.activity-list-time {
    width: 260px;
    height: 14px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #6D7278;
    letter-spacing: 0.19px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 8px;
}

.activity-list .activity-list-item p.activity-list-place {
    width: 260px;
    height: 18px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #6D7278;
    letter-spacing: 0.19px;
    text-align: justify;
    line-height: 18px;
    font-weight: 400;
}

.activity-list .activity-list-item:hover p.activity-list-title {
    color: #4820DA;
}