@CHARSET "UTF-8";

.kuaixun .title{
	width: 1200px;
	margin: auto;
	text-align:center;
}
.kuaixun .title .wave{
	width: 43px;
	height: 15px;
}
.kuaixun .title h3{
	height: 21px;
	font-size: 21px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2C2C2C;
	line-height: 36px;
}
.kuaixun .title .english{
	height: 12px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #636363;
	line-height: 36px;
}
.content{
	margin-top: 50px;
	background-color: #ffffff;
	background-image: url(../images/gray.png);
	background-position:center;
	background-size: 2px 100%;
	background-repeat: repeat-y;
	padding-top: 60px;
}
.content ul{
	padding: 0;
}
.content .info_list{
	width: 393px;
	list-style: none;
	margin:40px auto;
}
.content .info_list .datetime{
	height: 36px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #636363;
	line-height: 36px;
    margin-top: -18px;
}
.content .info_list .kuaixun_info{
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2C2C2C;
	line-height: 36px;
	text-indent: 2em;
}
.content .info_list.left{
    margin-left: 80px;
}
.content .info_list .line{
	width: 104px;
	height: 2px;
    background: #AAAAAA;
	margin:auto;
}
.content .info_list .line .ball{
	width:20px;
	height:20px;
    border-radius:50%;
	background-color: #aaaaaa;
	position:absolute;
	margin-top: -10px;
}
.content .info_list.left .line{
	margin-right: -109px;
}
.content .info_list.left .line .ball{
	margin-left: 104px;
}
.content .info_list.right .line{
    margin-left: -109px;
}
.content .info_list.right .line .ball{
	margin-left: -20px;
}
.content .info_list .line.active,
.content .info_list .line.active .ball{
    background: #369DFF;
}
.content .info_list.left .datetime{
	display:block;
	text-align: right;
}
.content .info_list.left .kuaixun_info{
	
}
.content .info_list.right{
    margin-right: 80px;	
}
.more_btn{
	text-align:center;
    margin-top: 50px;	
}
.more_btn .get_more{
	margin:auto;
	width: 154px;
	height: 25px;
	border: 1px solid #AAAAAA;
	border-radius: 13px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 32px;
	padding: 4px 13px;
	cursor: pointer;
}