div {
  box-sizing: border-box;
}


.block-title {
  display: flex;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 48px;
  justify-content: space-between;
}

.block-title-left {
  display: flex;
}

.block-title-icon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.block-title-text {
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 1px;
}

.block-title-more {
  color: #939598;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.block-title-more span {
  padding-right: 8px;
}

.block-title-more img {
  width: 24px;
  height: 24px;
}

/* 新闻动态 */
.news {
  display: flex;
  padding-bottom: 64px;
}

.news-item {
  width: 480px;
  margin-right: 40px;
}

.news-item:last-child {
  margin-right: 0;
}

.news-item:hover .bottom-title,
.news-item:hover .bottom-content {
  color: #7D2224;
}

.news-item-pic,
.news-item-pic img {
  width: 480px;
  height: 280px;
}

.news-item-bottom {
  padding: 32px;
  position: relative;
  border: 1px solid #dedfe0;
  border-top: none;
}

.bottom-date {
  width: 88px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 32px;
  background-color: #7D2224;
  color: #ffffff;
}

.date-day {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.date-block {
  width: 76px;
  height: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 40px;
  left: 6px;
}

.date-month {
  position: absolute;
  right: 12px;
  bottom: 14px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}

.bottom-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  padding: 8px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bottom-content {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 通知公告+学院风采 */
.notice-show-outer {
  height: 744px;
  background-image: url(../images/bg-block.png);
  background-size: cover;
}

.notice-show {
  display: flex;
  justify-content: space-between;
}

.inner-is-notice {
  width: 648px;
}

.inner-is-show {
  width: 792px;
}

.notice-item {
  display: flex;
  align-items: center;
  line-height: 24px;
  padding: 31px 0px;
  position: relative;
}

.notice-item:hover .notice-item-title {
  color: #7D2224;
}

.notice-item::after {
  width: 100%;
  content: '';
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  left: 0;
  bottom: 0;
}

.notice-item-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.notice-item-date {
  width: 125px;
  font-size: 18px;
  color: #939598;
}

.notice-item-title {
  width: 480px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.show {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.show-item {
  width: 376px;
  height: 152px;
  padding: 24px;
  background: #ffffff;
  margin-top: 32px;
}

.show-item:hover .show-item-title {
  color: #7D2224;
}

.show-item-title {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.show-item-date {
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.show-item-date img {
  width: 20px;
  height: 20px;
}

.show-item-date span {
  font-size: 18px;
  color: #939598;
  line-height: 24px;
  padding-left: 18px;
}


/* 学工之家 */

.home {
  display: flex;
  padding-bottom: 64px;
}

.home a {
  margin-right: 40px;
}

.home a:last-child {
  margin-right: 0;
}

.home-item {
  width: 480px;
  height: 320px;
  position: relative;
  background: #f6f6f7;
}

.home-item-pic {
  width: 480px;
  height: 320px;
}

.home-item-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.home-item-title-block {
  width: 5px;
  height: 18px;
  border-radius: 5px;
  background-color: #ffffff;
}

.home-item-title-text {
  margin-left: 10px;
}

/* system */
.system-outer {
  background: #f6f6f7;
}

.system {
  padding: 40px 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.system-item {
  width: 270px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.system-item:hover .system-item-name {
  color: #7D2224;
}

.system-item::after {
  content: '';
  width: 1px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.system-item-icon {
  width: 56px;
  height: 56px;
}

.system-item-name {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  padding-left: 16px;
}


@-webkit-keyframes baoAni {
  from {
    opacity: 0;
    left: 60%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@-moz-keyframes baoAni {
  from {
    opacity: 0;
    left: 60%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@keyframes baoAni {
  from {
    opacity: 0;
    left: 60%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@-webkit-keyframes saAni {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}

@-moz-keyframes saAni {
  from {
    opacity: 0;
    -moz-transform: scale(0, 0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
  }
}

@keyframes saAni {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }

  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.watch-code.code-show {
  display: block;
  animation-name: scode;
  -webkit-animation: scode 0.3s linear 0s normal none;
  -moz-animation: scode 0.3s linear 0s normal none;
  animation: scode 0.3s linear 0s normal none;
}

@-webkit-keyframes scode {
  from {
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform-origin: left bottom;
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform-origin: left bottom;
  }
}

@-moz-keyframes scode {
  from {
    opacity: 0;
    -moz-transform: scale(1, 0);
    transform-origin: left bottom;
  }

  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform-origin: bottom bottom;
  }
}

@keyframes scode {
  from {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: left bottom;
  }

  to {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: left bottom;
  }
}

@-webkit-keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@-moz-keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@-webkit-keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@-moz-keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}