@charset "utf-8";

/* 导航栏样式 */
.yuce {
  width: 100%;
  height: 9040px;
}

@media screen and (max-width: 1000px) {
  .yuce {
    height: 9666px;
  }
}

.nav-container {
  width: 720px;
  max-width: 100%;
  background-color: #ffff00;
  display: flex;
  justify-content: space-around;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 51px;
  box-sizing: border-box;
  z-index: 1000;
  padding: 0;
}

.nav-list {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 40px;
}

.nav-item {
  flex: 1;
  text-align: center;
}

.nav-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: 40px;
  text-decoration: none;
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
}

.nav-link:hover {
  background-color: #f2af20;
}

@media (max-width: 768px) {
  .nav-container,
  .nav-link {
    padding: 0;
  }
}

.page-content {
  padding-top: 82px;
}

/* 绿色背景的特定导航栏覆盖 */
.nav-container.green-bg {
  background-color: #019c3a;
  margin-top: 0px;
}

/* 表格链接样式 */
.table-link a {
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.table-link td {
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.table-link a font {
  line-height: 35px;
}

/* 回到顶部按钮 */
.bar-top-FZdsN {
  bottom: 20px;
  right: 6px;
  height: 56px;
  border-radius: 6px;
  box-shadow: 0 4px 6px 0 rgb(184 208 255 / 30%);
  transition: all 0.4s ease;
  cursor: pointer;
  background-size: cover;
  background-image: url(/skin/top.png);
  display: none; /* 默认隐藏，由 JS 控制 */
}

.bar-bQ14J {
  position: fixed;
  z-index: 98;
  width: 56px;
}

/* iframe 相关 */
.my-iframe {
  margin-top: 1px;
}

/* 轮播图样式优化 */
.header-url a img {
  border: 0px;
  vertical-align: middle;
}

/* 分页控件样式 */
.pagination-container {
  text-align: center;
}

.pagination-btn {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

.pagination-btn.prev {
  margin-right: 15px;
}

.pagination-btn.next {
  margin-left: 15px;
}

.pagination-info {
  color: #fff;
  font-size: 14px;
}

body {
  background: #f4f4f4;
  font-family: "微软雅黑", Arial, sans-serif;
}

/*.header {*/
/*  background: #2196f3;*/
/*  color: #fff;*/
/*  padding: 15px 20px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*}*/

/*.header a {*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*}*/

.container {
  max-width: 800px;
  margin: 30px auto;
  display: flex;
  gap: 20px;
}

.sidebar {
  width: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  border-left: 4px solid transparent;
}

.sidebar-menu li a:hover,
.sidebar-menu li.active a {
  background: #f0f7ff;
  border-left-color: #2196f3;
  color: #2196f3;
}

.main-content {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.content-title {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.form-group label {
  width: 100px;
  color: #666;
}

.form-control {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-text {
  flex: 1;
  padding: 10px 0;
  color: #333;
}

.btn-submit {
  padding: 10px 30px;
  background: #2196f3;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.btn-submit:hover {
  background: #0b7dda;
}

/* 简单的选项卡切换 */
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

body {
  background: #f4f4f4;
  font-family: "微软雅黑", Arial, sans-serif;
}

.container {
  max-width: 800px;
  margin: 30px auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.content-title {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-weight: bold;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#editor-toolbar {
  border: 1px solid #ccc;
  border-bottom: none;
}

#editor-container {
  border: 1px solid #ccc;
  height: 400px;
}

.btn-submit {
  padding: 12px 30px;
  background: #4caf50;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.btn-submit:hover {
  background: #45a049;
}

.btn-cancel {
  padding: 12px 30px;
  background: #999;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
}

.auth-container {
  max-width: 400px;
  margin: 100px auto;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.auth-logo {
  text-align: center;
  margin-bottom: 20px;
}

.auth-logo img {
  max-width: 150px;
}

.auth-title {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #666;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.btn-submit {
  width: 100%;
  padding: 12px;
  background: #2196f3;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.btn-submit:hover {
  background: #0b7dda;
}

.auth-links {
  text-align: center;
  margin-top: 20px;
}

.auth-links a {
  color: #2196f3;
  text-decoration: none;
  margin: 0 10px;
}

.article-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.article-title {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}

.article-meta {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.article-content {
  line-height: 1.8;
  color: #444;
  font-size: 16px;
}

.article-content img {
  max-width: 100%;
  height: auto;
}

.back-home {
  display: block;
  width: 120px;
  margin: 30px auto;
  text-align: center;
  padding: 10px;
  background: #f00;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

style > UL {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  list-style-image: none;
  padding-top: 0px;
}

LI {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  list-style-image: none;
  padding-top: 0px;
}

DL {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  list-style-image: none;
  padding-top: 0px;
}

DT {
  padding-bottom: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  list-style-image: none;
  padding-top: 0px;
}

A {
  color: #0000ff;
  text-decoration: none;
}

A:hover {
  color: #ff0000;
}

h1 {
  padding-bottom: 0px;
  line-height: 35px;
  padding-left: 3px;
  padding-right: 3px;
  background: #fe9f01;
  height: 35px;
  color: #fff;
  padding-top: 0px;
  font-size: 16px;
  margin-top: 0px;
}

h1 span {
  float: right;
}

h1 span a {
  color: #ffff00;
}

.s {
  padding: 5px 0;
  background: #ffffcc;
  color: #999;
  font-size: 14px;
}

.d {
  margin: 2px 0;
  background: #fafafa;
}

dt {
  line-height: 1.3em;
  padding-left: 3px;
  color: #666;
  font-size: 13px;
}

.jl td {
  text-align: center;
  font-family: Tahoma;
}

.p {
  border: 1px solid #e3e3e3;
  width: 100%;
}

.hm {
  font-family: Tahoma;
}

.sx {
  background: #ffffff;
  color: #666666;
}

.redBoClass {
  color: #fff;
  background-color: red;
}

.blueBoClass {
  color: #fff;
  background-color: blue;
}

.greenBoClass {
  color: #fff;
  background-color: green;
}

.di {
  padding: 3px 0;
  line-height: 1.5em;
  color: #999;
  font-family: "宋体";
  background: #fbfbfb;
  border-top: 1px solid #efefef;
  margin-top: 5px;
}

.years {
  padding-left: 10px;
}

.c {
  clear: both;
}

.header.indexheader {
  height: 40px;
}

.custom-header.index-custom-header {
  height: 50px;
}

.custom-header {
  position: fixed;

  width: 100%;

  max-width: 720px;

  height: 44px;

  top: 0px;

  z-index: 99;

  border-bottom-left-radius: 4px;

  border-bottom-right-radius: 4px;

  overflow: hidden;

  background-color: #10a150;
}

.custom-header .custom-logo img {
  width: 330px;

  height: 50px;

  display: block;

  margin-left: auto;

  margin-right: auto;
}

.custom-header .custom-bank {
  display: block;

  float: right;

  width: 56px;

  height: 44px;

  padding: 25px 8px 0 0;
  color: #fff;
  font-size: 8pt;
  background: url(/skin/user.png) center 9px no-repeat;
}

/* 默认样式 */
.my-iframe {
  width: 100%;
  height: 223px;
}

/* 在小屏幕设备上修改样式 */
@media (max-width: 768px) {
  .my-iframe {
    height: 170px;
  }
}

/* 在更小的屏幕设备上修改样式 */
@media (max-width: 480px) {
  .my-iframe {
    height: 170px;
  }
}

body {
  margin: 0 auto;
}

.content {
  font-size: 15pt;
  font-weight: bold;
  margin: 5px 0;
  border-radius: 5px;
  overflow: hidden;
  background-image: linear-gradient(
      to right,
      #ffd3d3,
      #ffcccc,
      #ffd8d8,
      #ffdbdb,
      #ffdfdf,
      #ffd9d9,
      #ffd3d3
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.contentdi {
  font-size: 18px;
  text-align: center;
  background: #5b9966;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
}

.list-title {
  height: 28px;
  line-height: 23px;
  font-size: 18pt;
  text-align: center;
  border-bottom: 1px solid #738e9f;
  text-shadow: 1px 1px 1px #000000;
  color: #609bda;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-top: 0px;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  text-align: center;
}

th,
td {
  border: 1px solid #ccc;
  padding: 5px;
  word-wrap: break-word;
}

td:nth-child(2) {
  max-width: 300px;
  overflow: hidden;
}

@media (max-width: 420px) {
  body {
    width: 100%;
    margin: 0;
  }

  .content {
    font-size: 12pt;
    font-weight: bold;
  }

  .list-title {
    font-size: 12pt;
  }

  td:nth-child(2) {
    max-width: 230px;
    overflow: hidden;
    font-size: 12pt;
    font-weight: bold;
  }
}

.content span {
  background-color: #ffff00;
}

.toushu tr td:first-child {
  background-color: #ffeb3b;
  color: #0000ff;
  font-size: 15px;
  width: 22%;
}

.toushu tr td:nth-child(2) {
  background-color: #ffffff;
  color: #ff0000;
  width: 50%;
}

.toushu tr td:nth-child(3) {
  background-color: #ff0000; /* 红色背景 */
  color: #f9f9f9; /* 绿色字体 */
  width: 20%;
}

.table-link a {
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.table-link td {
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 在溢出时显示省略�?*/
  width: 100%; /* 单元格宽度设置为100% */
}

.table-link a font {
  line-height: 35px;
}
