.common-breadcrumb{
    padding-bottom: 50px;
}

/*正文*/
.details {
  width: 1300px;
  background: #fff;
  padding: 60px 60px 0 60px;
  margin: 0 auto;
    box-sizing: border-box;
}

/*标题*/
.details .details-title {
    text-align: center;
    font-size: 28px;
    color: #000000;
}

/*信息来源*/
.details .details-message {
    background-color: #fafafa;
    display: flex;
    align-items: center;
    height: 48px;
    margin: 40px 0 10px 0;
    padding: 0 24px;
    font-size: 12px;
    color: #666666;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
}

.details .details-message i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/slicing/arrows.png") no-repeat;
    background-size: cover;
    margin-right: 4px;
}

.details .details-message span.line {
    display: inline-block;
    margin: 0 10px;
}

.details .details-message button {
    cursor: pointer;
    width: 71px;
    height: 28px;
    background: #ff6d10;
    border-radius: 0;
    border: 1px solid #ff6d10;
    color: #ffffff;
    margin-left: auto;
}

/*基本信息*/
.details .details-info {
    background-color: #fafafa;
    font-size: 12px;
    color: #666666;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
}

.details .details-info .info-title {
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: 24px;
}

.details .details-info .info-title i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/slicing/arrows.png") no-repeat;
    background-size: cover;
    margin-right: 4px;
}

.details .details-info .info-tr {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e9e9e9;
}

.details .details-info .info-tr div {
    width: 289px;
    padding-left: 10px;
    border-left: 1px solid #e9e9e9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.details .details-info .info-tr div:first-child {
    width: 526px;
    padding-left: 24px;
    border-left: 0;
}

.details .details-info .info-tr div span {
    display: inline-block;
    width: 84px;
}

/*中标单位*/
.details .details-winbid {
    margin-top: 10px;
    background-color: #fafafa;
    font-size: 12px;
    color: #666666;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
}

.details .details-winbid .winbid-title {
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: 24px;
}

.details .details-winbid .winbid-title i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/slicing/arrows.png") no-repeat;
    background-size: cover;
    margin-right: 4px;
}

.details .details-winbid .winbid-tr {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e9e9e9;
}

.details .details-winbid .winbid-tr div {
    width: 289px;
    padding-left: 10px;
    border-left: 1px solid #e9e9e9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.details .details-winbid .winbid-tr div:first-child {
    width: 526px;
    padding-left: 24px;
    border-left: 0;
}

.details .details-winbid .winbid-tr div span {
    display: inline-block;
    width: 84px;
}

/*分割线*/
.details .details-line {
    margin: 28px 0;
    text-align: center;
    color: #666666;
    position: relative;
}

.details .details-line:before {
    position: absolute;
    width: 500px;
    top: 8px;
    left: 20px;
    content: '';
    border: 1px dashed #EEEEEE;
}

.details .details-line:after {
    position: absolute;
    width: 500px;
    top: 8px;
    right: 20px;
    content: '';
    border: 1px dashed #EEEEEE;
}

/*报名按钮*/
.details .details-btn {
    margin-bottom: 30px;
}

.details .details-btn div {
    display: inline-block;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    color: #ff6d10;
    border: 1px solid #ff6d10;
    cursor: pointer;
    margin-right: 15px;
}

.details .details-btn div.download-btn i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../images/slicing/file_down.png");
    background-size: 100% 100%;
}

.details .details-btn div.signup-btn i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../images/slicing/sign_up.png");
    background-size: 100% 100%;
}

/*正文*/
.details .details-content {
    font-size: 14px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

.details .details-content img.empty_tip {
    width: 179px;
    height: 179px;
    margin: 0 auto;
}

.details .details-content p {
    /*text-indent: 28px !important;*/
    /*line-height: 24px !important;*/
}

.details .details-content p.video {
    text-indent: 0 !important;
}

.details .details-content img {
    max-width: 100% !important;
}

/**/
.details .details-foot {
    display: flex;
    align-items: center;
    height: 92px;
}

.details .details-foot .info_source span {
    display: block;
    width: 155px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    background-color: #ff6d10;
    color: #fff;
    cursor: pointer;
}

.details .details-foot .info_source span i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/slicing/details-source.png") no-repeat;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.details .details-foot .wasp_time {
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
}

.details .details-foot .wasp_time i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../images/slicing/details-timer.png") no-repeat;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.details .details-foot .collect {
    border: 1px solid #CCD1D7;
    padding: 6px 16px;
    margin-left: auto;
    cursor: pointer;
}

.details .details-foot .collect i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/slicing/collect1.png");
    margin-right: 3px;
}

/*新增加*/
.transition {
    height: 80px;
    background-color: #FFFFFF;
    padding: 0 40px 0 24px;
    margin: 10px 0;
}

/*相关信息*/
.related_info {
    width: 1300px;
    background: #fff;
    margin: 20px auto;
    padding: 0 60px 10px;
    box-sizing: border-box;
}

.related_info .title_bar {
    border-bottom: 1px solid #ccc;
}

.related_info .title_bar span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 0;
    border-bottom: 2px solid #ff6d10;
}

.related_info .list ul li {
    position: relative;
    font-size: 0;
}

.related_info .list ul li:before {
    content: "";
    display: inline-block;
    width: 1160px;
    border-top: 1px dotted #ccc;
}

.related_info .list ul li:first-child:before {
    content: "";
    display: none;
}

.related_info .list ul li .right {
    font-size: 0;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.related_info .list ul li .right .type {
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    background: #03CDCD;
    margin-right: 10px;
    font-size: 12px;
    border-radius: 2px;
}

.related_info .list ul li .right .area {
    display: inline-block;
    color: #fff;
    background: #45CD03;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 2px;
    margin-right: 16px;
}

.related_info .list ul li .info {
    font-size: 14px;
}

.related_info .list ul li .info .title {
    padding-top: 20px;
    line-height: 20px;
    width: 850px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.related_info .list ul li .info .title a {
    color: #333;
}

.related_info .list ul li .info .msg {
    padding: 10px 0;
    font-size: 12px;
    color: #999;
}

.related_info .list ul li .info .msg .source {
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle;
}

.related_info .list ul li .info .msg .source span {
    display: inline-block;
    padding: 1px 8px;
    background: #ff6d10;
    color: #fff;
    border-radius: 2px;
    margin-right: 8px;
}

.related_info .list ul li .info .msg .time {
    display: inline-block;
}

/*免责声明*/
.statement {
    width: 1300px;
    margin: 20px auto 0;
    padding: 0 60px;
    box-sizing: border-box;
    background: #fff;
}

.statement .statement-title {
    border-bottom: 1px solid #ccc;
}

.statement .statement-title span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 0;
    border-bottom: 2px solid #ff6d10;
}

.statement .statement-content:after {
    content: "";
    display: table;
}

.statement .statement-content p {
    line-height: 20px;
    margin: 20px 0;
}

/*正文附件下载框*/
.download-file-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49);
    display: none;
    z-index: 100;
}

.download-file-model .download-file-alert {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 575px;
    min-height: 200px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 12px;
}

.download-file-model .download-file-alert .download-file-title {
    background-color: #ff6d10;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 0 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.download-file-model .download-file-alert .download-file-title span {
    color: #FFFFFF;
}

.download-file-model .download-file-alert .download-file-title span.close {
    font-size: 20px;
    cursor: pointer;
}

.download-file-model .download-file-alert .download-file-content {
    padding: 15px;
}

.download-file-model .download-file-alert .download-file-content > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 42px;
}

.download-file-model .download-file-alert .download-file-content > div .file-title {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 20px;
}

.download-file-model .download-file-alert .download-file-content > div .file-download-btn, .download-file-alert .download-file-content > div .file-copy-url {
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    color: #ff6d10;
    border: 1px solid #ff6d10;
    border-radius: 2px;
    cursor: pointer;
}
.download-file-model .download-file-alert .download-file-content > div .file-copy-url {
    margin-left: 10px;
}

