.big-event-tit{
	font-size: 20px;
	color: #555555;
	font-weight:bold;
	line-height:66px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom:20px;
}
.event-cont{
    padding: 0px 30px 40px 40px;
}
.event{
    height: 70px; 
}
.event span ,.event p{
    display: inline-block;
    vertical-align: top;
}
.event .time{
    width: 100px;
	font-size: 14px;
	color: #000000;
	padding-top:5px;
}
.event .marker{
    width: 25px;
    height: 25px;
    border: 1px solid #D4AE72;
    border-radius: 50%;
    position: relative;
    padding:5px;
}
.event .marker > span{
	width:13px;
	height:13px;
	border-radius: 50%;
	background-color:#D4AE72;
}
.event .marker:after{
    content: "";
    display: block;
    width: 2px;
    height: 45px;
    background: #D4AE72;
    position: absolute;
    top:24px;
    left: 45%;
}
.event:last-child .marker:after{
    content: "";
    display: none;
}
.event p{
    width: 900px;
    margin-left: 40px;
	font-size: 14px;
	color: #000000;
	line-height: 28px;
	max-height: 56px;
    overflow: hidden;
}