

.fund-wrap {
	width: 100%;
	height: 1320px;
    background:url(../images/l_three/c_bg.png) no-repeat center center;
    overflow: hidden;
   
}

.fund-nav ul {
    padding-bottom: 17px;
    border-bottom: 1px solid #C91F1D;
    width: 1180px;
}
.fund-nav ul li{
    display: inline-block;
    vertical-align: bottom;
}

.fund-nav ul li a{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.fund-nav ul li+li{
    margin-left: 20px;
}
.fund-nav ul li+li a{
    padding-left: 20px;
    border-left: 1px solid #E2E2E2;
}
.fund-nav .icon-dot{
    width: 13.7px;
    height: 13.7px;
    bottom: -6px;
    left: 0;
    background: url(../images/fund_t_list.png) no-repeat;
}
.fund-nav .icon-money{
    width: 38px;
    height: 37px;
    bottom: 10px;
    right: 0;
    background: url(../images/fund_t_icon.png) no-repeat;
}
.fund-active {
    font-size: 24px !important;
}

.fund-list-article{
    background: #ffffff;
    padding: 50px 40px;
    width: 910px;
    margin: 50px auto;
    font-size: 16px;
    font-weight: 400;
    height: 900px;
	overflow:auto;
}