
.lagn_pagination > a,.lagn_pagination > b{
  display: inline-block;
  overflow: hidden;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 7px 8px;
  border-radius: 2px;
  background-color: #f2f2f2;
  box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.05);
  color: #999;
  vertical-align: top;
  line-height: 1;
  transition: all .2s ease-in-out;
}


.lagn_pagination > a:hover,.lagn_pagination > b{
  background: #4285f4;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}


.j-share {
  position: fixed !important;
  top: 50% !important;
}

.header .lagn_logo img {
  max-height: 40px;
}

@media (max-width: 767px) {
  .header .lagn_logo img {
      max-height: 36px;
  }


  .lagn_sidebar{
    display: block;
    width: 100%;
    margin: 0.15rem 0;
  }

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

  .lagn_pagination > a,.lagn_pagination > b{
    margin: 0.12rem 0.15rem ;
    padding: 0.12rem 0.15rem ;
    overflow: visible;
  }

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .article-list .item-sticky .item-title a {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

  .article-list .item-sticky .item-title a,
  .article-list .item-sticky .item-title a .sticky-post {
      background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%);
      background-image: linear-gradient(90deg, #3ca5f6 0%, #a86af9 100%);
  }
}

.slideBox {
  width: 670px;
  height: 320px;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
  list-style: none;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 670px;
  height: 320px;
  display: block;
}
.entry-content img {
  height: auto !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: 140px;
    height: 183px;
    line-height: 19px;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

ul.pictxt li {
    float: left;
    width: 170px;
    height: 195px;
}

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

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