@import url("list_common.css");
.mainBoxBj {
	padding-bottom: 85px;
}
.mainBox .rightMain {
    width: 800px;
}

.mainBox .rightMain .c1{
	width: 100%;
	margin: 0px auto;
	padding: 20px 40px;
	position: relative;
	overflow: initial;	
	background: #f1f1f1;
}
.mainBox .rightMain .c1::before{
	content: "";
	display: block;
	width: 3px;
	height: calc(100% - 72px);
	background: #999999;
	position: absolute;
	left: 40px;
	top: 32px;
}
.mainBox .rightMain .c1 p{
	font-size: 16px;
	color: #333;
	/* font-family: "syhtB"; */
	line-height: 30px;
	/* border-left: 3px solid #999999; */
	padding-left: 25px;
	position: relative;
}
.mainBox .rightMain .c1 p::before{
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background: #b70404;
	border: 2px solid #f1f1f1;
	border-radius: 50%;
	position: absolute;
	left: -4px;
	top: 9px;
}

.mainBoxBj .leftBj2{
	width: 700px;
	height: 700px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -855px;
}