.history-box {
	margin:45px 0 80px;
	padding: 30px 0 100px;
}
.history-box .content {
	background: url(../ls/history_bg_line.png) repeat-x bottom;
}
.history-box .slick-for .box {
	padding: 80px 90px 90px;
}
.history-box .slick-for .box .date {
	float: left;
	font-size: 100px;
	line-height: 100px;
	color: #87888b;
	font-weight: 300;
}
.history-box .slick-for .box .text {
	margin-left: 180px;
	padding: 30px 20px;
	font-size: 18px;
	line-height: 34px;
	color: #333;
	display:inline-block;
	background-color:#fff;
	border-radius:10px;
	box-shadow: 0 0 8px rgb(0 0 0 / 10%);
	text-align:center;
	min-width:600px;
}
.history-box .slick-for .box .text img {
	margin:0 auto 15px;
}
.history-box .slick-nav {
	margin-top: 40px;
	text-align: center;
}
.history-box .slick-nav .slick-slide {
	cursor: pointer;
}
.history-box .slick-nav .slick-slide span {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size:18px;
	position: relative;
}
.history-box .slick-nav .slick-slide span:before, .history-box .slick-nav .slick-slide span:after {
	display: none;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -5px;
}
.history-box .slick-nav .slick-slide span:before {
	top: 0;
	border-style: solid dashed dashed dashed;
	border-color: #007bf5 transparent transparent transparent;
	border-width: 7px;
}
.history-box .slick-nav .slick-slide span:after {
	bottom: 0;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #007bf5 transparent;
	border-width: 7px;
}
.history-box .slick-nav .slick-current {
	color: #007bf5;
	font-weight:bold;
}
.history-box .slick-nav .slick-current span:before, .history-box .slick-nav .slick-current span:after {
	display: block;
}

 @media (max-width:1024px) {
.history-box .slick-for .box {
    padding: 80px 90px 60px;
}
.history-box .slick-for .box .date {
	font-size:50px;
	font-weight:bold;
}
.history-box .slick-for .box .text {
	min-width:auto;
	margin-left: 100px;
	padding-top: 20px;
}
 }
 @media (max-width:999px) {
.history-box {
	margin-top: 40px;
	padding: 20px 0 40px;
}
.history-box .slick-for .box {
	padding: 40px 20px;
}
.history-box .slick-for .box .date {
	float: none;
	font-size: 32px;
	line-height: 30px;
	text-align: center;
	margin-bottom:25px;
	font-weight:bold;
}
.history-box .slick-for .box .text {
	min-width:auto;
	margin-left: 0;
	padding-top: 20px;
}
.history-box .slick-nav {
	padding: 0 50px;
}
.history-box .slick-for .box .text img{
	width:100%;
}
}