/*------======================|  Блок "середины сайта (контента)", выделающий под левый контент (статичные новости) |======================------*/


div.block-news
{
    padding: 18px;
}

div.news-form
{
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    padding: 5px;
    background: #fbfbfb;
    min-height: 500px;
    max-height: 800px;
    margin-bottom: 50px;
}

div.news-form-head
{
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
    height: 50px;
    background: #fffbf6;
    /* border-bottom: 1px solid rgb(191, 191, 191); */
    border-top: 1px solid rgb(253, 215, 170);
    border-bottom: 1px solid rgb(253, 215, 170);
    display: flex;
    font-weight: bold;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
}
div.news-form-head-topic
{
    width: 450px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}
a.news-form-head-topic-text
{
    color: #844800;
}
div.news-form-head-date
{
    width: 188px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
a.news-form-head-date-text
{
    font-size: 14px;
    color: #844800;
}


div.news-form-content
{
    margin: 20px;
    min-height: 370px;
    max-height: 600px;
}
div.news-form-footer
{
    height: 50px;
    border-bottom: 1px solid rgb(253, 215, 170);
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

div.news-form-footer-data-topic
{
    float: left;
    font-weight: normal;
}

a.news-form-footer-data-author-topic
{
    font-weight: bold;
    color: #639a54;
}

div.news-form-footer-read-more
{
    float: right;
    height: 33px;
    line-height: 30px;
    margin-top: 10px;
    color: rgb(83, 83, 83);
    background-color: rgb(226, 226, 226);
    padding: 0px 6px;
    border-radius: 1px;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.1);
}

div.news-form-footer-read-more:hover
{
    color: rgb(255, 255, 255);
    background-color: rgb(95, 62, 38);
    box-shadow: inset 0 -3px 0 rgb(255, 106, 1);
}

a.news-form-footer-read-more-text
{

}