.bg-banner-pic {
    background: url("../images/news.jpg") no-repeat center -170px;
}

.content-pic-title h1 {
    margin: 2px 0 0 -12px;
}

.news-box{
    text-align: left;
}
.news-box hr{
    margin-top: 0;
}
.news-title{
    margin-top: 30px;
}
.news-title h3{
    font-size: 20px;
    color: #333333;

}
.news-title h3 a{
    text-decoration: none;
    color: #333333;
}
.news-title span{
    float: right;
    margin-top: -32px;
    font-size: 15px;
    color: #999999;
}
.news-box p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 40px;
}
.pager-box{
    margin:40px 0 30px 0;
}

