@charset "utf-8";

/* CSS Document */



/*列表页成长实录新css*/

.list{

	padding: 0 10px;

}

.list .bd .g-text{

	width: 58%!important;

}

.list .hd{

	margin-bottom: 35px;

}



.list .hd li{

	width: 30%!important;

	text-align: center;

  font-size: 0.8rem!important;

  /*  padding: 0 15px;*/

  cursor: pointer;

	color: #fff;

	line-height: 25px;

	border-radius: 0px!important;

  background-color: #d81e06!important;

  margin-right: 0px!important;

	margin-bottom: 2px;

	padding: 5px 5px;

}

.list .hd .on {

  /*  height: 30px;*/

  background: #ffcec8!important;

  border: 0px!important;

  color: #d81e06!important;

  border-bottom:0px!important;

}

.list .bd ul{

	padding: 0px!important;

}

/*分页*/

.list-fenye{

	padding: 20px 10px;

	background-color: #fff;

}

.list-fenye ul{

	display: flex;

	flex-flow: row wrap;

	justify-content: space-around;

}

.list-fenye ul li{

	width: 15%;

	text-align: center;

	padding: 10px 2px;

	font-size: 0.8rem;

	background-color: #f0f0f0;

}

.list-fenye ul li:hover{

	background-color: #d81e06;

}

.list-fenye ul li:hover a{

	color: #fff;

}
/*历程*/
.licheng{
	padding: 0 10px;
}
.licheng ul li{
	display: flex;
	flex-flow: row wrap;
}
.licheng ul li .licheng-l{
	width: 44%;
}
.licheng ul li:nth-child(even)  .licheng-l{
	width: 43%;
}
.licheng ul li .licheng-l p{
	font-size: 0.8rem;
	line-height: 24px;
}
.licheng ul li:nth-child(even)  p{
	padding-left: 10px;
}
.licheng ul li .licheng-c{
	width: 12%;
}
.licheng ul li .licheng-r{
	width: 37%;
	padding-left: 20px;
}	
.licheng ul li:nth-child(even) .licheng-r{
	padding-left: 0;
	padding-right: 25px;
}
.licheng ul li .licheng-r img{
	border-radius: 10px;
}
