.notices_title{
 font-size: 14px;
 padding: 5px 0px;
 padding-left: 20px;
 color: #1E4B72;
 background: url('../../../../data/layout/www/square_orange.jpg') no-repeat center left;
}
.notices_date{
 font-size: 11px;
 padding-bottom: 5px;
 color: #656565;
}
.notice_container{
 padding: 10px 0px;
 margin: 5px 0px;
 border-bottom: 1px dotted #ccc;
}
.notice_container:hover{
 background: #F8F8F8;
}
.notice_list_more{
 display: block;
 height: 28px;
 width: 45px;
 padding-top: 10px;
 padding-right: 12px;
 margin-right: 8px;
 float: right;
 color: #709E27;
 background: url('../../../../data/layout/www/more_arrow.png') no-repeat center right;
}