body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6;
	color: #333;
}

.jumbotron {
	background: linear-gradient(135deg, #3498db, #2c3e50);
	color: white;
	padding: 120px 0 60px 0;
	margin-bottom: 30px;
}

.jumbotron-h3 {
	color: #0d0505a3;
}

.panel-custom {
	border: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
}

.panel-custom:hover {
	transform: translateY(-5px);
}

footer {
	background-color: #2c3e50;
	color: white;
	padding: 30px 0;
	margin-top: 50px;
}

.target-txt {
	font-size: 18px;
}

/* 时间线样式 */
.timeline {
	position: relative;
	padding: 20px 0;
	list-style: none;
}

.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background-color: #e0e0e0;
}

.timeline-item {
	position: relative;
	width: 50%;
	padding: 0 40px;
	margin: 20px 0;
	clear: both;
	text-align: left !important;
	/* 全部靠左 */
}

.timeline-item:nth-child(odd) {
	float: left;
}

.timeline-item:nth-child(even) {
	float: right;
}

.timeline-item:before {
	content: '';
	position: absolute;
	top: 15px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #3498db;
	border: 3px solid white;
	box-shadow: 0 0 0 2px #e0e0e0;
}

.timeline-item:nth-child(odd):before {
	right: -8px;
}

.timeline-item:nth-child(even):before {
	left: -8px;
}

.timeline-card {
	background: white;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #eee;
	text-align: left;
	/* 卡片内文字靠左 */
}

.timeline-date {
	display: inline-block;
	background: #e8f0fe;
	color: #1967d2;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.timeline-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.timeline-desc {
	color: #666;
	font-size: 14px;
}

.timeline:after {
	content: "";
	display: table;
	clear: both;
}

.info-link {
	font-size: 20px;
	text-decoration: underline;
	text-decoration-color: #000;
}

.info-link-a {
	color: #000;
}

.info-link-border {
	font-weight: bold;
}

@media ( max-width : 768px) {
	.timeline:before {
		left: 20px;
	}
	.timeline-item {
		width: 100%;
		float: none !important;
		padding-left: 60px;
		padding-right: 20px;
		text-align: left !important;
	}
	.timeline-item:before {
		left: 12px !important;
		right: auto !important;
	}
}

.navbar-inverse {
	background-color: #7775d7;
	border-color: #7775d7;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #5e5bd0;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.active>a:focus {
	color: #e6e6e6;
	background-color: #5e5bd0;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus
	{
	color: #e6e6e6;
	background-color: #5e5bd0;
}

.index-mainbar {
	margin-top: 51px;
}

.general-title h2 {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: dashed 1px #7775d7;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, 宋体, 微軟正黑體, sans-serif;
	padding: 2px 0;
	margin: 2px 0;
}

.general-content h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.general {
	background-color: #fff;
	margin-top: 15px;
	box-shadow: inherit;
}

.general .panel-title a {
	color: #000;
	font-size: 20px;
	text-decoration: underline;
	text-decoration-color: #000;
}

.general-content {
	color: black;
	font-size: 16px;
	line-height: 1.5;
}

.jumbotron h1, .jumbotron .h1 {
	font-size: 56px;
}