
.content_list{
    width:1230px;
    margin-left:auto;
    margin-right:auto;  
    margin-top:50px;
}
.content_list #blog{
    display: inline-block;
}
.list_item{
    width:390px;
    float:left;
    margin-bottom:40px;
    height:200px;
}
.list_item:nth-child(2){
    margin-left:25px;
    margin-right:25px;
    
}
.list_item:nth-child(5){
    margin-left:25px;
    margin-right:25px;
    
}
.list_item:nth-child(8){
    margin-left:25px;
    margin-right:25px;
    
}
.list_image{
    width:60px;
    float:left;
    
}
.list_body{
    width:300px;
    float:right;
}
.list_title{
    padding:0;
    display:inline-block;
    
}
.list_title h3{
    margin-top:-1px;
}
.list_title h3 a{
    color:black;
    text-decoration:none;
    font-size: 18px;
    line-height: 1.55556;
    font-weight:normal;
    font-family: 'Source Sans Pro', 'Arial', sans-serif;

}
.list_short_description{
    display:inline-block;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 14px;
    color: #666;
    padding:0;
    display:inline-block;
    height:110px;
    margin-top:-2px;
   
}
.list_short_description p{
    margin-top:-5px;
}
.list_more{
    width:100%;
    height:50px;
    clear:both;
}
.list_more a{
    margin-top:2px;
    float:right;
    text-decoration:none;
    border:1px solid transparent;
    padding: 12px 19px;
    font-size: 14px;
    background-color: transparent;
    line-height:normal;
    text-transform: uppercase;
    color:black;
}
.list_more a:hover {
     background: #42B3E5;
     color:white;
     transition:0.7s; 
    
}
