/* 左侧列表 */
.list-box {
  padding-top: 40px !important;
  display: flex;
  gap: 85px;
}

.side-menu {
  margin-top: -200px;
  width: 300px;
  background: #fff;
  align-self: flex-start;
  min-height: 350px;
  position: sticky;
  top: 0;
}

.side-menu-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding-right: 40px;
  margin-bottom: 21px;
 background: url(/img/listBanner.png) no-repeat center center / 100% 100%;

}

.title-text {
  font-size: 24px !important;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.title-text-sub {
  font-size: 14px !important;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.title-line {
  width: 49px;
  height: 1px;
  background-color: #fff;
}

.side-menu-title-two {
  background: url(/images/menuBgm.png) no-repeat center center;
  background-size: 100% 100%;
  min-height: 434px;
 padding: 0 40px;
}

.side-menu-title-two-Item {
  position: relative;
  height: 52px;
 
  font-weight: 500;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
  line-height: 52px;
  border-bottom: 1px solid #E5E5E5;
}

.side-menu-title-two-Item a {
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block
}

.side-menu-title-two-Item:hover {
  color: #A40100;
  border-color: #A40100;
}


.menuActive {
  width: 100%;
  color: #A40100;
}
.menuActive a {
  color: #A40100;
}


.content-list {
  flex: 1;
  margin-right: 53px;
  padding: 0 26px;
}

.content-box {
  padding: 0 9.5vw;
  padding-bottom: 40px;
  box-sizing: border-box;
  background: url(/images/listBgc.png)  repeat-y center center / 100% auto;
  background-color: #F5F7FA;
}

.content-list-item {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 20px;
  color: #666666;
  margin: 20px 0;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
}

.content-list-item:hover {
  color: #B82521;
  background-size: 100% 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}

.content-list-item-icon {
  position: absolute;
  right: -9px;
  bottom: -1px;
  background: url(/images/listItem.png) no-repeat center center / 100% 100%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  flex-shrink: 0;
}
.content-list-item:hover .content-list-item-icon {
  background: url(/images/listItemHove.png) no-repeat center center / 100% 100%;
}
.content-list-item-text {
  flex: 1;
 
}

.content-list-item::before {
   content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #b11616;
  margin-right: 10px;
}

.content-list-item-day {
  color: #999;
  padding-right: 20px;
}

.breadcrumb {
  padding-bottom: 15px;
  text-align: right;
}
.breadcrumb .active {
  color: #A40100;
}
.article-content {
  padding: 45px 76px;
}
.article-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  color: #666666;
  text-align: center;
}
.article-releaseTime {
  font-size: 16px;
  color: #999999;
  text-align: center;
  margin-bottom: 20px;
}
.teacher-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 40px 0px;
}
.teacher-list-item {
  position: relative;
  border: 1px solid #A40100;
  border-radius: 8px;
  padding:  10px 65px;
}
.teacher-list-item:hover .content-list-item-icon {
  background: url(/images/listItemHove.png) no-repeat center center / 100% 100%;
}
.teacher-list-item:hover {
  background-color: #fff;
  color: #A40100;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}
@media screen and (min-width: 1921px) {
  .side-menu-title {
    font-size: 40px;
  }
}

.pag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #606266;
  gap: 10px;
  height: 90px;
  border-top: 1px solid #a9a8a8;
}

.pag a {
  color: #606266;
}

.p_pages {
  display: flex ;
  gap: 10px;
}

.p_fun_d {
  background: #F5F7FA;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  display: block;
  padding: 2px 10px;
  color: #606266;
}

.p_no {
  background: #F5F7FA;
  border-radius: 2px;
  padding: 2px 10px;
  display: block;
  cursor: pointer;
  color: #606266;
}

.p_no_d {
  background: #A40100;
  color: #fff;
  display: block;
  padding: 2px 10px;
  border-radius: 2px;
  cursor: pointer;
}

.pag-btn-num {
  width: 32px;
  text-align: center;
  line-height: 32px;
}

.pag .active {
  background: #ec2d3c;
  color: #fff;
}

.pag-btn-prev,
.pag-btn-next {
  padding: 0 10px;
}

/* ============ 页脚 ============ */
.list-footer {
  width: 100%;
  background-image: url(/images/footerBgm.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: 100% 100%;
  color: #fff;
  min-height: 250px;
  display: flex;
  align-items: center;
}

.list-footer-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
  gap: 40px;
}

.list-footer-left {
  flex: 0 0 auto;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  height: 100px;
  display: flex;
  align-items: center;
}

.list-footer-logo {
  height: 80px;
  width: auto;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.list-footer-center {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  flex: 1 1 auto;
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-footer-center p {
  margin: 0;
}

.list-footer-right {
  flex: 0 0 auto;
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: #fff;
  padding-left: 40px;
  align-items: center;
  height: 100px;
}

.list-footer-right a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
  border-bottom: 1px solid #fff;
}

.list-footer-right a:hover {
  opacity: 0.7;
}
.search-item {
  padding: 25px 80px;
  border-radius: 15px;
}
.search-place {
  padding-left: 80px;
  padding-top: 10px;
  color: #fff;
  margin-bottom: 5px;
}
.search-item:hover {  
  background-color: #B92824;
}
.search-item:hover .search-item-title,
.search-item:hover .search-item-date {
  color: #fff;
}

.search-item:hover .search-item-text {
  color: rgba(255, 255, 255, 0.5);
}

.search-item-title {
  color: #333333;
  font-weight: bold;
  display: inline-block;
}

.search-item-date {
  color: #999999;
  float: right;
}

.search-item-text {
  font-size: 0.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5rem;
  height: 4.5rem;
  overflow: hidden;
  margin-top: 18px;
  color: #666666;
}

@media (max-width: 768px) {
  .list-footer-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 0 20px;
  }

  .list-footer-left,
  .list-footer-center,
  .list-footer-right {
    border: none;
    padding: 0;
    height: auto;
  }

  .list-footer-right {
    justify-content: center;
  }
}