.new-inner-box {
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .08)!important;
    background-color: #fff;
    border: 1px solid #eee!important;
    border-radius: 40px!important;
    padding: 30px!important;
    margin-bottom: 30px!important;
}

.w-1000px {
    width: 1000px;
    max-width: 100%;
}

.text-white p,
.text-white p a {
    color: #fff;
}

.new-img {
    padding-top: 15px;
}

.news-img img {
    width: 100%;
    border-radius: 40px;
    border: 0px;
    padding: 0px;
}

.blog article h2 a {
    text-decoration: none;
    color: #3b3b3b;
}

.news-content h2 {
    font-size: 23px;
    font-weight: 700;
}

.news-content {
    text-align: left;
    padding: 0px 30px;
}

.news-content h2 a {
    color: #3b3b3b!important;
}
.news-content h2 a:hover {
   text-decoration:underline;
}
.news-box-center {
    padding: 70px 0px;
    margin: 0 auto;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.new-inner-box time {
    font-size: 12px;
    margin-bottom: 10px;
}
.bottom-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
    border-top: 2px solid #e1e1e1;
}
.bottom-pagination ul{
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.bottom-pagination ul li span,
.bottom-pagination ul li a{
    border: 1px solid #777;
    padding: 10px 15px;
    border-radius: 7px;
    margin: 5px;
    font-weight: 700;
    background: #fff;
}
.bottom-pagination ul li span.current,
.bottom-pagination ul li:hover a{
    background: #ff7814;
    color: #fff;
    border: 1px solid #ff7814;
}
@media screen and (max-width: 991px) {
    .new-inner-box {       
        border-radius: 20px!important;
        padding: 20px!important;
    }
    .news-img img {
        width: 100%;
        border-radius: 20px;
    }
    .news-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .news-content {
        text-align: left;
        padding: 0px 15px;
    }
}
@media screen and (max-width: 767px) {
    .news-box-center {
        padding: 30px 0px;
        margin: 0 auto;
    }
    .center-block {
        padding: 0;
    }
    .new-inner-box {        
        padding: 15px!important;
    }
    .news-content h2 {
        font-size: 18px;
    }
}