.dept-list{
    width:890px;
    height:auto;
    margin-top:26px;
    overflow:hidden;
}
.dept-list>li{
    width:293px;
    height:371px;
    float:left;
    margin-right:3px;
    margin-bottom:6px;
}
.dept-list>li:hover{
    background:url("../hs-images/bg-07.jpg") no-repeat;
}
.dept-list>li:last-child{
    margin-right:0;
}
.item-doc{
    width:286px;
    height:347px;
    padding-top:17px;
    margin:4px 3px;
    position:relative;
    background:#f0f0f0;
}
.head-portrait{
    width:131px;
    height:131px;
    overflow:hidden;
    margin:0 auto 6px;
    position:relative;
}
.doc-img{
    width:100%;
    height:100%;
    display: block;
}
.img-border{
    display: block;
    width:131px;
    height:131px;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}
.doc-name-titles{
    height:38px;
    line-height:38px;
    color:#007d67;
    font-size:17px;
    text-align: center;
    font-weight:bold;
}
.doc-goodAt{
    width:246px;
    margin:3px auto;
    height:104px;
    overflow:hidden;
    font-size:14px;
    color:#666;
    line-height:24px;
}
.doc-inHos{
    width:100%;
    height:50px;
    background:#007d67;
    font-size:14px;
    color:#fff;
    padding-top:10px;
}
.doc-inHos p,.doc-inHos div{
    width:270px;
    margin:6px auto 3px;
    line-height:20px;
    font-size:12px;
    clear:both;
}
.doc-inHos div{
    margin-top:0px;
    margin-bottom:0px;
}
.doc-inHos div .sp1{
    float:left;
}
.doc-inHos div .sp2{
    float:right;
}
.img-hot{
    position:absolute;
    left:0;
    top:0;
}
.pagination{
    width:100%;
    height:80px;
    line-height:80px;
    text-align: center;
    margin-top:18px;
    clear:both;
}
.pagination a{
    display: inline-block;
    color:#666;
    width:20px;
    height:24px;
    line-height: 24px;
    border:1px solid #d5d5d5;
    margin:0 5px;
}
.pagination .prevPage,.pagination .nextPage{
    border:1px solid #d5d5d5;
    width:66px;
    height:24px;
    line-height: 24px;

}
.pagination .currentPage{
    border:1px solid #007d67;
    color:#007d67;
}