

.alumni-right-periodical {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}

.right-periodical-top {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
}

.periodical-top-item {
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 30.5%;
    margin-right: 24px;
}
.periodical-top-img img:nth-of-type(2){
    width: 62px;
    height: 62px;
    position: absolute;
    left: calc(50% - 31px);
    top:calc(50% - 31px);
}

.periodical-top-img {
    width: 100%;
    height: 200px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    position: relative;
}

.periodical-top-item p {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    color: rgba(51, 51, 51, 1);
    font-weight: 400 !important;
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.08);
}

.list-pr-g {
    margin-top: 30px;
}


.periodical-top-item {
    cursor: pointer;
    transition: all .3s linear;
}

.periodical-top-item:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
}

@media (max-width:1150px) {
    .inner-alumni{
        padding-top: 0;
    }
}

@media (max-width:850px) {

    .periodical-top-item {
        width: calc(50% - 24px);   
        margin-bottom: 30px;
    }

}



@media (max-width:500px) {

    .periodical-top-item {
        width: 100%;
        height: 320px;
        margin-bottom: 50px;
    }
}
