.map-page .page-wrap .page-block, .map-page .page-list li a{
    height: 28px;
    line-height: 28px;
}
.map-page .page-list li, .map-page .page-wrap .page-prev{
    margin-right: 7px;
}
.map-page .page-wrap .page-next{
    margin-left: 0;
}
.map-page .page-wrap .page-block{
    width: 76px;
}
.map-nav{
    border-bottom: 1px solid #e6e9ee;
    margin-bottom: 18px;
}
.map-nav li{
    margin-right: 41px;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 3px;
    font-size: 14px;
}
.map-nav li.active{
    margin-bottom: -2px;
    border-bottom: 2px solid #ff6d00;
}
.map-nav li.active a{
    color: #ff6d00;
}

.character-nav{
    margin-top: 12px;
}
.character-nav li{
    margin-right: 18px;
    float: left;
    line-height: 25px;
    margin-bottom: 7px;
    font-size: 14px;
    color: #999;
}
.character-nav li:last-child{
    margin-right: 0;
}

.character-nav  li.active a{
    color: #ff6d00;
}

.map-content{
    border: 1px solid #e6e9ee;
    padding: 10px 18px;
}
.map-content .item{
    display: block;
    float: left;
    width: 279px;
    height: 30px;
    margin-right: 15px;
    line-height: 30px;
    overflow: hidden;
    word-break: break-all;
}
.map-content .item a{
    color: #225d7d;
    text-decoration: underline;
    font-size: 12px;
}
.map-content .item.row-last{
    margin-right: 0;
}

.data-nav .data-content a{
    line-height: 18px;
    color: #0085dd;
}
.data-nav .data-content a.active{
    color: #ff6d00;
}
.data-nav .number-nav{
    margin-bottom: 8px;
}
.data-nav .number-nav a{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 5px;
}
.data-nav .number-nav a.active{
    background-color: #ff6d00;
    border-radius: 2px;
    color: #fff;
}

.nav-table-content{
    border: 1px solid #e6e9ee;
}
.nav-table-content li{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #e6e9ee;
}
.nav-table-content li:nth-child(2n){
    background-color: #f5f5f5;
}
.nav-table-content li:last-child{
    border-bottom: none;
}
.nav-table-content li .title{
    float: left;
    width: 1020px;
    height: 100%;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
}
.nav-table-content li .date{
    float: right;
}
