/*history*/
ul {
    margin-block-start: 0;
    margin-block-end: 0;
}
.history_cont {
	padding-top: 30px;
	/* min-height:738px; */
	margin-bottom: 170px;
}

.history_cont .timebox {
	height: 130px;
	background: url(../img/lcbg.png) repeat-x left 82px;
	position: relative;
}

.history_cont .timebox .lefts {
	position: absolute;
	background: url(../img/left11.png) no-repeat top;
	width: 39px;
	height: 81px;
	top: 30px;
}

.history_cont .timebox .rights {
	position: absolute;
	background: url(../img/right11.png) no-repeat top;
	width: 39px;
	height: 81px;
	right: 60px;
	top: 30px;
}

.history_cont .timebox .lefts.cur {
	background: url(../img/left11.png) no-repeat bottom;
}

.history_cont .timebox .rights.cur {
	background: url(../img/right11.png) no-repeat bottom;
}

.history_cont .timebox .history_box {
	height: 100px;
	background: #f1f1f1;
	padding: 0 60px;
}

.history_cont .timebox .strip {
	width: 1000px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.history_cont .timebox .strip ul {
	width: 3306px;
	position: absolute;
	left: 0;
	top: 0;
}

.history_cont .timebox .strip li {
	list-style: none;
	width: 166px;
	height: 100px;
	float: left;
	position: relative;
}

.history_cont .timebox .strip li .lclogo {
	background: url(../img/lclogo.png) no-repeat;
	width: 55px;
	height: 64px;
	position: absolute;
	top: 0;
	left: 59px;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}

.history_cont .timebox .strip li a {
	display: block;
	padding-top: 32px;
	color: #000;
	font-size: 22px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	text-align: center;
	color: #666;
}

.history_cont .timebox .strip li .three {
	background: url(../img/bottombg.png) no-repeat;
	width: 20px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	left: 78px;
	display: none;
}

.history_cont .timebox .strip li.cur1 .lclogo {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-moz-animation: bounceIn 0.5s ease normal forwards 1;
	-webkit-animation: bounceIn ease 0.5s normal forwards 1;
	-o-animation: bounceIn 0.5s ease normal forwards 1;
	animation: bounceIn 0.5s ease normal forwards 1;
}

.history_cont .timebox .strip li.cur1 .three {
	display: block;
}

.history_cont .timebox .strip li.cur1 a,
.history_cont .timebox .strip li a.cur {
	color: #e60000;
	background: url(../img/abg2.png) no-repeat center -3px;
}


/*.history_cont .detab_con{ padding-top:10px; margin-top:15px; }*/

.history_cont .detab_con li {
	margin-bottom: 10px;
	clear: both;
	font-size: 15px;
	color: #666;
}

.history_cont .detab_con li span {
	display: block;
	font-size: 14px;
	line-height: 28px;
	margin-right: 20px;
	color: #707070;
	font-family: 'Microsoft YaHei';
	float: left;
	background: #dcf6f5;
	padding: 10px;
}

.history_cont .detab_con li span em {
	font-size: 40px;
	color: #333;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #165a99;
	width: 90px;
	display: block;
}

.history_cont .detab_con li p {
	float: left;
	padding: 30px;
	line-height: 40px;
	color: #000;
	font-size: 18px;
	width: 760px;
	*width: 700px;
	text-align: left;
	border: 1px solid #abdad8;
	box-sizing: border-box;
}


/*.history_cont .detab_con .border{ padding-bottom:232px; }*/

.detab_con ul li {
	list-style: none;
}
.detab_con ul li:before{
	content: "";
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	width: 7px;
	height: 7px;
	border-radius: 3.5px;
	background: #e60000;
	margin-top: 8px;
}

.border {
	overflow: hidden;
}

.headTitle{
	text-align: center;
}
.headTitle strong{
	font-size: 40px;
	color: #e60000;
	display: block;
	margin: 36px auto;
}
.headTitle span{
	font-size: 20px;
	color: #e60000;
	display: block;
}

.hisBox ul{margin-top: 60px;}
.hisBox{width:634px; float:left; padding-left: 40px; box-sizing: border-box;}

