
.situation-title{
	height: 160px;
	font-size: 38px;
	color: #2b2b2b;
	line-height: 160px;
	text-align: center;
}
.situation-item{
	overflow: hidden;
	padding: 20px 0;
}
.situation-item:nth-child(3){
	background: #f9f9f9;
}
.situation-item:nth-child(even) .situation-pic,.situation-item:nth-child(odd) .situation-text{float: right;}
.situation-item:nth-child(odd) .situation-pic,.situation-item:nth-child(even) .situation-text{float: left;}
.situation-text{
	width: 560px;
	padding: 100px 0;
}
.situation-text span{
	color: #2b2b2b;
	font-size: 24px;
	line-height: 1.5em;
}
.situation-text p{
	color: #666;
	font-size: 18px;
	line-height: 1.5em;
}
.situation-pic{
	width: 360px;
}
.advantage{
	height: 504px;
	background: url(../images/schemedetails/advantage-bg.jpg) no-repeat top center/100% 100%;
}
.advantage-title{
	padding-top: 35px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 38px;
	color: #2b2b2b;
}
.advantage-list li{
	float: left;
	text-align: center;
	width: 33.3334%;
}
.advantage-list img{
	display: block;
	margin: 0 auto;
}
.advantage-list span{
	font-size: 24px;
	line-height: 1.5em;
	color: #2b2b2b;
}
.advantage-list p{
	width: 86%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5em;
	color: #666;
}

.attack{
	overflow: hidden;
	padding-bottom: 30px;
}
.attack-title{
	padding: 40px 0;
	font-size: 38px;
	line-height: 64px;
	height: 64px;
	color: #2b2b2b;
	text-align: center;
}
.attack-list{
	float: left;
	width: calc(100% - 600px);
}
.attack-list li{
	min-height: 80px;
	width: 355px;
	padding: 20px;
	background: #ededed;
	margin-bottom: 64px;
	position: relative;
}
.attack-list li:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 19px;
	height: 19px;
	background: url(../images/schemedetails/attack-list-bg.png) no-repeat center center;
}
.attack-list li span{
	font-size: 14px;
	color: #666;
	display: block;
	width: 70%;
}
.attack-list li p{
	margin-top: 10px;
	color: #4d90ff;
	font-size: 18px;
	padding-left: 20px;
	background: url(../images/schemedetails/arrow.png) no-repeat center left;
}
.attack-pic{
	float: right;
}
.programme-title{
	padding: 40px 0;
	text-align: center;
	height: 114px;
	background: url(../images/schemedetails/programme-title.jpg) no-repeat center center/100% 100%;
}
.programme-title span{
	font-size: 38px;
	height: 64px;
	line-height: 64px;
	color: #2b2b2b;
}
.programme-item{
	overflow: auto;
	border-bottom: 1px dashed #ccc;
}
.programme-item:nth-child(odd) .programme-text,.programme-item:nth-child(even) .programme-pic{float: right;}
.programme-item:nth-child(even) .programme-text,.programme-item:nth-child(odd) .programme-pic{float: left;}
.programme-text{
	padding: 90px 0;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.programme-text img{
	display: block;
}
.programme-text span{
	font-size: 24px;
	color: #2b2b2b;
	line-height: 1.6em;
}
