html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
* {
  box-sizing: border-box;
}
.container {
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 2.13rem;
}
.indexTitle {
  width: 5.67rem;
  height: 2.69rem;
  margin: 0 auto 3.5rem;
  display: block;
}
.indexBtn {
  display: block;
  margin: 0 auto;
}
.indexBtn img {
  display: block;
  margin: 0 auto;
  width: 3.13rem;
}
.listPageTitle {
  width: 3.4rem;
  margin: 0 auto 0.5rem;
  display: block;
}
.listBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.06rem;
  height: 1.1rem;
  background: linear-gradient(0deg, #ffe8ce, #ffcc8f);
  border-radius: 0.2rem;
  font-size: 0.4rem;
  color: #970000;
  margin: 0 auto 0.4rem;
}
.backIndex {
  font-size: 0.24rem;
  color: #ffdcb2;
}
a {
  text-decoration: none;
}
.handleView {
  display: flex;
  width: 6.06rem;
  justify-content: space-between;
  margin: 0.39rem auto 0;
}
.contentView {
  width: 7.05rem;
  height: 6.94rem;
  background: url(../images/sjibg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  overflow-y: auto;
}
.contentTitle {
  font-weight: bold;
  font-size: 0.38rem;
  color: #971612;
  text-align: center;
  padding-top: 0.3rem;
  margin-bottom: 0.96rem;
}
.listParent{
    width: 5.92rem;
    height: 4.6rem;
    margin: 0 auto;
    overflow-y: auto;
    color: #FDD9AC;
}
.nameList{
    display: flex;
    flex-flow: wrap;
    /* justify-content: space-between; */
    margin-bottom: 0.32rem;
}
.nameList a{
    font-size: 0.3rem;
    color: #FDD9AC;
}
.listParent img{
width:80%;
height:auto !important;
max-width: 80%;
display: block;
margin: 0.2rem auto 0;
}
.listParent span{
    color: #FDD9AC;
}
.nameList>a{
  /* margin-right: 0.2rem; */
  display: flex;
  /* min-width: 46.81px; */
  /* text-align: center; */
  /* justify-content: space-between; */
  min-width: 20%;
}
.nameList>a:last-child{
  margin-right: 0
}