.news_box{
    margin-right: 45px;
    min-height: 320px;
    width: 590px;
    float: left;
    font-size: 16px;
    padding-bottom: 40px;
}

.news_list_min_foto{
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 285px;
}
.news_list_min_foto_div{
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 200px;
    height: 165px
}
.news_title{
    text-transform: uppercase;
    font-size: 24px;
    color: #AD4601;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.news_list_more_box{
    margin-top: 25px;
    text-align: right;
}
.news_list_more{
    color: #f6871f;
    font-size: 18px;
    border: 1px solid #f6871f;
    padding: 15px 40px;
}
.news_list_more_box .news_list_more{
    display: block;
    float: right;
}
.news_list_more:hover{
    background: #f6871f;
    color: #e6e6e6;
}
.news_gallery{
    margin-right: 10px;
    margin-bottom: 10px;
}