/* 列表页banner */
.banner img {
  width: 100%;
  min-height: 200px;
}
.banner .layout {
  position: relative;
}
.banner .position {
  position: absolute;
  bottom: 0.41rem;
  height: 16px;
  line-height: 16px;
}
.banner .position .weizhi {
  float: left;
  font-size: 16px;
  color: #fff;
  height: 100%;
  background: url(../images/position.png) no-repeat left center;
  background-size: 14px;
  padding-left: 25px;
}
.banner .position .weizhi a {
  color: #fff;
}
.banner .possplit {
  background-image: url(../images/position-img.png);
  margin: 0 3px;
}
article {
  min-height: 8.13rem;
  background: url(../images/list-article-bg.png) no-repeat left top 4.3rem,url(../images/list-container-bg-left.png) no-repeat left bottom 1.3rem,url(../images/list-container-bg-bottom.png) no-repeat bottom center;
}
.list-container {
  max-width: 14.4rem;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 0.16rem;
}
.list-container .left {
  width: 300px;
  height: auto;
  margin-bottom: 0.3rem;
}
.list-container .left .menu-header {
  position: relative;
  width: 189px;
  height: 189px;
  background: rgba(75, 104, 190, 0);
  border-radius: 50%;
  border: 1px solid #b5c1e4;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.list-container .left .menu-header .menu-header-bg {
  position: absolute;
  left: -6px;
  top: -1px;
  width: 187px;
  height: 187px;
  background-image: url(../images/menu-header-bg.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-container .left .menu-header h3 {
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  color: #FFFFFF;
}
.list-container .left .menu-bg {
    background: linear-gradient(0deg, #57A5E2, #003F88);
    border-radius: 35px;
    margin-top: 0.56rem;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.27);
    position: relative;
} 
.list-container .left .menu {
    position: relative;
    padding-top: 0.15rem;
    padding-bottom: 0.2rem;
    padding-left: 0.4rem;
    padding-right: 0.36rem;
    color: #fff;
    min-height: 170px;
    border-radius: 35px;
    background: url(../images/list-menu-bg.png) no-repeat left bottom;
    overflow: hidden;
}
.list-container .left .menu-bg::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0.56rem;
  background: #b5c1e4;
  left: 49%;
  top: 0;
  transform: translateY(-100%);
}
.list-container .left .menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
}
.list-container .left .menu .menu-item > a {
  display: block;
    padding-left: calc(45px + 0.2rem);
    color: #fff;
    position: relative;
}
.list-container .left .menu .menu-item > a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0.37rem;
    min-width:45px;
    height: 100%;
    background: url(../images/list-menu-item-icon.png) no-repeat left center;
}
.list-container .left .menu .menu-item > a p {
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  border-bottom: 1px solid transparent;
}
.list-container .left .menu .menu-item .menu-down {
  display: none;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.list-container .left .menu .menu-item .menu-down .down-item a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  margin-left: calc(0.75rem + 32px);
  padding-left: calc(7px + 0.21rem);
  background: url(../images/list-down-item-icon.png) no-repeat left center;
}

.list-container .left .menu >div> .selected > a::before,
.list-container .left .menu >div> .parent > a::before {
  background-image: url(../images/list-menu-item-icon-hover.png);
}
.list-container .left .menu >div> .selected > a p,
.list-container .left .menu >div> .parent > a p {
  border-bottom: 1px solid #5C8EDB;
}
.list-container .left .menu > div>.selected .menu-down,
.list-container .left .menu >div> .parent .menu-down {
  display: block;
}
.list-container .left .menu > div> .selected .menu-down .selected a,
.list-container .left .menu > div> .parent .menu-down .selected a {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .list-container .left .menu .menu-item > a {
    background-size: 60px;
  }
}
@media screen and (max-width: 1150px) {
  .list-container .left .menu-header {
    width: 169px;
    height: 169px;
  }
  .list-container .left .menu-header .menu-header-bg {
    width: 167px;
    height: 167px;
  }
}
@media screen and (max-width: 1100px) {
  .list-container .left .menu {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .list-container .left .menu {
    background: none;
    min-height: auto;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
.list-container .left .menu::before {
    display: none;
}
  .list-container .left {
    float: none !important;
    width: 100%;
  }
  .list-container {
    max-width: 100%;
    background-color: #fff;
    margin: 35px 3% 0;
    padding: 0;
  }
  article {
    min-height: auto;
    background: none;
  }
}
