.plus {
    float: left;
    width: 33%;
    height: 140px;
    position: relative;
    padding: 9px;
}

.newsb {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to top,
    #fff,
    #ebf0f9);
    border: 1px solid #d5d9e0;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    padding: 6% 1% 6% 4%;
    margin-bottom: 0;
    position: relative;
}

.newsb div {
    display: inline-block;
    padding: 0 14px;
    margin-bottom: 0;
    height: 100%;
    width: 65%;
    box-sizing: border-box;
}

.newsb h4 {
    color: #656d86;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 33.5%;
}
.newsb img {
    width: 70px;
    margin-top: 8px !important;
    transform: scale(1.0);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.newsb:hover h4 {
    color: #fff
}

.newsb:hover {
    background: linear-gradient(to top, #004161, #006ba1);
    color: #fff !important;
}

.newsb:hover img {
    transform: scale(1.2);
    transform-origin: 50% 50%;
}

@media (max-width: 1240px) {
    .plus {
        width: 50%
    }
    .content img {
        margin-right: 5px
    }
    .newsb div {
        width: 65% !important;
    }

    .newsb h4 {
        width: 62% !important;
    }
}

@media (max-width: 940px) {
    .plus {
        width: 100%;
        margin: 5px;
    }
    .newsb {
        padding: 4% 5%
    }
}
@media (max-width: 870px) {
    .newsb {
        padding: 3% 5%
    }
}
@media (max-width: 600px) {
    .newsb {
        padding-top: 5%
    }
}
