@font-face {
    font-family: 'bahnschrift';
    src: url('../font/bahnschrift.eot');
    src: local('../font/bahnschrift Regular'),
        local('bahnschrift'),
        url('../font/bahnschrift.woff') format('woff'),
        url('../font/bahnschrift.ttf') format('truetype'),
        url('../font/bahnschrift.svg#bahnschrift') format('svg');
}
.img-v1 {
    background-image: url(../images/auout_banner_lg.jpg);
    /* background:#0c1228 */
}

.news-tab-nav {
    padding: 0px;
    margin: 0px 15px;
}

.news_list {
    background: #f5f9fc;
}

.news-tab-nav li {
    display: inline-block;
    padding: 0px 20px;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #888
}

.news-tab-nav li:hover,
.news-tab-nav .news-tab-nav-active {
    color: #298cef;
    border-bottom: 2px solid #298cef;
}

.news-content-box{
    padding-top: 40px;
    padding-bottom: 40px;
}

.news-item {
    padding: 20px;
    background: #fff;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(8, 30, 80, .08);
    box-shadow: 0 4px 16px 0 rgba(8, 30, 80, .08);
    border-radius: 5px;
}

.news-item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.news-item .news-left {
    vertical-align: top;
    text-align: center;
}

.news-item .news-left img {
    max-width: 100%;
    max-height: 100%;
}

.news-body {
    position: relative;
}

.news-title {
    font-size: 20px;
    color: #000;
}

.news-body p {
    color: #999;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 20px 0px;
}

.news-time {
    color: #999;

}

.news-item:hover .news-title {
    color: #298cef;
}

@media(max-width: 767px) {
    .news-tab-nav {
        padding: 0;
        margin: 25px 0 0;
    }
    .news-tab-nav li {
        float: left;
        padding: 0 10px 10px;
    }
    .news-item .news-left {
        width: 100%;
    }
    .news-item {
        padding: 10px 0
    }
    .news-body {
        padding: 0;
        display: block;
        max-width: 100%;
    }
    .news-item .news-left {
        display: block;
    }
    .news-item .news-left img {
        width: 100%;
        height: auto;
    }
    .news-title {
        margin-top: 15px;
        font-size: 16px;
    }
}


/*********æ–‡ç« è¯¦æƒ…********/
.no-padding-l {
    padding-left: 0;
}
.article-title {
    margin: 40px 0 10px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.article-base-info {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0;
}
.article-base-info span {
    color: #999;
}
.article-text {
    color: #333;
    margin: 30px 0;
    text-indent: 30px;
}
.article-img-title {
    margin: 20px 0;
}
@media (max-width: 767px) {
    .article-title {
        margin: 20px 0 15px;
    }
    .article-text {
        margin: 15px 0;
    }
    .article-img-title {
        margin: 10px 0;
    }
}
.son_banner_article {
    background-position: top
}
.son_banner_article h3 {
    font-size: 20px
}
.son_banner_article p {
    font-size: 12px;
}