.pos {
    font-size: 14px;
    width: 1200px;
    margin: 20px auto;
}

.content {
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;

}

.content .list{
    padding: 10px 30px;
}

.content .list li {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #ebebeb;
}

.content .list li:last-child {
    border-bottom: none;
}

.content .list li span.point {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 2px;
    background: #ccc;
}

.content .list li a {
    width: 89%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.content .list li a:hover {
    color: #307ecd;
}

.content .list li span.time {
    float: right;
    font-size: 16px;
    text-align: right;
    color: #d0d0d0;
}

.pages {
    margin: 20px auto 60px;
    text-align: center;
}

.pages a {
    box-sizing: border-box;
    display: inline-block;
    padding: 2px 10px;
    margin-right: 3px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #8c8c8c;
    background-color: #fff;
    border: 1px solid #ebebeb;
    cursor: pointer;
}

.pages a.current, .pages a:hover {
    color: #fff;
    background-color: #3868b6;

}

.pages a.first, .pages a.prev, .pages a.next, .pages a.last {
    box-sizing: border-box;
    cursor: pointer;
}

.zwgznb-box{margin:0 auto 20px; background-color: #fff; padding: 20px; width: 1200px;}
.zwgznb-box-title{background: url(/global/zfwzgzndbb_05.jpg) left bottom repeat-x;}
.zwgznb-box-title h1{font-size: 20px; font-weight: bold; color: #333; background: url(/global/zfwzgzndbb_03.jpg) left bottom no-repeat; padding-left: 29px; height: 38px;}

.zwgznb-box .list{
    padding: 10px 0;
}

.zwgznb-box .list li {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #ebebeb;
}

.zwgznb-box .list li:last-child {
    border-bottom: none;
}

.zwgznb-box .list li span.point {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 2px;
    background: #ccc;
}

.zwgznb-box .list li a {
    width: 89%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zwgznb-box .list li a:hover {
    color: #307ecd;
}

.zwgznb-box .list li span.time {
    float: right;
    font-size: 16px;
    text-align: right;
    color: #d0d0d0;
}