/* 通用样式 */
.notice {
    /* background-color: pink; */
    margin-top: 50px;
}
.title {
    color: #ff0000;
    /* font-weight: bold; */
    height: 34px;
    line-height: 34px;
    text-indent: 1em;
    border-bottom: 1px solid #e4e4e4;
}
/* 通知公告 */
.notice-list li {
    /* margin-right: 5px; */
    text-indent: 2em;
    padding: 5px 0;
}
/* 工作动态 */
.work-updates .title {
    color: #105cb6;
}
.work-updates li {
    /* margin-right: 5px; */
    text-indent: 2em;
    padding: 5px 0;
}
/* 金融论坛 */
.finance-bbs .title {
    color: #105cb6;
}
.finance-bbs .forum-list .forum {
    width: 260px;
    background-color: lightblue;
    padding: 10px 0 10px 50px;
}
.finance-bbs .forum-list .forum h3 span {
    color: #ff5500;
    font-weight: normal;
}
/*
.finance-bbs .forum-list .forum {
    color: #444444;
}*/
.finance-bbs .forum-list .forum {
    background: url("../images/forum-icon-new.png") 0 center no-repeat;
    /* background-color:  lightgoldenrodyellow; */
    float: left;
}