@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	color: #363636;
	font-size: 13px;
	font-family: "SimSun";
}

a {
	color: #767676;
	font-size: 13px;
	font-weight: 200
}

a:hover {
	color: #565656
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #efefef;
}

p.title {
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    background: url(/static/files/ueditor/image/20171208/1512697621695014369.png) no-repeat center;
}


/* container */

#container {
	position: relative;
	top: 20px;
	padding-bottom: 30px;
	margin: 0px auto 0px;
	padding-left: 0px;
	width: 1200px;
	padding-right: 0px;
	height: auto;
	overflow: hidden;
	padding-top: 30px
}

.timeline_container {
	z-index: 50;
	text-align: center;
	margin: 0px auto;
	width: 29px;
	display: block;
	height: 100%;
	cursor: pointer
}

.timeline {
	position: absolute;
	margin: 0px auto;
	width: 4px;
	display: block;
	background: #eeeeee;
	float: left;
	height: 100%;
	font-size: 0px;
	top: 40px;
	left: 548px
}

.timeline div.plus {
	z-index: 5000;
	position: absolute;
	width: 38px;
	height: 41px;
	background: url(../img/colums/fzlc.png) -10px -10px;
	top: -38px;
	left: -16px;
}

/*.timeline div.plus2 {
	position: absolute;
	width: 10px;
	bottom: 0px;
	background: url(../img/colums/timeline.png) -29px -26px;
	height: 10px;
	left: -3px
}*/

/*.leftcorner {
	z-index: 99;
	position: absolute;
	width: 36px;
	display: block;
	height: 26px;
	overflow: hidden
}

.rightcorner {
	z-index: 99;
	position: absolute;
	width: 36px;
	display: block;
	height: 26px;
	overflow: hidden
}*/



.item {
	position: relative;
	/*width: 524px;*/
	line-height: 30px;
	margin: 20px 13px 0px;
	min-height: 60px;
	width: 524px;
	display: block;
	word-wrap: break-word;
	background: #ffffff;
	float: left;
	font-size: 13px;
	box-shadow: -4px 5px 8px #e0e0e0;
}

.item h3 {
    line-height: 48px;
    width: 177px;
    border-radius: 4px 4px 0 0 ;
    display: block;
    height: 48px;
    font-weight: normal;
    background: #ced9de;
    position: relative;
    left: 347px;
    text-align: center;
}


.item:hover h3{
	background: #faaa2c;
	color: white;
	z-index:999;
}
.item.right{
	margin: 20px 0 0 26px;
}
.item.left{
	margin: 20px 26px 0 0;
}
.item.left h3{
	left:347px
}
.item.right h3{
	left:0;
}
.item.left .con{
	border-radius: 4px 0px 0px 4px;
}
.item.right .con{
	border-radius: 0px 4px 0px 4px;
}
.item p.con {
	border-bottom: #ececec 1px dashed;
	padding-bottom: 15px;
	line-height: 30px;
	width: 428px;
	display: block;
	color: #555555;
	border-top: #ececec 1px dashed;
	font-weight: normal;
	padding-top: 15px
}
.item .corner{
	width: 34px; height: 16px;
}
.item .corner .line {
	height: 2px;
	background: #e7e7e7;
	position: relative;
    top: 50%;
}
.item:hover .corner .line{
	background: #faaa2c;
	z-index:999;
}
.item .corner .timecircle {
	width: 16px; height: 16px;
    background: url(../img/colums/fzlc.png) -10px -71px;

}
.item.left:hover .corner .timecircle {
	width: 24px; height: 24px;
    background: url(../img/colums/fzlc.png)  -68px -10px;
    position: absolute;
	top: -2px;
	left: 14px;
	z-index:999;
}
.item.right:hover .corner .timecircle {
	width: 24px; height: 24px;
    background: url(../img/colums/fzlc.png)  -68px -10px;
    position: absolute;
    z-index:999;
	top: -2px;
	left: -4px;
}
.item.right .corner {
/*	background: url(../img/colums/timeline.png) 0px 0px;
	top: 25px;
	right: -36px;
    top: 40px;*/
    left: -34px;
    position: absolute;
    display: block;
}
.item.left .corner {
/*	background: url(../img/colums/timeline.png) -36px 0px;
	top: 10px;
	left: -36px;*/
	
    top: 0;
    left: 524px;
    position: absolute;
    display: block;
}
.item.left .timecircle{
	float: right;
}
.item.right .timecircle{
	float: left;
}
.item h4 {
	padding-bottom: 15px;
	padding-left: 0px;
	width: 428px;
	padding-right: 0px;
	display: block;
	padding-top: 15px
}
.item .con{
    border: 2px solid #ced9de;
    border-radius: 4px 0px 0px 4px;
    padding: 18px 0 20px 25px;
    font-size: 14px;
    font-family: SimSun;
}
.item:hover .con{
	border: 2px solid #faaa2c;
	z-index: 999;
	position: relative;
}
.item .con ul.info li{
	list-style-type: square;
    color: #faaa2c;
}
.item .con ul.info li p.default{
    color: #000;
}
