.arc-box{
	width: 383px;
	height: 435px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eaeaea;
}
.arc-box h3{
	color: #687;
	line-height: 35px;
	font-weight: normal;
	background: #edf9ff;
	padding: 0 10px;
	border-bottom: 1px solid #eaeaea;
}
.arc-box h3 span{
	display: block;
	float: right;
}
.arc-box ul li{
	height: 39px;
	line-height: 40px;
    border-bottom: 1px dashed #EAEAEA;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tongji p{
	line-height: 30px;
	padding: 0 8px;
}
.spread{
	width: 780px;
	overflow: hidden;
}
.note{
    padding: 10px 5px;
    background: #f1f1f1;
    line-height: 1.5em;
    border-radius: 3px;
}
.urlbox{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.spread h3{
    line-height: 1.75em;
    margin: 10px 0;
}
.url-list li{
    width: 20%;
    padding: 2px;
    float: left;
    box-sizing: border-box;
}
.urlbox a{
    color: #5f9ea0;
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    text-align: center;
    line-height: 32px;
    border: 1px dashed #5f9ea0;
    box-sizing: border-box;
}
.seotools{
    color: #009688;
    padding: 10px;
    border: 1px solid #009688;
    margin-bottom: 10px;
}
.seotools li{
    display: inline-block;
}
.seotools li a{
    padding: 2px 3px;
}
.flink{
    padding: 5px 12px;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.flink h3{
    line-height: 36px;
    color: cadetblue;
    border-bottom: 1px solid #e6e6e6;
}
.links{
    display: inline-block;
    padding: 5px 0;
}
.links a{
    padding: 2px 3px;
}
.hot-words a{
    display: inline-block;
    padding: 5px 8px;
}
.search ul li{
    display: flex;
    height: auto;
    overflow: hidden;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    text-align: justify;
    white-space: normal;
    line-height: 1.5em;
}
.search ul li h2{
    color: #1296db;
    font-size: 20px;
    padding: 10px 0;
}
.site-info{
    width: auto;
    padding: 10px 10px;
    
}
.site-litpic{
    flex: 0 0 108px;
    width: 108px;
    height: 108px;
    padding: 10px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.site-litpic img{
    width: 100%;
}
.content{
	font-size: 15px;
	line-height: 1.75em;
	text-align: justify;
}
.content a{
    text-decoration: underline;
    color: #05998a;
}
.content p,.content div,.content img,.content h2,.content h3,.content h4,.content h5{
    background: none;
	margin: 12px 0;
	border: none;
	overflow: hidden;
}
.content h2{
    padding-left: 9px;
    color: #1296db;
    font-size: 20px;
    background: none;
    position: relative;
    line-height: 24px;
}
.content h3{
    padding-left: 9px;
    color: #1296db;
    font-size: 18px;
    background: none;
    position: relative;
    line-height: 20px;
}
.content h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 0;
    padding: 12px 0;
}
.content h2:before{
    content: "";
    height: 20px;
    width: 5px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #1296db;
}
.content h3:before{
    content: "";
    height: 16px;
    width: 5px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #1296db;
}
.content img{
	max-width: 100%;
	height: auto;
}
.other{
	color: #5593ce;
	margin: 10px 0;
	line-height: 1.75em;
}
.other a{
	color: #ff00c6;
}
pre {  
    /* 设置字体家族，通常代码使用等宽字体（monospace）来保持整齐 */  
    font-family: 'Courier New', Courier, monospace;  
    /* 设置字体大小 */  
    font-size: 14px;  
    /* 设置背景颜色 */  
    background-color: #f4f4f4;  
    /* 设置边框 */  
    border: 1px solid #ddd;  
    /* 设置内边距，以给文本一些空间 */  
    padding: 10px;  
    /* 设置宽度（如果需要） */  
    width: 100%;  
    /* 设置最大高度（如果需要滚动条） */  
    /*max-height: 300px;*/  
    /* 添加滚动条，当内容超出指定高度时 */  
    overflow: auto;  
    box-sizing: border-box;
}
.ask_jine{
    color: red;
    font-size: 14px;
    line-height: 20px;
}
.ask_jiejue{
    color: green;
    font-size: 14px;
    line-height: 20px;
}
.ask-subimt{
    margin: 10px 0;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    outline: none;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    cursor: pointer;
}
.content table{
    margin: 10px 0;
    max-width: 100%;
}
.content table tr{
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.content table th,.content table td{
    padding: 5px 8px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.answer{
    margin: 10px 0;
    padding: 20px;
    line-height: 1.5em;
    text-align: justify;
    background: #f9f9f9;
    border-radius: 5px;
    position: relative;
}
.answer p{
    margin: 8px 0;
}
.answer-o{
    display: block;
    margin-top: 15px;
    color: #2375b3;
}
.caina{
    color: #fff;
    background: #5a9f0f;
    padding: 2px 8px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
.zuijia{
    color: #fff;
    background: #ff0000;
    padding: 2px 8px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.ask-add a{
    text-align: center;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: #009688;
    border-radius: 12px;
    margin: 15px;
}

/* === 自助广告位样式 === */
.ad-container{position:relative;}
.ad-container a{display:block;}
.ad-tag{position:absolute;right:5px;bottom:5px;background:rgba(0,0,0,0.4);color:#fff;font-size:11px;padding:1px 6px;border-radius:2px;z-index:9;}

.ad-mini-grid{display:flex;gap:8px;width:100%;box-sizing:border-box;}
.ad-mini-item{flex:1;height:60px;border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative;color:#fff;font-size:14px;text-align:center;overflow:hidden;}
.ad-mini-item a{display:block;color:#fff;font-size:14px;width:100%;height:100%;line-height:60px;text-align:center;}
.ad-mini-item img{max-width:100%;max-height:100%;display:block;}
.ad-mini-blue{background:#3498db;background-image:linear-gradient(135deg,#3498db 0%,#2980b9 100%);}
.ad-mini-blue a{color:#fff;font-weight:bold;}

.ad-color-grid{display:flex;gap:4px;width:100%;box-sizing:border-box;}
.ad-color-item{flex:1;height:32px;border-radius:3px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;text-align:center;overflow:hidden;}
.ad-color-item a{display:block;color:#fff;font-size:13px;width:100%;height:100%;line-height:32px;text-align:center;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px;}
.ad-color-item:hover{opacity:0.92;}

/* === 招商占位（参考站样式） === */
.ad-placeholder{position:relative;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;border-radius:4px;overflow:hidden;font-weight:bold;}

.ad-placeholder-large{height:90px;background:linear-gradient(135deg,#e74c3c 0%,#f39c12 100%);}
.ad-placeholder-large .ad-placeholder-main{font-size:22px;flex:1;text-shadow:1px 1px 2px rgba(0,0,0,.3);}

.ad-placeholder-small{height:60px;background:linear-gradient(135deg,#3498db 0%,#2980b9 100%);font-size:14px;}
.ad-placeholder-small .ad-placeholder-main{font-size:14px;flex:1;}

.ad-placeholder-sidebar{height:250px;background:linear-gradient(135deg,#16a085 0%,#1abc9c 100%);flex-direction:column;padding:15px;box-sizing:border-box;}
.ad-placeholder-sidebar .ad-placeholder-main{font-size:16px;line-height:1.6;}

.ad-placeholder-btn{display:inline-block;background:rgba(255,255,255,.95);color:#e74c3c;padding:8px 20px;border-radius:4px;font-size:14px;margin:0 15px;font-weight:bold;text-shadow:none;box-shadow:0 2px 4px rgba(0,0,0,.1);}
.ad-placeholder:hover .ad-placeholder-btn{background:#fff;transform:scale(1.05);transition:all .2s;}

/* === 优化：让广告位更紧凑漂亮 === */
.ad-container{position:relative;margin-bottom:8px;border-radius:4px;overflow:hidden;min-height:0;display:block;background:#f5f5f5;}
.ad-global{width:100%;overflow:hidden;border-radius:4px;}
.ad-global a{display:block;max-width:100%;}
.ad-global img{width:100%;height:auto;display:block;}
.ad-container a{display:block;width:100%;height:auto;line-height:0;}
.ad-container a img{width:100%;height:auto;display:block;border-radius:0;margin:0;}

.ad-placeholder-large{height:110px !important;font-size:18px;}
.ad-placeholder-large .ad-placeholder-main{font-size:24px !important;}

.ad-placeholder-small{height:70px !important;font-size:15px;}
.ad-placeholder-small .ad-placeholder-main{font-size:16px !important;}

.ad-color-item{height:32px !important;border-radius:3px;}
.ad-color-item a{line-height:32px !important;font-size:13px !important;}

.spread{margin-bottom:0;}
.spread.panel-box{padding:15px;}

/* 广告位间距统一约2mm（≈8px） */
.ad-row{margin-top:8px !important;margin-bottom:0 !important;}
.ad-row .ad-container{margin-bottom:0;border-radius:0;}
.ad-row .ad-color-grid{gap:8px;}
.ad-row .ad-mini-grid{gap:8px;}

@media (max-width: 768px) {
    .ad-color-grid{flex-wrap:wrap;}
    .ad-color-item{flex:1 1 calc(50% - 3px);margin-bottom:0;}
    .ad-mini-grid{flex-wrap:wrap;}
    .ad-mini-item{flex:1 1 calc(50% - 4px);margin-bottom:0;}
}

.ad-placeholder-tag{position:absolute;right:5px;bottom:5px;background:rgba(0,0,0,.5);color:#fff;font-size:11px;padding:1px 6px;border-radius:2px;}

.ad-placeholder-text{font-size:13px;font-weight:bold;}

/* 真实图片广告的样式 */
.ad-placeholder img{max-width:100%;max-height:100%;}

/* === 广告位统一"点击购买"角标 === */
.ad-slot-box{position:relative;width:100%;box-sizing:border-box;line-height:0;}
.ad-slot-box .ad-slot-buy{position:absolute;top:0;right:0;z-index:30;background:rgba(255,87,34,.92);color:#fff !important;font-size:11px;line-height:1 !important;height:auto !important;width:auto !important;max-width:100% !important;display:block;padding:4px 8px;border-radius:0 3px 0 3px;text-decoration:none !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.2);text-align:center;font-weight:normal;}
.ad-slot-box .ad-slot-buy:hover{background:#e64a19;color:#fff !important;}

/* 文字/小横幅/侧边栏容器内角标适配：让文字广告正常换行居中 */
.ad-color-item .ad-slot-box,
.ad-mini-item .ad-slot-box{display:flex;align-items:center;justify-content:center;height:100%;line-height:1.6;}
.ad-color-item .ad-slot-box > a,
.ad-mini-item .ad-slot-box > a{line-height:1.6;width:100%;height:100%;}
.ad-color-item .ad-slot-box .ad-slot-buy,
.ad-mini-item .ad-slot-box .ad-slot-buy{position:absolute;top:0;right:0;line-height:1 !important;width:auto !important;height:auto !important;}

/* 侧边栏及普通块级广告 */
.panel-box .ad-slot-box .text-ad,
.ad-global .ad-slot-box .text-ad{display:block;line-height:1.6;padding:6px 0;}