.news_sum{
    width:62.5%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  
  .item{
    width:45%;
  }
  .news_sum dd span{
  display:block;
  line-height:18px;
  margin-top:8px;
  margin-bottom:8px;
}
  .storestitle{
  font-weight:bolder;
  line-height:32px;
  font-size:18px;
  }

  @media(min-width:769px) {
  .fl {
    /* float: left; */
        display: inline-block;
    clear:left;
          margin: 0 2%;
  }
    .fr {
      float: right;
    }
    
  }
  @media (max-width:1600px) and (min-width:1152px) {
    .news_sum{
      width:65%;
    }
  }
  @media (max-width:1152px) and (min-width:960px) {
    .news_sum{
      width:75%;
    }
  }

@media(max-width:640px) {
  .news_sum{
    width:80%;
  }
  .news_sum dl{
    width:100%;
  }
  .news_sum dt{
    width:100%;
    height:100%;
  }
  .news_sum dt img{
    width:100%;
  }
    .news_sum dd span{
  margin-top:4px;
  margin-bottom:4px;
}
  .inlinefont{
    display:block;
    line-height:18px;
    margin-top:4px;
    }
  }
.prev-page{
  background-image:url(../images/prevpage.png);
      background-repeat: no-repeat;
  background-position: center;
}
.next-page{
  background-image:url(../images/nextpage.png);
      background-repeat: no-repeat;
  background-position: center;
}
.video_fenye{
  margin:auto; 
  width:80%;
  text-align:center;
  height:38px;
  margin-top :20px;  
  margin-bottom :20px;  
}
.video_fenye a{
  height:36px;
  line-height:36px;
  /* display:inline-block; */
  margin-right:10px;
  /* border:1px solid #e8e8e8; */
  font-size:14px;
  padding:0 15px;
  color:#9f9f9f;
}
.video_fenye a.active-page{
  /* background-color: #8e8e8e;
  color:#fff; */
  color:black;
}
@media (max-width:800px) {
  .video_fenye a{
  margin-right:5px;
  padding:0 10px;
  }
}

.video_fenye .first-page,.video_fenye .last-page{  
  display:none;
}
.video_fenye span a{
  background:#cf092c;
  color:#fff;
}
.video_fenye a:hover{
  /* background-color: #8e8e8e; */
  color:black;
}