@import url("public.css");
@import url("banner2.css");
.newsarea {
    width: 1000px;
    margin: 10px auto;
    display: inline-block;
}
.news {
    width:490px;
    margin-bottom: 10px;
    display: inline-block;
}
.news img {
    border: 5px solid #fff;
    width:480px;
    height:240px;
}
.newsleft{
    float: left;
}
.newsright{
    float: right;
}

.description {
    width: 210px;
    height: 32px;
    padding: 0px 14px;
    margin: 10px 0px;
    color: #666;
    display: block;
    overflow: hidden;
}

.pages {
    width: 1000px;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


