/*选择沁园*/
.g-page_content {
	background: #F5F5F5;
}
.g-inner-content {
	width: 968px;
	position: relative;
	margin: auto;
}
.m-ys-item {
	width: 100%;
	position: relative;
	min-height: 430px;
	margin-top: -36px;
	height: 500px;
}
.g-inner-content .timeline-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	min-width: 103px;
	min-height: 100%;
}
.g-inner-content .timeline-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    border-left: 1px solid #B4B4B4;
    height: 67%;
    z-index: 1;	
}
.g-inner-content .timeline-wrap .timeline-header-box {
	width: 100%;
	margin-top: 36px;
	position: relative;
}
.g-inner-content .timeline-wrap .timeline-header-box .circle-box {
	width: 103px;
	height: 103px;
	border-radius: 50%;
	border: 1px solid #707070;
	background: #fff;
}
.g-inner-content .timeline-wrap .timeline-header-box .circle-small {
	position: absolute;
	top: 11px;
    left: 8px;
	width: 13px;
	height: 13px;
	border-radius: 51.5px;
	background: #1E95D7;
}
.g-inner-content .timeline-wrap .timeline-header-box .circle-more-small {
	position: absolute;
	bottom: -14px;
	right: 0;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #B4B4B4;
	margin: auto;
}
.g-inner-content .timeline-wrap .timeline-header-box .circle-text-box {
	position: absolute;
	top: 41px;
	left: 20px;
	width: 200px;
	font-size: 16px;
	color: #474747;	
}
.g-inner-content .timeline-wrap .timeline-header-box .circle-text-box .en{
	background: #fff;
}
.g-inner-content .m-ys-item .right-content-wrap {
	width: 916.5px;
	position: absolute;
	top: 0;
	left: 51.5px;
	background: #fff;
	height: 100%;
	z-index: 99;
}

.g-inner-content .m-ys-item .right-content-wrap .content-box {
	width: 576px;
	margin :auto;
	margin-top: 64px;
}
.content-header .title {
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}
.content-header .title span{
	width: 15px;
	height: 15px;
	background: #535353;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}
.line-dot {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px dashed #BBB;
	font-weight: bold;
}
.dot {
	position: absolute;
	bottom: 18.5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #787878;
}
.text-desc {
/*	text-align: center;*/
	line-height: 24px;
}