﻿
.activity-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.activity-list .item {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    padding: 30px 40px 30px 30px;
    background-color: #ffffff;
}
.activity-list .item:hover{
    background-color: #F4F7FF;
}
header .image-inner{
    opacity: 1 !important;
  }
.activity-list .img-box {
    flex: none;
    margin-right: 23px;
    width: 212px;
    height: 159px;
    overflow: hidden;
}

.activity-list .item:hover .img-box img {
    transform: scale(1.1);
}

.activity-list .item-info {
    padding-top: 12px;
    width: 100%;
    overflow: hidden;
}

.activity-list .item-info .p {
    margin-top: 16px;
    color: #999;
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.activity-list .item-info .p:last-of-type {
    display: flex;
}

.activity-list .item-info .p .avatar {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 30px;
    border-radius: 50%;
    overflow: hidden;
}

.activity-list .item-info .p .avatar img {
    width: 20px;
    height: 20px;
}

.activity-list .item-info i {
    margin-right: 8px;
}

.activity-list .item-info .p:nth-child(1) {
    margin-top: 0;
    margin-bottom: 7px;
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

.activity-list .item:hover .item-info .p:nth-child(1) {
    color: #1267C6;
}

.activity-list .item-btn {
    position: absolute;
    right: 40px;
    bottom: 30px;
    border-radius: 2px;
    width: 110px;
    height: 40px;
    color: #fff;
    background-color: #999;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.activity-list .item-btn:hover {
    opacity: 0.8;
}

.activity-list .item-btn.danger {
    background-color: #1267C6;
}

.activity-list .item-btn.info {
    background-color: #F65A5F;
}


.font-icon::before {
    width: 16px;
    height: 14px;
    content: "";
    background-image: url(../static/press.student.icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}




@media (max-width: 1100px) {
    .inner-alumni{
        padding-top: 0;
    }
}

@media (max-width: 650px) {

    .page-menu,
    .page-menu .inner {
        height: 40px;
    }

    .news-list .item {
        width: calc(100% - 24px);
    }

    .notice-list .item .time {
        margin-left: 20px;
    }

    .activity-list .img-box {
        width: 100%;
        height: 200px;
    }

    .activity-list .img-box img {
        height: 200px;
    }

    .activity-list .item {
        flex-direction: column;
    }

    .activity-list .item-btn {
        position: relative;
        bottom: 0;
        margin-top: 20px;
        width: 100%;
        right: 0;
    }

    .service-list .item {
        width: calc(50% - 49px);
    }

 
}