﻿/*当前位置开始*/

.location{
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	width:1200px;
}
.locationss{
	width:1200px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    /* 核心：添加底部实线横线 + 5px间距 */
    border-bottom: 1px solid #CCC; /* 实线横线（粗细/颜色可自定义） */
    padding-bottom: 4px; /* 文字和横线之间的间距设为5px */
    display: inline-block; /* 确保横线宽度贴合文字，行内元素也能生效 */
}

.locationss a{
	font-size: 16px;
	color: #000;
}
.locationss span{
	font-size: 16px;
	color: #000;
}
.locationss a i{
	margin: 0 8px;
	display: inline-block;
	width: 18px;
	height:18px;
	background: url(locahome.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	margin-top: -2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.locationss em{
	font-style: unset;
}
.locationss a:hover i{
	background: url(locahomeh.png) no-repeat center center;
	background-size: contain;
}
.locationss a:hover{
	color: #1269d3;
}
.locationss a.hover{
	color: #1269d3;
}


/*详细页面位置 */

.detailslocal{
	font-size: 16px;
	color: #666;
	background-color: #fff;
	float:left;
	margin-top:15px;
	
}

.detailslocal a{
	font-size: 16px;
	color: #666;
}
.detailslocal span{
	font-size: 16px;
	color: #666;
}
.detailslocal a i{
	margin: 0 8px;
	display: inline-block;
	width: 18px;
	height:18px;
	background: url(locahome.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	margin-top: -2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.detailslocal em{
	font-style: unset;
}
.detailslocal a:hover i{
	background: url(locahomeh.png) no-repeat center center;
	background-size: contain;
}
.detailslocal a:hover{
	color: #1269d3;
}
.detailslocal a.hover{
	color: #1269d3;
}
/*页面间距 */
.h30 {
	clear: both;
	height: 18px;
	overflow: hidden;
}
/* 左侧导航栏开始 */
.subPage{
width:1200px;
margin:auto;
zoom: 1;
overflow: hidden;
width:1200px;
}
/* 父容器：清除浮动 + 适配子元素水平排列 */
/* 先给.subPageR的父元素加这个（如果没有父容器，就给.subPageR所在的行容器加） */


/* 右侧栏目：核心修改，保证水平显示 + 内容完整 */
.subPageR {
  width: 760px;
  float: left; /* 左浮动，和左侧栏目水平并排 */
  overflow: visible !important; /* 取消溢出隐藏，保证内容完整显示 */
  box-sizing: border-box; /* 内边距/边框不超出宽度，避免挤到下一行 */
}

/* 左侧栏目：加浮动，和右侧水平对齐（关键！） */
/* 替换成你左侧栏目的实际类名，比如.subPageL */

.leftNav{
	width:395px;
	margin-right: 20px;
	float: right;
	box-sizing: border-box;
}
.leftNavTitle{
	height: 0px;
	line-height: 0px;
	font-size: 20px;
	background: #1269d3;
	color: #fff;
	text-align: center;
}
.leftNavDl1{
}
.leftNavDl1 dt{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #1269d3;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.leftNavDl1 dd .yj {
	position: relative;
}
.leftNavDl1 dd .yj a{
	line-height: 20px;
	display: block;
	background: #f9f9f9;
	font-size: 16px;
	color: #333333;
	padding: 12px 46px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
	margin-bottom: 10px;
}
.leftNavDl1 dd:last-child .yj a{
	margin-bottom: 0;
}
.leftNavDl1 dd .yj a i{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(leftnavicn1.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;

}
.leftNavDl1 dd .yj span{
	position: absolute;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0px;
	width: 55px;
	height: 44px;
	display: inline-block;
	background: url(leftnavjia.png) no-repeat center center;
}
.leftNavDl1 dd .ejBox{
	display: none;
}
.leftNavDl1 dd .ejCon{
	margin-bottom: 10px;
}
.leftNavDl1 dd .ej{
	position: relative;
}
.leftNavDl1 dd .ej a{
	line-height: 20px;
	background: #f9f9f9;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	padding: 10px 42px 10px 50px;
	color: #333333;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.leftNavDl1 dd .ej a:before{
	position: absolute;
	top: 50%;
	margin-top:  -6px;
	left: 34px;
	width: 0px;
	height: 0px;
	border: 6px solid #1269d3;
	border-right: none;
	border-left-color: #1269d3;
	border-top-color: transparent;
	border-bottom-color: transparent;
	display: block;
	content: '';
}
.leftNavDl1 dd .ej span{
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 55px;
	height: 44px;
	right: 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
}
.leftNavDl1 dd .sj{
	border: 1px solid #f9ebe5;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-top: none;
	display: none;
}
.leftNavDl1 dd .sj a{
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	padding: 10px 36px 10px 65px;
	position: relative;
}
.leftNavDl1 dd .sj a:before{
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50px;
	width: 4px;
	height: 4px;
	border: 1px solid #717171;
	border-radius: 100%;
	display: block;
	content: '';
	
}
.leftNavDl1 dd .yj:hover a{
	background: #1269d3;
	color: #fff;
}
.leftNavDl1 dd .yj:hover a i{
	background: url(leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd .yj:hover span{
	background: url(leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj a{
	background: #1269d3;
	color: #fff;
}
.leftNavDl1 dd.hover .yj a i{
	background: url(leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj span{
	background: url(leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd.active .yj a{
	background: #1269d3;
	color: #fff;
}
.leftNavDl1 dd.active .yj a i{
	background: url(leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd.active .yj span{
	background: url(leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd .ej:hover a{
	background: #f9ebe5;
}
.leftNavDl1 dd .ej:hover span{
	transform: rotateX(180deg);
}
.leftNavDl1 dd .ejCon.hover .ej a{
	background: #e4f0ff;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.leftNavDl1 dd .ejCon.hover span{
	transform: rotateX(180deg);
}
.leftNavDl1 dd .ejCon.active .ej a{
	background: #f9ebe5;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.leftNavDl1 dd .ejCon.active span{
	transform: rotateX(180deg);
}
.leftNavDl1 dd .sj a:hover{
	font-weight: bold;
	color: #1269d3;
}
.leftNavDl1 dd .sj a:hover:before{
	border-color: #1269d3;
}
.leftNavDl1 dd .sj a.hover{
	font-weight: bold;
	color: #1269d3;
}
.leftNavDl1 dd .sj a.hover:before{
	border-color: #dc4343;
}

.leftNavDl2{
	padding: 20px;
}
.leftNavDl2 dt{
	font-size: 18px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 28px;
	position: relative;
	margin-bottom: 8px;
	
}
.leftNavDl2 dt:before{
	width: 18px;
	height: 18px;
	display: block;
	content: '';
	background: url(lefthot.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 4px;
}
.leftNavDl2 dd{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.leftNavDl2 dd a{
	font-size: 14px;
	color: #333333;
}
.leftNavDl2 dd a:hover{
	color: #1269d3;
}
.leftNavDl2 dd a span{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-right: 8px;
	vertical-align: middle;
	background: #a5bdcf;
	margin-top: -2px;
}
.leftNavDl2 dd:nth-child(2) a span{
	background: #f54644;
}
.leftNavDl2 dd:nth-child(3) a span{
	background: #ff8548;
}
.leftNavDl2 dd:nth-child(4) a span{
	background: #ffab3c;
}
.leftNavDl2 dd:last-child{
	height: 28px;
}
/* 左侧导航栏结束 */
/* 右侧浮动 */

.subPageRC.pd20{ padding: 0 20px;}
.subPageRC.pd50{ padding: 0 50px;}
.minH500 {
height: auto !important;
}

.minH300 {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.textList1 dd:hover a{
	color: #000;
}
/* 文字列表1 */
.textList1 {
	overflow: hidden;
}
.textList1 dd {
    overflow: hidden;
    height: 50px; /* 保留原有高度 */
    line-height: normal; /* 取消垂直居中的行高，改用默认行高 */
    padding-top: 10px; /* 顶部加内边距，文字下移（值越大越靠下） */
    box-sizing: border-box; /* 内边距不超出50px高度，布局不混乱 */
}

/* 可选：如果文字有默认外边距，清除后更精准 */
.textList1 dd * {
    margin: 0;
}
.textList1 hr{
	margin: 15px 0;
	border: none;
	border-bottom: 1px solid #ccc;
}
.textList1 dd .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 37px;
    height: 37px;
	position: relative;
	padding-left: 15px;
	margin-right:120xp;
}
.textList1 dd a {
	font-size: 16px; color:#000;
}

.textList1 dd a em {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  /* 空心核心：透明背景 + 边框 */
  background-color: transparent;
  border: 1px solid #ccc; /* 边框颜色/粗细，按需调整 */
  vertical-align: middle;
  font-style: normal;
	background: #E9E9E9;
	position: absolute;
	top: 50%;
	left: 0;
}

.textList1 dd span {
	float: right;
	display: inline-block; /* 改为inline-block，让padding/宽高生效 */
	overflow: hidden;
	margin-left: 50px;
	font-size: 14px;
	color: #999;
    /* 核心新增样式 */
    position: relative; /* 开启层级控制 */
    z-index: 1; /* 让span在横线上方（若横线层级为0） */
    background-color: #fff; /* 用和背景相同的颜色覆盖下方横线，视觉上不遮挡 */
    padding: 0 5px; /* 修正语法错误：上下0，左右5px内边距，避免文字贴边 */
    /* 日期专用格式样式 */
    font-family: "Microsoft Yahei", Arial, sans-serif; /* 清晰的无衬线字体，适配日期显示 */
    letter-spacing: 0.5px; /* 日期字符间轻微间距，更易读 */
    text-align: center; /* 日期文字居中（可选） */
    white-space: nowrap; /* 禁止日期换行，保证格式完整 */
}

/* 确保dd的横线层级正确（若横线在dd上） */
.textList1 dd {
    position: relative;
    z-index: 0; /* 横线层级低于span */
    border-bottom: 1px solid #ccc; /* 示例横线样式，按你的实际样式调整 */

}

.textList1 dd:hover a {
	color: #004080;
}
/* 页码start */
.page{ padding-top:60px;text-align: center;clear: both;font-size: 14px;}
/* 分页按钮默认样式：深蓝色底色+白色文字（核心修改） */
.page a{
    display: inline-block;
    overflow: hidden;
    padding:6px 12px;
    color: #fff !important; /* 强制白色文字 */
    background: #0061C1; /* 深蓝色底色（可调整：#1E40AF/#002855） */
    margin: 0 4px;
    vertical-align: middle;
    border: none; /* 清除默认边框，底色更纯净 */
}
/* 当前页样式1（active）：浅蓝色底 + 黄色加粗文字 */
.page a.active{
    background: #0099FF; /* 浅蓝色底色（和hover一致） */
    color: #FFD700 !important; /* 黄色文字（金色，可换#FFFF00亮黄） */
    font-weight: bold; /* 字体加粗 */
}
/* 当前页样式2（page-num-current）：覆盖原有样式，和active保持一致 */
.page-num-current{
    background-color: #0099FF !important; /* 浅蓝色底 */
    color: #FFD700 !important; /* 黄色文字 */
    font-weight:bold !important;
}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
/* 鼠标hover样式：浅蓝色底色+白色文字 */
.page a:hover{
    background: #0099FF !important; /* 浅蓝色底色（可调整：#3B82F6/#60A5FA） */
    color: #fff !important; /* 保持白色文字 */
}
/* 兼容hover类样式，和:hover保持一致 */
.page a.hover{
    background: #0099FF !important;
    color: #fff !important;
}
/* 当前页hover特殊处理：保持黄色文字 */
.page-num-current:hover{
    color: #FFD700 !important; /* 避免hover时文字变回白色 */
}
.page input{
    display: inline-block;
    vertical-align: middle;
    height: 29px;
    width: 40px; 
    padding: 0 5px; 
    border-radius: 3px; 
    border: 1px solid #e6e6e6;
    position: relative;
}
.page input.pageDetail{
    width: 30px; 
    height: 29px; 
    text-align: center; 
    border-radius: 3px; 
    color: #999999; 
    position: relative; 
    top: -13px;
}
.page label{color:#999999;position: relative;vertical-align: middle;}
.page input.page_bnt{
    border: none; 
    width: 30px; 
    height: 25px; 
    cursor: pointer; 
    background: none; 
    color: #999999; 
    position: relative; 
    top: -13px;
}
.page a div{
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}
/* 禁用状态按钮样式：保留原有浅灰，避免被默认深蓝色覆盖 */
.page a.firstPage.disabled,
.page a.prevPage.disabled{
    background:#e2e2e2 !important;
    color: #999 !important; /* 禁用状态文字灰色，更直观 */
}
.page a.nextPage.disabled,
.page a.lastPage.disabled{
    background:#f3f3f3 !important;
    color: #999 !important;
}
.page-status{display:none;}
/* 页码end */
/* 页码end */
/* 分享微信朋友圈二维码样式 */
#wxfx {
width: 231px;
height: 285px;
background: red;
padding: 10px;
background: #fff;
border: solid 1px #d8d8d8;
position: absolute;
margin-left:30%;
margin-top:15px;
}
.bd_weixin_popup_head {
font-size: 12px;
font-weight: bold;
text-align: left;
line-height: 16px;
height: 16px;
position: absolute;
color: #000;
}
.bd_weixin_popup_head span {
font-size: 12px;
font-weight: bold;
text-align: left;
line-height: 16px;
}

.bd_weixin_popup_close {
width: 16px;
height: 16px;
text-decoration: none;
font-size: 16px;
text-align: right;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.bd_weixin_popup_foot {
font-size: 12px;
text-align: left;
line-height: 22px;
color: #666;
}
#weixin {
width: 185px;
height: auto;
margin: 10px auto;
}


.zongheconyou {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    width: 390px;
  }
  .zonghecon_Core_Div{
    display: block;
    float:right;
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;  
  }
  .zonghecon_Core_Div a{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

  }
.laiyuan{margin-right:16px;margin-left:16px; color:#999; height: 40px;}	

  <style>
    /* 全局样式重置（补充完整，避免默认样式干扰） */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box; /* 关键：内边距/边框不撑宽元素 */
    }

    /* 视频容器：强制2列，修复布局错乱问题 */
    .video-grid {
      width: 370px; /* 固定总宽度 */
      display: grid;
      grid-template-columns: 1fr 1fr; /* 严格2列 */
      grid-auto-flow: row; /* 默认按行排列，可省略 */
      grid-gap: 10px; /* 行/列间距 */
      padding: 0;
      margin: 0;
    }

    /* 单个视频项：彻底清除干扰样式 + 强制不跨列 */
    .video-item {
      position: relative;
      border-radius: 4px;
      overflow: hidden;
      cursor: pointer;
      transition: all 0.3s ease;
      width: 100%;
      height: 100%;
      /* 核心修复：强制每个项只占1列，覆盖可能的跨列样式 */
      grid-column: span 1 !important; 
      grid-row: span 1 !important;
    }

    /* 视频图片：确保无默认间隙，不拉伸 */
    .video-img {
      width: 100%;
      height: auto;
      display: block; /* 清除行内空白 */
      transition: all 0.3s ease;
      filter: saturate(0.9);
      border: none;
      padding: 0;
      margin: 0;
    }

    /* 播放按钮样式 */
    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
    }
    .play-btn::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 8px 14px;
      border-color: transparent transparent transparent #999;
      margin-left: 2px;
    }

    /* 悬浮效果 */
    .video-item:hover {
      transform: scale(1.05);
    }
    .video-item:hover .video-img {
      filter: saturate(1.3);
    }
    .video-item:hover .play-btn {
      transform: translate(-50%, -50%) scale(1.1);
      background: rgba(255, 255, 255, 1);
    }
  </style>