.p{
    width: 980px;
}

.breadcrumbs{
    height: 70px;
    line-height: 70px;
    color: #999999;
    font-size: 13px;
}

.breadcrumbs a{
    color: #999999;
}

.column-name{
    height: 70px;
    line-height: 70px;
    font-size: 32px;
    color: #02548e;
    font-family: "黑体", serif;
    font-weight: bold;
}

.body{
    margin-top: 13px;
    border-top: 1px solid #ebebeb;
}

.body .left{
    float: left;
    width: 675px;
}

.body .left ul{
    margin: 18px 0 0 0;
    padding: 0 0 18px 0;
}

.body .left ul li{
    height: 48px;
    line-height: 48px;
    list-style: none;
    white-space: nowrap;
}

.body .left ul li img{
    display: none;
}

.body .left ul li span.nodeName{
    display: none;
}

.body .left ul li span{
    display: inline-block;
    float: left;
    width: 520px;
    height: 48px;
    overflow: hidden;
}

.body .left ul li span a{
    color: #222222;
    font-size: 16px;
}

.body .left ul li span a:hover{
    color: #02548e;
}

.body .left ul li span.pubTime{
    float: right;
    width: 145px;
    color: #999999;
    font-size: 13px;
}

.body .left ul li:nth-child(6n + 7){
    border-top: 1px solid #ebebeb;
    margin-top: 18px;
    padding-top: 18px;
}

.body .left ul #displaypagenum{
    width: 100%;
    height: 32px;
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}

.body .left ul #displaypagenum p{
    margin: 0;
}

.body .left ul #displaypagenum span, .body .left ul #displaypagenum a{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #ebebeb;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
}

.body .left ul #displaypagenum span.next{display: none;}

.body .right{
    float: right;
    width: 266px;
}

.body .right .block{
    margin-top: 16px;
    border: 1px solid #f2f2f2;
}

.body .right .block .name{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f16401;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.body .right .block .name a{
    color: #02548e;
}

.body .right .block .list{
    width: 228px;
    margin: 8px auto;
}

.body .right .block .list li{
    height:32px;
    line-height: 32px;
}