@charset "utf-8";
/* 最新消息 */


.newsjQuery {
    background-color: #28282a;
    box-shadow: 2px 2px 5px #999;
    display: block;
    margin: 0 0 10px;
    padding: 30px 15px 15px;
    width: 547px;
}
/*最新消息列表*/

ul#newsList {
    margin-bottom: 20px;
    margin-left: 0;
}
ul#newsList li {
    background-color: #f8fae3;
    color: #000;
    margin: 10px 0;
    padding: 5px 15px;
    text-indent: 0;
    width: 550px;
	position:relative;
}
ul#newsList li span {
    color: #ff0000;
    font-size: 80%;
    margin-right: 20px;
}
ul#newsList li img {
    left: 0;
    margin: 0;
    position: absolute;
    top: 3px;
}

