.activity-project {
    width: 1200px;
    margin: 45px auto;
    position: relative;
    top: 0;
    z-index: 1;
    min-height: 500px;
}

.activity-project-content {
    flex-wrap: wrap;
}

.activity-project-content li a {
    display: block;
    width: 260px;
    height: 345px;
    border: 1px solid #CCCAC9;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 44px;
    font-size: 16px;
    font-weight: 400;
    color: #2A2928;
    border-radius: 4px;
}

.activity-project-content li a:hover {
    background: #F10B05;
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.2);
}

.activity-project-content li a:hover .title {
    color: #ffffff !important;
}

.activity-project-content li a:hover .details {
    color: #ffffff !important;
}

.activity-project-content li a:hover .more {
    color: #ffffff !important;
}
.activity-project-content li a:hover .more .more-img{
    background: url('/r/cms/www/default/images/schoolEdu/white-more.png') no-repeat center center;
    background-size: 100% 100%;
}
.activity-project-content li a img {
    display: block;
    object-fit: cover;
    border-radius: 50%;
    width: 132px;
    height: 132px;
    margin: 22px auto;
}
.activity-project-content li a .title {
    width: 100%;
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #2A2928;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activity-project-content li a .details {
    padding: 0px 10px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #9B9895;
    line-height: 25px;
    margin: 5px 0px 14px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.activity-project-content li a .more {
    display: block;
    height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #9B9895;
    line-height: 25px;
}
.activity-project-content li a .more .more-img {
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url('/r/cms/www/default/images/schoolEdu/more.svg') no-repeat center center;
    background-size: 100% 100%;
}