.unit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.son_page .inner .right>.main {
  padding: 0;
  background: transparent;
}

.unit .item {
  width: 48%;
  height: 98px;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s;
}

.unit .item:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  /* transform: scale(1.01); */
  background: #A1241E;
}

.unit .item:hover .right p {
  color: #fff !important;
}
.unit .item:hover .right span {
  color: #fff !important;
}

.unit .item .left {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
}

.unit .item .right {
  width: calc(100% - 80px);
  height: 100%;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.unit .item .right p {
  transition: all 0.3s;
}

.unit .item .right p:nth-of-type(1) {
  font-size: 16px;
  color: #333333;
}

.unit .item .right p:nth-of-type(2) {
  font-size: 14px;
  color: #999999;
}

.unit .item .right p:nth-of-type(2) span {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #e0e0e0;
  margin: 0 7px 0 4px;
  vertical-align: middle;
}

.alumni-right-notification {
  width: 100%;
}

.right-notification-item {
  margin-bottom: 20px;
}

.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: #7E0D11;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}

.right-notification-item li .xiaoyou {
  background-color: #7E0D11;
}

.right-notification-item li .jijin {
  background-color: #ebca5e;
}

.right-notification-item li .shehe {
  background-color: #f19356;
}

.right-notification-item li span:nth-of-type(2) i {
  font-size: 13px;
  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: #2b2b2b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.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: #999999;
}

.right-notification-item li {
  cursor: pointer;
  transition: all 0.3s linear;
}

.right-notification-item li span {
  transition: all 0.3s;
}

.right-notification-item li:hover span:nth-of-type(1) {
  color: #006B5E;
  transform: translate(10px);
}

@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%;
  }
}

@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;
  }
}