.container {
    width: 1003px;
    margin: 0 auto ;
}

/*列表*/
.c {
    margin-top: 20px;
    margin-bottom:30px;
}
.chnList {
    width: 272px;
    border: 1px solid #DBDEE1;
    margin-left: 8px;
    position: relative;
    background-color: #fff;
}
.chnTitle {
    position:absolute;
    width: 129px;
    height: 53px;
    background: url(/eportal/fileDir/xlgl/images/title_bg_video.png) left center no-repeat;
    top: 4px;
    left: -10px;
    text-align: center;
}
.chnTitle span {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.chnBlank {
    height: 45px;
    border-bottom:1px solid #DBDEE1;
    background-color: #FAFAFA;
}
.chnList li {
    margin: 18px;
    height: 37px;
    display: block;
    background-color: #E3E3E3;
    line-height: 37px;
    padding-left: 40px;
    transition: 0.5s;
}
.chnList li:hover {
    background-color: #3E96D6;
    color:#fff;
}
.chnList .on {
    background-color: #3E96D6;
    color:#fff;
}
.chnList .on a {
    color:#fff;
}
.chnList li a {
    display: block;font-size:14px;
}
.chnList li a:hover {
    color:#fff;
}
/*双行*/
.chnList  .dc {
    padding: 10px 0;
}
.chnList  .dc li{
    float: left;
    width: 110px;
    margin: 8px 6px 8px 16px;
    padding: 0;
    text-align: center;
}
/*右侧内容*/
.documentList {
    width: 709px;
    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 span a{
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
}
.documentList ul li .date {
    float: right;
}
.documentList .noChnList li {
    float: left;
    margin: 6px 14px 6px 18px;
    width: 217px;
}

/*分页*/
.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) {
#chnList,#documentList{float:none;}
.chnList{width:98%;margin-bottom:15px;}
.documentList,.documentList ul li img{width:100%;}
.documentList ul li{width:48%;}
.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:47%;}

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