.content-page {
    margin-top: 25px;
    width: 950px;
}
.content-page .content{
    border: 1px solid #E4E2E2;	
}
.content-page .content-title {
    background: url(../img/news-content-title.png) 0 0 no-repeat;
    background-color: #DEDEDE;
    height: 60px;
}
.content-page .content-title > span{
    padding: 0 50px;
    position: relative;
    top:30%;
}
.content-page .content-title .content-title-word {
    font-size: 24px;
    float: left;
}
.content-page .content-title .content-title-time {
    font-size: 16px;
    float:right;
    line-height: 30px;  
    padding-right:0px;
}
.content-page .content-title .content-title-share {
    padding-left: 20px;
    font-size: 16px;
    float:right;
    line-height: 25px;
}
.content-page .content-box {
    margin: 30px 50px 50px 50px;
}
.content-page .content-box body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td{
	padding:0;
	margin:0;
	line-height:26px;
}
