.container_left{
    margin-top: 20px;
}
.container_right{
    margin-top: 20px;
}
/* 项目信息开始 */
.projectinfo{
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 36px 14px 50px;
}
.projectinfo_top{
    padding-bottom: 21px;
    border-bottom: 1px solid #DFDFDF;
}
.projectinfo_top_1{
    width: 100%;
    display: flex;
}
.projectinfo_type{
    width: fit-content;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    background: linear-gradient(90deg, #FFA46D, #FF6A19);
    border-radius: 5px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}
.projectinfo_title{
    font-weight: bold;
    font-size: 22px;
    color: #171717;
    margin-left: 11px;
}
.projectinfo_top_2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}
.projectinfo_top_2_flex{
    display: flex;
    align-items: center;
}
.projectinfo_time{
    font-size: 16px;
    color: #767676;
}
.projectinfo_top_2_flex .projectinfo_time{
    margin-right: 47px;
}
.projectinfo_text_data{
    display: flex;
    align-items: center;
    margin-right: 29px;
}
.projectinfo_text_data img{
    height: 14px;
    margin-right: 6px;
}
.projectinfo_text_data span{
    font-size: 16px;
    color: #767676;
}
.projectinfo_btn_flex{
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.projectinfo_btn{
    width: 72px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #171717;
    transition: 0.3s;
    cursor: pointer;
}
.projectinfo_btn img{
    width: 14px;
    height: 14px;
    margin-right: 3px;
}
.projectinfo_btn:hover{
    border-color: #CDE2FF;
    background: #CDE2FF;
}
.projectinfo_grid{
    width: 100%;
    margin-top: 30px;
}
.projectinfo_grid ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.projectinfo_grid ul li{
    width: 100%;
    font-size: 16px;
    color: #171717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.projectinfo_detail{
    width: 100%;
    margin-top: 24px;
    position: relative;
}
.projectinfo__title{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #171717;
    margin-bottom: 25px;
}
.projectinfo__title img{
    width: 25px;
    height: 25px;
    margin-right: 11px;
}
.track{
    width: 100%;
}
.track_scroll{
    width: 100%;
    display: flex;
    align-items: baseline;
    gap: 88px;
    overflow-x: auto;
}
.track_progress{
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.track_progress_time{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #767676;
}
.track_progress_flex{
    display: flex;
    align-items: center;
    margin-top: 7px;
    position: relative;
}
.track_dash{
    width: 219px;
    height: 1px;
    border-top: 1px dashed #D4D4D4;
    position: absolute;
    left: -219px;
}
.track_progress:nth-child(1) .track_progress_flex .track_dash{
    display: none;
}
.track_progress_flex img{
    width: 61px;
    height: 61px;
}
.track_progress_name{
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #171717;
    text-align: center;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.track_progress_active .track_dash{
    border-color: var(--primary-color);
}
.track_progress_active .track_progress_name{
    color: var(--primary-color);
}
.track_progress_log{
    width: 100%;
    margin-top: 10px;
}
.track_progress_log li{
    width: 100%;
    font-size: 14px;
    color: #171717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: #171717;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}
.track_progress_log li::before {
    content: ''; /* 创建空内容 */
    position: absolute; /* 绝对定位 */
    left: 0; /* 左对齐 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 调整位置使其完全居中 */
    width: 5px; /* 圆点宽度 */
    height: 5px; /* 圆点高度 */
    background-color: #171717; /* 圆点颜色 */
    border-radius: 50%; /* 圆形 */
}
.track_progress_log li:hover{
    color: var(--primary-color);
}
.track_progress_log li:hover::before{
    background: var(--primary-color);
}
.track_progress_log .track_progress_log_active{
    color: var(--primary-color);
}
.track_progress_log .track_progress_log_active::before{
    background: var(--primary-color);
}
.track_info_detail{
    width: 100%;
    margin-top: 32px;
    position: relative;
    display: none;
}
.track_info_detail_bj{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.track_info_detail_main{
    width: 100%;
    padding: 15px;
    position: relative;
}
.track_info_detail_time{
    font-weight: bold;
    font-size: 18px;
    color: #171717;
}
.track_info_detail_p{
    font-size: 16px;
    color: #171717;
    line-height: 25px;
    margin-top: 6px;
}
/* 项目信息结束 */
/* 非会员开始 */
.non-member{
    width: 100%;
    height: 101px;
}
/* 非会员结束 */
/* 个性化推荐开始 */
.recommend{
    width: 100%;
    padding: 20px;
    background: #CDE2FF;
    border-radius: 10px;
    margin-top: 20px;
}
.recommend_title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recommend_title_p{
    font-weight: 800;
    font-size: 18px;
    color: #171717;
}
.recommend_title_more{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #171717;
    cursor: pointer;
}
.recommend_title_more img{
    width: 16px;
    height: 6px;
    margin-left: 10px;
}
.recommend_list{
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(#E6F0FF, #E1EEFF);
    margin-top: 21px;
    padding: 10px 0;
}
.recommend_card{
    width: 834px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 10px;
    border-bottom: none;
    margin: 10px auto 0;
    padding: 0 14px;
    cursor: pointer;
}
.recommend_card:nth-child(1){
    margin-top: 0;
}
.recommend_card:hover .p1{
    color: var(--primary-color);
}
/* 个性化推荐结束 */
/* 环评开始 */
.research{
    /*height: 360px;*/
}
.research .research_list{
    /*height: 286px;*/
}
.research .research_card span{
    -webkit-line-clamp: 1;
}
/* 环评结束 */
/* 会议会展开始 */
.huiyi{
    background-color: #4B98FF;
}
.huiyi .card_top_title{
    color: #FFFFFF;
}
.huiyi .card_top_more{
    color: #FFFFFF;
}
/* 会议会展结束 */
/* 供应信息开始 */
.gongying{
    background-color: #95C2FF;
}
/* 供应信息结束 */


/* 富文本字体颜色统一 */
.richtext div{
    color: #171717 !important;
}
.richtext p{
    color: #171717 !important;
}
.richtext span{
    color: #171717 !important;
}