﻿.hd-main{
    min-height: 500px;
    border: 1px solid #eee;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 20px;
}
.details-title-box{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    position: relative;
}
.details-title{
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 19px;
    color: #096DB9;
    border-bottom: 4px solid #096DB9;
    box-sizing: border-box;
    margin-bottom: -1px;
    font-weight: bold;
}
.list-box{
    width: 969px;
    margin: 0 auto;
}
.chuo{
    float: right;
    font-size: 16px;
    color: #9a9a9a;
}
.chuo img{
    vertical-align: top;
    margin-top: 13px;
    margin-right: 5px;
}
.pub-list{
    margin: 29px 0;
}
.pub-list li{
    font-size: 16px;
    padding-left: 25px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    height: 50px;
    color: #171717;
}
.pub-list li a{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 790px;
}
.pub-list li span{
    float: right;
}
.pub-list li i{
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #000000;
    margin-top: -2px;
}
.page-list{
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    margin-bottom: 23px;
    color: #858585;
    font-size: 14px;
}
