.c-news.c-news-template-2 .widget-header + .widget-content {
    margin-top: 25px;
}
.c-news.c-news-template-2 .widget-content {
    position: relative;
    margin: 0 40px;
}
.c-news.c-news-template-2 .widget-element-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-news.c-news-template-2 .widget-element {
    position: relative;
    overflow: hidden;
    display: block;
}
.c-news.c-news-template-2 .widget-element .widget-element-picture {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 3px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-news.c-news-template-2 .widget-element .widget-element-text {
    padding: 0 20px;
    padding-bottom: 30px;
    position: relative;
    min-height: 100px;
    overflow: hidden;
}
.c-news.c-news-template-2 .widget-element .widget-element-name {
    max-height: 60px;
    overflow: hidden;
}
.c-news.c-news-template-2 .widget-element .widget-element-name-wrapper {
    font-size: 14px;
    color: #353639;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.c-news.c-news-template-2 .widget-element .widget-element-description {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #353639;
    font-size: 13px;
    line-height: 16px;
    max-height: 48px;
    overflow: hidden;
}
.c-news.c-news-template-2 .widget-element .widget-element-date {
    overflow: hidden;
    display: block;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    color: #898989;
    text-align: left;
    position: absolute;
    bottom: 15px;
}

.c-news.c-news-template-2 .widget-content .widget-navigation {
    position: absolute;
    height: 100%;
    top: 0;
    left: -40px;
    right: -40px;
    font-size: 0;
}
.c-news.c-news-template-2 .widget-content .widget-navigation-wrapper {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.c-news.c-news-template-2 .widget-content .widget-navigation-wrapper i {
    font-size: 12px;
    color: #abaaaa;
}
.c-news.c-news-template-2 .widget-content .widget-navigation-previous,
.c-news.c-news-template-2 .widget-content .widget-navigation-next {
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.c-news.c-news-template-2 .widget-content .widget-navigation-previous {
    float: left;
}
.c-news.c-news-template-2 .widget-content .widget-navigation-next {
    float: right;
}
.c-news.c-news-template-2 .widget-content .widget-dots {
    display: none;
    font-size: 0;
    text-align: center;
}
.c-news.c-news-template-2 .widget-content .widget-dots.disabled {
    opacity: 0;
}
.c-news.c-news-template-2 .widget-content .widget-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px;
}
.c-news.c-news-template-2 .widget-content .widget-dots .owl-dot.active {
    background: #3e6af8;
    border-color: #3e6af8;
}


.c-news.c-news-template-2 .widget-footer {
    margin-top: 35px;
    padding: 0;
}
.c-news.c-news-template-2 .widget-footer.align-left {
    text-align: left;
}
.c-news.c-news-template-2 .widget-footer.align-center {
    text-align: center;
}
.c-news.c-news-template-2 .widget-footer.align-right {
    text-align: right;
}
.c-news.c-news-template-2 .widget-footer .widget-footer-all {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    padding: 18px 28px;
    border: 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-news.c-news-template-2 .widget-footer .widget-footer-all:hover {
    color: #FFF;
}

@media all and (max-width: 1200px) {

}
@media all and (max-width: 768px) {

}
@media all and (max-width: 400px) {
    .c-news.c-news-template-2 .widget-element .widget-element-picture-wrap {
        display: none;
    }
    .c-news.c-news-template-2 .widget-element .widget-element-text {
        padding: 15px;
    }
    .c-news.c-news-template-2 .widget-element .widget-element-date {
        bottom: 0;
    }
}