
.yaom_turn_page_jyw a, .yaom_turn_page_jyw > b{
  margin: 0 4px;
  float: left;
  position: relative;
  padding: 0 11px;
  line-height: 34px;
  border: #ebebeb 1px solid;
  color: #666;
  height: 34px;
  border-radius: 2px;
}

.yaom_turn_page_jyw a:hover, .yaom_turn_page_jyw > b{
  background: #e12a2a;
  color: #fff;
  border: #e12a2a 1px solid;
}

@media(max-width:760px)
{
/*
white-space: nowrap;
overflow-x: scroll;
display: flex;
*/
/*
横向滚动条
*/

.yaom_turn_page_jyw{
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
}

}   


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: 143px;
    height: 160px;
}


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

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




