/* 招采信息详情主体内容区样式 */
.content {

}

.project-info-container {
    padding: 16px 0;
}

.projInfo {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    border: 1px solid #F5F5F5;
    border-right: none;
    border-bottom: none;
    font-size: 14px;
}

.line {
    width: 100%;
    display: flex;
}

.project-info-content-item {
    height: 70px;
    display: flex;
}

.project-info-content-item-title {
    height: 70px;
    width: 130px;
    background-color: #fbfbfb;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-info-content-item-text {
    height: 70px;
    width: 570px;
    color: #262626;
    padding-left: 80px;
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
}

.gap {
    height: 16px;
    background-color: #F8FAFF;
}

.article-container {
    width: 1400px;
    margin: 0 auto;
    display: flex;
}

.progress {
    width: 236px;
    padding: 24px 0;
}

.progress-flow {
    margin-bottom: 16px;
}

.progress-flow-item {
    height: 64px;
    line-height: 60px;
    color: #666;
    display: flex;
    align-items: center;
    padding-left: 16px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
}

.progress-text {
    font-size: 16px;
}

.clicking-active {
    background: linear-gradient(90deg, #FFFFFF 0%, #E6FBF2 100%);
}

.notClickable {
    cursor: not-allowed;
}

.circle-outer {
    width: 24px;
    height: 24px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    position: relative;
}

.circle-outer-active {
    background-color: #CCEEE0;
}

.circle-inner {
    width: 16px;
    height: 16px;
    background-color: #ccc;
    border-radius: 50%;
}

.circle-inner-active {
    background-color: #00A865;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-line {
    width: 2px;
    height: 56px;
    position: absolute;
    left: 11px;
    bottom: -56px;
    background-color: #f5f5f5;
}

.link-line-active {
    background-color: #00A865;
}

.clickable {
    color: #00A865;
}

.gap-vertical {
    width: 8px;
    background: linear-gradient(90deg, #EFEFEF 0%, rgba(250, 250, 250, 0) 100%);
}

.article {
    flex-grow: 1;
    padding: 36px 100px 108px 100px;
}

.article-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.article-info {
    margin-top: 6px;
    padding: 16px 0;
    font-size: 14px;
    color: #999;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.article-content {
    margin-top: 42px;
}

.article-content-text {
    font-size: 14px;
    color: #666;
    line-height: 32px;
}

.article-content-title {
    font-size: 16px;
    color: #262626;
    margin-top: 8px;
    margin-bottom: 12px;
    font-weight: bold;
}

a {
    text-decoration: none;
}