.route_path {
	margin-bottom: 30px;
}
.a-pointer {
	cursor: pointer;
}

.route_path_name {
	height: 40px;
	line-height: 40px;
}


.header-xian {
	height: 2px;
	background: #D1060F;
}

.header-radius {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #D1060F;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.text_ellipsis_2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.text_ellipsis_3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}

.page_style_one_box {
	display: block;
	width: 228px;
	height: 122px;
	border-radius: 5px;
}

.page_style_one_img {
	display: block;
	width: 228px;
	height: 122px;
	border-radius: 5px;
}

.page_style_one_text {
	margin-left: 20px;
	width: 70%;
}

.page_style_one_title {
	height: 35px;
	font-size: 16px;
}

.page_style_one_content {
	height: 57px;
	font-size: 13px;
	color: #898989;
}

.page_style_one_date {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #6A6B6B;
}

.page_style_two_box{
	width: 35%;
	height: 80px;
	border-radius: 5px;
	overflow: hidden;
}

.page_style_two_img {
	display: block;
	width: 100%;
	height: 100%;
}

.page_style_two_text {
	width: 65%;
	margin-left: 20px;
}

.page_style_two_title {
	height: 50px;
	line-height: 25px;
	font-size: 16px;
}

.page_style_two_date {
	height: 30px;
	line-height: 40px;
	font-size: 13px;
	color: #6A6B6B;
}


.pagination-box {
	text-align: center;
	margin: 30px 0;
}

.detail_model_header {
	margin-bottom: 30px;
}

.detail_model_header {
	margin-bottom: 20px;
}

.detail_model_header_more_text {
	color: #000000
}

.detail_model_header_more_img {
	height: 14px;
	margin-left: 5px;
	display: block;
}

.box_shadow {
	box-shadow: 0 0 13px rgba(33, 46, 111, 0.1);
	padding: 15px;
	border-radius: 5px;
}

.banner_main_img {
	display: block;
	width: 100%;
	height: 100%;
}

iframe {
	vertical-align: middle;
}

.widgets_box {
	position: fixed;
	right: 50px;
	bottom: 200px;
	z-index: 999;
}

.widgets {
	width: 36px;
	height: 36px;
	border-radius: 36px;
	padding-top: 8px;
	background-color: #ffffff;
	box-shadow: 0 0 13px rgba(33, 46, 111, 0.1);
}

.widgets:hover {
	background-color: #D1060F;
}

.widgets>img {
	width: 20px;
	height: 20px;
	margin: auto;
}

.top_common {
	display: block;
}

.share_common {
	display: block;
}

.top_hover {
	display: none;
}

.share_hover {
	display: none;
}

.widgets_top:hover .top_common {
	display: none;
}

.widgets_top:hover .top_hover {
	display: block;
}

.widgets_share:hover .share_common {
	display: none;
}

.widgets_share:hover .share_hover {
	display: block;
}

.widgets_share:hover .qr-container {
	display: block;
}

.qr-container {
	display: none;
	position: absolute;
	top: 50px;
	right: 40px;
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 5px;
	border-radius: 5px;
}

.qr-img-box {
	position: relative;
}

.qr-img {
	width: 118px;
	height: 118px;
	display: block;
}

.qr-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 30%;
	/* 调整Logo大小 */
	max-height: 30%;
}

.swiper-button-prev,
.swiper-button-next {
	opacity: 0;
	transition: opacity 0.3s ease;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	opacity: 1;
}

.swiper-container .swiper-pagination {
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	text-align: right;
	font-style: normal;
	text-transform: none;
	padding-right: 20px;
}

.swiper-poster-container {
	width: 260px;
	height: 350px;
	margin-top: 80px;
}


.poster_base {
	width: 300px;
	height: 60px;
	font-size: 16px;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	padding: 8px 15px 0;
	background: linear-gradient(to bottom right, #d7000f 40%, #ffa069 100%);
}

.triangle_left {
	position: absolute;
	left: 8px;
	top: -20px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 15px solid #990b12;
	border-bottom: 15px solid transparent;
	transform: rotate(45deg);
}

.triangle_right {
	position: absolute;
	right: 8px;
	top: -19px;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-left: 14px solid #990b12;
	border-bottom: 14px solid transparent;
	transform: rotate(135deg);
}

.banner_poster_img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner_bottom_img {
	display: block;
	width: 100%;
}

.banner_ad_img {
	display: block;
	width: 100%;
	height: 130px;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4 {
	text-align: center;
	font-weight: 500;
	line-height: 2;
	color: #000000;
}

.richtext{
	margin-bottom: 30px;
}

.rich_header{
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 2;
	color: #000000;
}

.rich_subtitle{
	font-size: 13px;
	color: #6A6B6B;
	margin-bottom: 30px;
}

.richtext p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
	color: #000000;
}

.richtext img {
	display: block;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.no_content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.no_content img {
	width: 200px;
	display: block;
	margin: 0 auto;
}

.no_content .no_text {
	color: #9CA5AD;
}

::-webkit-scrollbar {
	display: none;
}

/* 整体滚动条样式 */
::-webkit-scrollbar {
	width: 6px;
	/* 更细的滚动条宽度 */
	height: 6px;
	/* 如果是横向滚动条，同样适用 */
}

/* 滚动条轨道样式 */
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
	/* 更淡的轨道背景色 */
	border-radius: 3px;
	/* 较小的圆角 */
}

/* 滚动条滑块样式 */
::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	/* 更淡的滑块背景色 */
	border-radius: 3px;
	/* 较小的圆角 */
}

/* 滑块悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.3);
	/* 悬停时更淡的滑块背景色 */
}

/* 滑块被激活时的样式 */
::-webkit-scrollbar-thumb:active {
	background: rgba(0, 0, 0, 0.4);
	/* 激活时更淡的滑块背景色 */
}

/* 滚动条按钮样式 */
::-webkit-scrollbar-button {
	width: 0;
	/* 默认情况下隐藏按钮 */
	height: 0;
}

/* 滚动条角部样式 */
::-webkit-scrollbar-corner {
	background: transparent;
	/* 角部背景色 */
}
