.pdtlist .hdimg{
    width: 100%;
    height: 240px;
    min-width: 1200px;
}


.navitems {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background-color: #f4f4f4;
    text-align: center;
}

    .navitems div {
        display: inline-block;
        font-size: 16px;
        line-height: 60px;
    }

    .navitems .margin {
        margin-right: 100px;
    }

.content{
    width: 1200px;
    min-height: 500px;
    margin: auto;
    padding: 50px 0 90px;
}
.content .header{
    font-size: 24px;
    color: #333;
    margin-bottom: 18px;
}
.content .header .line{
    width: 515px;
    height: 2px;
    background: #ccc;
}
.content .header div{
    min-width: 145px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
/*条目*/
.content .list-items li{
    /*height: 182px;*/
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding: 32px 30px 26px 30px;
}
.content .list-items li:hover{
    /*cursor: pointer;*/
}
.content .list-items li .img{
    width: 190px;
    height:120px;
    background-position: center center;
    margin-right: 20px;
    border:1px solid #e0e0e0;
}
.content .list-items li .img,.content .list-items li .txt{
    float: left;
}
.content .list-items li .txt{
    /*width: 929px;*/
}
.content .list-items li .txt h1{
    color: #005bac;
    font-size: 18px;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .content .list-items li .txt h1 a {
        color: #005bac;
    }
.content .list-items li .txt p{
    color: #4c4c4c;
    font-size: 14px;
    text-indent: 28px;
}
/*pagenation start*/
/*.content .pagenation{
    width: 695px;
    height: 40px;
    margin: 80px 0 14px 252px;
}
.content .pagenation .page li{
    width: 46px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #6695c7;
    text-align: center;
    line-height: 40px;
    color: #005bac;
    margin-right: 17px;
    float: left;
}
.content .pagenation .page .a{
    width: 76px;
}
.content .pagenation .page li:hover{
    cursor: pointer;
   background-color: #ccc;
    color: #fff;
    border: 1px solid #c2c2c2;
}
.clicked{
    color: #fff;
    background-color: #005bac;
}*/
/*pagenation end*/
.published {
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    margin-top: 26px;
}