.head-page .investment_item>a::after{
    transform: scaleX(1);
    opacity: 1;
}
.investment_content .lists{
    position: relative;
}
.investment_content .lists::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background:#dddddd;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.investment_content .list{
    width: 43.8%;
}
.investment_box{
    margin-top: 20px;
}
.investment_list .link{
    display: flex;
    align-items: center;
    height: 42px;
    margin-bottom: 10px;
}
.investment_list .link:last-child{
    margin-bottom: 0;
}
.investment_list .investment_time{
    color: #666666;
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
}
.investment_list .investment_tit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    width: calc(100% - 120px);
    height: 100%;
    border-bottom: 1px solid #dddddd;
    line-height: 42px;
}
.invest_tit{
    color: #000000;
}
.watch_more{
    width: 80px;
    height: 26px;
    background: #f4f4f4;
    border-radius: 25px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stockchaup { 
    margin-bottom: 25px;
    color: #666666; 
}
.stockprice {
    line-height: 1;
}
.price { 
    display: inline-block; 
    font-weight: bold; 
    color: #fc0505; 
}
.updown_1 { 
    height: 34px;
    width: 85px;
    margin-left: 20px;
    background: #fc0505;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.timeinfo {
    margin-top: 12px;
}
.stockright { 
    width: 50%; 
    line-height: 1; 
    margin-top: 40px;
}
.stockchadown { 
    margin-top: 20px;
}
.talent_list .item{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.talent_list .item:last-child{
    margin-bottom: 0;
}
.talent_list .item .texts{
    display: flex;
    align-items: center;
    padding-left: 14px;
    box-sizing: border-box;
    color: #666;
}
.talent_list .item .icon{
    width: 20px;
}
.talent_list .item .item_txt{
    padding-left: 15px;
    box-sizing: border-box;
}
.talent_list .investment_map{
    margin-top: 40px;
    height: 199px;
}
.talent_list .investment_map img{
    max-width: initial;
}
.cooperation_content .width1200{
    padding: 36px 35px;
    box-sizing: border-box;
    background: #f4f4f4;
}
.cooperation_content .cooperation_content_l{
    width: 33%;
}
.cooperation_content .talent_list{
    width: 53%;
}
.cooperation_content .page_tit { 
    color: #000000; 
}
.cooperation_content .page_desc { 
    color: #009143; 
    margin: 7px 0 30px;
}
.cooperation_content .expected_line { width: 14px; height: 2px; background-color: #009143; }
.investment_list .link:hover{
    background-color: #f4f4f4;
}
@media screen and (max-width:1043px){
    .investment_content .list {
        width: 45%;
    }
}
@media screen and (max-width:768px){
    .investment_content .list {
        width: 100%;
        margin-bottom: 30px;
    }
    .investment_content .lists:last-child .list:last-child{
        margin-bottom: 0;
    }
    .investment_content .lists::after{
        display: none;
    }
    .investment_content .lists{
        margin-top: 0;
    }
    .investment_list .investment_time{
        width: 94px;
    }
    .investment_list .investment_tit{
        width: calc(100% - 94px);
    }
    .investment_list .link{
        margin-bottom: 0;
    }
    .stockright{
        margin-top: 15px;
    }
    .stockchadown {
        margin-top: 10px;
    }
    .stockchaup{
        margin-bottom: 20px;
    }
    .talent_list .investment_map{
        margin-top: 20px;
    }
    .stockprice{
        margin-left: 5px;
    }
    .updown_1 {
        height: 28px;
        width: 64px;
    }
    .talent_list .item .item_txt{
        padding-left: 10px;
    }
    .watch_more{
        font-size: 12px;
        width: 75px;
    }
    .investment .crumb{
        overflow-y: auto;
    }
    .investment .crumb .width1200{
        width: max-content;
        padding: 0 4%;
        box-sizing: border-box;
    }
}