
#content img.slide{
    float:left;
    width:30px;
    height: auto;
}
#content #news{
    width: 972px;
    margin: 0 auto;
    border-left: 30px solid #ccc;
    background: #fff;
    overflow: auto;
}

#content #news #news_center{
    float: left;
    width: 156px;
    height: 800px;
    padding-top: 50px;
    padding-left: 30px;
}
#content #news #news_content{
    float: right;
    width:740px;
    padding-top: 20px;
    margin-right:20px;
}
#content #news #news_content div p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 28px;
}
#news_center li a{
    color:#333;
}
#news_content span a{
    float:right;
    margin-bottom:15px
}
h2,h3{
    color:#5B5858;
}