.c {
    margin-top: 20px;
    margin-bottom:30px;
}
.documentList {
    width:1001px;
    background-color: #fff;
    border: 1px solid #eee;
}
.documentList ul {
    padding-top: 10px;
    min-height: 555px;
}
/*
.documentList ul li {
    float: left;
    margin: 6px 3px 6px 13px;
    width: 217px;
}*/
.documentList ul li .i_a {
    position: relative;
    display: block;
}
.documentList ul li img {
    width: 215px;
    height: 129px;
    vertical-align: middle;
}
.documentList ul li span {
    line-height: 40px;
}
.documentList ul li .date {
    float: right;
}
.documentList .noChnList li {
    float: left;
    margin: 6px 14px 6px 18px;
    width: 217px;
}
.documentList .noChnList li span a{font-size:14px;}
/*分页*/
.pages { width:95%;text-align: center;padding: 12px;clear: both;margin-top: 10px;height: 30px;}
.pages span, .pages a, .pages font.NormalRed {font-size: 16px;margin: 0 2px;}
.pages span i {color: #333333;font-size: 12px;font-style: normal;}
.pages a, .pages .NormalRed {border: 1px solid #ccc;background: #DDD;padding: 2px 6px;text-decoration: none}
.pages font.NormalRed{    padding: 1px 6px;}
.pages span { width: 0px !important;}
.pages .NormalRed, .pages a:hover {background: #187DC7;color: #FFFFFF;}

@media only screen and (max-width:1025px) {
.documentList,.documentList ul li img{width:100%;}
.documentList .noChnList li{width:47%;margin: 6px 3px 6px 13px;}
.documentList ul li span{
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-list{display:none;}

}
@media screen and (max-width:768px){
.documentList ul li{width:46%;}
.documentList .noChnList li{width:45%;margin: 6px 3px 6px 13px;}


}
@media screen and (max-width:500px){
.documentList ul li{width:45%;}
.documentList .noChnList li{width:45%;margin: 6px 3px 6px 13px;}
}