.page-banner {
    background-image: url('../images/banner_page1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 80px 0;
}

.page-title {
    position: relative;
}

.page-title-zh {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
}

.page-title-en {
    white-space: nowrap;
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    position: absolute;
    bottom: -1em;
    left: 0;
    opacity: 0.3;
}

@media (max-width: 992px) {
    .page-banner {
        height: 80px;
    }

    .page-title-zh {
        font-size: 16px;
    }

    .page-title-en {
        font-size: 14px;
        bottom: -1.5em;
    }
}

.site-mian {
    background-color: #F8F8F8;
    padding-bottom: 40px;
}

.breadcrumb-box {
    background-color: transparent;

}

.breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 992px) {
    .breadcrumb-box {
        background-color: #FFFFFF;
    }

    .breadcrumb {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.article-item {
    margin-bottom: 30px;
}

.article_icon1 {}

.article-item .article-item-img {
    display: block;
    border-radius: 4px;
    width: 100%;
    transition: 0.5s;
    top: 0;
    position: relative;
    background-repeat: no-repeat, no-repeat;
    background-size: cover,cover;
    padding-top:66.66%;
}
.article-item .article-item-img:hover {
    position: relative;
    top: -10px;
}

.article-item .article-item-content {
    margin-left: 30px;
    height: 100%;
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
}

@media (max-width: 992px) {
    .article-item .article-item-content {
        margin-left: 0;
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

.article-item .article-item-title {
    position: relative;
}

.article-item .article-item-title .article-item-title-icon {
    width: 22px;
    position: absolute;
    top: 3px;
    left: -36px;
}

.article-item .article-item-title h5 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

@media (max-width: 992px) {
    .article-item .article-item-title h5 {
        font-size: 14px;
    }
}

.article-item .article-item-title h5:hover {
    font-weight: bold;
    color: #0058FF;
    text-decoration: underline;
}

.article-item .article-item-info {
    font-size: 12px;
    color: #333333;
    margin-top: 15px;
}

@media (max-width: 992px) {
    .article-item .article-item-info {
        margin-top: 4px;
    }
}

.article-item .article-item-intro {
    font-size: 12px;
    color: #6E7A93;
    line-height: 1.8;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
    .article-item .article-item-intro {
        margin-top: 4px;
    }
}

.article-item .article-item-goshow {
    font-size: 12px;
    color: #0058FF;
    margin-top: auto;
    position: absolute;
    bottom: 0;
}

.article-item .article-item-goshow img {
    width: 12px;
    height: 12px;
    display: inline-block;
}

.article-item .article-item-goshow:hover {
    text-decoration: underline;
}


.article-header {
    padding-bottom: 30px;
    text-align: center;
}

.article-header h5 {
    width: 100%;
    max-width: 682px;
    margin: auto;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
}

.article-header p {
    margin-top: 22px;
    font-size: 13px;
    color: #333333;
}

.article-content {
    width: 100%;
    max-width: 900px;
    margin: auto;
}