.content{
    background: #fff;
    padding-top: 0px!important;
}
.product-list-container{
    width: 100%;
    background: #fff;
    padding: 15px;
}
.product-list-container .product-list-content{
    width: 100%;
}
.product-list-container .list-item{
    border-bottom: none;
}
.product-list-container .list-item:hover{
    background: #fff;
}
.product-list-container .menu-list{
    text-align: right;
    margin-bottom: 16px;
}
.product-list-container .menu-list > input{
    width: 131px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    font-size: 12px;
    color: #7D7D7D;
    letter-spacing: 0.86px;
    padding: 5px 7px;
    box-sizing: border-box;
}
.product-list-container .menu-list .search-btn{
    display: inline-block;
    width: 53px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    background: #990A11;
    border-radius: 4px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.86px;
    cursor: pointer;
}
.product-list-container .fund-item .fund-list-item{
    /*padding: 13px 29px 24px 20px;*/
    box-shadow: 0 2px 5px #ddd, 0 -1px 2px #ddd;
    margin-bottom: 20px;
}
.product-list-container .fund-item .list-item{
    display: inline-block;
    padding: 0;
}
.product-list-container h4{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    letter-spacing: 2px;
    line-height: 16px;
    font-weight: bolder;
    display: block;
}
.list-item-top .product-badge-state{
    margin-left: 0!important;
}
.list-item-top h4{
    display: block;!important;
}
.product-list-container .product-badge-state{
    display: inline-block;
    width: 73px;
    height: 16px;
    background: url("./images/rectage.png") no-repeat;
    background-size: 73px 16px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 16px;
    padding-left: 9px;
    padding-top: 0;
}
.fund-list-item  .list-item-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #f9f9f9;
    padding: 12px 0 15px 20px;
}

.list-item-body{
    height: auto;!important;
}
.list-item-top .product-state-bg{
    margin-right: 20px;
}
.list-item-body .list-wrap{
    display: flex;
    padding: 24px 39px  24px 47px;
}
.list-item-body .list-wrap .list-item{
    flex: 1;
}
.list-item-body .list-wrap .list-item .list-item-label{
    color: #7d7d7d;
    font-size: 14px;
    letter-spacing: 1px;
}
.list-item-body .list-wrap .list-item .list-item-value{
    font-size: 14px;
    color: #1d2e65;
    letter-spacing: 1.75px;
    margin-bottom: 3px;
    cursor: pointer;
}
.list-item-body .list-wrap .list-item .list-item-value:hover{
    color: #990a11;
}
.list-item-body .list-wrap p{
    white-space: nowrap;
    margin: 0;
    height: 25px;
    line-height: 25px;
}
.list-item-top h4{
    display: block;!important;
}
.product-list-content .fund-list-item:hover{
    background: #fff;
}
.product-list-container{
    border: none;
}
.product-list-content .fund-list-item .list-wrap > div{
    width: 20%;!important;
}