/**!
 * 青海限额以下招标采购平台
 * date:2025/9/17
 * author: wppei;
 */

.detail {
    padding: 36px;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
    border-radius: 4px;
}

.detail-tt {
    padding: 0 60px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.detail-source {
    display: flex;
    justify-content: center;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #666;
    margin-top: 16px;
    background-color: #f7f7f7;
}

.info-img {
    max-width: 80%;
    display: block;
    margin: 26px auto;
}

.detail-source p {
    margin: 0 15px;
}

.detail-source-infor {
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-size {
    display: flex;
    align-items: center;
}

.detail-size a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 2px;
    color: #666;
    border-radius: 1px;
}

.detail-size a.active,
.detail-size a:hover {
    color: #fff;
    font-weight: bold;
    background: #1f6de8;
}


/* 详情内容 */

.info {
    margin-top: 30px;
}

.info-title {
    font-size: 24px;
    color: #2e3033;
    line-height: 36px;
    text-align: center;
}

.info-intro {
    margin-top: 36px;
    font-size: 16px;
    color: #2e3033;
    line-height: 32px;
}

.info-con {
    font-size: 16px;
    color: #2e3033;
    line-height: 28px;
}

.info-con p {
    text-indent: 2em;
}

.file {
    margin-top: 30px;
}

.file-label {
    line-height: 21px;
    color: #333333;
}

.file-list {
    display: flex;
    flex-wrap: wrap;
}

.file-item {
    display: flex;
    align-items: center;
    width: calc(50% - 4px);
    height: 59px;
    padding: 7px;
    margin-top: 8px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    cursor: pointer;
}

.file-item:nth-child(odd) {
    margin-right: 8px;
}

.file-icon {
    width: 36px;
    height: 37px;
}

.file-con {
    flex: 1;
    width: 0;
    padding-left: 8px;
}

.file-name {
    height: 21px;
    margin-bottom: 4px;
    line-height: 21px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-skip {
    display: flex;
    height: 18px;
    line-height: 18px;
}

.file-size {
    font-size: 12px;
    color: #b1b6cc;
}

.file-download {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background: url("../images/download_icon.png") no-repeat center;
}

.file-item:hover {
    background-color: #fff;
    border-color: #1f6de8;
}


.big {
    font-size: 24px !important;
}

.small{
    font-size: 12px !important;
}