#container{
    background: #f2f2f2;
    width: 702px;
    border: 1px solid #e06014;
}
h3{
    font-size: 21px;
    font-weight: bold;
    color: grey;
    margin-left: 15px;
    margin-bottom: 30px;
    text-decoration: underline;
}
.image{/*300*/
    display: inline;
    height:100%;
    float: left;
}
.titleSummary{
    float: right;
    display: inline;
    margin-left: 15px;
    font-size: 13px;
    line-height: normal;
}
.article{
    display: inline-flex;
    margin-bottom: 20px;
    margin-left: 15px;
    padding-right: 15px;
}
div.titleSummary{
    float: right;
    display: inline;
    margin-left: 15px;
    font-size: 13px;
    width: 367px;
}

div.titleSummary a{
    display: block;
    font-size: 23px;
    /*margin-top: 30px;*/
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 15px;
}