div {
  box-sizing: border-box;
}

.block-title {
  display: flex;
  align-items: center;
  padding-top: 48px;
  justify-content: space-between;
}

.block-title-left {
  display: flex;
}

.block-title-text {
  text-align: center;
}

.block-title-text .c {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 3px;
}

.block-title-text .e {
  opacity: 0.6;
  font-size: 20px;
  color: #939598;
  padding-top: 4px;
  line-height: 20px;
}

.block-title-more {
  color: #939598;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.block-title-more span {
  padding-right: 4px;
}

.block-title-more img {
  width: 16px;
  height: 16px;
}

.color-title {
  color: #7D2224;
}

/* 工作动态 */
.news {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}

.news-single {
  width: 768px;
  height: 640px;
  position: relative;
}

.news-single-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.news-single-top img {
  width: 768px;
  height: 432px;
}

.news-single-main {
  width: 768px;
  height: 600px;
  background: #791f20;
  position: absolute;
  top: 24px;
  right: 32px;
  color: #fff;
  z-index: 9;
}

.news-single-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 32px 56px 40px 56px;
}

.news-single-bottom-title {
  width: 688px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-single-bottom-content {
  font-size: 16px;
  line-height: 28px;
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.80);
  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-single-bottom-date {
  font-size: 18px;
  padding-top: 16px;
  line-height: 16px;
}

.news-single-block {
  width: 768px;
  height: 145px;
  position: absolute;
  right: 0;
  bottom: 37px;
  background: #f2f0f0;
}

.news-list {
  width: 688px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-list-item {
  width: 328px;
  height: 304px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}

.news-list-item:hover .news-list-bottom-title {
  color: #7D2224;
}

.news-list-item-top {
  width: 328px;
  height: 200px;
}

.news-list-item-top img {
  width: 328px;
  height: 200px;
}

.news-list-bottom {
  height: 104px;
  position: relative;
  padding: 10px 24px 12px 24px;
}

.news-list-bottom-title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  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;
}

.news-list-bottom-date {
  text-align: right;
  padding-top: 6px;
  font-size: 18px;
  color: #7d2224;
  line-height: 16px;
  position: absolute;
  right: 24px;
  bottom: 12px;
}

/* 通知公告 */
.notice {
  display: flex;
  flex-wrap: wrap;
}

.notice-item {
  width: 480px;
  height: 112px;
  display: flex;
  margin-top: 32px;
}

.notice a {
  margin-right: 40px;
}

.notice a:nth-child(3n) {
  margin-right: 0;
}

.notice-item:hover .notice-item-title-inner {
  color: #7d2223;
}

.notice-item-date {
  width: 112px;
  height: 112px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #7d2223;
}

.notice-item-date-day {
  font-size: 32px;
  color: #7d2223;
  line-height: 32px;
  padding: 14px 26px;
}

.notice-item-date-year {
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
  background: #7d2223;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice-item-title {
  flex: 1;
  background: #fafafa;
  padding: 24px;
}

.notice-item-title-inner {
  font-size: 18px;
  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;
}


/* 跳转链接 */
.link-outer {
  width: 100%;
  height: 240px;
  margin-top: 64px;
  background-image: url(../images/bg-block.png);
  background-size: cover;
}

.link {
  height: 240px;
  display: flex;
  align-items: center;
  /* padding: 0 110px; */
}

.link-item {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.link-item a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.link-item:hover .link-item-name {
  color: #7d2223;
}

.link-item-pic {
  width: 104px;
  height: 104px;
  border: 1px dashed #7d2223;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.link-item-pic img {
  width: 56px;
  height: 56px;
}

.link-item-name {
  font-size: 24px;
  padding-top: 16px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
}


/* 精品教育 */
.education {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 64px;
}

.education-item-pic {
  width: 740px;
  height: 360px;
}

.education-item-pic img {
  width: 740px;
  height: 360px;
}

.education-item-bottom {
  display: flex;
  padding-top: 32px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.education-item-bottom:hover span {
  background: #7d2223;
}

.education-item-bottom:hover .education-item-bottom-title {
  color: #7d2223;
}

.education-item-bottom-title {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  display: flex;
  align-items: center;
}

.education-item-bottom-title span {
  display: inline-block;
  width: 4px;
  height: 32px;
  margin-right: 16px;
  background: #d8d8d8;
}

.education-item-bottom-link img {
  width: 24px;
  height: 16px;
}