.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.news-center-column {
	max-width: 1500px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	/*transform: scale(0.8);*/
}

.info-row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}

.info-title {
	text-align: center;
	font-size: 36px;
	
	font-weight: bold;
	color: #545454;
	line-height: 34px;
}

.info-line {
	width: 33px;
	height: 2px;
	background: #F15921;
	margin-top: 15px;
	margin-bottom: 17px;
}

.info-desc {
	font-size: 16px;
	
	font-weight: 400;
	color: #666666;
	line-height: 16px;
}

.time-line-row {
	display: flex;
	flex-direction: column;
	margin-top: 43px;
}

.time-line-col {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 55px;
}

.date-row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 159px;
	height: 99px;
	background: #F6F6F6;
}

.day {
	font-size: 45px;
	
	font-weight: bold;
	color: #999999;
	line-height: 45px;
}

.time {
	font-size: 14px;
	font-family: SourceHanSansCN-Regular;
	font-weight: Regular;
	color: #999999;
	line-height: 14px;
	margin-top: 8px;
}

.time-line-info {
	display: flex;
	flex-direction: column;
	width: 1054px;
}

.time-line-title {
	font-size: 18px;
	
	font-weight: bold;
	color: #555555;
	line-height: 18px;
}

.time-line-desc {
	font-size: 14px;
	
	font-weight: 400;
	color: #999999;
	line-height: 23px;
	margin-top: 19px;
}

.time-line-icon {
	width: 42px;
	height: 42px;
	border: 1px solid #DDDDDD;
	background-image: url("../images/icon/news-arrow.png");
	border-radius: 50%;
}

.time-line-col:hover .date-row {
	background: #F15921;
}

.time-line-col:hover .date-row .day {
	color: #FFFFFF;
}

.time-line-col:hover .date-row .time {
	color: #FFFFFF;
}

.time-line-col:hover .time-line-info .time-line-title {
	color: #F15921;
}

.time-line-col:hover .time-line-icon {
	/*background: #F15921;*/
	background-image: url("../images/icon/news-arrow-active.png");
}

.page-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 16px;
}

.page-last {
	font-size: 18px;
	
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	padding: 15px 13px 14px 12px;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	margin-right: 26px;
	margin-left: 26px;
	opacity: 0.8;
}

.page-num {
	font-size: 16px;
	
	font-weight: 400;
	color: #333333;
	line-height: 17px;
	padding: 17px 13px;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	margin-right: 14px;
	margin-left: 14px;
}

.page-next {
	font-size: 18px;
	
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	padding: 15px 13px 14px 12px;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	margin-right: 26px;
	margin-left: 26px;
	opacity: 0.8;
}

.page-active {
	color: #ffffff;
	background-color: #F15921;
}
