.develop{
    margin-top: 80px;
    margin-bottom: 20px;
}
.develop_title{
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.develop_title_txt{
	font-size: 36px;
	color: #dcdcdc;
    margin-top: 30px;
}
.lis_left{
    float: left;
    margin-right: 105px;
}
.lis_right{
    float: left;
}
.p1{
	font-size: 16px;
	color: #999;
}
.p2{
	font-family: Montserrat-Light;
	font-size: 72px;
	/* font-weight: bold; */
	color: #b5b5b5;
}
.p3{
    margin-left: 8px;
}
.item_li{
}
.lis_right_title{
	font-size: 24px;
	color: #333;
    margin-bottom: 30px;
}
.li_item{
	font-size: 18px;
	color: #666;
    margin-bottom: 15px;
}
.date{

}
.date_txt{
    margin-left: 15px;
    width: 820px;
	line-height: 28px;
}
.endList{
	border: none;
}


.history_lists_mian>li {
	/* background-color: #fff;
	background-size:63% 100%;
	transition: all 0.5s; */
	position: relative;
	cursor: pointer;
}

.history_lists_mian>li:hover {
	/* background-size:100% 100%;
	background-color: #FFF9F7; */
}


.history_lists_mian>li .container {
	position: relative;
	z-index: 10;
    padding-bottom: 60px;
    padding-top: 60px;
}


.history_lists_mian>li + li .container {
    border-top: 1px solid #eee;
}

.his_li_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	height: 100%;
	width: 62.5%;
	background: #fff;
	transition: width 1s;
}

.history_lists_mian>li:hover .his_li_bg {
	background: #FFF9F7;
	width: 100%;
}