/* ========== 重置样式 ========== */
* {
  padding: 0;
  margin: 0;
}
li { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { text-decoration: none; }
img { border: 0; vertical-align: top; }

.clearfix:after {
  content: "";
  display: block;
  line-height: 0px;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

input, textarea, select, button, a:focus { outline: none; }

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-family: "Microsoft YaHei", "Source Han Sans CN", sans-serif;
  background-color: #FFFFFF;
}

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6.30rem;
  margin-left: -3.15rem;
  margin-top: -1.60rem;
}
.pageTips .container a.close {
  display: block;
  width: 0.50rem;
  height: 0.50rem;
  position: fixed;
  z-index: 1;
  left: auto;
  right: 0.20rem;
  top: 0.20rem;
  bottom: auto;
  background: url("../img2025/img31.png") center no-repeat;
}
.pageTips .container .msg {
  font-size: 0.18rem;
  line-height: 0.36rem;
  padding-top: 0.30rem;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}

/* ========== 容器 ========== */
.cg-container {
  width: calc(100% - 4.32rem);
  margin: 0 2.16rem;
}

/* ========== 头部 Banner ========== */
.header {
  width: 100%;
  height: 2rem;
  position: relative;
  overflow: hidden;
  background: url('../img/by.png') no-repeat right center / cover;
}

.header-top {
  position: relative;
  z-index: 1;
  padding: 0.3rem 0 0;
  display: flex;
  flex-direction: column;
}
.header .logo {
  width: 2.98rem;
  height: 0.59rem;
}
.header .logo img {
  width: 2.98rem;
}
.header-title {
  margin-top: 0.1rem;
  color: #fff;
}
.header-title h2 {
  font-size: 0.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 0.36rem;
}
.header-title p {
  font-size: 0.25rem;
  letter-spacing: 2px;
  line-height: 0.4rem;
  font-weight: bold;
}
.mobile-nav-btn {
  display: none;
  width: 0.6rem;
  height: 0.4rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
/* ========== 导航栏 ========== */
.nav {
  width: 100%;
  height: 0.8rem;
  background-color: #006CCB;
}
.nav .cg-container {
  width: calc(100% - 3.2rem);
  margin: 0 1.6rem;
}
.nav-list {
  display: flex;
  align-items: center;
  height: 0.8rem;
}
.nav-list > li {
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
}
.nav-list > li > a {
  color: #fff;
  font-size: 0.2rem;
  display: block;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.nav-list > li > a:hover,
.nav-list > li.active > a {
  background-color: #095A99;
}


/* ========== 主内容区 ========== */
.container {
  margin-top: 0.2rem;
  min-height: 6rem;
}

/* ---------- 左侧边栏 ---------- */
.sidebar {
  width: 3.83rem;
  background: #E5F0FA;
  box-sizing: border-box;
  padding: 0 0.18rem;
}

.section-title {
  font-size: 0.26rem;
  color: #333;
  font-weight: bold;
  padding-bottom: 0.1rem;
  margin-top: 0.2rem;
  margin-bottom: 0.15rem;
  border-bottom: 2px solid #ddd;
  line-height: 0.24rem;
  position: relative;
}
.section-title::after {
  content: "";
  display: block;
  height: 6px;
  width: 103px;
  position: absolute;
  bottom: -3px;
  background-color: #216EB2;
}

/* 视频展示 */
.video-section {
  margin-bottom: 0.3rem;
}
.video-box {
  width: 100%;
  height: 2rem;
  background-color: #f0f0f0;
  overflow: hidden;
  border-radius: 0.04rem;
  margin-top: 0.2rem;
}
.video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 快速通道 */
.quick-links {
  margin-bottom: 0.3rem;
}
.quick-list {
  padding-top: 0.16rem;
}
.quick-list li {
  margin-bottom: 0.14rem;
  border-radius: 0.06rem;
}
.quick-list li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  
  transition: opacity 0.3s;
}

.btn-blue { background-color: #2B7AC4; }
.btn-blue:hover { background-color: #1E589C; }
.btn-green { background-color: #5A9A3D; }
.btn-green:hover { background-color: #44742e; }
.btn-orange { background-color: #D97B2C; }
.btn-orange:hover { background-color: #9e5014; }
.btn-yellow { background-color: #D4A82F; }
.btn-yellow:hover { background-color: #a17a16; }

/* ---------- 右侧主内容区 ---------- */
/* ========== 面包屑导航 ========== */
.bread-nav {
  width: 100%;
  height: 0.44rem;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
}
.bread-nav span,
.bread-nav a {
  color: #999999;
  font-size: 0.16rem;
}
.bread-nav a:hover {
  color: #0D6AB7;
}
.main-content {
  width: calc(100% - 4.66rem);
}

.content-header {
  background-color: #EBF3FA;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.content-header h2 {
  font-size: 0.28rem;
  color: #2973B4;
  font-weight: bold;
}

.content-body {
  padding: 0 0px;
}
.content-video {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}

.content-doc {
  font-size: 0.20rem;
  line-height: 32px;
}

.content-doc p {
  font-size: 0.20rem;
  line-height: 32px;
}

.content-doc img {
  max-width: 100%;
  height: auto;
  margin: 0.2rem auto;
}

.material-list li {
  height: 0.64rem;
  line-height: 0.64rem;
  border-bottom: 1px dashed #e0e0e0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.material-list li .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #999;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}
.material-list li a {
  color: #555;
  font-size: 0.16rem;
  max-width: 8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.material-list li a:hover {
  color: #0D6AB7;
}
.paging {
    width: 100%;
    margin: 30px auto 0;
   text-align:center;
}

.paging a {
    margin-right: 20px;
    font-size: 20px;
    color: #666666;
}

.paging a:hover {
    color: #0276DD;
}


/* ========== 底部 Footer ========== */
.footer {
  padding-top: 0.4rem;
  height: 2.34rem;
  background: #0276DD;
  margin-top: 0.3rem;
  box-sizing: border-box;
  overflow: hidden;
}


.footer .fcont .fcone {
  display: flex;
  margin-bottom: 0.1rem;
  height: 1rem;
}

.footer .fcont .fcone img {
  width: 2.98rem;
  margin-right: 0.3rem;
}

.fcont .fcone p span {
  display: block;
  color: #fff;
  font-size: 0.14rem;
  margin-top: 0.1rem;
}

.fcont .fcone p span:last-child {
  margin-top: 0.05rem;
}

.fcont .fctwo {
  text-align: right;
  float: right;
  height: 0.6rem;
  position: relative;
  top: -0.3rem;
}

.fcont .fctwo img {
  width: 1rem;
}


.fcont .fcthree {
  width: 10rem;
  height: 1px;
  background: #8DC9FF;
}

.fcont .fcfour {
  display: flex;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.14rem;
}
.fcont .fcfour p {
  margin-right: 0.3rem;
}
.fcont .fcfour a {
  color: #fff;
}

.fcont .fcfour .ftimg img {
  margin-right: 0.05rem;
  vertical-align: middle;
}
.fcont .fcfour .sydw {
  width: 0.6rem;
  margin-top: 0.04rem;
}

@media (max-width: 800px) {
  .mobile-body {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .cg-container {
    width: calc(90%);
    margin: 0 auto;
  }
  .header-title p {
    font-size: 0.21rem;
  }

  .mobile-nav-btn {
    display: block;
    width: 30px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    z-index: 9;
    padding-top: 0.04rem;
    top: 35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
 .mobile-nav-btn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    user-select: none;
  }
  .mobile-on .nav-search {
    margin: 0 auto !important;
    background-color: #fff;
    height: calc(100vh - 1.4rem) !important;
  }
 .mobile-on .mobile-nav-btn b{
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    display: none;
  }

  .mobile-on .mobile-nav-btn b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .mobile-on .mobile-nav-btn b:last-child {
    display: block !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .nav {
    visibility: hidden;
    height: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    height: calc(100vh - 1.4rem);
  }
  .nav-list {
    width: 100%;
    flex-direction: column;
    align-items: self-start;
  }
  .nav .cg-container {
    width: 100%;
    margin: 20px 20px;
  }
  .nav-list > li {
    width: 100%;
    text-align: left;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #dfdfdf;
  }
  .nav-list > li > a {
    font-size: 18px;
    color: #000;
  }

  .nav-list > li > a:hover {
    color: #0D6AB7;
    background-color: transparent;
    font-weight: bold;
  }

  .mobile-body .nav {
    height: 100%;
    visibility: visible;
    background-color: #fff;
  }

  .container .left,
  .container .right {
    float: none;
  }

  .sidebar {
    width: 100%;
    padding-top: 2px;
    margin-top: 10px;
  }

  .sidebar .video-box {
    height: 200px;
  }
  .quick-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap:  nowrap;
    overflow-x: auto;
    height: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; 
  }
  .quick-list::-webkit-scrollbar {
    display: none;
  }
  .quick-list li {
    margin-right: 0.2rem;
    flex-shrink: 0;
    height: 0.6rem;
  }
  .quick-list li a {
    padding: 0 0.2rem;
    white-space: nowrap;
    display: block;
     height: 0.6rem;
   line-height: 0.6rem; 

  }
  .main-content {
    width: 100%;
    margin: 20px 0;
  }
  .fcont .fcthree {
    width: 70%;
  }
}