.list_banner {
  position: relative;
  height: 3.53rem;
  background: url(../images/banner-list.png) no-repeat center center / cover;
}
.list-container .left .subLeft .menu .menu-item .menu-down .down-item .menu-down-t {
  display: none;
}
.list-container .left .subLeft .menu .menu-item .menu-down .selected .menu-down-t {
  display: block;
}
.list-container .left .subLeft .menu .menu-item .menu-down .down-item .menu-down-t a {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #666;
  background-image: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-container .left .subLeft .menu .menu-item .menu-down .down-item .selected a {
  text-decoration: none;
  color: #b30b09;
}
.list-container {
  background-color: #f9f9f9;
  padding-top: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-container .left {
  position: relative;
  width: 332px;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 206px;
}
.list-container .left::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 206px;
  width: 100%;
  background: url(../images/list-left-bottom.png) no-repeat center bottom / cover;
}
.list-container .left .menu-header {
  height: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: url(../images/list-left-top.png) no-repeat center center / cover;
  margin-bottom: 5px;
}
.list-container .left .menu-header h3 {
  font-size: 30px;
  font-weight: bold;
}
.list-container .left .subLeft {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-container .left .subLeft .menu .menu-item {
  background-color: #fff;
  padding: 3px 0;
  position: relative;
  margin-bottom: 5px;
}
.list-container .left .subLeft .menu .menu-item a::after {
  content: "";
  width: 44px;
  height: 52px;
  background: url(../images/menu-item-bg.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 10px;
}
.list-container .left .subLeft .menu .menu-item > a {
  display: block;
  text-align: left;
  height: 62px;
  line-height: 62px;
  font-size: 18px;
  background: url(../images/arrow-left.png) no-repeat right 20px center;
  padding-left: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 42px;
  position: relative;
}
.list-container .left .subLeft .menu .menu-item .menu-down {
  display: none;
  margin-top: 6px;
}
.list-container .left .subLeft .menu .menu-item .menu-down .down-item {
  background-color: #fff;
  padding-left: 23px;
}
.list-container .left .subLeft .menu .menu-item .menu-down .down-item a {
  display: block;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 24px;
  background: url(../images/son-menu.png) no-repeat left center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}
.list-container .left .subLeft .menu .menu-item .menu-down .down-item:last-child a {
  border-bottom: none;
}
.list-container .left .subLeft .menu > .selected {
  border-bottom-color: transparent;
background-color: #1d7de1;
}
.list-container .left .subLeft .menu > .selected > a,
.list-container .left .subLeft .menu > .parent > a {
  background-color: #1d7de1;
  color: #fff;
}
.list-container .left .subLeft .menu > .selected > a::after {
  background-image: url(../images/menu-item-bgh.png);
}
.list-container .left .subLeft .menu > .selected .menu-down,
.list-container .left .subLeft .menu > .parent .menu-down {
  display: block;
}
.list-container .left .subLeft .menu > .selected .menu-down .down-item {
  border-color: transparent;
}
.list-container .left .subLeft .menu > .selected .menu-down .down-item.selected {
  border-bottom: 2px solid #003f88;
}
.list-container .left .subLeft .menu > .selected .menu-down .down-item.selected a {
  color: #003f88;
}
@media screen and (max-width: 1250px) {
  .list-container .left {
    padding-bottom: 177.5px;
  }
  .list-container .left::after {
    height: 178.9px;
    background-size: contain;
  }
  .list-container .left .subLeft .menu > .selected > a::after,
  .list-container .left .subLeft .menu > .parent > a::after {
    background-size: 100%;
  }
  .list-container .left .subLeft .menu .menu-item > a {
    padding-left: 13px;
  }
  .list-container .left .subLeft .menu .menu-item .menu-down .down-item {
    padding-left: 23px;
  }
}
@media screen and (max-width: 991px) {
  .list-container .left {
    float: none !important;
    margin-bottom: 30px;
    width: 100%;
    background-image: none;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .list-container .left .menu-header {
    background: #003f88;
    height: 1.4rem;
  }
  .list-container .left .menu-header h3 {
    padding-top: 0;
  }
  .list-container .left .subLeft {
    border: 0;
    padding: 0;
  }
  .list-container .left::after {
    display: none;
  }
  .list-container .left .subLeft .menu {
    padding-right: 14px;
  }
  .list-container .left .subLeft .menu > .selected > a,
  .list-container .left .subLeft .menu > .parent > a,
  .list-container .left .subLeft .menu .menu-item .menu-down {
    width: auto;
  }
  .list-container .left .subLeft .menu > .selected > a::after,
  .list-container .left .subLeft .menu > .parent > a::after {
    display: none;
  }
  .list-container .left .subLeft .menu > .selected > a,
  .list-container .left .subLeft .menu > .parent > a {
    background-position: right 28px center;
  }
  html,
  body {
    background-color: #f9f9f9;
  }
  .list-container {
    max-width: 100%;
  }
}
