.center-wrap {
    padding: 15px 0;
}

.left-nav {
    width: 16.6%;
    background-color: #E2F0FB;
    text-align: center;
}

.left-nav p {
    height: 40px;
    background-color: #275390;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}

.left-nav>ul {
    padding: 15px;
}

.left-nav a {
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    line-height: 20px;
}

.left-nav-item>a {
    
    background-color: #337ab7;
    border: 1px solid #2e6da4;
}

.left-nav-item>a:hover {
    background-color: #286090;
    border-color: #204d74;
}

.left-item-child {
    width: 90%;
    margin: 8px auto;
}

.left-item-son {
    margin-top: 8px;
}

.left-item-son>a {
    
    background-color: #5bc0de;
    border: 1px solid #46b8da;
}

.left-item-son>a:hover {
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.right-msg {
    margin-left: 16.6%;
    background-color: #fff;
 min-height: 600px;
}

.location {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
    border-bottom: 1px solid #205492;
}

.location a {
    color: #555454;
}

.list-wrap {
    padding: 15px 0;
}

.list-item {
    line-height: 40px;
}

.list-item a {
    color: #555454;
    font-size: 14px;
}

.list-item span:nth-child(1) {
    font-size: 20px;
}

.list-item .time {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    color: #aaa;
}

.list-item a:hover {
    color: #ffaa25;
}

.list-line {
    margin: 10px auto;
    border-bottom: 1px solid #eee;
}




.article {
    padding: 15px 0;
}

.article-title {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.article-time {
    width: 100%;
    height: 30px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.article-wrap {
    padding: 15px 0;
    font-size: 14px;
}