.box__content__rights .box__colum__nth2 {
    overflow: hidden;
    display: block;
}
.box__content__rights .news-post-news {
    width: 100%;
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.box__content__rights .new-list {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}
.box__content__rights .news-post-news .box__news__inner {
    overflow: hidden;
    display: block;
    margin: 0 -10px;
}
.box__content__rights .news-post-news .box__thumb__img {
    width: 32%;
    float: left;
    padding: 0 10px;
}
.box__content__rights .news-post-news img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.box__content__rights .news-post-news .box__content {
    width: 65%;
    float: right;
    padding: 0 10px;
}
.box__content__rights .news-post-news .box__content {
    padding: 0 15px;
}
.box__content__left .widget-title {
    display: block;
    background-color: #0951bd;
    font-size: 16px !important;
    line-height: 40px !important;
    height: 40px !important;
    color: #fff;
    text-align: center;
text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
}
#recent-posts-2,#nav_menu-5{
     border-radius: 6px;
    border: solid 1px #EEE;
}
@media screen and (max-width:480px) {
    .box__content__rights .news-post-news .box__news__inner
 {
        margin: 0;
    }
    .box__content__rights .news-post-news .box__thumb__img {
        margin-bottom: 12px;
    }
    .box__content__rights .news-post-news .box__thumb__img, .box__content__rights .news-post-news .box__content {
        width: 100%;
        padding: 0;
    }
}