
.border-all {
    border: 1px solid #ccc;
}

/*banner*/
.banner {
    background: url(../image/news/xinwen_banner.png) no-repeat center;
}

/*新闻*/
.news-info {
    width: 1200px;
    max-height: 904px;
    padding-bottom: 60px;
    overflow: hidden;
    margin: 0 auto;
}
.news-info li {
    width: 322px;
    height: 280px;
    background-color: #fff;
    text-align: left;
    padding: 40px 20px;
    float: left;
    margin-top: 60px;
    margin-right: 54px;
    cursor: pointer;
}
.news-info li:nth-child(3n) {
    margin-right: 0;
}
.date {
    width: 100%;
    display: inline-block;
}
.news-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 40px;
    margin-bottom: 30px; 
}
.news-des {
    max-height: 114px;
    overflow: hidden;
    line-height: 30px;
}
.news-img {
    width: 320px;
    height: 115px;
    overflow: hidden;
}
.read {
    margin-top: 32px;
}
.read img {
    float: right;
    margin-top: 5px;
    margin-left: 6px;
}

/*分页*/
.paging {
    width: 1200px;
    height: 60px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 0;
}
.paging a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 24px;
    background-color: #fff;
    margin-left: 30px;
}
.paging a:hover {
    background-color: #ffc649!important;
    color: #fff;
    border: 1px solid #ffc649!important;
}
.prev,
.next {
    width: 120px;
    line-height: 60px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 24px;
    background-color: #fff;
    margin-left: 30px;
    color: #808080;
    cursor: pointer;
}
.choose {
    background-color: #ffc649!important;
    color: #fff;
    border: 1px solid #ffc649!important;
}