.box-big-new-left {
    width: 100%;
    overflow: hidden;
}
.box-server-new-bd:hover .box-big-new-left img {
    transform: scale(1.1);
    transition: 1s ease;
  }
.box-big-new-right {
    width: 100%;
}

.box-server-new-bd {
    display: block;
    padding: 10px 10px;
    background: #fff;
    margin-bottom: 30px;
}

.box-content-news a {
        display: block;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.box-content-news a {}

.box-content-news p {
        font-size: 14px;
    line-height: 24px;
    margin: 12px 0 25px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.btn-new a {
    display: inline-block;
    padding: 5px 15px;
    text-align: center !important;
    color: #666;
    font-size: 16px;
    font-family: "Futura LT Medium";
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.box-big-new-left img {
    height: 200px;
}

.news-container {
    background: #F8F8F8;
}

.box-server-new-bd:hover {
    background:#8CB813;
}

.box-new h3 {
    text-align:center;
    padding-bottom:50px;
    font-size:36px;
    font-weight:700;
}



@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .box-server-new-bd {
        display: flex;
    }
    .box-big-new-left {
        width: 30%;
    }
    .box-big-new-right {
        width: 60%;
        padding-left: 100px;
    }
}
@media (min-width: 1200px){}
@media (min-width: 1600px){}


