/* 左侧列表 */
.list-box {
  padding-top: 40px !important;
  display: flex;
  gap: 85px;
}

.side-menu {
  width: 300px;
  background: #fff;
  align-self: flex-start;
  min-height: 350px;
  position: sticky;
  top: 0
}

.side-menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 102px;
  padding-left: 25px;
  padding-right: 40px;
  margin-bottom: 21px;
  background-color: #A40100;

}

.title-text {
  font-size: 24px !important;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.title-line {
  width: 49px;
  height: 1px;
  background-color: #fff;
}

.side-menu-title-two {
  background: url(../img/2026Img/menuBgm.png) no-repeat center center;
  background-size: 100% 100%;
  min-height: 434px;
 
}

.side-menu-title-two-Item {
  position: relative;
  height: 52px;
  margin-left: 17px;
  padding-left: 52px;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
  line-height: 52px;
}

.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;
  background: #FAF1DF;
  padding-left: 34px;
}

.side-menu-title-two-Item:hover span::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #B82521;
  margin-right: 10px;
}

.menuActive {
  padding-left:34px;
  color: #A40100;
  background: #FAF1DF;
}
.menuActive a {
  color: #A40100;
}
.menuActive span::before  {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #B82521;
  margin-right: 10px;
}


.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(../img/2026Img/listBgc.png)  repeat-y center center / 100% auto;
}

.content-list-item {
 position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 35px;
  color: #666666;
  margin: 15px 0;
  cursor: pointer;
  overflow: hidden;
}

.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(../img/2026Img/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(../img/2026Img/listitemHove1.png) no-repeat center center / 100% 100%;
}
.content-list-item-text {
  flex: 1;
  margin-right:10px
 display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-list-item::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/2026Img/listIcon.png) no-repeat center center / 100% 100%;
  margin-right: 10px;
  flex-shrink: 0;
}

.content-list-item-day {
  margin-right: 20px;
  color: #999;
}
.breadcrumb {
  border-bottom: 1px solid #A9A8A8;
  padding-bottom: 15px;
}

.breadcrumb .active {
  color: #A40100;
}
.article-content {
  padding: 45px 76px;
}
.article-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 22px;
  color: #666666;
  text-align: center;
 line-height:30px;
}
.article-releaseTime {
margin-bottom: 20px;
  font-size: 16px;
  color: #999999;
  text-align: center;
}

.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;
    overflow: hidden;
}
.teacher-list-item:hover {
  background-color: #fff;
  color: #A40100;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}
.teacher-list-item:hover .content-list-item-icon {
  background: url(../img/2026Img/listitemHove1.png) no-repeat center center / 100% 100%;
}
@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;
}
.list-footer
.pag .active {
  background: #ec2d3c;
  color: #fff;
}

.pag-btn-prev,
.pag-btn-next {
  padding: 0 10px;
}
.img_vsb_content {
  margin:0 auto;
}
/* ============ 页脚 ============ */
.list-footer {
  height: 250px;
  width: 100%;
  background-image: url(../img/2026Img/footerBgm.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover;
  color: #fff;

  display: flex;
  align-items: center;
}

.list-footer-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  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-left:  40px;
   padding-right:130px;
  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 {
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: #fff;
  align-items: center;
  height: 100px;
  padding-left:25px;
}

.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-item:hover {  
  background-color: #B92824;
}
.search-item:hover .search-item-title,
.search-item:hover .search-item-date {
  color: #fff;
}
.search-place {
  padding-left: 80px;
 padding-top: 10px;
 margin-bottom: 5px;
  color: #fff;
}
.search-item:hover .search-item-text {
  color: rgba(255, 255, 255, 0.5);
}

.search-item .content-list-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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;
  }
}