	.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;
display: flex;
    align-items: center;
}

.news {
    background: rgb(247, 247, 247);
    padding: 35px 0px;
    box-sizing: border-box;
}

.newsItem-3 {
    width: calc(100% - 930px);
    padding: 30px;
    box-sizing: border-box;
}

.newsItem {
    background: #ffffff;
    box-shadow: 1px 3px 5px 3px #efefef;
    padding: 30px;
    box-sizing: border-box;
}

.newsItem-1 {
    width: 326px;
    background: #ffffff;
    box-shadow: 1px 3px 5px 3px #efefef;
}

.newsType {
    display: inline-block;
    font-size: 12px;
    color: #007ac7;
    line-height: 22px;
    background: #dbf1ff;
    padding: 0px 8px;
    margin-right: 5px;
}

.newsItem-1 .newsDate {
    font-size: 12px;
    color: #999999;
    margin-bottom: 20px;
}

.newsTitle {
    font-size: 18px;
    color: #231f19;
    font-weight: 600;
    line-height: 28px;
}

.newsItem-1 .newsTitle {
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 10px 0px 15px;
}

.newsContent {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}

.newsItem-1 .newsContent {
    height: 50px;
    font-size: 15px;
    color: #231f19;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.newsReadMore {
    display: inline-block;
    font-size: 12px;
    color: #007ac7;
    border: 1px solid #007ac7;
    padding: 6px;
    box-sizing: border-box;

}

.newsItem-1 .newsReadMore,
.newsItem-3 .newsReadMore {
    margin-top: 20px;
}

.newsItem-2 {
    width: 100%;
    margin-top: 34px;
}

.newsItem-1 {
    margin-top: 34px;
}

.newsItem-2 .newsDate {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
}

.newsItemR {
    width: calc(100% - 150px);
}

.newsItemR .newsContent {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsItem-I {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.newsItem-I:not(:last-of-type) {
    margin-bottom: 20px;
}

.newsItem-3 .newsDate {
    font-size: 12px;
    color: #999999;
    margin-bottom: 20px;
}

.newsItem-3 .newsContent {
width: 410px;
    height: 288px;
    overflow: auto;
}