
ul.plww_pagination > a, ul.plww_pagination > b{
  padding: 0;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin: 0 5px!important;
  background-color: hsla(var(--member-color-hsl),.05);
  min-width: 30px;
  border-radius: 2px;
  margin: 0 0.15rem;
  padding: 0 0.15rem;
}



@media(max-width:760px)
{
/*

*/
/*
横向滚动条
*/

.plww_sidebar{
  display: block;
  width: 100%;
}

ul.plww_pagination{
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
}

ul.plww_pagination > a, ul.plww_pagination > b{
  padding: 0 1rem;
  display: block;
  min-width: auto;
}


}   



ul.pictxt {
    padding: 15px 0 0 5px;
    /* width: 752px; */
    height: auto;
    display: flow-root;
    list-style: none;
}

ul.pictxt li a {
    float: left;
    display: inline-block;
    width: 126px;
    height: 150px;
    line-height: 19px;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    color: black;
}


ul.pictxt li {
    float: left;
    width: 132px;
    height: 150px;
}


ul.pictxt li a img {
    margin-bottom: 5px;
    border-radius: 10px;
    width: 101px;
    height: 106px;
}

 .tit {
    float: left;
    width: 100%;
    height: 26px;
    line-height: 20px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #f63d3d;
     display:block;
}

