@charset "utf-8";
/* 技术成果评价的样式 */

/* 第一块，成果评价新规 */
.evaluate-rule {
	padding: 66px 0 50px;
	background-color: #fff;
}

.intro-header::after {
	width: 112px;
}

/* 每一块的标题 */
.box-title {
	font-size: 28px;
	line-height: 1.8;
	text-align: center;
	color: #333;
}

.box-subtitle {
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
	color: #999;
}

/* 第二块，评价报告作用 */
.report-affect {
	padding: 36px 0 33px;
	text-align: center;
	background-color: #F3F8F9;
}

.report-affect .affect-list {
	margin: 0;
	padding: 40px 0 0;
}

.report-affect .affect-list .span3 {
	width: 300px;
	height: 230px;
	margin: 0 0 8px;
}

/* 每一个作用 */
.report-affect .affect-list .affect-list-item {
	padding: 25px;
	line-height: 0;
	font-size: 0;
	box-sizing: border-box;
	list-style: none;
}

.report-affect .affect-list .affect-list-item:hover {
	-webkit-box-shadow: 0px 0px 35px 9px rgba(153, 153, 153, 0.2);
	box-shadow: 0px 0px 35px 9px rgba(153, 153, 153, 0.2);
}

.affect-list .affect-list-item .affect-icon {
	border-bottom: 10px solid transparent;
}

.affect-list .affect-list-item .affect-name {
	font-size: 18px;
	line-height: 2.7;
	color: #333;
}

.affect-list .affect-list-item .affect-text {
	font-size: 14px;
	line-height: 1.95;
	color: #999;
}

/* 第三块，流程 */
.evaluate-process {
	text-align: center;
	padding-top: 50px;
}

.evaluate-process .line-box {
	position: relative;
	padding-top: 90px;
	padding-bottom: 150px;
	overflow: hidden;
}

.evaluate-process .line-box::before {
	content: '';
	position: absolute;
	top: 155px;
	left: 0;
	right: 0;
	height: 4px;
	background-color: var(--main-color);
}

/* 每一个流程 */
.evaluate-process .line-box .process-item {
	position: relative;
	width: 16.6667%;
	padding: 50px 0;
	float: left;
}

.line-box .process-item .num {
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 50%;
}

.line-box .process-item p {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 20px;
	line-height: 1.25;
}

.line-box .process-item:nth-child(2n) p {
	bottom: 0;
}

.line-box .process-item:nth-child(2n + 1) p {
	top: 0;
}