﻿/*.container {
    min-width:1100px;
}*/
#news-list{
    text-align:center;
    min-height:450px;
}
#news-list ul {
    margin-top: 40px;
   /* width: 90%;*/
}

#news-list ul:after {
    content: "";
    display: table;
    clear: both;
}

    #news-list ul li {
        width: 31%;
        height: 460px;
        text-align: center;
        background: #F6F7FB;
        border-radius: 20px 20px 20px 20px;
        padding: 0px 0 10px 0;
        margin-bottom: 60px;
        float: left;
        margin-right: 2%;
        overflow: hidden;
    }
        #news-list ul li a{display:inline-block; width:100%;height:100%;}
            

            #news-list  h4 {
                color: #000;
                font-size: 22px;
                margin-top: 60px;
                font-weight: 500;
                width: 85%;
                /*white-space: nowrap; */
                overflow: hidden; /* 隐藏超出容器的内容 */
                text-overflow: ellipsis; /* 超出部分显示省略号 */
            }
    #news-list ul li a:hover {
        color: #5583BA;
    }

        #news-list ul li .img-wrapper {
            width: 100%;
            height: 286px;
            overflow: hidden;
            background:#fff;
            position:relative;
        }
           /* #news-list ul li .img-wrapper .img-footer{
                width:100%;
                height:20px;
                position:absolute;
                bottom:0;
                background:#000;
            }*/

            #news-list ul li img {
                width: 100%;
                height: auto;
                /*height:100%;
                width:auto;
                max-width:100%;*/
            }

.pager{
    margin-top:40px;
}
.pager a {
    display: inline-block;
    width: 100px;
    height: 20px;
    text-align: center;
    border: 1px solid #055565;
    border-radius: 5px;
    color: #055565;
    padding: 5px;
}
.pager .pre{
    float:left;
}
.pager .next {
    float: right;
}
