.nav_news {
    width: 1400px;
    margin: 15px auto;
}

.nav_top {
    display: flex;
    align-items: center;
}

.situation {
    width: 198px;
    height: 84px;
    padding: 0 17px;
    border: 1px solid #eee;
    margin-right: 20px;
}

.situation h2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    background: #007db9;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 17px;
    font-family: "宋体";
}

.nav_position {
    display: flex;
    align-items: center;
    width: calc(100% - 220px);
    height: 84px;
    padding: 0 17px;
    border: 1px solid #eee;
}

.position_main {
    margin-left: 15px;
    color: #666;
    font-size: 16px;
}

.nav_bottom {
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.nav_left {
    width: 202px;
    height: 1px;
    padding: 0 13px;
    margin-right: 20px;
    background-color: #e0e0e0;
}

.nav_right {
    width: calc(100% - 262px);
    padding: 0 20px;
    border: 1px solid #eee;
}

.nav_right ul {
    line-height: 54px;
}

.nav_right ul li {
    width: 100%;
    border-bottom: 1px dashed #e0e0e0;
}

.nav_right ul li::before {
    content: "▪";
    color: #1a7b9e;
    margin: 0 10px;
}

.nav_right ul li span,a {
    color: #333;
    font-size: 17px;
}

.nav_right ul li span {
    font-size: 16px;
    float: right;
}

.page {
    margin: 25px 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: "宋体";
}