/* 左侧列表 */
.list-box {
  margin-top: 52px;
  display: flex;
  gap: 114px;
}

.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(/images/menuBgm.png) no-repeat center center;
  background-size: 100% 100%;
  min-height: 434px;
 
}

.side-menu-title-two-Item {
  position: relative;
  height: 52px;
  margin-left: 32px;
  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 {
  width: 100%;
  color: #A40100 !important;
  text-align: center;
  background: #FFEDE7;
  border-bottom: 1px solid #A40100;
}


.content-list {
  flex: 1;
  margin-right: 53px;
  padding: 0 26px;
}

.content-box {
  padding: 0 5.5vw;
  padding-bottom: 40px;
  box-sizing: border-box;
  background: url(/images/listBgc.png);
}

.content-list-item {
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 20px;
  color: #666666;
  margin: 15px 0;
  cursor: pointer;
  background: url(/images/listItemBgc.png) no-repeat center center;
  background-size: 100% 100%;
}

.content-list-item:hover {
  color: #B82521;
  background: url(/images/listItemBgcHove.png) no-repeat center center;
  background-size: 100% 100%;
  background-color: #fff;
  border-radius: 5px;
}


.content-list-item-text {
  flex: 1;
}

.content-list-item::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/listIcon.png) no-repeat center center / 100% 100%;
  margin-right: 10px;
  flex-shrink: 0;
}

.content-list-item-day {
  color: #999;
}



@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-color: #B92824;
  background-image:
    linear-gradient(rgba(185, 40, 36, 0.35), rgba(185, 40, 36, 0.35)),
    url(/images/footerBgm.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
  padding: 40px 0;
  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;
}

.list-footer-right a:hover {
  opacity: 0.7;
}

@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;
  }
}
