	.newsBanner {
    height: 300px;
    font-size: 56px;
    color: #ffffff;
    font-weight: 600;
    background: url(/gkjt/gkjtwzgb/assets/images/newsBanner-BG.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.newsBanner span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 500px);
}
.newsNav a {
    display: inline-block;
    font-size: 17px;
    color: #007ac7;
    line-height: 40px;
    background: #d5e6f8;
    border-radius: 20px;
    padding: 0px 23px;
    box-sizing: border-box;
}

/*.newsNav a:nth-of-type(1) {
    margin-right: 20px;
} */

.newsNav a.on {
    color: #ffffff;
    background: #007ac7;
}

.newsPosition {
    font-size: 13px;
}

.news {
    background: rgb(247, 247, 247);
    padding: 35px 0px;
    box-sizing: border-box;
}

.newsItem {
    background: #ffffff;
    box-shadow: 1px 3px 5px 3px #efefef;
    padding: 80px;
    box-sizing: border-box;
}

.newsTitle {
    font-size: 24px;
    color: #231f19;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
}

.newsDate {
    font-size: 12px;
    color: #999999;
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin: 32px 0px 70px;
    padding-bottom: 24px;
}

.newsContent {
    font-size: 15px;
    color: #333333;
    line-height: 32px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 75px;
}

.newsContent p {
    text-indent: 2em;
    margin-top: 20px;
}

.otherArticle a {
    display: block;
    margin-top: 25px;
}

.otherArticle a:nth-of-type(1) {
    color: #007ac7;
}

.otherArticle a:nth-of-type(2) {
    color: #333333;
    margin-top: 10px;
}