.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;
}

.news {
    background: rgb(247, 247, 247);
    padding: 35px 0px;
    box-sizing: border-box;
}

.leaderItem {
    display: inline-block;
    width: 442px;
    height: 345px;
    background: url(../images/leader-BG.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 30px;
}

.leaderItem:not(:nth-of-type(3n)) {
    margin-right: 37px;
}

.leaderName {
    width: 145px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 19px;
    left: 0px;
}

.leaderPosition {
    color: #007ac7;
    position: absolute;
    top: 30px;
    left: 156px;
}

.leaderDetail {
    width: calc(100% - 70px);
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    position: absolute;
    top: 80px;
    left: 38px;
    margin: 0 auto;
}