/* 列表 */
.list-ul {
}

.list-ul li {
    padding-left: 20px;
    overflow: hidden;
    border-bottom: dotted 1px #dedede;
    background: url(../images/arrow1.jpg) 5px center no-repeat;
}

.list-ul li.list-first{
    padding: 10px 0 20px 0;
    background: unset;
}

.list-first-left{
    float: left;
    width: 555px;
    margin: 8px 0;
}

.list-first-right{
    float: right;
    width: 170px;
}

.list-first-right img{
    display: block;
    width: 170px;
    height: 121px;
}

.list-first-left .list-title-text{
    margin-bottom: 4px;
    overflow: hidden;
}

.list-first-left .list-title{
    color: #00478b;
    font-weight: bold;
    line-height: 29px;
    text-indent: 2em;
}

.list-desc{
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-desc a{
    color: #00478b;
    font-weight: bold;
}

.list-title{
    float: left;
    max-width: 650px;
    color: #333333;
    font-size: 14px;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.list-date{
    float: right;
    color: #333333;
    font-size: 14px;
    line-height: 32px;
}

/* 分页 */
.paginate{
    position: relative;
    padding: 10px 0 0 0;
    overflow: hidden;
    text-align: center;
}
.tip-txt{
    position: absolute;
    top: 16px;
    width: 818px;
    font-size: 10px;
}
.current{
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    padding: 0 9px;
    line-height: 26px;
    margin-right: 9px;
    border-radius: 2px;
    background-color: #00478b;
}
.paginate a{
    display: inline-block;
    color: #333333;
    font-size: 12px;
    padding: 0 9px;
    line-height: 26px;
    margin-right: 9px;
    border-radius: 2px;
    border: 1px solid #ededed;
    background-color: #ffffff;
}
.paginate div{
    display: inline-block;
    *float: left;
}
.jump-page{
    display: inline-block;
    *float: left;
    margin: 0 10px;
}
.jump-label{
    display: inline-block;
    *float: left;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 8px 0 0;
}
.jump-page input{
    display: inline-block;
    *float: left;
    width: 22px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    padding: 0 12px 0 12px;
    border-radius: 2px;
    border: 1px solid #EDEDED;
}
.jump-text{
    display: inline-block;
    *float: left;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    *margin-left: 4px;
}
.jump-submit{
    display: inline-block;
    *float: left;
    width: 43px;
    height: 26px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    border-radius: 2px;
    background-color: #00478b;
    cursor: pointer;
}

/* 详情 */
.detail-page {
    text-align:left;
}
.detail-title{
    text-align:center;
    padding-top: 10px;
}
.detail-time {
    color: #9d9d9d;
    font-size: 12px;
    text-align: center;
    border-bottom:1px solid #dcdcdc
}
.detail-page p {
    line-height:26px;
    padding:10px;
}