大概这样吧
.newsBox{
width:800px;
margin:0 auto;
font-size:14px;
}
.newsTitle{
text-align:center;
font-size:20px;
}
.newsInfo{
text-align:center;
color:#666;
border-bottom:1px dotted #666;
}
.newsContent{
text-indent:2em;
min-height:300px;
_height:300px;
line-height:25px;
padding:20px;
}