.news-item {
    margin-bottom: 15px;
}

.news-img {
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #f5f5f5;
}

.news-img img {
    object-fit: cover;
    transform: scale(1);
    transition: all .5s;
}

.news-img:hover>img {
    transform: scale(1.2);
}

.feature-news img {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 100%;
    object-fit: cover;
}

.feature-info {
    background: #f5f5f5;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.feature-info>div {
    padding: 0 5rem 0 1rem;
}

.news-cate, .view-news {
    font-weight: 600;
    color: #113880;
    font-size: 14px;
    position: relative;
}

.publish-date {
    color: #aaa;
    font-size: 0.75rem
}

.news-cate {
    font-size: 0.75rem
}

.view-news:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #113880;
    left: 0;
}

.news-title, .intro {
    height: 36px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    font-size: 1rem;
}

.intro {
    font-size: 0.85rem;
    height: 72px;
    -webkit-line-clamp: 4;
    max-height: 72px;
}

.news-info {
    padding: 15px 8px;
}

.view-news {
    font-size: 0.75rem;
}

.news-view-item .news-info {
    padding: 0
}

.news-view-item .news-cate, .news-view-item .publish-date {
    font-size: 1rem
}

.news-view-title {
    font-size: 1.5rem;
    margin: 2rem 0;
    font-weight: 600;
}

table {
    width: 100% !important;
}

.contact-form button {
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    height: 50px;
}

.contact-form .form-control {
    border-radius: 0;
    height: 50px;
}





