#newslist .title {
    font-weight: bold;
	margin-top: 10px;
	float:left;
	color: #eeeeee;
}
#newslist .time {
    margin-top: 10px;
    float:right;
	color: #eeeeee;
}
#newslist .content {
    margin-top: 10px;
}

#screenslist-container {
    margin-top:30px;
}
#screenslist {
    margin-top:15px;
}
#screenslist li {
    float:left;
	margin-left: 17px;
}
#screenslist li img {

}

