/* 列表页头部 */
header.body_home .header {
  position: relative;
}
header.body_home .header .banner-swiper {
  position: relative;
}
header.body_home .header .banner-swiper img.list-banner {
  min-height: 210px;
  width: 100%;object-fit: cover
}
header.body_home .header .banner-swiper .cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}


.list-container {
  max-width: 14.4rem;
  background-color: #fff;
  margin: 0.42rem auto;
  box-sizing: border-box;
}
.list-container>.left {
  width: 310px;
  height: auto;
  position: relative;
  background: #f6f6f6 url(../images/left-menu-bg.png) no-repeat center bottom;
  border-radius: 0 0 162px 162px;
}
.list-container>.left .menu-header {
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #08448A;
}
.list-container>.left .menu-header h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.list-container>.left .menu {
  padding-bottom: 2.37rem;
  margin-top: 0.21rem;
}
.list-container>.left .menu .menu-item > a {
  display: block;
  padding-left: 0.19rem;
  padding-right: 0.19rem;
  box-sizing: border-box;
}
.list-container>.left .menu .menu-item > a p {
  padding-left: 0.29rem;
  height:78px;
  line-height: 78px;
  font-size: 20px;
  margin-bottom: 0;
  background: url(../images/list-arrow-left.png) no-repeat right 0.14rem center;
  border-bottom: 1px solid #DBDBDB;
}
.list-container>.left .menu .menu-item .menu-down {
  display: none;
  margin: 0 0.24rem;
  padding: 0.22rem 0;
}
.list-container>.left .menu .menu-item>.menu-down>.down-item > a {
  display: block;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #666;
  padding-left: 0.5rem;
}
.list-container>.left .menu .menu-item>.menu-down>.down-item > .menu-down {
margin: 0 .14rem
}
.list-container>.left .menu .menu-item>.menu-down>.down-item > .menu-down .down-item a {
    display: block;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    padding-left: 0.42rem;
}
.list-container>.left .menu .down-item > a p {
  padding-left: 0.29rem;
  height:78px;
  line-height: 78px;
  font-size: 20px;
  margin-bottom: 0;
  background: url(../images/list-arrow-left.png) no-repeat right 0.14rem center;
  border-bottom: 1px solid #DBDBDB;
}
.list-container>.left .menu > .selected > a,
.list-container>.left .menu > .parent > a {
  color: #fff;
  background-color: #08448A;
}
.list-container>.left .menu > .selected > a p,
.list-container>.left .menu > .parent > a p {
  background-image: url(../images/list-arrow-left-active.png);
  border-bottom-color: #08448A;
}
.list-container>.left .menu > .selected .menu-down,
.list-container>.left .menu > .parent .menu-down {
  display: block;
  border-bottom: 1px solid #DBDBDB;
}
.list-container>.left .menu > .parent>.menu-down >.parent >a,
.list-container>.left .menu > .selected .menu-down .selected >a,
.list-container>.left .menu > .parent .menu-down .selected >a {
  background: #FFFFFF;
  border-radius: 25px;
  color: #034a9d;
}
@media screen and (max-width: 1500px) {
  .list-container {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 1250px) {
  .list-container>.left {
    width: 270px;
    border-radius: 0 0 130px 130px;
  }
  .list-container>.left .menu-header {
    height: 98px;
  }
}
@media screen and (max-width: 1050px) {
  .list-container>.left {
    float: none !important;
    width: 100%;
    background-image: none;
    margin-bottom: 25px;
    margin-top: 0;
    border-radius: 0;
  }
  .list-container>.left .menu {
    padding-bottom: 10px;
  }
  .list-container>.left .menu > .selected > a,
  .list-container>.left .menu > .parent > a {
    background-size: cover;
  }
  .list-container>.left .menu .menu-item .menu-down .down-item a {
    background-image: none;
  }
  .list-container {
    max-width: 100%;
    background-color: #fff;
    margin: 35px 3% 0;
    padding: 0;
  }
}
