#news_tabtit {  
overflow: hidden;  
margin-bottom: 5px;  
padding: 0 0 16px 15px;  
border-bottom: 1px solid #DDD;  
position: relative;  
}  
  
.i_tit {  
overflow: hidden;  
margin-bottom: 18px;  
padding-bottom: 16px;  
border-bottom: 1px solid #DDD;  
}  
  
.gg_dian:before {  
content: "";  
position: absolute;  
top: 50%;  
transform: translate(0, -50%);  
left: 10px;  
width: 4px;  
height: 4px;  
-webkit-border-radius: 50%;  
-moz-border-radius: 50%;  
-o-border-radius: 50%;  
border-radius: 50%;  
background: #00509;  
}