/* 右边新闻导航区域 */

.met_news {
    width: 70%;
    margin: 0 auto;
    display: flex;
    padding: 30px 0;
}

.met_news aside .title {
    padding: 0 20px;
    height: 60px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 60px;
}

.met_news aside {
    width: 20%;
    height: 173px;
    border: 1px solid #ddd;
}

.met_news aside h2 {
    margin: 0;
    font-weight: bold;
}

.met_news aside li {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    margin-top: 5px;
}

.met_news aside li:hover {
    background-color: #ddd;
}

.met_news aside li a:hover {
    color: #333;
}

article {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    width: 80%;
}


/* 左边头部区域 */

article .news_header {
    display: flex;
    justify-content: space-between;
    line-height: 60px;
    border-bottom: 1px solid #ddd
}

article .news_header h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}

article .news_header div a {
    color: #999;
}


/* 左边新闻列表区域 */

.new_list {
    padding: 10px 0;
}

.new_list ul li.list_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    /* padding: 15px 100px 15px 10px; */
    line-height: 53px;
}

.new_list ul li h2 {
    font-size: 14px;
}

.new_list ul li.list_item span {
    line-height: 52px;
    margin-right: 10px;
}


/* 分页样式 */

.met_pagers {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 30px 0 0;
    color: #ccc
}

.met_pagers span {
    margin: 0 6px;
    background: #f0f0f0;
}

.met_pagers span:nth-child(4) {
    color: #999
}

.met_pagers input {
    width: 40px;
    height: 26px;
    text-align: center;
    line-height: 13px;
    margin-left: 6px;
}

.met_pagers .btn {
    color: #ccc
}

.met_pagers a {
    display: block;
    height: 20px;
    width: 20px;
    font-weight: bold;
    background: #f0f0f0;
    color: #aaa;
}