#news-title {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
#news_description {
	font-size:13px;
	font-weight: normal;
	margin-top: 10px;
	color:#737373;
}

#news_share {
	margin:10px 0 20px 0
}

#news-content {
	margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px
}
#news-content img {
	max-width:100%
}
#other-news {
	font-size:18px;
	color:#FF4848
}
#other-news {
	margin:5px 0;
	padding-left:20px
}
#other-news h2 {
	display:inline;
	font-size:12px
}

#other-news .datetime {
	color: #909090;
	font-weight: normal;
}

.lastest-news {
	margin-top: 0;
}

.lastest-news ul li {
    width: 270px;
    float: left;
    margin-right: 24px;
    margin-bottom: 30px;
}

