.blog_container{
    width:1230px;
    margin-left:auto;
    margin-right:auto;
}
.article_time2_container{
    width:130px;
    height:420px;
    float:left;
}
.article_time2{
    float: left;
    width: 84px;
    background-color: #3156A3;
    color: #FFF;
    padding: 11px 13px 12px;
    text-align: center;
    margin-top:18px;
}
.time_after{
    float: left;
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: #3156A3 transparent;
    margin-top:18px;
}
.blog_con_blog{
    width:810px;
    display:inline-block;
    float:left;
}
.blog_con_blog p:nth-child(4){  
    width:670px;
    min-height:420px;
    float:right;
    margin:0px;
}
.blog_con_blog p img{
    width:600px; 
}
.blog_con_blog p{
    width:600px;
    float:right;
    padding: 1em 0;
    color: #666;
    line-height: 1.71429;
    margin-right:72px;
    
}
.article-button_container{
    width:100%;
    display:inline-block;
    
}
.article-button {
    float:right;
    text-decoration: none;
    border: 1px solid #E5E5E5;;
    padding: 12px 19px;
    font-size: 14px;
    background-color: transparent;
    line-height: normal;
    text-transform: uppercase;
    color:black;
    margin-bottom:5px;
    
}
.article-button:hover{
  background-color: #3156A3;
  border:1px solid #3156A3;
 transition-timing-function: ease-out;
 transition:1s;
 color:white;
}




