﻿.box {
	width: 1560px;
	margin: 0px auto;
}

.title{
	margin:0px auto;
	padding:50px 0px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

.ptzx_li li{
	list-style-type:none;
	margin-top:40px;	
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td {
	margin:0;
	padding:0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
}
ul, li {
	list-style-type:none;
}
img {
	border:none;
}
input, textarea, select {
	font-family:inherit;
	font-weight:inherit;
	vertical-align:middle;

}
input,select{
    vertical-align:middle;
    height:18px;
    line-height:18px;
} 
body {
	background:#ffffff;
	color: #333;
	font: 12px '宋体', Arial, Helvetica, sans-serif;
font:12px/1.5 "Lucida Grande", Helvetica, Tahoma, Arial, sans-serif;}

a {
	color: #345292;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	color: #cc0000;
	text-decoration:none;
}
.clear,.clear_all  {
	clear:both;
}
.clear_all  {height:0px;line-height:0px;font-size:0px;}
.clear:after,.clear_all:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}




/*时间轴样式开始*/
.main{
	width: 1560px;
	margin: 50px 200px;
}

.time-axis{
	margin: 0;
	padding: 0;
	position: relative;
}

.time-axis:before{
	/*时间轴样式*/
	content: '';
	position: absolute;
	left: 98px;/*时间轴左右*/
	top: 5px;
	width: 2px;
	height: 100%;
	background-color: #A50000;
}
.time-axis-item{
	list-style: none;
	padding-left: 150px;
	position: relative;
	line-height: 30px;
	font-size: 14px;
	color: #141414;
	font-weight:bold;
}
.time-axis-achievement{
	margin: 0;
}
.time-axis-date{
	/*日期样式*/
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
	font-size: 26px;
}

.time-axis-date span{
	position: absolute;
	right: -49px;
	top: 35%;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #A50000;
	border-radius: 100%;
	background-color: #fff;

}
.time-axis-date span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	background-color: #A50000;
	border: 1px solid #A50000;
	border-radius: 100%;

}

.time-axis-item:last-child .time-axis-date span{
	border-color: #A50000;
}

.time-axis-item:last-child .time-axis-date span:after{
	background-color: #A50000;
	border-color: #A50000;
}
/*时间轴样式结束*/


