.content-container{
  overflow: hidden;
}
.header{
  overflow: visible;
}
.page_title {
  display: flex;
  border-top: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  height: 2.56rem;
  align-items: center;
  justify-content: space-between;
}

.page_title .change_btns .btn {
  display: inline-block;
}
.page_title .change_btns img {
  width: .4rem;
}
.page_title .change_btns .disabled {
  display: none;
}
.page_title h1 {
  font-size: .6rem;
  color: rgba(14, 12, 13, 1);
}
.page_title .change_btns .lbtn{
  margin-right: 0.6rem;
}
.pictrue_list {
  display: block;
  padding: 1.2rem 0;
  font-size: 0;
 /* border-bottom: 2px solid #f6f6f6;
  margin-bottom: 1.44rem;*/
}
.pictrue_list .item {
  display: inline-block;
  margin-right: 5%;
  margin-bottom: 1rem;
  width: 47.45%;
  height: auto;
  font-size: 0;

}
.pictrue_list .item:nth-child(2n) {
  margin-right: 0;
}
.pictrue_list .item .imgSize {
    position: relative;
    width: 100%;
}
.pictrue_list .item .scale_60 {
  padding-top: 60%; 
}
.pictrue_list .item .art_img{
  position:absolute; 
  right:0;
  left: 0;
  top: 0;
  bottom: 0; 
}
.pictrue_list img {
  width: 100%;
  height: 100%;
  /*height: 3.98rem;*/
  object-fit: cover;
  transition: all 0.5s;
}
.pictrue_list img:hover{
  transform: scale(1.1);
  cursor: pointer;
}
.pictrue_list .name {
  margin-top: .3rem;
}
.pictrue_list .name .text{
  font-size: .24rem;
  color: #0E0C0D;
}
.pictrue_list .name .subtext{
  margin-left: 1em;
  font-size: .18rem;
  color: #0E0C0D;
}
.name_box{
  padding: 0.6rem 0;
 /* border-bottom: 2px solid #f6f6f6;
  margin-bottom: 1.44rem;*/
  display: none;
}
.name_none{
  /*display: flex;*/
  /*justify-content: flex-start;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  box-sizing: border-box;
}
.name_list{
  width: 116%;
  
 /* padding: 0.6rem 0;
  border-bottom: 2px solid #f6f6f6;*/
  font-size: 0.24rem;
  /*display: none;*/
  padding-bottom: 0.6rem;


}
/*.name_list{
  
  padding: 0.6rem 0;
  border-bottom: 2px solid #f6f6f6;
  font-size: 0.24rem;
  display: none;
  margin-bottom: 1.44rem;
  text-align: justify;
}
.name_list:after{
  content: '';
  display: inline-block;
  padding-left: 100%;
}*/

.name_none .item{
  display: inline-block;

  /*margin-right: 1%;*/
  /*text-align: center;*/
  width: 19.5%;
  margin-top: 0.8rem;


}

.name_none .item:nth-child(5n) {
  /*width: 10%;*/
 margin-right: 0;
}
.name_none .item:hover{
color: #0e0c0d;
}

.art_pgbtn{
  margin-top: 0;
  display: flex;
  border-bottom: 2px solid #f6f6f6;
  margin-bottom: 1.44rem;
  padding-bottom: 0.6rem;
}
.art_pgbtn .page_prev{
  width: 50%;
}
.art_pgbtn .page_next{
  width: 50%;
  text-align: right;
}
.art_pgbtn .page_prev:hover,.art_pgbtn .page_next:hover{
  color: #0e0c0d;
  text-decoration: underline;
}


.B_Demo2 {
  display: none;
}
@media only screen and (min-width:767px) and (max-width: 768px){
  .pictrue_list .item .art_img {
    width: 100%;
    height: 40vh;
    overflow: hidden;
  }
}

@media only screen and (max-width:768px) {
  .page_title {
    height: 1.2rem;
  }
  .page_title h1 {
    padding-left: 2.5%;
    font-size: 18px;
  }
  .page_title .change_btns {
    padding-right: 2.5%;
  }
  .pictrue_list {
    padding: .6rem 0;
  }
  .pictrue_list .item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    width: 95%;
  }
  .pictrue_list .name .text {
    font-size: .28rem;
  }
  .pictrue_list .name .subtext {
    font-size: .24rem;
  }
  .pictrue_list .item:nth-child(2n) {
    margin-right: auto;
  }
  .name_list{
    width: 115%;
  }
  .name_list .item{
    width: 18.5%;
    padding-left: 0.1rem;
  }
  .art_pgbtn {
    margin-bottom: .6rem;
  }
  .art_pgbtn .page_prev {
    margin-left: 2.5%;
  }
  .art_pgbtn .page_next{
    margin-right: 2.5%;
  }
}
