﻿#workboxs {
    padding-top: 76px;
}

.news {
    padding: 2em 0;
    position: relative;
    min-height: 500px;
}

    .news h2 {
        font-weight: bold;
        font-size: 2.3em;
        color: #333;
        text-align: center;
        padding: 0 20px;
    }

    .news .title {
        font-weight: bold;
        font-size: 1.8em;
        color: #333;
        /*text-align: center;*/
        /*padding: 0 20px;*/
    }

    .news .subtitle {
        color: #666;
        text-align: center;
        padding-bottom: 2em;
        border-bottom: 1px solid #d8d8d8;
    }
        
#newsContent {
    position: relative;
    margin-top: 2em;
    height: auto;
    min-height: 200px;
}

    #newsContent img {
        width: 100%;
        height: auto;
    }



.news::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/pexels-gabby-k-7794363.jpg);
    background-size: cover;
    opacity: 0.4;
    /* 设置白色半透明遮罩 */
    z-index: -1;
}

/*  */

.news .image img {
    object-fit: cover;
    height: 300px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.news .col-lg-4 {
    padding: 20px;
}

.news .image {
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.news .content .title {
    font-weight: bold;
    font-size: 18px;
}

.news .content .inner-content {
    font-size: 14px;
    height: auto;
    cursor: pointer;
}

.news .content .date {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    color: #1e9fff;
}

.news .content .title {
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .image:hover img {
    transform: scale(1.1);
}


@media (min-width: 992px) {
    .news {
        padding: 6em;
    }
}
