body {
	background: #efefef;
	font-family: 'Microsoft YaHei', Arial, 'Hiragino Sans GB';
}

.container {
	width: 1100px;
}

.progress-top {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	margin: 20px auto;
}

#progress {
	display: flex;
}

#progress>div {
	display: none;
	flex: 1;
	text-align: center;
	cursor: pointer;
	height: 100px;
	position: relative;
	top: 10px;
}

#progress .line:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 65%;
	width: 80%;
	height: 3px;
	background: #efefef;
}

#progress>div .circle {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid #efefef;
	border-radius: 50%;
	background: #efefef;
}

#progress>div.active {
	color: #409eff;
	font-weight: 600;
}

#progress>div.active .circle {
	border: 1px solid #409eff;
	background: #409eff;
	color: #fff;
	font-weight: 600;
	position: relative;
}

#progress>div.active .circle:before {
	content: '';
	width: 10px;
	height: 3px;
	background: #fff;
	position: absolute;
	transform: rotate(45deg);
	top: 15px;
	left: 5px;
}

#progress>div.active .circle:after {
	content: '';
	width: 18px;
	height: 3px;
	background: #fff;
	position: absolute;
	transform: rotate(135deg);
	top: 14px;
	left: 11px;
}

#changeTabs,
#clarifyTabs {
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	/* border-bottom: 1px solid #ccc; */
}

#changeTabs>div.active,
#clarifyTabs>div.active {
	color: #409eff;
	font-weight: 600;
	border-bottom: 3px solid #409eff;
}

.container-body {
	width: 100%;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}

#bid-notice,
#change-notice,
#candidate-notice,
#clarify-notice,
#exception-notice {
	display: none;
}

#change-notice .change-tab~div {
	padding-left: 30px;
}

.card-title {
	background: #eee;
	padding: 5px 15px;
	margin: 20px 0 30px;
}

.cgfaStartTime,
.cgfaEndTime,
.cgfaClarifyTime,
.cgfaBidTime {
	color: orange;
	font-weight: 600;
}

.cgfaStartTime,
.cgfaEndTime,
.cgfaClarifyTime,
.cgfaBidTime {
	color: orange;
	font-weight: 600;
}

.text-overflow {
	max-width: 800px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.notice-title {
	margin: 0px auto 30px !important;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.notice-label {
	display: inline-block;
	width: 130px !important;
	text-align: right;
	color: #959595;
	font-weight: 500;
}

.notice-label~.span10,
.notice-label~.ml-0 {
	margin-left: 0px !important;
	word-wrap: break-word;
}

.notice-cgfaRow {
	margin-top: 10px;
	text-align: center;
}

.notice-cgfaRecord {
	margin-top: 10px;
	text-align: left;
}

.notice-cgfaRecord.noticeAttachment,
.notice-cgfaRecord.otherAttachment,
.notice-cgfaRecord.attachmentInfo {
	line-height: 30px;
}

.noticeAttachment .file-name,
.otherAttachment .file-name,
.attachmentInfo .file-name {
	display: inline-block;
	min-width: 500px;
}

.noticeAttachment a,
.otherAttachment a,
.attachmentInfo a {
	margin-left: 30px;
}

.notice-content {
	padding: 15px;
	line-height: 30px;
	overflow: auto;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	word-wrap: break-word;
}

.notice-content table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.notice-content table td {
	border: 1px solid #ccc;
	padding-left: 5px;
}

.text-center {
	text-align: center;
}

.text-weight {
	font-weight: 600;
}