.banner{
    background: url("../static/images/pic_xinwenzhongxin_1920x340.jpg") no-repeat center;
    background-size: 100%;
}
.news-list-container{

}
.news-pic li{
    width: 420px;
    float: left;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.news-pic li:nth-child(3n){
    margin-right: 0px;
}
.news-pic li:hover{
    cursor: pointer;
}
.news-pic li img{
    width: 100%;
    height: 300px;
}

.news-pic p.txt{
    margin:15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.news-pic p.txt:hover{
    color: #cda155;
}
.news-pic p.news-time{
    font-size: 14px;
    color: #999999;
}


/*分页*/
.page{
    margin:15px 0px;
}
.page a{
    border: 1px solid #eee;
    padding: 5px 10px;
}
.page .page-curr{
    background-color: #cda155;
    color: #fff;
}
