.news-box {
    margin: 0 0 20px;
    overflow: hidden;
    background: #e7edf1;
    padding: 30px 30px 40px;
}

    .news-box.alt h2 {
        font-size: 23px;
        line-height: 37px;
    }
@media only screen and (max-width: 1024px) {

    .AreaSectionPage .news-box,
    .AreaSectionUnderPage .news-box,
    .TextPageFirstLevel .news-box,
    .TextPageSecondLevel  .news-box
    {
        padding: 0px 10px 16px;
    }

}

@media only screen and (max-width: 767px) {
    .news-box {
        padding: 20px 10px 20px;
    }
    .EmployeesPage #sidebar .news-box {
      display: none;
    }
}

.news-box h2 {
    margin: 0 0 10px;
}

.news-box ul {
    font-size: 13px;
}

    .news-box ul li {
        margin: 0 0 2px;
        overflow: hidden;
    }

@media only screen and (max-width: 767px) {
    .news-box ul li {
        margin: 0;
    }

        .news-box ul li:nth-child(odd) {
            background-color: rgba(60, 77, 102, 0.1);
        }
}

.news-box ul a {
    white-space: nowrap;
    text-decoration: none;
    display: block;
    background: #f3f6f8;
    padding: 7px 30px 8px 10px;
    overflow: hidden;
    color: #1a4567;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .news-box ul a {
        background: none;
        padding: 10px 32px 10px 10px;
    }
}

.news-box ul a:hover {
    background: #b0c4cf;
}

@media only screen and (max-width: 767px) {
    .news-box ul a:hover {
        color: #0077bf;
    }

        .news-box ul a:hover .arrow {
            color: #fff;
            background: #0077bf;
        }
}

.news-box ul time {
    color: #73909f;
    float: left;
    margin: 0 10px 0 0;
}

.news-box ul .text {
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.news-box ul .arrow {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    font-weight: bold;
    font-size: 16px;
    line-height: 12px;
    color: #b0c4cf;
    background: #4a6680;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .news-box ul .arrow {
        top: 7px;
        right: 9px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

.news-box .more {
    float: right;
    font-size: 13px;
    margin: 34px 6px -9px 0;
    color: #1a4567;
    position: relative;
    padding: 0 17px 0 0;
}

    .news-box .more:after {
        content: "\003E";
        position: absolute;
        top: -1px;
        right: 0;
        font-weight: bold;
        font-size: 24px;
        line-height: 20px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .news-box .more:hover {
        color: #0077bf;
    }
