@media (max-width: 768px) {
  .carousel {
    margin-top: 91px;
  }
}
.subject-list .subject-item {
  height: 121px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
.subject-list .subject-item .subject-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 25px 0px 44px;
}
.subject-list .subject-item:hover {
  background-color: #6d1b1d;
}
.subject-list .subject-item:hover .left-content .title,
.subject-list .subject-item:hover .main-content .title,
.subject-list .subject-item:hover .left-content .sub-title,
.subject-list .subject-item:hover .main-content .sub-title,
.subject-list .subject-item:hover .left-content .content,
.subject-list .subject-item:hover .main-content .content {
  color: white;
}
.subject-list .subject-item .left-content .title {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.subject-list .subject-item .left-content .sub-title {
  font-size: 10px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #333333;
}
.subject-list .subject-item .left-content .content {
  font-size: 12px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #333333;
}
.subject-list .subject-item .main-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.subject-list .subject-item .main-content .title {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.subject-list .subject-item .main-content .sub-title {
  font-size: 10px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.subject-list .subject-item .icon {
  width: 57px;
  height: 57px;
}
.subject-list .bl {
  border-left: 1px solid #777777;
}
.subject-list .bt {
  border-top: 1px solid #777777;
}
.subject-list .br {
  border-right: 1px solid #777777;
}
.subject-list .bb {
  border-bottom: 1px solid #777777;
}
.work-list .work-item {
  position: relative;
  height: 463px;
  transform: all 0.4s;
  overflow: hidden;
}
.work-list .work-item .work-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(79, 31, 32, 0.8);
}
.work-list .work-item .work-content1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(79, 31, 32, 0.8);
}
.work-list .content {
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  top: 61px;
  left: 44px;
}
.work-list .content .first-title {
  margin-bottom: 13px;
}
.work-list .content .title {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
}
.work-list .content .sub-title {
  font-size: 15px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
}
.work-list .content .teacher {
  margin-top: 29px;
}
.work-list .bottom {
  position: absolute;
  bottom: 50px;
  left: 44px;
  color: rgba(255, 255, 255, 0.7);
}
.work-list .bottom .tips {
  font-size: 20px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  margin: 25px 0px;
}
.work-list .bottom .line {
  width: 66px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}
.work-list .bg-img {
  position: absolute;
  min-width: 401px;
  height: 463px;
  width: 100%;
}
.title-news-line {
  position: absolute;
  top: 20px;
  left: 44px;
  display: flex;
  z-index: 999;
}
.title-news-line .big-title {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.title-news-line .small-title {
  margin-top: 14px;
  font-size: 12px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #333333;
  margin-left: 23px;
}
.news-list .news-item {
  height: 304px;
  border-right: 1px solid #777777;
  position: relative;
  margin-bottom: 9px;
  background-color: white;
}
.news-list .news-item:hover {
  background-color: #B3B2B3;
}
.news-list .news-item:hover .more-bottom {
  display: flex !important;
}
.news-list .news-item .more-bottom {
  display: none !important;
  bottom: 0px;
  position: absolute;
  left: 0px;
  background-color: #851C1F;
  width: 100%;
}
.news-list .news-item .more-bottom a {
  width: 100%;
  height: 62px;
  font-size: 14px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-list .news-item .content {
  padding-top: 55px;
  margin-left: 29px;
  position: relative;
}
.news-list .news-item .content .date {
  margin-left: 113px;
  font-size: 9px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #333333;
}
.news-list .news-item .content .intro {
  margin-left: 60px;
  margin-top: 28px;
}
.news-list .news-item .content .intro a {
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #333333;
  font-size: 12px;
}
.news-list .news-item .content .read {
  margin-left: 60px;
  margin-top: 11px;
}
.news-list .news-item .content .title-line {
  display: flex;
}
.news-list .news-item .content .title-line .time {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 13px;
}
.news-list .news-item .content .title-line .time .year {
  letter-spacing: 3px;
}
.news-list .news-item .content .line {
  width: 2px;
  height: 38px;
  background-color: #9b9b9b;
  margin: 0px 11px 0px 10px;
}
.news-list .news-item .content .title {
  flex: 1;
  max-height: 53px;
}
.news-list .news-item .content .title a {
  color: #333333;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
}
.title-party-line {
  position: absolute;
  top: 28px;
  left: 44px;
  display: flex;
  z-index: 1;
}
.title-party-line .big-title {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.title-party-line .small-title {
  margin-top: 14px;
  font-size: 12px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #333333;
  margin-left: 23px;
}
.party-list {
  background-color: white;
}
.party-list .party-item {
  height: 401px;
  position: relative;
  border-right: 1px solid #777777;
}
.party-list .party-item:hover {
  background-color: #B3B2B3;
}
.party-list .party-item:hover .more-bottom {
  display: flex !important;
}
.party-list .party-item .more-bottom {
  display: none !important;
  bottom: 0px;
  position: absolute;
  left: 0px;
  background-color: #851C1F;
  width: 100%;
}
.party-list .party-item .more-bottom a {
  width: 100%;
  height: 62px;
  font-size: 14px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.party-list .party-item .content {
  padding-top: 68px;
  display: flex;
}
.party-list .party-item .content .image {
  width: 177px;
  height: 265px;
  object-fit: cover;
}
.party-list .party-item .content .right-content {
  margin-left: 49px;
}
.party-list .party-item .content .right-content .time {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 13px;
  display: inline-block;
}
.party-list .party-item .content .right-content .time .year {
  letter-spacing: 2px;
}
.party-list .party-item .content .right-content .title {
  margin-bottom: 28px;
}
.party-list .party-item .content .right-content .title a {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.party-list .party-item .content .right-content .intro {
  margin-bottom: 20px;
}
.party-list .party-item .content .right-content .intro a {
  font-size: 12px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #333333;
}
.party-list .party-item .content .right-content .read {
  font-size: 9px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #333333;
}
