* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑",sans-serif
}

.top-nav {
	width: 100%;
	background: #222;
	color: #fff;
	padding: 10px 0
}

.top-nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
	max-width: 1190px;
	margin: 0 auto;
}

.top-nav ul>li {
	float: left;
	padding: 0px 10px;
}

.top-nav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px
}

.top-nav a:hover {
	color: #ff6600
}

.page-container {
	max-width: 1190px;
	margin: 0 auto;
	padding: 15px 0;
	display: flex
}

.left-sidebar {
	width: 138px;
	margin-right: 30px
}

.sidebar-logo {
	margin-bottom: 15px;
	text-align: center
}

.sidebar-logo>img {
	width: 95px;
	height: 40px
}

.sidebar-nav ul {
	list-style: none
}

.sidebar-nav ul li {
	text-align: center;
	margin: 5px auto;
	width: 100%;
}

.sidebar-nav ul li.current {
	background: #ff6600;
	border-radius: 5px;
	color: #fff
}

.sidebar-nav ul li.current>a {
	color: #fff
}

.sidebar-nav a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 8px 0;
	font-size: 14px
}

.sidebar-nav ul li:hover a {
	color: #fff;
	background: #ff6600;
	border-radius: 5px
}

.middle-content {
	width: 680px;
	margin-right: 30px
}

.carousel {
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px
}

.carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: none;
	font-size: 20px;
	cursor: pointer;
	z-index: 30;
	transition: background 0.3s
}

.carousel-arrow:hover {
	background: rgba(255,68,0,0.8)
}

.left-arrow {
	left: 15px
}

.right-arrow {
	right: 15px
}

.carousel-items {
	width: 100%;
	height: 100%;
	position: relative
}

.carousel-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease
}

.carousel-item.active {
	display: block;
	opacity: 1
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.carousel-title {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
	font-size: 18px;
	z-index: 10;
	text-shadow: 0 0 5px rgba(0,0,0,0.5)
}

.carousel-indicators {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 20
}

.indicator {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ccc;
	margin-left: 8px;
	cursor: pointer
}

.indicator.active {
	background: #ff4400
}

.article-list {
	display: flex;
	flex-direction: column;
	gap: 20px
}

article {
	display: flex;
	gap: 15px;
	align-items: flex-start
}

article img {
	width: 150px;
	height: auto
}

.article-info h3 {
	font-size: 16px;
	margin-bottom: 8px;
	color: #333;
	max-height: 66px;
    overflow: hidden;
    line-height: 30px
}

.article-info > a {
	text-decoration: none;
	float: left;
	margin-right: 15px;

}

.article-info > a:hover > h3 {
	color: #ff6600
}

.article-tag {
	font-size: 12px;
	color: #666;
	background: #f5f5f5;
	padding: 2px 5px;
	display: inline-block;
	margin-bottom: 4px
}

.article-time {
	font-size: 12px;
	color: #999
}

.right-sidebar {
	width: 308px
}

.right-sidebar h2 {
	font-size: 18px;
	border-bottom: 2px solid #ff6600;
	padding-bottom: 5px;
	margin-bottom: 15px
}

.hot-list {
	list-style: none
}

.hot-list li {
	display: flex;
	gap: 10px;
	margin-bottom: 12px
}

.hot-list img {
	width: 60px;
	height: 40px;
	object-fit: cover
}

.hot-list a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
	float: left;
	margin-right: 10px;
}

.hot-list a:hover {
	color: #ff6600
}

a.morecontant {
	background: #fff5ed;
	color: #ff6600;
	text-align: center;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	text-decoration: none
}

.about {
	margin: 0 auto;
	padding: 20px 0;
	font-size: 12px;
	border-top: 1px solid #e6e6e6
}

.about p {
	text-align: center;
	line-height: 26px;
	color: #999
}

.about p a {
	padding: 0 20px;
	text-decoration: none;
	color: #999
}

span.shux {
	color: #ccc
}

span.sx {
	color: #ccc;
	line-height: 30px
}

span.xghy {
	color: #444
}
