.post-content {
    background-color: hsla(0, 0%, 100%, .9);
}

.new-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-link {
    text-decoration-line: underline !important;
    text-decoration-thickness: 4px !important;
    text-underline-offset: 16px !important;
}

.img-box img {
    display: block;
    height: auto;
    width: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.new-item.active {
    animation: fadeInUp 1s ease forwards;
}

.new-item .new-img:hover img {
    transform: scale(1.1);
}
.news-tip{
    z-index: 11;
    transform: translateY(-50%);
}

.service-item.active {
    animation: fadeInUp 1s ease forwards;
}

.social-contact a .icon {
    transition: all 0.5s ease;
}

.social-contact a:hover .icon {
    transform: scale(1.1);
}
.new-img-box{
    max-height: 700px;
}