/* AB模版网 Www.AdminBuy.Cn */
/* QQ：9490489 */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
@charset "utf-8";
/* 全局 */
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}
::-webkit-scrollbar {
width:10px;
height:10px
}
::-webkit-scrollbar-track {
border-radius:0;
background:#fff;
}
/*::-webkit-scrollbar-thumb {
background:rgba(0,0,0,0.2);
}*/
::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,0.4);
background-color:#1f6eb1;
}
input, textarea {
	-webkit-user-select: text
}
/*分页样式*/
.pglist {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #333;
	padding: 0 15px;
	margin: 0 4px;
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #1f6eb1;
	border-color: #1f6eb1;
}
/*返回首页*/
#tip {
	padding-top: 30px;
	min-height: 640px;
}
#tip b {
	color: #1f6eb1;
}
/*网站地图*/
.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}
.sitemap dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}
.sitemap dd {
	float: left;
	width: 83.333333%;
}
.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}
.sitemap dd a:hover {
	color: #333;
}
/*网站标签*/
.tags_list {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.tags_list dt {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 14.66666667%;
}
.tags_list dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.tags_list dt a:hover {
	background: #ccc;
	color: #fff;
}
.tags {
	overflow: hidden;
	margin-bottom: 20px;
}
.tags span {
	float: left;
	display: block;
	line-height: 40px;
}
.tags a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}
.tags a:hover {
	background: #1f6eb1;
	border-color: #1f6eb1;
	color: #fff;
}
/*评论列表*/
.comment-main {
	width: 100%;
	background: #FFF;
	border-bottom: 3px solid #eee;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-main:hover {
	border-bottom: 3px solid #1f6eb1;
	-webkit-box-shadow: 0 10px 20px 0 #CCC;
	-moz-box-shadow: 0 10px 20px 0 #CCC;
	-ms-box-shadow: 0 10px 20px 0 #CCC;
	-o-box-shadow: 0 10px 20px 0 #CCC;
	box-shadow: 0 10px 20px 0 #CCC;
}
.comment-title {
	width: 100%;
	height: 49px;
	line-height: 50px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.comment-title span {
	float: left;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	display: block;
	padding: 0 30px;
	background: #1f6eb1;
	color: #FFF;
}
.comment-show-box {
	margin: 20px 12px
}
.comment-show-box .pl-box2 {
	width: 100%
}
.comment-show-box .pl-box2 dl {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.comment-show-box .pl-box2 dl dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .pl-box2 dl dt img {
	width: 50px;
	height: 50px
}
.comment-show-box .pl-box2 dl dd {
	float: right;
	width: 92%;
}
.comment-show-box .pl-box2 dl dd h1 {
	font-weight: 700;
	font-size: 100%;
}
.comment-show-box .pl-box2 dl dd h1 span {
	color: #656565;
	font-weight: 400;
	float: right;
}
.comment-show-box .pl-box2 dl dd p {
	margin-top: 10px;
	line-height: 20px
}
.comment-show-box .pl-box2 dl dd p.xz-fc1 {
	color: #1f6eb1;
}
.comment-show-box .xz-cb {
	zoom: 1
}
.comment-show-box .xz-cb:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #1f6eb1;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #333;
}
/*评论表单*/
.comment-show-box .fb-box {
	background: #FAFAFA;
	border: 1px solid #EEE;
	margin-top: 20px;
}
.comment-show-box .fb-box dl {
	float: left;
	width: 97%;
	padding: 12px;
}
.comment-show-box .fb-box dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .fb-box dt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px
}
.comment-show-box .fb-box dd {
	float: right;
	width: 92%;
}
.comment-show-box .fb-box dd p {
	color: #656565;
}
.comment-show-box .fb-box dd p textarea {
	width: 97%;
	height: 120px;
	line-height: 20px;
	color: #6C6C6C;
	padding: 12px;
	border: 1px solid #EEE;
	outline: 0;
	font-family: "microsoft yahei";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box dd p textarea:focus {
	border: 1px solid #1f6eb1;
	box-shadow: 0 0 10px 0 #1f6eb1
}
.comment-show-box .fb-box-div {
	margin-top: -1px;
	background: #FAFAFA;
	border-radius: 0 0 5px 5px;
	border: 1px solid #EEE;
}
.comment-show-box .fb-box-div dl {
	padding: 12px;
	position: relative;
}
.comment-show-box .fb-box-div dd {
	font-size: 12px;
	line-height: 13px;
	color: #666;
}
.comment-show-box .fb-box-div input {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 80px;
	height: 39px;
	font-size: 12px;
	line-height: 39px;
	background: #AAA;
	color: #FFF;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box-div input:hover {
	background: #1f6eb1;
	color: #FFF;
}
/*点赞*/
#mood {
	margin-bottom: 30px;
	text-align: center;
}
#mood p {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}
#mood a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #555;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mood a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: sub;
	background: url(../images/dianzan.png) no-repeat;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#mood a span.dianzan-down {
	background-position: top right;
}
#mood a em {
	font-style: normal;
	font-size: 16px;
}
#mood a:hover {
	background: #1f6eb1;
	border-color: #1f6eb1;
	color: #fff;
}
#mood a:hover span.dianzan-up {
	background-position: bottom left;
}
#mood a:hover span.dianzan-down {
	background-position: bottom right;
}
/*视频样式*/
video {
	background-color: #000;
}
.context h1{font-size: 22px;font-weight: 600; text-align: center; margin-block-end: 0.67em;}
.context h2,
.context h3,
.context h4,
.context h5,
.context h6 {font-weight: bold;line-height: 1.2;}
.context h2 { font-size: 20px; margin: 1.4rem 0 0.9rem; }
.context h3 { font-size: 18px; margin: 1.3rem 0 0.8rem; }
.context h4 { font-size: 16px; margin: 1.2rem 0 0.7rem; }
.context h5 { font-size: 14px; margin: 1.1rem 0 0.6rem; font-weight: 600; } 
.context h6 { font-size: 14px; margin: 1rem 0 0.5rem; }
.list-paddingleft-2 {margin: 1em 0; padding-left: 1.5rem;}
.context ul  {list-style: initial; }
.context ol {list-style: initial; }
.context ol>li { list-style-type: decimal; }
.context li ol>li {  list-style-type: lower-alpha;}
.context ul>li { list-style-type: disc; }
.context li ul>li {  list-style-type: circle;}
.context li ul li p ul>li { list-style-type: square; }
.context li  { margin-bottom: 0.5rem;  line-height: 1.6; }
.context li p { margin: 0; padding-left: 0.2rem; }
.context li p + p { margin-top: 0.5rem;}
.context em {font-weight: 400;font-style: italic;letter-spacing: 0.02rem;}
.context a { color: #165DFF; text-decoration: none; cursor: pointer; transition: color 0.2s ease;}
.context a:hover { color: #0E42B3; text-decoration: underline;}
.context a:visited { color: #7B61FF;}
.context a:active { color: #0A2463; }
.table-scroll-wrapper {
    overflow-x: auto;
    margin: .15rem 0;
    background: linear-gradient(to right, #fff 30%, rgba(255,255,255,0)),
             linear-gradient(to right, rgba(255,255,255,0), #fff 70%) 0 100%;
    background-repeat: no-repeat;
    background-size: 40px 100%, 40px 100%;
    background-attachment: local, local;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.is-processed{
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    table-layout: fixed;
}

.is-processed thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06);
}


.is-processed td, .is-processed th {
    padding: 12px 16px;
    border: 1px solid #eaecef;
    white-space: nowrap;
    /*vertical-align: top;*/
    background: #fff;
    width: auto;
}
.firstRow th{font-weight: 600;}
.firstRow {font-weight: 600;}
/* 城市容器整体样式 */
.chengshi {
    max-width: 1300px; /* 电脑端最大宽度 */
    margin: 20px auto; /* 居中显示 */
    padding: 0 15px; /* 左右内边距，避免边缘紧贴 */
}

/* 标题样式 */
.text-chengshi {
    font-size: 28px; /* 电脑端标题大小 */
    color: #333; /* 标题颜色 */
    text-align: center; /* 居中对齐 */
    margin-bottom: 25px; /* 与内容区间距 */
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0; /* 下划线分隔 */
}

/* 内容区容器 */
.chengshi_txt {
    background-color: #fff; /* 白色背景 */
    border-radius: 8px; /* 圆角 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* 轻微阴影 */
    padding: 30px; /* 内边距 */
}
/* 说明文本样式 */
.chengshi_txt > div {
    color: #666; /* 文本颜色 */
    line-height: 1.6; /* 行高，提升可读性 */
    margin-bottom: 30px; /* 与城市列表间距 */
    font-size: 16px;
}

/* 城市列表容器 */
.chengshi_txt dl {
    margin-bottom: 25px; /* 每个城市组间距 */
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee; /* 虚线分隔每组城市 */
}

/* 父城市标题（如省份） */
.chengshi_txt dt {
    font-size: 18px; /* 电脑端父城市字体 */
    font-weight: bold; /* 加粗 */
    color: #222;
    margin-bottom: 12px; /* 与子城市间距 */
}

/* 父城市链接样式 */
.chengshi_txt dt a {
    color: #222;
    text-decoration: none;
}

.chengshi_txt dt a:hover {
    color: #fa9c08; 
}

/* 子城市容器 */
.chengshi_txt dd {
    display: flex; /* 弹性布局，横向排列 */
    flex-wrap: wrap; /* 超出换行 */
    gap: 15px 25px; /* 子城市之间的间距（上下15px，左右25px） */
}

/* 子城市链接样式 */
.chengshi_txt dd a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    padding: 3px 0;
    position: relative;
}

.chengshi_txt dd a:hover {
    color: #fa9c08;
}

/* 移动端适配（屏幕宽度 ≤ 768px） */
@media (max-width: 768px) {
    .chengshi {
        margin: 15px auto; /* 缩小上下间距 */
        padding: 0 10px;
    }

    .text-chengshi {
        font-size: 22px; /* 缩小标题 */
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .chengshi_txt {
        padding: 20px 15px; /* 缩小内边距 */
    }

    .chengshi_txt > div {
        font-size: 14px; /* 缩小说明文本 */
        margin-bottom: 20px;
    }

    .chengshi_txt dt {
        font-size: 16px; /* 缩小父城市字体 */
        margin-bottom: 10px;
    }

    .chengshi_txt dd {
        gap: 10px 20px; /* 缩小子城市间距 */
    }

    .chengshi_txt dd a {
        font-size: 14px; /* 缩小子城市字体 */
    }
}

.chengshii{ padding: 20px;
    background: #ffffff;
    margin: 0 0 4%;
    border: 1px solid #bfbfbf;
    border-radius: .2rem;
    box-shadow: .02rem 0.05rem 0.15rem rgba(0, 0, 0, 0.1);}
.chengshii P {color: #666; padding: .1rem .1rem;}

.showContxt h2,
.showContxt h3,
.showContxt h4,
.showContxt h5,
.showContxt h6 {font-weight: bold;line-height: 1.2;}
.showContxt h2 { font-size: 20px; margin: 1.4rem 0 0.9rem; }
.showContxt h3 { font-size: 18px; margin: 1.3rem 0 0.8rem; }
.showContxt h4 { font-size: 16px; margin: 1.2rem 0 0.7rem; }
.showContxt h5 { font-size: 14px; margin: 1.1rem 0 0.6rem; font-weight: 600; } 
.showContxt h6 { font-size: 14px; margin: 1rem 0 0.5rem; }
.list-paddingleft-2 {margin: 1em 0; padding-left: 1.5rem;}
.showContxt ul  {list-style: initial; }
.showContxt ol {list-style: initial; }
.showContxt ol>li { list-style-type: decimal; }
.showContxt li ol>li {  list-style-type: lower-alpha;}
.showContxt ul>li { list-style-type: disc; }
.showContxt li ul>li {  list-style-type: circle;}
.showContxt li ul li p ul>li { list-style-type: square; }
.showContxt li  { margin-bottom: 0.5rem;  line-height: 1.6; }
.showContxt li p { margin: 0; padding-left: 0.2rem; }
.showContxt li p + p { margin-top: 0.5rem;}
.showContxt em {font-weight: 400;font-style: italic;letter-spacing: 0.02rem;}
.showContxt a { color: #165DFF; text-decoration: none; cursor: pointer; transition: color 0.2s ease;}
.showContxt a:hover { color: #0E42B3; text-decoration: underline;}
.showContxt a:visited { color: #7B61FF;}
.showContxt a:active { color: #0A2463; }