@CHARSET "UTF-8";

/**-------[timeline css start]------**/
.time-album {
	width: auto;
	margin: auto;
	padding-left: 20px;
}

.time-album .ta-item {
	border-left: 2px solid #1296db;
	padding: 0;
	width: auto;
	padding-bottom: 30px;
}

.time-album .ta-item-head.ta-item-head-fixed {
	position: fixed !important;
	top: 0px !important;
	width: 100% !important;
	margin-right: 10px;
	z-index: 2022;
}

.time-album .ta-item-head.ta-item-head-fixed .ta-ih-content {
	right: 30px;
	padding-right: 22px;
}

.time-album .ta-item-head {
	z-index: 2020;
	position: relative;
	margin-right: 20px;
}

.time-album .ta-item-head .ta-ih-icon {
	position: absolute;
	width: 26px;
	height: 26px;
	background-color: #1296db;
	padding: 0px;
	margin: 10px 6px;
	border-radius: 50%;
	line-height: 26px;
	text-align: center;
	left: -20px;
	top: 0;
}

.time-album .ta-item-head .ta-ih-icon i {
	color: white;
}

.time-album .ta-item-head .ta-ih-icon img {
	width: 26px;
	height: 26px;
	margin: 0px;
	padding: 0px;
}

.time-album .ta-item-head .ta-ih-content {
	position: absolute;
	background-color: inherit;
	background: #1296db;
	height: 46px;
	padding: 0px 10px;
	left: 17px;
	right: 0;
	line-height: 46px;
}

.time-album .ta-item-head .ta-ih-content span {
	color: white;
	font-size: 20px;
	margin-right: 24px;
}

.time-album .ta-item-head .ta-ih-content  .ta-ihc-type {
	float: right;
	border-radius: 50%;
	border: 2px solid;
	width: 32px;
	height: 32px;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	border-color: white;
	color: white;
}

.time-album .ta-item-content {
	width: auto;
	height: auto;
	background: #ffffff;
	margin-left: 16px;
	margin-bottom: 0;
	border: 1px solid #dddcdc;
	margin-right: 20px;
	border-radius: 4px;
}

.time-album .ta-ic-list {
	overflow: hidden;
	width: 100%;
	margin-top: 46px;
}

.time-album .ta-ic-list li img {
	max-width: 160px;
	max-height: 160px;
}

.time-album .ta-ic-list li {
	width: 160px;
	height: 160px;
	float: left;
	border: 2px solid #1296db;
	border-style: dashed;
	text-align: center;
	background: #fff;
	padding: 0px;
	cursor: pointer;
	list-style-type: none;
	margin: 10px 6px;
}
/**-------[timeline css end]------**/