.guidang{
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 2;
}

.guidang p{
    font-size:16px;
    color:#C50200;
}

.pos{
    font-size: 16px;
    height: 44px;
    width: 1200px;
    margin: 0 auto;
}

.pos img{
    margin-right: 10px;
}

.content{
    width: 1200px;
    margin: 0 auto;
} 

.content h5{
    background: url("../png/a748tc.png")no-repeat;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #307ecd;
   
}

.content h5 span{
    padding: 0 18px;
    display: inline-block;
    border-top: 2px solid #d81f0a;
}

.content .list{
    margin:20px 0 50px;
}

.content .list li {
    position: relative;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    
}

.content .list li span.point{
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 2px;
    background: #d81f0a;
}

.content .list li a {
    display: inline-block;
    width: 89%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;  
    height: 44px;  
}

.content .list li a:hover{
    color: #307ecd;
}

.content .list li span.time {
    float: right;
    font-size: 16px;
    display: inline-block;
    color: #b6b6b6;
}

.pages {
    margin-bottom: 50px;
    text-align: center;
}

.pages a {
    box-sizing: border-box;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 4px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #666;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    cursor: pointer;
}
.pages a.first, .pages a.prev, .pages a.next, .pages a.last {
    box-sizing: border-box;
    width: auto;
    padding: 0 10px;
    height: 26px;
    cursor: pointer;
}
.pages a.current, .pages a:hover {
    color: #fff;
    background-color: #3085cd;
    border: none;
}