.paizhao{
	width: 1000px;
	margin: 20px auto; 
                 margin-bottom: 20px

}

.paizhao img{
	width: 200px;
	height: auto;
                margin-bottom : 20px;
}  
.dispflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
	/* 在此处添加需要应用于小屏幕的样式规则 */
	 .paizhao{
	  width: 100%;
	  margin-top: 20px;
	  margin-left: 80px;
	   margin-bottom : 20px;
	}
	.dispflex {
	  display: block;
	  
	}
	/* 手机端担保区域每排3个 - 紧凑无空隙布局 */
	.parent {
		height: auto !important;
		min-height: auto !important;
		padding: 10px 0 55px 0 !important;
		overflow: visible !important;
	}
	.serviceContent {
		width: 100% !important;
		transform: none !important;
		padding: 0 10px !important;
		box-sizing: border-box !important;
		overflow: visible !important;
	}
	.serviceContent .companyListBg {
		width: 100% !important;
		height: auto !important;
		overflow: visible !important;
		margin-bottom: 40px !important;
		padding: 0 !important;
	}
	.serviceContent .companyListBg .companyList,
	.serviceContent .companyList {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-between !important;
		gap: 4px !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.serviceContent .companyListBg .companyList .company,
	.serviceContent .companyList .company {
		width: calc((100% - 8px) / 3) !important;
		height: auto !important;
		padding: 5px 3px !important;
		margin: 0 !important;
		box-sizing: border-box !important;
		float: none !important;
		flex-shrink: 0 !important;
		background: rgba(255,255,255,0.08) !important;
		border-radius: 6px !important;
		border: 1px solid rgba(255,127,0,0.3) !important;
	}
	/* 手机端担保卡片左右布局 - 内容放大填满卡片 */
	.serviceContent .companyList .company .company-mobile-link {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		text-decoration: none !important;
		color: inherit !important;
		height: 100% !important;
		padding: 2px !important;
	}
	.serviceContent .companyList .company .company-mobile-left {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		flex: 1 !important;
		padding: 2px !important;
	}
	.serviceContent .companyList .company .company-logo-mobile {
		width: 50px !important;
		height: 50px !important;
		border-radius: 8px !important;
		margin-bottom: 4px !important;
		flex-shrink: 0 !important;
	}
	.serviceContent .companyList .company .company-name-mobile {
		font-size: 11px !important;
		font-weight: bold !important;
		color: #fff !important;
		line-height: 16px !important;
		text-align: center !important;
		width: 100% !important;
		height: 16px !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
		display: block !important;
	}
	.serviceContent .companyList .company .company-mobile-right {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 6px !important;
		flex: 1 !important;
		padding: 2px !important;
	}
	.serviceContent .companyList .company .company-amount-mobile,
	.serviceContent .companyList .company .company-users-mobile {
		font-size: 10px !important;
		padding: 0 4px !important;
		border-radius: 5px !important;
		text-align: center !important;
		width: 100% !important;
		height: 26px !important;
		line-height: 26px !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		box-sizing: border-box !important;
		display: block !important;
	}
	.serviceContent .companyList .company .company-amount-mobile {
		background: linear-gradient(135deg, #ff7f00, #ff9500) !important;
		color: #fff !important;
		font-weight: bold !important;
	}
	.serviceContent .companyList .company .company-users-mobile {
		background: rgba(255,255,255,0.15) !important;
		color: #ccc !important;
	}
  }
.serviceContent {
 
 /*background      : #000;*/
 transform       : scale(0.8);
 transform-origin: top ;
}

/* 移动端禁用缩放 */
@media (max-width: 768px) {
    .serviceContent {
        transform: none !important;
        width: 100% !important;
    }
}
.serviceContent h6 {
	width: 100%;
	font-size: 24px;
	margin: 0px auto 0 auto;
	font-weight: 500;
	height: 60px;
	line-height: 60px;
	color: #ff7f00;
	
	margin-top: 0px;
}
.serviceContent h6 p {
    width: 1186px;
    margin-top: 0px;
    left: calc(50% - 598px);
    
}
.serviceContent h6 span:nth-child(1) {
	display: inline-block;
	width: 5px;
	height: 15px;
	background: #ff7f00;
	margin-right: 10px;
	vertical-align: 1px;
}
.websit {
	color: #ff7f00;
    animation: myfirstaa 2s infinite linear ;
    -webkit-animation: myfirstaa 2s infinite linear ;
    display: inline-block;
}
@keyframes myfirstaa
{
	0%   {opacity: 0.1;}

	30% {opacity: 1;}

	70% {opacity: 1;}

	100% {opacity: 0.1;}
}

@-webkit-keyframes myfirstaa /* Safari and Chrome */
{
	0%   {opacity: 0.1;}

	30% {opacity: 1;}

	70% {opacity: 1;}

	100% {opacity: 0.1;}
}
.serviceContent h6 em {
	font-style: normal;
	font-size: 16px;
	color: #ff7f00;
	display: inline-block;
	margin-left: 10px;
}
.serviceContent .companyListBg {
	width: 1186px;
   /* margin: 0 auto;*/
     overflow: hidden; 
   /* margin-top: 20px;*/
    margin-bottom: -238px;
    position: RELATIVE;
    padding-bottom: 20px;
    height: 630px;
   
    
}
.serviceContent .companyList {
 
}
.serviceContent .companyList .company {
    
    
	float: left;
    width: 229px;
    height: 150px;
    padding: 20px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 26px;
    background: #999;
    border-radius: 6px;
    box-shadow: 0px 0px 95px #ff8a007d;

}
.serviceContent .companyList .company:hover {
	border: 1px solid #ff7f00;
	animation:myfirst 1s;
	-webkit-animation:myfirst 1s;
}

@-webkit-keyframes myfirst{
    0%{ -webkit-transform: rotate(0deg);}
    100%{ -webkit-transform: rotate(360deg);}
}
@keyframes myfirst{
    0%{ -webkit-transform: rotate(0deg);}
    100%{ -webkit-transform: rotate(360deg);}
}
.serviceContent .companyList .company a {
	display: block;
	width: 84px;
	float: left;
	overflow: hidden;
}
.serviceContent .companyList .company a img {
	width: 84px;
	border-radius: 5px;
	clear: both;
}
.serviceContent .companyList .company a p {
	width: 84px;
	text-align: center;
	font-size: 15px;
	color: #333;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px;
}
.serviceContent .companyList .company .companyListR {
	width: 90px;
	overflow: hidden;
	float: right;
}
.serviceContent .companyList .company .companyListR span {
	display: block;
	text-align: center;
	font-size: 12px;
	background: #a1a1a1;
	border-radius: 3px 3px 0 0;
	height: 27px;
	line-height: 27px;
}
.serviceContent .companyList .company .companyListR .ed {
	background: #ff7f00;
	color: #fff;
	font-size: 16px;
	border-radius: 0 0 3px 3px;
}
.serviceContent .companyList .company .companyListR span:nth-child(3) {
	margin-top: 10px;
}
.serviceContent .companyList .company:nth-child(5n) {
	margin: 0;
}
.serviceContent .companyList .company:nth-child(n+6) {
	margin-top: 10px;
}
.el-pagination {
	white-space: nowrap;
	padding: 2px 5px;
	color: #303133;
	font-weight: 700;
}
.el-pagination button:disabled {
	color: #c0c4cc;
	font-size: 48px;
	cursor: not-allowed;
}
.el-pagination:after, .el-pagination:before {
	display: table;
	content: "";
}
.el-pagination .btn-prev {
	padding-right: 12px;
}
.pageBox .el-pager {
	width: 1211px;
}
.el-pagination:after {
	clear: both;
}
.serviceContent .pageBoxBg {
	width: 100%;
	position: absolute;
	left: -55px;
}
.serviceContent .pageBox {
	width: 1184px;
	margin: 0 auto;
	height: 60px;
	margin-top: 50px;
}
.pageBox .btn-prev {
	background: 0!important;
	height: 60px;
	line-height: 60px;
	margin-left: -16px!important;
	color: #c9c9c9!important
}

.pageBox .el-pager li {
	display: none
}
.el-pager li.active {
	color: #409eff;
	cursor: default;
}
.el-pager li {
	padding: 0 4px;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.el-pager, .el-pager li {
	vertical-align: top;
	margin: 0;
	display: inline-block;
}

.pageBox .btn-next {
	background: 0!important;
	height: 60px;
	line-height: 60px;
	margin-left: 15px!important;
	color: #c9c9c9!important;
	padding-left: 0!important
}

.pageBox .el-pagination button:disabled {
	background: 0
}

.pageBox .el-pagination .btn-next .fa,.pageBox .el-pagination .btn-prev .fa {
	font-size: 40px
}
.pageDb {
	padding-top: 55px;
}
.dbButton {
	color: #fff;
	background: #ff7f00;
	border-radius: 70px;
	font-size: 15px;
	padding: 5px 16px;
	float: right;
	display: inline-flex;
	height: 30px;
	line-height: 20px;
	margin-top: 15px;
}
.dbButton:hover{
	color: #FFF;
	background: #ea7705;
}

.companyInfo {
	width: 100%;
	text-align: center;
	padding: 0px 4px;
}
.companyInfo p {
	width: 100%;
	margin: 0;
}
.companyInfo .iWantDb {
	margin-top: -16px;
}
.companyInfo p a {
	width: 115px;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	color: #fff;
	background: #ffa200;
	font-size: 15px;
	display: inline-block;
}
.companyInfo .companyList {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	padding-top: 35px;
}
.companyInfo .companyList .company {
	width: 24%;
	height: 142.5px;
	background: #fff;
	float: left;
}
.companyInfo .companyList .company:nth-child(n+2){
	margin-left: 1.33%;
}
.companyInfo .companyList .company:nth-child(5n){
	margin-left: 0px;
}
.companyInfo .companyList .company:nth-child(n+5){
	margin-top: 30px;
}
.companyInfo .companyList .company .img {
	width: 58.25px;
	margin-top: -22.5px;
	border: 1px solid #dae4ff;
}
.companyInfo .companyList .company .name {
	margin-top: 6px;
	font-weight: 700;
	color: #444;
	font-size: 12px;
}
.companyInfo .companyList .company .status {
	margin-top: 6px;
	margin-left: 10%;
	width: 80%;
	color: #fff;
	background: #ff9470;
	border-radius: 5px;
	font-size: 12px;
}
.companyInfo .companyList .company .moneyTitle {
	margin-top: 8px;
	color: #3a3332;
	font-size: 12px;
}
.companyInfo .companyList .company .money {
	margin-top: 4px;
	color: #ff4e53;
	font-size: 19px;
}
@media (max-width: 960px){
	::-webkit-scrollbar {
		display: none;
	}
}

a.orange {
	color: #ff7f00;
}

.layui-text {
	line-height: 22px;
	font-size: 14px;
	color: #666;
}
.layui-elem-quote {
	padding: 10px;
	line-height: 22px;
	border-left: 5px solid #ff5722;
	border-radius: 0 2px 2px 0;
	background-color: #f2f2f2;
	margin: 0px 8px;
	margin-bottom: 14px;
}
.uploadUrl {
	background: #fff;
	width: 379px;
	padding: 7px 10px;
	border: 1px solid #ccc;
	margin-right: -4px;
	display: inline-block;
	color: #848484;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.btn-upload {
	border-radius: 0px 3px 3px 0px;
	background: #5693c1;
	overflow: hidden;
}
@media (max-width: 767px){
	.layui-elem-quote {
		margin: 0px 4px;
		margin-bottom: 14px;
	}
	.uploadUrl {
		width: 61%;
		padding: 8px 10px;
	}
	.btn-upload {
		width: 39%;
	}
}

.hidden {
	display: none;
}

/**
	鍔犲叆鎷呬繚
 */

.assureBox {
	padding: 5px;
	font: 12px/1.5 arial,microsoft yahei,verdana,sans-serif;
	max-width: 500px;
	margin: 0 auto;
	overflow: hidden;
	background: #f7f7f7;
}
.assureBox .step {
	background: #fff;
	border-radius: 8px;
	padding: 15px 15px 37.5px;
	text-align: center;
}
.assureBox .joinButton {
	text-align: center;
	margin-top: -12px;
}
.assureBox .joinButton a{
	color: #FFF;
	background: linear-gradient(rgb(250, 148, 21), rgb(232, 104, 40));
	border: 0px;
	font-size: 14px;
	padding: 12px 51px;
	font-size: 14px;
	border-radius: 25px;
	font-weight: bold;
}
.assureBox .step img {
	width: 100%;
}
.assureBox .info {
	color: #8c8bab;
	text-align: center;
	margin-top: 12px;
}
.assureBox .info span {
	font-size: 24px;
	color: #e86828;
}
.assureBox .info p {
	line-height: 100%;
}
.assureBox .info p span {
	font-size: 15px;
	color: #6a68c4;
	font-weight: 700;
}
.assureBox .companyList {
	background: #fff;
	border-radius: 8px;
	margin: 18.75px 0;
	padding-bottom: 8.75px;
}

.assureBox .companyList .my-swipe {
	margin: 0px -1px;
	padding: 0px 14px 0px 10px;
}

.assureBox .companyList .company {
	padding: 11.25px 0
}

.assureBox .companyList .company .imgs {
	width: 60px;
	height: 60px;
	margin: 7.5px 9.375px;
}

.assureBox .companyList .company .title {
	font-size: 18px;
	color: #444;
	margin: 0;
}

.assureBox .companyList .company .body {
	font-size: 12px;
	color: #3a3332;
	margin: 0;
}

.assureBox .companyList .company .body span {
	color: #ff4e53;
	font-size: 15px;
	font-weight: 700
}
.assureBox .companyList .company .zcButton {
	text-align: right;
	margin-top: 24px;
}
.assureBox .companyList .company .zcButton a{
	color: rgb(255, 255, 255);
	background: rgb(255, 78, 83);
	border-color: rgb(255, 78, 83);
	font-size: 12px;
	padding: 8px 20px;
	border-radius: 20px;
}
.van-button--normal {
	padding: 0 15px;
	font-size: 14px;
}
.van-button--default {
	color: #323233;
	background-color: #fff;
	border: 1px solid #ebedf0;
}
.van-button {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	height: 44px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-appearance: none;
}
.van-button__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
}
.van-swipe__track {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}
.van-button--round {
	border-radius: 999px;
}
.van-col--6 {
	width: 25%;
}
.van-col--12 {
	width: 50%;
}
.van-col {
	float: left;
	box-sizing: border-box;
	min-height: 1px;
}
.van-row:after {
	display: table;
	clear: both;
	content: "";
}
.swiper-pagination {
	position: unset !important;
}
.swiper-pagination-bullet {
	width: 6px !important;
	height: 6px !important;
}
:root {
	--swiper-theme-color: #ff7f00 !important;
}
/** 浼樻儬娲诲姩 **/
.activity {

}
.activity a {
	width: 100%;
	display: inline-block;
	color: #666;
	font-size: 14px;
	padding: 10px 8px;
	border-radius: 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: #f9f9f9;
	margin-top: 10px;
}
.activity a:first-child{
	margin-top: 0px;
}
.activity a:hover{
	color: #fff;
	background: #ff7f00;
}
.act-title {
	font-size: 15px;
	font-weight: bold;
}
.act-title img{
	max-width: 20px;
}
.act-content {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/** 缃戝弸涓炬姤鍒楄〃 **/
.record .items{
	font-size: 12px;
	padding-bottom: 5px;
}
.record .items .siteName {
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
}
.record .items .desc {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0px;
	color: #737373;
}
.record .items .imgs .img{
	width: 31%;
	display: inline-block;
	margin-left: 2.2%;
}
.record .items .imgs .img:nth-child(3){
	position: relative;
}
.record .items .imgs img{
	width: 100%;
}
.record .items .imgs div:first-child{
	margin-left: 0;
}
.record .items .imgs strong{
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	font-size: 26px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	padding: 25%;
}
.record .items .type {
	position: absolute;
	right: 9px;
	top: 8px;
	background-image: linear-gradient(129deg,#ff7f00 14%,#d83535 67%);
	padding: 2px 12px;
	border-radius: 14px;
	color: #FFF;
}
.indexItems .imgs .img {
	width: 12% !important;
	margin-left: 0.3% !important;
}
.indexItems .items:hover {
	background: #f9f9f9;
}
.noShadow {
	box-shadow: unset !important;
	border-bottom: 1px dashed #c5c5c5;
	border-radius: 0px !important;
}
.noShadow:last-child{
	border-bottom: none;
}

/** 涓炬姤璇︽儏 **/
.record-img {
	padding-top: 15px;
}
.record-img img{
	width: 30%;
	display: inline-block;
	margin-left: 2.2%;
}
.record-img img:first-child , .record-img img:nth-child(4n){
	margin-left: 0;
}
.record-img img:nth-child(n+4){
	margin-top: 10px;
}
@media (min-width: 767px){
	.record-img img{
		width: 118px;
		margin-left: 20px;
	}
	.record-img img:nth-child(n+4) {
		margin-top:0;
	}
	.record-img img:nth-child(4n) {
		margin-left: 20px;
	}
}
.big_img{position: fixed;z-index: -1;opacity: 0;background: rgba(0,0,0,0.9);width: 100%;height: 100%;top:0;left:0;}
.big_img .swiper-container2 {position: relative;width: 100%;height: 100%;}
.big_img .swiper-container2  .swiper-wrapper{width: 100%;height: 100%;}
.big_img .swiper-slide{width: 100%;height: 100%;display: table}
.big_img .swiper-slide .cell{width: 100%;;height: 100%;display: table-cell;vertical-align: middle;text-align: center;}
.big_img .swiper-slide img{max-width: 90%;max-height: 80%;margin:0 auto;}
.big_img .swiper-pagination2{position: absolute; top:0.2rem;text-align: center;width: 100%;}
.big_img .swiper-pagination2 span{margin:0 0.05rem;}


.topTitleM{
	display: none;
}



@media (max-width: 768px) {
     
       
        #unique-company {
            display: none;
        }
    
	.serviceContent{
		width: 7.5rem;
		overflow: hidden;
		transform: scale(0.9);
		margin-bottom: -78px;
		
	}
	.topTitleM{
		display: block;
		color: #ff7f00;
		height: 1rem;
	}
	.topTitle{
		display: none;
	}
	
	fix{
		display: block;
	}
	.ttmp{
		margin: 0;
		/* padding-left: 1rem; */
		top: 0.2rem;
		position: relative;
		width: 7rem;
		left: .25rem;
	}
	.dbButton1{
		width: 1.8rem;
		height: .5rem;
		position: absolute;
		top: calc(50% - .25rem);
		margin: 0;
		right: 0.5rem;
		font-size: 0.22rem;
		line-height: .55rem;
		text-align: center;
		padding: 0;
		background: #ff7f00;
		border-radius: 2.2rem;
		color: white;
	}

	.serviceContent .companyList .company {
	        float: left;
        width: 3.4rem;
        height: 2.0rem;
        padding: .1rem;
        margin-right: 10px;
        float: left;
        font-size: 16px;
        line-height: 26px;
        background: #999;
        border-radius: 6px;
        box-shadow: 0px 0px 95px #ff8a007d;
        margin: 0 !important;
        margin-left: .16rem !important;
        margin-bottom: .12rem !important;
	}
	.serviceContent .companyList .company:nth-child(2n){
	}
	.serviceContent .companyListBg {
		width: 7.5rem;
		height: auto;
		    overflow: unset;
           margin-top: 1px;
	}
	.serviceContent .companyList .company a ,
	.serviceContent .companyList .company a p,
	.serviceContent .companyList .company a img {
		width: 1.2rem;
		color: #ffffff;
	}
	.serviceContent .companyList .company .companyListR {
		width: 1.3rem;
	}
	.serviceContent .companyList .company a p {
		font-size: .25rem;
		padding-top: .06rem;
		width: 1.6rem;
		position: relative;
		left: calc(50% - .8rem);
	}
	.serviceContent .companyList .company .companyListR span {
		display: block;
		text-align: center;
		font-size: .2rem;
		background: #a1a1a1;
		border-radius: 3px 3px 0 0;
		height: .4rem;
		line-height: .4rem;
	}
	.serviceContent .companyList .company .companyListR .ed {
		background: #ff7f00;
		color: #fff;
		font-size: .28rem;
	}
	.serviceContent .companyList .company a {

		overflow: revert;
	}
	._3-v1fe-A6Puxup2EK67vG0 {
		height: auto;
		background: #353f4b;
		width: 7.5rem;
		text-align: center;
		color: #a7b8cb;
	}
}



        
   
    .col {
        
        margin: 10px 0; /* 添加上下边距 */
    }
    
    .custom-button {
        padding: 6px;
        margin: 0; /* 去掉按钮之间的外边距 */
        border: 1px solid #6c757d; /* 修改边框颜色为灰色 */
        background-color: #343a40; /* 修改背景色为黑色 */
        color: white; /* 修改字体颜色为白色 */
      
        flex: 1; /* 使按钮在一排中均匀分布 */
        text-align: center; /* 文本居中 */
    
    }
    
        @media (min-width: 900px) { 
        #sadd1 {
            display: none;
        }
        
        .parent {
    display: flex;
    justify-content: center; /* 居中横向 */
    align-items: center;    /* 居中纵向 */
     height: 60vh;   /* 设置父元素高度以确保居中 */
       }

    }
    
   

/* ==================== 新闻热点页面样式 ==================== */

/* 页面头部 */
.news-page {
    background: #f8f9fa;
    min-height: 100vh;
}

.news-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 50px 0 40px;
    position: relative;
    overflow: hidden;
}

.news-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></svg>');
    background-size: 80px 80px;
}

.news-header-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.news-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.news-title i {
    color: #ff6b6b;
    font-size: 32px;
}

.news-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    margin: 0;
}

/* 分类筛选 */
.news-filter {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.filter-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    border-radius: 25px;
    background: #f0f2f5;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.filter-tab:hover {
    background: #e8eaf0;
    color: #333;
    text-decoration: none;
}

.filter-tab.active {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(238,90,90,0.3);
}

/* 文章列表区域 */
.news-content {
    padding: 40px 0 60px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* 新闻卡片 */
.news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.news-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.news-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.news-card-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.05);
}

.news-card-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}

.news-card-body {
    padding: 20px;
}

.news-card-title {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin: 0 0 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 51px;
}

.news-card-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 71px;
}

.news-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    font-size: 13px;
    color: #999;
}

.news-card-meta i {
    margin-right: 4px;
}

/* 分页 */
.news-pagination {
    margin-top: 50px;
    text-align: center;
}

.news-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    margin: 0 5px;
    border-radius: 8px;
    background: #fff;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.news-pagination .page-numbers:hover {
    background: #f5f5f5;
    border-color: #d0d0d0;
}

.news-pagination .page-numbers.current {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    border-color: #ee5a5a;
}

.news-pagination .page-numbers.dots {
    background: transparent;
    border: none;
}

/* 空状态 */
.news-empty {
    text-align: center;
    padding: 80px 20px;
    color: #999;
}

.news-empty i {
    font-size: 64px;
    margin-bottom: 20px;
    color: #ddd;
}

.news-empty p {
    font-size: 16px;
}

/* 热门标签区域 */
.news-tags-section {
    background: #fff;
    padding: 50px 0 60px;
    border-top: 1px solid #e8e8e8;
}

.section-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title i {
    color: #ff6b6b;
}

.news-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.news-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #f5f7fa;
    border-radius: 20px;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e8e8e8;
}

.news-tag:hover {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    border-color: #ee5a5a;
    text-decoration: none;
}

.tag-count {
    background: rgba(0,0,0,0.1);
    color: inherit;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
}

.news-tag:hover .tag-count {
    background: rgba(255,255,255,0.2);
}

/* 暗黑模式适配 */
.black .news-page {
    background: #1a1a1a;
}

.black .news-filter {
    background: #26282a;
    border-color: #333;
}

.black .filter-tab {
    background: #333;
    color: #bbb;
}

.black .filter-tab:hover {
    background: #3d4044;
    color: #fff;
}

.black .news-card {
    background: #26282a;
    border-color: #333;
}

.black .news-card-title {
    color: #eee;
}

.black .news-card-excerpt {
    color: #999;
}

.black .news-card-meta {
    border-color: #333;
    color: #777;
}

.black .news-pagination .page-numbers {
    background: #26282a;
    border-color: #333;
    color: #bbb;
}

.black .news-pagination .page-numbers:hover {
    background: #333;
}

.black .news-tags-section {
    background: #1a1a1a;
    border-color: #333;
}

.black .section-title {
    color: #eee;
}

.black .news-tag {
    background: #26282a;
    border-color: #333;
    color: #bbb;
}

.black .news-empty {
    color: #666;
}

.black .news-empty i {
    color: #333;
}

/* 响应式适配 */
@media screen and (max-width: 1200px) {
    .news-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 992px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .news-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .news-header {
        padding: 35px 0 30px;
    }
    
    .news-title {
        font-size: 24px;
    }
    
    .news-title i {
        font-size: 24px;
    }
    
    .news-subtitle {
        font-size: 14px;
    }
    
    .filter-tabs {
        gap: 8px;
    }
    
    .filter-tab {
        padding: 6px 14px;
        font-size: 13px;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .news-card-image {
        height: 200px;
    }
    
    .news-content {
        padding: 25px 0 40px;
    }
    
    .news-pagination .page-numbers {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        margin: 0 3px;
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .news-card-body {
        padding: 15px;
    }
    
    .news-card-title {
        font-size: 15px;
    }
    
    .news-card-excerpt {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }
}

/* 阅读进度条 */
.reading-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #ee5a5a);
    z-index: 9999;
    transition: width 0.1s ease;
}

/* 分类标签横向滚动 */
.filter-tabs-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    padding: 5px 0;
}

.filter-tabs::-webkit-scrollbar {
    display: none;
}

.filter-scroll-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #f0f2f5;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.filter-scroll-btn:hover {
    background: #e0e2e5;
    color: #333;
}

/* 加载更多按钮 */
.load-more-container {
    text-align: center;
    margin-top: 40px;
}

.load-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 40px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(238,90,90,0.3);
}

.load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(238,90,90,0.4);
}

.load-more-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.btn-loading {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* 热门推荐区域 */
.news-featured-section {
    background: #fff;
    padding: 50px 0 60px;
    border-top: 1px solid #e8e8e8;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.featured-item {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/10;
    text-decoration: none;
}

.featured-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-item:hover img {
    transform: scale(1.08);
}

.featured-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 15px 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

/* 暗黑模式适配 */
.black .filter-scroll-btn {
    background: #333;
    color: #bbb;
}

.black .filter-scroll-btn:hover {
    background: #444;
    color: #fff;
}

.black .news-featured-section {
    background: #1a1a1a;
    border-color: #333;
}

/* 响应式适配 */
@media screen and (max-width: 992px) {
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .filter-scroll-btn {
        display: none;
    }
    
    .filter-tabs {
        gap: 8px;
    }
    
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .featured-title {
        font-size: 12px;
        padding: 25px 10px 10px;
    }
}

@media screen and (max-width: 480px) {
    .featured-grid {
        grid-template-columns: 1fr;
    }
    
    .load-more-btn {
        padding: 10px 30px;
        font-size: 14px;
    }
}

/* ==================== 新闻热点页面样式结束 ==================== */

/* 新闻页面侧边栏收起样式 */
.sidebar-collapsed .sidebar-menu {
    display: none !important;
}

.sidebar-collapsed .main-content {
    margin-left: 0 !important;
    width: 100% !important;
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sidebar-collapsed .page-container {
    display: block !important;
    width: 100% !important;
}

/* 新闻页面 - 确保内容占满全宽 */
.news-page .main-content {
    width: 100% !important;
    max-width: 100% !important;
}

.news-page .page-container {
    display: block !important;
    width: 100% !important;
}

.news-page .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 侧边栏展开状态 */
.sidebar-expanded .sidebar-menu {
    display: table-cell !important;
    width: 250px !important;
}

.sidebar-expanded .main-content {
    margin-left: 250px !important;
    width: calc(100% - 250px) !important;
}

/* 侧边栏切换按钮 */
.sidebar-toggle-btn {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: none;
    background: rgba(255,255,255,0.1);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.sidebar-toggle-btn:hover {
    background: rgba(255,255,255,0.2);
}

/* 侧边栏展开时隐藏按钮 */
.sidebar-expanded .sidebar-toggle-btn {
    display: none;
}

/* 移动端适配 */
@media screen and (max-width: 767px) {
    .sidebar-toggle-btn {
        top: 10px;
        left: 10px;
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

/* 新闻页面左右布局 */
.news-layout {
    display: flex;
    gap: 30px;
    width: 100%;
}

.news-main {
    flex: 1;
    min-width: 0;
}

.news-sidebar {
    width: 320px;
    flex-shrink: 0;
}

/* 侧边栏收起时新闻布局占满全宽 */
.sidebar-collapsed .news-layout {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* 侧边栏小部件 */
.sidebar-widget {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
}

.widget-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.widget-title i {
    color: #ff6b6b;
}

/* 相关热点 */
.hot-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hot-news-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}

.hot-news-item:last-child {
    border-bottom: none;
}

.hot-rank {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.rank-1 { background: linear-gradient(135deg, #ff6b6b, #ee5a5a); }
.rank-2 { background: linear-gradient(135deg, #ffa502, #ff7f00); }
.rank-3 { background: linear-gradient(135deg, #2ed573, #26c281); }
.rank-4, .rank-5 { background: #ddd; color: #666; }

.hot-title {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.hot-title:hover {
    color: #ff6b6b;
}

/* 最近新闻 */
.recent-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-news-item {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.recent-news-item:last-child {
    border-bottom: none;
}

.recent-link {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.recent-thumb {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.recent-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    min-width: 0;
}

.recent-title {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-date {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* 广告位 */
.ad-content {
    text-align: center;
}

.ad-link {
    display: block;
    text-decoration: none;
}

.ad-placeholder {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 8px;
    padding: 30px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ad-placeholder i {
    font-size: 32px;
    color: #ff6b6b;
}

.ad-placeholder span {
    font-size: 14px;
    font-weight: 500;
}

/* 暗黑模式适配 */
.black .sidebar-widget {
    background: #26282a;
    border-color: #333;
}

.black .widget-title {
    color: #eee;
    border-color: #333;
}

.black .hot-news-item,
.black .recent-news-item {
    border-color: #333;
}

.black .hot-title,
.black .recent-title {
    color: #ddd;
}

.black .hot-title:hover {
    color: #ff6b6b;
}

.black .recent-date {
    color: #777;
}

/* 响应式适配 */
@media screen and (max-width: 1200px) {
    .news-sidebar {
        width: 280px;
    }
}

@media screen and (max-width: 992px) {
    .news-layout {
        flex-direction: column;
    }
    
    .news-sidebar {
        width: 100%;
    }
    
    .sidebar-widget {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .news-sidebar {
        display: none;
    }
}

/* 强制新闻页面全宽 - 覆盖table布局 */
body.sidebar-collapsed .news-page {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    position: relative;
    left: 0;
}

body.sidebar-collapsed .news-page .container {
    width: 100%;
    max-width: 1400px;
}

/* 覆盖nav.css中的table-cell布局 */
body.sidebar-collapsed .page-container .main-content.news-page {
    display: block !important;
    width: 100% !important;
}

/* 侧边栏遮罩层 */
.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    backdrop-filter: blur(2px);
}

/* 侧边栏关闭按钮 */
.sidebar-close-btn {
    display: none;
    position: fixed;
    top: 15px;
    left: 265px;
    z-index: 1002;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.9);
    color: #333;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.sidebar-close-btn:hover {
    background: #fff;
    transform: scale(1.1);
}

/* 展开状态下的侧边栏 */
.sidebar-expanded .sidebar-menu {
    display: block !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 250px !important;
    height: 100vh !important;
    z-index: 1001 !important;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

/* 展开状态下内容不移动 */
.sidebar-expanded .main-content {
    margin-left: 0 !important;
    width: 100% !important;
}

/* 文章页面全宽布局 - 使用更通用的选择器 */
body.sidebar-collapsed .main-content.page {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    display: block !important;
}

body.sidebar-collapsed .page-container {
    display: block !important;
    width: 100% !important;
}

/* 文章内容页容器 */
body.sidebar-collapsed .main-content.page .container {
    max-width: 900px;
    margin: 0 auto;
}

/* 文章页侧边栏收起样式 */
body.sidebar-collapsed .sidebar-menu {
    display: none !important;
}

/* ============================================ */
/* 强制文章页侧边栏收起 - 最高优先级 */
/* ============================================ */

/* 直接隐藏侧边栏 */
body.sidebar-collapsed .sidebar-menu,
.sidebar-collapsed .sidebar-menu {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
}

/* 主内容占满全宽 */
body.sidebar-collapsed .page-container,
.sidebar-collapsed .page-container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

body.sidebar-collapsed .page-container .main-content,
.sidebar-collapsed .page-container .main-content,
body.sidebar-collapsed .main-content.page,
.sidebar-collapsed .main-content.page {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* 文章页专用 */
body.sidebar-collapsed.single-post .page-container,
body.sidebar-collapsed.single .page-container,
.sidebar-collapsed.single-post .page-container,
.sidebar-collapsed.single .page-container,
body.sidebar-collapsed.post-template-default .page-container,
.sidebar-collapsed.post-template-default .page-container {
    display: block !important;
    width: 100% !important;
}

body.sidebar-collapsed.single-post .main-content,
body.sidebar-collapsed.single .main-content,
.sidebar-collapsed.single-post .main-content,
.sidebar-collapsed.single .main-content,
body.sidebar-collapsed.post-template-default .main-content,
.sidebar-collapsed.post-template-default .main-content,
body.sidebar-collapsed .main-content.page {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* 文章页侧边栏强制隐藏 - 修复遮挡问题 */
body.sidebar-collapsed.single-post .sidebar-menu,
body.sidebar-collapsed.single .sidebar-menu,
.sidebar-collapsed.single-post .sidebar-menu,
.sidebar-collapsed.single .sidebar-menu,
body.sidebar-collapsed.post-template-default .sidebar-menu,
.sidebar-collapsed.post-template-default .sidebar-menu {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
}

/* 通用文章页侧边栏隐藏 - 最高优先级 */
body.sidebar-collapsed .page-container > .sidebar-menu {
    display: none !important;
    visibility: hidden !important;
}

/* ==================== 文章页布局样式 ==================== */
.article-layout-row {
    display: flex;
    flex-wrap: wrap;
}

.article-main-content {
    flex: 0 0 75%;
    max-width: 75%;
}

.article-sidebar-content {
    flex: 0 0 25%;
    max-width: 25%;
}

@media (max-width: 991px) {
    .article-main-content,
    .article-sidebar-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ==================== 文章页右侧边栏样式 ==================== */
.article-sidebar {
    margin-top: 20px;
}

.article-sidebar .sidebar-widget {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.article-sidebar .widget-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.article-sidebar .widget-title i {
    color: #ff6b6b;
}

/* 相关热点 */
.hot-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hot-news-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.hot-news-item:last-child {
    border-bottom: none;
}

.hot-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
    flex-shrink: 0;
}

.hot-rank.rank-1 {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    color: #fff;
}

.hot-rank.rank-2 {
    background: linear-gradient(135deg, #ffa502, #ffc107);
    color: #fff;
}

.hot-rank.rank-3 {
    background: linear-gradient(135deg, #2ed573, #7bed9f);
    color: #fff;
}

.hot-rank.rank-4,
.hot-rank.rank-5 {
    background: #f0f0f0;
    color: #666;
}

.hot-title {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}

.hot-title:hover {
    color: #ff6b6b;
}

/* 相关文章和最近新闻 */
.related-news-list,
.recent-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-news-item,
.recent-news-item {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.related-news-item:last-child,
.recent-news-item:last-child {
    border-bottom: none;
}

.recent-link {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.recent-thumb {
    width: 70px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.recent-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recent-title {
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}

.recent-link:hover .recent-title {
    color: #ff6b6b;
}

.recent-date {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
}

.recent-date i {
    font-size: 11px;
}

/* 响应式适配 */
@media (max-width: 991px) {
    .article-sidebar {
        margin-top: 30px;
    }
    
    .article-sidebar .sidebar-widget {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .article-sidebar .sidebar-widget {
        padding: 15px;
    }
    
    .recent-thumb {
        width: 60px;
        height: 45px;
    }
}

/* ==================== SEO评论区样式 ==================== */
.seo-comments-section {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.seo-comments-section .comments-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.seo-comments-section .comments-title i {
    color: #4ecdc4;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.seo-comment-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.seo-comment-item:hover {
    background: #f0f1f2;
}

.comment-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 0;
    text-transform: uppercase;
}

.comment-content {
    flex: 1;
}

.comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.comment-author {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.comment-date {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 4px;
}

.comment-date i {
    font-size: 11px;
}

.comment-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* 评论区响应式 */
@media (max-width: 767px) {
    .seo-comments-section {
        padding: 15px;
        margin-top: 20px;
    }
    
    .seo-comment-item {
        padding: 12px;
        gap: 12px;
    }
    
    .comment-avatar {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .comment-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

/* ==================== 推荐内容样式 ==================== */
.recommended-section {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.recommended-section .section-title,
.tags-section .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.recommended-section .section-title i {
    color: #ff6b6b;
}

.recommended-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.recommended-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    overflow: hidden;
    background: #f8f9fa;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recommended-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.recommended-image {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.recommended-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recommended-card:hover .recommended-image img {
    transform: scale(1.05);
}

.recommended-category {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255,107,107,0.9);
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 4px;
}

.recommended-info {
    padding: 12px;
}

.recommended-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommended-date {
    font-size: 11px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 4px;
}

.recommended-date i {
    font-size: 10px;
}

/* ==================== 标签云样式 ==================== */
.tags-section {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.tags-section .section-title i {
    color: #4ecdc4;
}

.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #f0f0f0;
    color: #666;
    font-size: 13px;
}

.tag-item:hover {
    background: #ff6b6b;
    color: #fff;
    transform: translateY(-2px);
}

.tag-item.tag-small {
    font-size: 12px;
    padding: 4px 10px;
}

.tag-item.tag-medium {
    font-size: 14px;
    padding: 6px 14px;
    background: #e8f4f8;
    color: #45b7d1;
}

.tag-item.tag-medium:hover {
    background: #45b7d1;
    color: #fff;
}

.tag-item.tag-large {
    font-size: 15px;
    padding: 8px 18px;
    background: #fff0f0;
    color: #ff6b6b;
    font-weight: 600;
}

.tag-item.tag-large:hover {
    background: #ff6b6b;
    color: #fff;
}

.tag-count {
    font-size: 10px;
    background: rgba(0,0,0,0.1);
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
}

.tag-item:hover .tag-count {
    background: rgba(255,255,255,0.3);
}

/* 响应式适配 */
@media (max-width: 991px) {
    .recommended-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .recommended-section,
    .tags-section {
        padding: 15px;
    }
    
    .recommended-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .recommended-image {
        height: 80px;
    }
    
    .recommended-info {
        padding: 10px;
    }
    
    .recommended-title {
        font-size: 12px;
    }
    
    .tags-cloud {
        gap: 8px;
    }
    
    .tag-item {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* ============================================ */
/* 移动端全局适配修复 */
/* ============================================ */

/* 确保移动端视口正确 */
@media (max-width: 768px) {
    html, body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* 主容器全宽 */
    .page-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .main-content {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box !important;
    }
    
    /* 担保区域容器 */
    .parent {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    /* 确保所有直接子元素不超出 */
    .serviceContent > * {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* 修复担保卡片在小屏幕上的显示 */
    .serviceContent .companyList .company {
        min-width: 0 !important;
    }
    
    /* 确保文字不换行导致溢出 */
    .serviceContent .companyList .company .company-name-mobile,
    .serviceContent .companyList .company .company-amount-mobile,
    .serviceContent .companyList .company .company-users-mobile {
        max-width: 100% !important;
    }
}

/* 针对更小屏幕的优化 */
@media (max-width: 380px) {
    .serviceContent .companyList .company {
        width: calc((100% - 8px) / 3) !important;
    }
    
    .serviceContent .companyList .company .company-logo-mobile {
        width: 42px !important;
        height: 42px !important;
    }
    
    .serviceContent .companyList .company .company-name-mobile {
        font-size: 10px !important;
    }
    
    .serviceContent .companyList .company .company-amount-mobile,
    .serviceContent .companyList .company .company-users-mobile {
        font-size: 9px !important;
        height: 22px !important;
        line-height: 22px !important;
    }
}

/* ========== 面包屑导航 ========== */
.article-breadcrumb {
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 13px;
}
.article-breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.article-breadcrumb ol li {
    display: inline-flex;
    align-items: center;
}
.article-breadcrumb ol a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s;
}
.article-breadcrumb ol a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.article-breadcrumb .breadcrumb-sep {
    color: #adb5bd;
    font-size: 10px;
    margin: 0 2px;
}
.article-breadcrumb .breadcrumb-current {
    color: #6c757d;
    font-weight: 500;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ========== 评论区 Schema 标记 ========== */
.seo-comment-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.seo-comment-item .comment-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
}
.seo-comment-item .comment-content {
    flex: 1;
    min-width: 0;
}
.seo-comment-item .comment-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}
.seo-comment-item .comment-author {
    font-weight: 600;
    color: #333;
    font-size: 13px;
}
.seo-comment-item .comment-date {
    color: #999;
    font-size: 11px;
}
.seo-comment-item .comment-text {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}
