
.activity-list-item {
    position: relative;
}
.activity-list-item img {
    width: 840px;
    height: 280px;
    margin-top: 45px;
}
.activity-list-item >img.yuyue-mark {
    width: 87px;
    height: 85px;
    position: absolute;
    top: -1px;
    left: -1px;
}
.activity-desc {
    margin-top: 20px;
}
.activity-desc .activity-title{
   border: none;
}
.activity-title h2 {
    font-size: 18px;
    color: #696969;
    width: 550px;
   word-break: break-all;
}
.activity-title h2:hover{
    color:#6379fa
}
.activity-title p {
    font-size: 14px;
    color: #b3b3b3;
    margin-top: 7px;
}
.liaojie-yuyue span {
    width: 128px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    border-radius:10px ;
    background: #e5e5e5;
    transition: all .3s;
}
.liaojie-yuyue span:first-child {
    background: #4d68ff;
    margin-right: 15px;
    color: #fff;
}
.liaojie-yuyue span:hover {
    font-size: 18px;
    cursor: pointer;
}