.cateList_new .box{
    display: flex;
    justify-content: space-between;
}
.cateList_new a{margin-right: 3%;margin-left:0;}

.investor_con{
    margin: 10% 0;
}
.investor_con_gg{}
.investor_con_gg i:first-of-type{
    width:60%;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.investor_tit{
    margin: 0 0 1%!important;
    border: none !important;
    font-weight: bold;
}
.investor_con span{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #e3e3e3;
    margin: 0 0 15px;
    font-size: 0.19rem;
}
.investor_con i{
    margin: 0;
    display: flex;
}
.investor_con i em:first-of-type{
    display: inline-block;
    width: 90px;
    min-width: 90px;
    padding-right: 10px;
}
.investor_stockfigure_chart{
    margin: 3% 0;
}