.alumni-right-periodical {
    width: 100%;
    box-sizing: border-box;
}

.right-periodical-top {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
}



.periodical-top-img {
    width: 100%;
    height: 142px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 3px;
    box-sizing: border-box;
}

.right-top-item {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(239, 239, 239, 1);
}

.right-item-data {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    border: 1px solid rgba(33, 152, 176, 1);
}

.right-item-data span {
    display: block;
    text-align: center;
}

.right-item-data span:nth-of-type(1) {
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: rgba(33, 152, 176, 1);
    font-size: 26px;
}

.right-item-data span:nth-of-type(2) {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(33, 152, 176, 1);
}

.right-item-img {
    width: 140px;
    height: 100px;
}

.right-item-news {
    width: 500px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-item-news p:nth-of-type(2) {
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

.right-item-news p:nth-of-type(1) {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: black;
}

.right-item-num {
    width: 90px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-left: 1px solid rgba(239, 239, 239, 1);
}

.right-item-num img {
    width: 14px;
    height: 15px;
}

.right-item-num p {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
}


.list-pr-g {
    margin-top: 30px;
}

/* 左侧列表选中样式 */
.left-list-active {
    color: rgba(33, 152, 176, 1);
    font-weight: bold;
    position: relative;
}

.left-list-active::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: rgba(33, 152, 176, 1);
    position: absolute;
    top: calc(50% - 3px);
    left: 8%;
}

.right-top-item {
    cursor: pointer;
}

.right-item-news p {
    transition: all .3s linear;
}

.right-top-item:hover .right-item-news p {
    color: #2198B0;
}

.right-item-img {
    overflow: hidden;
}

.right-top-item img {
    transition: all .3s linear;
}

.right-top-item:hover img {
    transform: scale(1.2);
}


@media (max-width:1150px) {

    .right-item-data {
        display: none;
    }

    .inner-alumni {
        padding-top: 0;
    }

}

@media (max-width:850px) {
    .right-top-item {
        flex-wrap: wrap;
    }

    .periodical-top-img {
        height: 270px;
    }

    .right-item-img {
        width: 96%;
        height: 200px;
    }

    .right-top-item {
        height: 375px;
    }

    .right-item-news {
        width: 70%
    }
}






@media (max-width:650px) {}

@media (max-width:500px) {}
