.news_feed_box, .news_box,.apply_news_box{
    display: table;
    clear: both;
    margin: 0 10px;
    padding: 5px;
    width: 90%;
    border: 1px solid #E5E5E5;
    border-top:none;
    font-size: 14px;
}
.news_feed_box{
    width: 95%;
    border-left: none;
    border-right: none;
}
.apply_news_box{
    background: #f9f9f9;
}
.date{
    clear: both;
    color: #743a2c;
}
.date a{
    color:#743A2C;
}
.date a:hover{
    text-decoration: none;
}
.title{
    text-decoration: none;
    clear: both;
    font-weight: bold;
    color:#575757;
}
.img_display{
    clear: both;
    float: left;
    margin: 10px 20px 10px;
    width: 160px;
}
.img_display img{
    display: inline;
    max-width: 160px;
    height: auto;
}
.office_text, .text{
    float: left;
    margin-top: 10px;
    max-width: 80%;
    text-align: justify;
}
.office_text{
    width: 75%;
}
.annotation{
    font-style: italic;
    color: #999;
}
.full_news_link, .news_link{
    clear: both;
    float: left;
    margin-left: 180px;
    width: 80%;
    text-align: right;
}
.full_news_link a{
    font-weight: bold;
    color: #7f604a;
}
.news_link a{
    text-decoration: none;
    color: #777;
}
.news_link a:hover{
    display: block;
    color: #B2B2B2;
}