#news_box{
    height: 650px;
    width: 100%;
    background-image: url("../image/background/container_bg2.png");
}
#news_content{
    height: 650px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    position: absolute;
    padding-top: 100px;
}

.news_hr{
    background-color:#888888;
    height: 2px;
}