
.nav-links a ,.nav-links >b{
  float: left;
  background: #fff;
  margin: 0 0 10px 5px;
  padding: 8px 11px;
  line-height: 100%;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.nav-links a:hover ,.nav-links >b{
  background: #00aeff;
  border: 1px solid #00aeff;
  color:white;
}



@media(max-width:760px)
{
  .fwaq_pagination {
    float: unset;
    display: flow-root;
}

  .nav-links {
    white-space: nowrap;
    overflow-x: scroll;
    display: flex;
}

/*
white-space: nowrap;
overflow-x: scroll;
display: flex;
*/
/*
横向滚动条
*/
#sidebar{
  width: 100%;
  display: block !important;
}

}    



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

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;
}


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


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

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

