a:hover{
	/* color:#ff6600 !important; */
	color: #0990dd !important;
	cursor: pointer;
}
ul li{
	list-style: none;
}
.faq-body-tips,.faq-body{
	width: 1200px;
	margin: 0 auto;
}
.faq-body-tips{
	margin-top: 20px;
	/* font-size: 20px; */
}
.faq-body{

}
.time-line{
	/*height: 100px;*/
	width: 250px;
	float: left;
}
.time-line-item-u{
	height: 40px !important;
}
.time-line-item-d,.time-line-item-u{
	height: 20px;
	text-align: right;
	line-height: 20px;
}
.time-line-item,.time-line-item-d,.time-line-item-u{
	width: 220px;
}
.time-line-item{
	height: 35px;
	line-height: 35px;
	text-align: right;
	font-size: 14px;
}
.time-line-item span:first-child{
	padding-right: 30px;
}
.timeline-icon{
	border: 4px solid #CACACA;
	border-radius: 10px;
	width: 4px;
	height: 4px;
	display: inline-block;
	background: #FFFFFF;
	z-index: 999;
}
/* .timeline-this{
	color: #0990DD;
} */
.timeline-this,.timeline-this span:first-child a{
	color: #0990DD;
}
.timeline-this span:last-child{
	border-color: #0990DD;
}
.time-line-item span:first-child a:hover{
	color: #0990DD !important;
}
.time-line-item:after,.time-line-item-d:after,.time-line-item-u:after{
	content: '';
	width: 2px;
	display: inline-block;
	position: relative;
	margin-left: -12px;
	right: 10;
	top:25px;
	background-color: #CACACA;
	z-index: -1;
}
.time-line-item-d:after{
	height: 20px;
	background: -webkit-linear-gradient(top, #CACACA , #FFFFFF); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, #CACACA , #FFFFFF); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom, #CACACA , #FFFFFF); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom,  #CACACA , #FFFFFF); /* 标准的语法 */
}
.time-line-item-u:after{
	height: 40px;
	background: -webkit-linear-gradient(bottom, #CACACA , #FFFFFF 100%); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #CACACA , #FFFFFF 100%); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #CACACA , #FFFFFF 110%); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top,  #CACACA , #FFFFFF 110%); /* 标准的语法 */
}
.time-line-item:after{
	height: 35px;
}
.time-line-item-d img,.time-line-item-u img{
	margin-right: 2px;
}
.time-line-item-u img{
	margin-top: 20px;
}

.faq-body iframe{
	width: 950px;
	margin-top: 20px;
}
