div {
  box-sizing: border-box;
}

/* 学院动态和通知公告 */
.news-notice {
  height: 664px;
  display: flex;
  justify-content: center;
  background-image: url(../images/bg-01.png);
  background-size: cover;
  box-sizing: border-box;
}

.news {
  width: 990px;
  margin-right: 42px;
}

.block-title {
  display: flex;
  align-items: center;
  padding: 64px 0px 48px 0px;
  justify-content: space-between;
}

.title-name {
  font-size: 38px;
  position: relative;
  padding-bottom: 12px;
}

.title-name span {
  display: inline-block;
  width: 64px;
  height: 4px;
  background: #7d2224;
  position: absolute;
  left: 32px;
  bottom: 0;
}

.block-title .more {
  color: #939598;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #939598;
}

.news-content {
  display: flex;
}

.news-left {
  width: 608px;
  height: 408px;
}

.news-left img {
  width: 608px;
  height: 408px;
}

.pic-block {
  width: 336px;
  height: 24px;
  background: #7d2224;
}

.news-right-item {
  width: 384px;
  height: 108px;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  background: #ffffff;
  padding: 22px 24px 21px 24px;
}

.news-right-item:after {
  content: '';
  width: 336px;
  height: 1px;
  background-color: rgba(147, 149, 152, 0.3) !important;
  position: absolute;
  left: 24px;
  bottom: 0;
}

.news-right-item::before {
  content: '';
  width: 8px;
  height: 108px;
  background-color: rgba(147, 149, 152, 0);
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-right-item:last-child:after {
  background-color: rgba(147, 149, 152, 0);
}

.news-right-item:hover .news-right-item-title {
  color: #7d2224;
}

.news-right-item:hover::before {
  background-color: #7d2224;
}

.news-right-item-title {
  width: 264px;
  font-size: 20px;
  line-height: 32px;
  padding-left: 12px;
  color: rgba(0, 0, 0, 0.85);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-right-item-time {
  width: 60px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding-right: 8px;
  color: #7d2224;
  position: relative;
}

.news-right-item-time::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(147, 149, 152, 0.3);
}

.news-right-item-time .month-is {
  font-size: 16px;
  line-height: 16px;
  padding-top: 8px;
}

.news-right-item-time .day-is {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.notice {
  width: 488px;
}

.notice-content-item {
  height: 87px;
  position: relative;
  font-size: 22px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  padding-top: 8px;
  padding-bottom: 15px;
  cursor: pointer;
}

.notice-content-item:hover .notice-content-item-title {
  color: #7d2224;
}

.notice-content-item::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(147, 149, 152, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
}

.notice-content-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
}

.notice-content-item-time {
  font-size: 18px;
  padding-top: 8px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.50);
}

/* 教学实践+党建工作+团学工作 */
.teach-community {
  display: flex;
  justify-content: space-between;
}

.teach,
.party .community {
  width: 480px;
}

.tandc-content-item {
  display: flex;
  padding: 32px 0px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.tandc-content-item-title {
  width: 400px;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
  padding-right: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tandc-content-item-time {
  font-size: 18px;
  color: #939598;
  line-height: 24px;
}

.tandc-content-item:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(147, 149, 152, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
}

.tandc-content-item:hover .tandc-content-item-title {
  color: #7D2223;
}

/* 公共服务 */
.quick-nav {
  height: 264px;
  background-image: url(../images/bg-service.png);
  background-size: cover;
}

.nav-box ul {
  display: flex;
  box-sizing: border-box;
  align-items: center;
}

.nav-box li {
  width: 280px;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.nav-box li:last-child {
  padding-right: 20px;
}

.nav-box li:hover {
  color: #7d2224;
}

.nav-box li span {
  color: #7d2223;
  padding-right: 8px;
}

.nav-box li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@-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%;
  }
}