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

/* 校园文化+资料下载 */
.culture-download-outer {
  background-color: #ffffff;
  padding-top: 64px;
}

.culture-download {
  display: flex;
  justify-content: space-between;
}

.inner-block-2 {
  width: 720px;
}

/* 通知公告 */
.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(2n) {
  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;
}

.study-item {
  display: flex;
  position: relative;
  padding: 32px 0px;
  align-items: center;
  justify-content: space-between;
}

.study-item:hover .study-item-title {
  color: #E62029;
}

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

.study-item1 {
  display: flex;
  position: relative;
  padding: 36px 0px;
  align-items: center;
  justify-content: space-between;
}

.study-item1:hover .study-item-title {
  color: #E62029;
}

.study-item1::after {
  content: '';
  width: 480px;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  left: 0;
  bottom: 0;
}

.study-item2 {
  display: flex;
  position: relative;
  padding: 33.4px 0px;
  align-items: center;
  justify-content: space-between;
}

.study-item2:hover .study-item-title {
  color: #E62029;
}

.study-item2::after {
  content: '';
  width: 656px;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  left: 0;
  bottom: 0;
}

.study-item-title {
  width: 600px;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.study-item-date {
  font-size: 18px;
  color: #939598;
  line-height: 24px;
}



/* 跳转链接 */
.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;
}

.news-zwxw-wapper {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.news-wapper {
display: flex;
gap: 32px;
}

.news-wapper>div {
flex: 1;
}

.news-list {
width: 656px;
}

.news-list-item {
display: flex;
gap: 32px;
padding-top: 20px;
padding-bottom: 20px;
position: relative;
cursor: pointer;
}

.news-list-item:first-child {
padding-top: 0;
}

.news-list-item:after {
display: block;
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background-color: #d8d8d8;
}

.news-list-item-date {
width: 80px;
height: 96px;
background: #7d2223;
color: #fff;
font-family: PingFangSC, PingFangSC-Medium;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.date-day {
font-size: 32px;
font-weight: 500;
line-height: 30px;
margin-bottom: 8px;
}

.date-month {
font-size: 18px;
font-weight: 400;
line-height: 24px;
}

.news-list-item-wapper {
flex: 1;
padding-top: 12px;
width: 0;
}

.news-list-item-wapper h3 {
width: 100%;
font-size: 24px;
font-family: PingFangSC, PingFangSC-Regular;
font-weight: 400;
color: rgba(0, 0, 0, 0.85);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 16px;
transition: all 1s;
}

.news-list-item-content {
font-family: PingFangSC, PingFangSC-Regular;
font-weight: 400;
color: rgba(0, 0, 0, 0.65);
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition: all 1s;
}

.news-list-item:hover h3 {
color: #7d2223;
transition: color 1s;
}

.news-list-item:hover .news-list-item-content {
color: #000;
transition: color 1s;
}

.swiper-slide-wapper {
  height: 488px;
  overflow: hidden;
  position: relative;
}

.swiper-slide-info {
  height: 120px;
  background: #792123;
  padding: 20px 24px;
  box-sizing: border-box;
  border-left: 3px solid #7d2224;
}

.swiper-slide h3 {
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: white;
  line-height: 32px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slide-date {
  font-size: 18px;
  font-family: ArialMT, ArialMT-Regular;
  font-weight: 400;
  color: white;
  line-height: 24px;
}