.nav{
    position: relative;
    width: 100%;
    height: .9386rem;
    line-height: .9386rem;
    background-color: #c00000;
    font-size: .2901rem;
    color: #fff;
    text-align: center;
}
.nav i{
    position: absolute;
    width: .3754rem;
    height: .3754rem;
    top: 50%;
    left: .256rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/arrow_left.png) center no-repeat;
    background-size: cover;
}
.nav h3{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.wrapper-item{
    box-sizing: border-box;
    margin: .1706rem;
}
.wrapper-item .fund_item{
    position: relative;
    height: .8532rem;
    line-height: .8532rem;
    margin-bottom: .0853rem;
    background-color: #fff;
}
.fund_item a{
    text-decoration: none;
}
.fund_item h3{
    padding: 0 .256rem;
    font-size: .256rem;
    color: #222;
}
.fund_item h3::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: .256rem;
    background-color: #c00000;
    margin-right: .1706rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.fund_item i{
    position: absolute;
    top: 50%;
    right: .1706rem;
    -WEBKIT-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: .256rem;
    height: .256rem;
    background: url(../img/arrow_right.png) center no-repeat;
    background-size: cover;
}

/* 20180705研究所周报汇编 */
.new{
    background-color: #fff;
    padding: .256rem;
    font-size: .2389rem;
    line-height: .4096rem;
    color: #222;
}