* {
    font-family: 'microsoft yahei'
}

.fund-title {
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 24px;
    background: rgba(0, 0, 0, .56);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#8e000000, endcolorstr=#8e000000)
}

.fund-con {
    padding-bottom: 20px;
    background: #7ebfe9
}

.fund-li-title, .fund-li-date {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    color: #fff
}

.fund-li-title:before {
    content: '●  ';
    color: #fff
}

.fund-con > ul {
    padding: 10px 40px 0
}

.pagesite, .pagesite a {
    color: #fff;
    font-size: 16px
}

.pagesite select {
    color: #000
}

.pagesite a:link, .pagesite a:visited, .pagesite a:hover, .pagesite a:active {
    text-decoration: none
}