/**!
 * 绵阳市公共资源交易服务中心详情页
 * author: hhj
 * date:2020-12-15
 */

.infor-box {
    padding: 0 40px 30px 40px;
    border-top: 2px solid #6dbdff;
    background-color: #fff;
}

.infor-tt {
    padding-top: 27px;
    padding-bottom: 30px;
    line-height: 43px;
    font-size: 24px;
    font-family: "SourceHanSansCN-Medium";
    color: #333;
    text-align: center;
}

.infor-tip {
    height: 50px;
    font-size: 0;
    background-color: #f7f7f7;
    text-align: center;
}

.tip-text {
    margin-left: 80px;
    max-width: 250px;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    font-size: 16px;
    color: #999;
}

.tip-text.max {
    max-width: 185px;
}

.tip-text.esp {
    position: relative;
}

.tip-text.esp::before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -9px;
    width: 2px;
    height: 18px;
    background-color: #3d7adc;
}

.tip-text:first-child {
    margin-left: 0;
}

.text-size {
    margin: 0 6px;
    cursor: pointer;
    color: #3d7adc;
}

.text-size.esp {
    color: #ff9555;
}

.opt-name {
    margin-left: 33px;
    color: #3d7adc;
}

.opt-name:first-child {
    margin-left: 0;
}

.infor-con {
    padding-top: 14px;
}

.infor-con>p {
    /* margin-top: 36px; */
    line-height: 36px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}

.infor-con>p:first-child {
    margin-top: 0;
}

.file-box {
    margin-top: 24px;
    padding: 6px 0 8px 20px;
    background-color: #f7f7f7;
}

.file-tt {
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #333;
}

.file-con {
    margin-left: 47px;
    margin-right: -79px;
}

.file-name {
    float: left;
    margin-right: 79px;
    padding-left: 24px;
    height: 38px;
    line-height: 38px;
    background: url("../images/file_icon.png") left center no-repeat;
}

.file-name>a {
    font-size: 16px;
    color: #53a9f5;
}

.file-name:hover {
    background-image: url("../images/file_iconh.png");
}

.file-name:hover>a {
    color: #ff9555;
    text-decoration: underline;
}