/*页面主体*/
.jgzx .main {
  overflow: hidden;
  min-height: 1000px;
  position: relative;
}

.jgzx .bg-img{
  width:100%;
  height:100%;
}

.jgzx .content {
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/*左侧切换*/
.leftwrapper {
  width: 250px;
}

.jgzx .leftswitch,
.jgzx .leftswitch > ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.leftswitch li {
  height: 60px;
  background-color: rgba(28, 122, 197, 0.141);
  margin-top: 2px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.leftswitch li > a {
  display: block;
  color: rgb(28, 122, 197);
  font-size: 18px;
  font-weight: bold;
}

.leftswitch > ul .ls-active {
  background-color: rgb(28, 122, 197);
  color: #ffffff;
}

.box-child-three {
  height: 525px;
  overflow-y: auto;
}

.box-child-three li {
  background-color: rgb(238, 238, 238);
}

.leftswitch > ul .ls-active > a {
  color: #ffffff;
}

/*热点*/
.attention {
  margin-top: 20px;
  border-top: 1px solid rgb(28, 122, 197);
}

.attention-title {
  background: #f54d60;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  height: 39px;
  line-height: 39px;
}

.attention-title > span {
  margin-left: 10px;
}

.attention-content {
  width: 248px;
  background: #fafafa;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.attention-content > ul {
  padding: 10px;
}

.attention-content > ul > li {
  width: 215px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.attention-content > ul > li > span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #8bbadf;
  margin-right: 10px;
  vertical-align: 3px;
}

.attention-content > ul > li > a {
  color: #494848;
}

.attention-content > ul > li > a:hover {
  color: rgb(28, 122, 197);
}

.attention-last {
  margin-bottom: 0 !important;
}

/*右侧列表*/
.rightwrapper {
}
.list2-rightwrapper {
  width: 100%;
  padding: 25px 0px;
}
.list2-rightwrapper .item {
  width: 1200px;
  height: 62px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px #0c194833;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  font-size: 18px;
  color: #444444;
  font-family: PingFang SC;
  position: relative;
  gap: 50px;
}
.list2-rightwrapper .item::before {
  content: ""; /* 必须设置内容为空 */
  position: absolute; /* 绝对定位 */
  left: 20px; /* 靠最左 */
  top: 50%; /* 移动到高度的一半 */
  transform: translateY(-50%); /* 向上偏移自身一半，实现完美居中 */

  /* 设置点的大小和形状 */
  width: 8px;
  height: 8px;
  background-color: #1658A0; /* 蓝色 */
  border-radius: 50%; /* 设置为 50% 即可变成正圆 */
}
.list2-rightwrapper .item:hover {
  background: #edf6ff;
  color: #1658a0;
}
.list2-rightwrapper .item > span {
  color: #666666;
  flex: 0 0 120px;
  width: 120px;
  display: block;
}
.list2-rightwrapper .item a {
  color: #444444;
  font-family: PingFang SC;
  font-weight: regular;
  font-size: 18px;
  letter-spacing: 0px;
  text-align: left;
  white-space: nowrap; /* 2. 强制文字在一行内显示，不换行 */
  overflow: hidden; /* 3. 隐藏超出容器边界的内容 */
  text-overflow: ellipsis; /* 4. 当内容溢出时，用省略号代替 */
}
.rightcontent {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: none;
}

.rightcontent > ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rightcontent > ul > li {
  font-size: 16px;
  color: #3f3f3f;
}
.rightcontent > ul > li:hover {
  background: #edf6ff;
  box-shadow: 0px 0px 5px 0px #0c194833;
}

.rightcontent > ul > li:hover a {
  color: rgb(28, 122, 197);
}

.dashline {
  width: 100%;
  margin: 6px;
  border-bottom: 1px dashed #c5c5c5;
}

/*分页*/
.rightpage {
  height: 35px;
  text-align: center;
  margin-top: 30px;
}

.rightpage > a {
  padding: 3px 8px;
  border: 1px solid #cccccc;
  color: #646464;
}

.rightpage .rp-active {
  background: rgb(28, 122, 197);
  color: #ffffff;
}

.fy {
  padding: 3px 3px;
  border: 1px solid #cccccc;
  cursor: pointer;
  background: #f4f4f4;
}

.fy > a {
  color: #646464;
}

/*1023修改*/
.xw {
  margin-top: 0;
}

.shou {
  color: #b7b7b7;
}

.contentTable thead {
  text-align: center;
  vertical-align: middel;
  color: white;
  background-color: #1c7ac5;
}

.contentTable td {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.contentTable .left {
  border-left: 1px solid #dcdcdc;
}

.contentTable .top {
  border-top: 1px solid #dcdcdc;
}

.empty-page {
  width: 100%;
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #8c8c8c;
  background: #fff;
  gap: 16px;
}

.empty-page__icon {
  font-size: 64px;
  color: #dcdcdc;
}

.empty-page__text {
  font-size: 26px;
  margin-top:30px;
}
