.pj-fz-time {
	background-color: #f8f8f8;
	padding: 62px 0;
}

.pj-fz-timeLine {
	width: 150px;
	border: solid 1px #999999;
	margin: 0 auto;
}

.pj-fz-pd {
	padding: 0 150px 45px;
}

.pj-fz-text {
	font-family: 'MicrosoftYaHei';
	font-size: 26px;
	line-height: 36px;
	color: #1587ff;
	text-align: center;
	padding-bottom: 10px;
}

.pj-fz-flex-left {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}

.pj-fz-flex-left img {
	width: 400px;
	height: 260px;
	padding-top:40px;
}

.pj-fz-right {
	width: 400px;
}

.pj-fz-flex-line {
	position: relative;
	height: 330px;
	border: solid 1px #ececec;
}

.pj-fz-flex-line div {
	position: absolute;
	width: 9px;
	height: 9px;
	background: #1587ff;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-radius: 50%;
}

.pj-fz-year {
	font-family: 'MicrosoftYaHeiLight';
	font-size: 15px;
	color: #1587ff;
	margin-bottom: 5px;
}

.pj-fx-text2 {
	font-family: 'AdobeHeitiStd-Regular';
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	text-indent: 2em;
	padding-bottom: 25px;
}

.pj-fz-mt {
	margin-bottom: 20px;
}

.pj-img {
	background: rgba(0, 0, 0, 0.9);
	height: 300px;
	line-height: 300px;
	width: 100%;
}

.pj-img-text {
	text-align: center;
	font-family: 'PingFang-SC-Medium';
	font-size: 50px;
	color: #fefeff;
}




/*新增样式*/


.nfz_box{
    padding: 50px 0;
    background: #fff;
}
.nfz_ul{}
.nfz_li{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0 75px;
}
.nfz_li:before,.nfz_li:after{
    position: absolute;
    content: '';
    display: block;
    background: #3e64eb;
}
.nfz_li:before{
    width: 3px;
    height: 100%;
    left: calc(50% - 1.5px);
    top: 0;
    /*margin: 0 auto;*/
}
.nfz_li:after{
    width: 60px;
    height: 3px;
    top: 150px;
    left: 50%;
}
.nfz_ul .nfz_li:nth-child(2n){
    flex-direction: row-reverse;
}
.nfz_ul .nfz_li:nth-child(2n):after{
    left: auto;right: 50%;
}
.nfz_ul .nfz_li:first-child:before{
    top: 150px;
    height: calc(100% - 150px);
}
.nfz_ul .nfz_li:last-child:before{
    top: 0;
    height: 150px;
}
.nfz_li_img{
    width: 520px;
    display: flex;
    justify-content: flex-end;
}
.nfz_ul .nfz_li:nth-child(2n) .nfz_li_img{
    justify-content: flex-start;
}
.nfz_li_img img{
    display: block;
    height: 210px;
    width: auto;
}
.nfz_li_txt{
    width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
}
.nfz_ul .nfz_li:nth-child(2n) .nfz_li_txt{
    align-items: flex-end;
}
.nfz_li_txt h2{
    font-size: 36px;
    font-weight: bolder;
    font-style: italic;
    line-height: 2;
    color: #3e64eb;
}
.nfz_li_txt p{
    width: 95%;
    line-height: 1.5;
    font-size: 15px;
    color: #666;
}
.nfz_li_point{
    position: absolute;
    display: flex;
    align-items: center;justify-content: center;
    width: 40px;height: 40px;
    top: 130px;
    left: calc(50% - 20px);
    border-radius: 100%;
    box-sizing: border-box;
    z-index: 2;
}
.nfz_li_point.act{
    background: #fff;
    border: 1px solid #3e64eb;
}
.nfz_li_point:before{
    display: block;
    content: '';
    position: relative;
    width: 14px;height: 14px;
    border-radius: 100%;
    background: #3e64eb;
    z-index: 5;
}
