
@media screen and (max-width: 750px) {
  
  body{
    background: #F5F8FD;
}

.banner_sty {
  display: none;
}

.right-con{
  margin-right: 0;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100% !important;
}

.right-con .title {
  display: none;
}

.text-list ul li {
  line-height: unset;
  font-size: 14px;
  border-bottom: 0;
  
  height: 75px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 12px;
  
  padding: 10px;
  box-sizing: border-box;
}

.text-list ul li a {
  float: none;
  width: auto;
  display: -webkit-box;    
  -webkit-line-clamp: 2;  /* 限制显示的行数 */     
  -webkit-box-orient: vertical;       
  overflow: hidden;     
  text-overflow: ellipsis;
  
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.item_content{
  
}

.item_content_title{
  height: 40px;
}

.item_content_date{
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}

.page_num {
  padding: 30px 0;
  font-size: 10px;
}

.page_con {
  padding-bottom: 0px;
}

.infoTextAndGoPageBtnWrap {
  display: block;
  margin-top: 10px;
}



}