﻿.unit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.unit .item {
    width: 48%;
    height: 110px;
    border: 1px solid rgba(232, 232, 232, 1);
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    cursor: pointer;
    border-radius: 4px;
}



.unit .item:hover .right p:nth-of-type(1) {
    color: #1267C6;
}

.unit .item .left {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}

.unit .item .right {
    height: 100%;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.unit .item .right p:nth-of-type(1) {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}

.unit .item .right p:nth-of-type(2) {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.unit .item .right p:nth-of-type(2) span {
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: rgba(224, 224, 224, 1);
    margin: 0 10px;
    vertical-align: middle;
}

.alumni-right-notification {
    width: 100%;
}

.right-notification-item {
    margin-bottom: 40px;
}

.right-notification-item li {
    list-style: none;
    width: 100%;
    height: 69px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
}

.right-notification-item li .icon {
    width: 56px;
    height: 21px;
    line-height: 21px;
    background: #1267C6;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;

}

.right-notification-item li .xiaoyou {
    background-color: #1267C6;
}

.right-notification-item li .jijin {
    background-color: rgba(235, 202, 94, 1);
}

.right-notification-item li .shehe {
    background-color: rgba(241, 147, 86, 1);
}

.right-notification-item li span:nth-of-type(2) i {
    font-size: 14px;
    color: #BBBFC2;
    margin-right: 5px;
    vertical-align: middle;
}

.right-notification-item li span:nth-of-type(1) {
    width: 87%;
    display: inline-block;
    font-size: 16px;
    color: rgba(43, 43, 43, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s linear;


}

.right-notification-item li span:nth-of-type(1) img {
    max-width: 16px;
    max-height: 9px;
    vertical-align: middle;
}

.right-notification-item li span:nth-of-type(2) {
    display: inline-block;
    font-size: 16px;
    color: rgba(153, 153, 153, 1)
}



.right-notification-item li {
    cursor: pointer;
    transition: all .3s linear;
}

.right-notification-item li:hover span:nth-of-type(1) {
    color: #1267C6;
    transform: translate(10px);
}

.alumni-right-notification .title {
    width: 100%;
    height: 33px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 45px 0  32px;
}
.alumni-right-notification .unit-news{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.alumni-right-notification .unit-news .item{
    width: 300px;
    height: 330px;
    cursor: pointer;
    margin-bottom: 20px;
}
.alumni-right-notification .unit-news .item:hover p{
    color: #fff !important;
}
.alumni-right-notification .unit-news .item:hover{
    background-image: url(../../static/unit-item-bg.png);
}
.alumni-right-notification .unit-news .item:hover img{
    transform: scale(1.2);
}
.alumni-right-notification .unit-news .item .img{
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.alumni-right-notification .unit-news .item .size{
    width: 100%;
    height: 160px;
    padding: 16px 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 7px 8px 0px rgba(212,219,224,0.28);
}
.alumni-right-notification .unit-news .item .size p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
}
.alumni-right-notification .unit-news .size p:nth-of-type(2) {
    font-size: 14px;
    color: #999999cd;
    line-height: 24px;
}
.alumni-right-notification .title span:nth-of-type(1) {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.alumni-right-notification .unit-news .size p:nth-of-type(3) {
    font-size: 14px;
    color: #999999cf;
}
.alumni-right-notification .title span:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    position: absolute;
    right: 0;
    bottom: 0;
}

.alumni-right-notification .title span:nth-of-type(1)::after {
    content: "";
    width: 64px;
    height: 10px;
    background-color: rgba(18, 102, 198, 0.443);
    position: absolute;
    left: calc(50% - 32px);
    bottom: 0;
}

@media (max-width:1150px) {
    .alumni-left-list p {
        width: 25%;
        margin: 0;
    }

    .inner-alumni {
        padding-top: 0;
    }

}

@media (max-width:850px) {
    .right-notification-item li span:nth-of-type(1) {
        width: 80%;
    }
}

@media (max-width:650px) {
    .unit {
        flex-direction: column;
        align-items: center;
    }

    .unit .item {
        width: 95%;

    }
    .alumni-right-notification .unit-news .item{
        width: 100%;
    }
}

@media (max-width:600px) {
    .right-notification-item li span:nth-of-type(1) {
        width: 75%;
        font-size: 14px;
    }

    .right-notification-item li span:nth-of-type(2) {
        font-size: 13px;
    }

}

@media (max-width:450px) {
    .right-notification-item li span:nth-of-type(1) {
        width: 70%;
        font-size: 14px;
    }
}