﻿.tpl-tab-bar {
	color: #666;
	font-weight: 400;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	top: 40px;
}

.tpl-tab-bar .tpl-tab-bar-box {
	border-bottom: 0.026667rem solid #f2f2f2;
	display: block;
	padding-left: 0.106667rem;
	position: relative;
	white-space: nowrap;
	z-index: 1;
	height: 40px;
}

.tpl-tab-bar .tpl-tab-bar-box .tpl-tab-bar-box-content {
	overflow-x: scroll;
                /* 隐藏滚动条 - 兼容各种浏览器 */
	-ms-overflow-style: none;
 /* IE 和 Edge */
	scrollbar-width: none;
 /* Firefox */
}

.tpl-tab-bar .common-tab {
	font-size: 16px;
	line-height: 40px;
}

.tpl-tab-bar .active-tab {
	color: #111;
	font-weight: 500;
	position: relative;
}

.tpl-tab-bar .common-tab {
	display: inline-block;
	min-width: 1.066667rem;
	padding: 0 0.82rem;
	position: relative;
	text-align: center;
}

.tpl-tab-bar .active-tab:after {
	background: hsla(0,0%,7%,.9);
	bottom: 0;
	content: "";
	height: 0.153333rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0.926667rem;
}

.newsItem {
	border-bottom: 1px solid #ebebeb;
	height: 120px;
	margin: 10px;
}

.newsItem .tpl-image-text {
	display: flex;
	position: relative;
	text-decoration: none;
}

.newsItem .item-img-content {
	border: 1px solid rgba(0,0,0,.05);
	display: inline-block;
	height: 5rem;
	margin: 20px 24px 20px 0;
	overflow: hidden;
	width: 30%;
}

.newsItem .tpl-image {
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .5s ease .1s,-webkit-transform .5s ease .1s;
	width: 100%;
	height: 100%;
}

.newsItem .item-text-content {
	margin: 28px 0;
	position: relative;
	width: 60%;
	display: flex;
	flex-direction: column;
}

.newsItem .item-text-title {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #111;
	display: -webkit-box;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.newsItem .extra-info-item {
	color: #999;
	display: inline-block;
	font-size: 12px;
}

.newsItem .extra-info-point {
	color: #999;
	font-size: 12px;
	font-weight: 600;
}

.newsItem .extra-info-item {
	color: #999;
	display: inline-block;
	font-size: 12px;
}

.extra-info-ly {
	color: #666;
	display: inline-block;
	font-size: 12px;
}

.scroll-content {
	padding-top: 50px;
}
 /* 加载状态样式 */
.loading-tip {
	text-align: center;
	padding: 30px 0;
	color: #999;
	font-size: 14px;
}

.loading-spinner {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 3px solid rgba(255,107,0,0.3);
	border-radius: 50%;
	border-top-color: #ff6b00;
	animation: spin 1s ease-in-out infinite;
	margin-right: 8px;
	vertical-align: middle;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

        /* 空状态提示 */
.empty-tip {
	text-align: center;
	padding: 10px 0;
	color: #999;
	font-size: 14px;
}

        /* 错误状态提示 */
.error-tip {
	text-align: center;
	padding: 30px 0;
	color: #ff4444;
	font-size: 14px;
}