  ::-webkit-scrollbar{display:none}
  .xq-topnav-group {
     position: relative;
     width: 94%;
     margin: 10px auto;
     overflow-y: auto;
     padding: 10px 10px;
     border-bottom: 1px solid #2AC724;
     background-color: #fff;
     box-sizing: border-box;
     border-radius: 8px;
     scrollbar-width:none;
     -ms-overflow-style:none;
  }
  .xq-topnav-group .navs {
     display:flex;
     flex-wrap: no-wrap;
     width:;
     
  }
  .xq-topnav-group .navs a{  
		font-size: 15px;
		padding: 4px 12px;	
		color: #333;
		text-align: center;
		z-index: 10;
     border-bottom: 0px solid #59C45C;
     margin-right: 10px;
     border-radius: 30px
  }
  .xq-topnav-group .navs a.active{ 
     border: 1px solid #50CF25;
     color: #50cf25;
  }
  .content-group {
     /*display: flex;
     flex-wrap: wrap;*/
     width: 94%;
     margin: 0 auto 20px;
     align-items: center;
     overflow: hidden;
  }
  
  .dh-group {
     width: 48.5%;
     float: left;
     display: flex;  
     padding: 4px 6px;
     background-color: #fff;
     border-radius: 6px;
     box-sizing: border-box;
     margin-bottom: 10px;
  }
  .dh-group:nth-child(even) {
     float: right
  }
  .dh-group img {
     width: 30%;
     height: 40px;
     border-radius: 4px;
    margin-right: 4px;
   
  }
  .dh-group .dh-text {    
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 40px;        
    justify-content: space-between;
    padding-left: 4px;    
    border-left: 2px solid #1FAE39;
    margin-top: 5px;
    overflow: hidden;
  }
  .dh-group .dh-text p {
    width: 100%;
    font-size: 12px;
    color: #666;
  }
  .dh-group .dh-text h4 {
    width: 100%;
    font-size: 12px;
  }
  .dh-group span {
    width: 10%;
    height: 50px;
    text-align: center;
    line-height:50px;
    font-weight: 600;
    font-size: 18px;
    color: #ccc
}