html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  background: #FAFDFE;
}

header {}

header:after {
  content: " ";
  display: table;
  clear: both;
}

.brand,
h1,
h2,
h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h4,
h5,
h6 {
  letter-spacing: 1px;
}

h1 {
  font-size: 28px;
}

.rm-nav {
  letter-spacing: 1px;
}

.rm-toggle.rm-button {
  margin-top: 25px;
}

.rm-css-animate.rm-menu-expanded {
  max-height: none;
  display: block;
}

.rm-top-menu>.rm-menu-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.rm-top-menu>.rm-menu-item img {
  width: 19px;
  height: 19px;
}

.rm-top-menu>.rm-menu-item a {
  padding-left: 5px;
  margin-right: -15px;
}

.rm-top-menu>.rm-menu-item a>i {}

.rm-top-menu>.rm-menu-item ul li a {
  margin-right: 0;
}

.rm-container.rm-layout-expanded {
  /* float: right; */
}

.rm-nav li a,
.rm-top-menu a {
  padding: .75rem 1rem;
  font-size: 18px;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.rm-layout-expanded .rm-nav>ul>li>a,
.rm-layout-expanded .rm-top-menu>.rm-menu-item>a {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}

.top {
  background-color: #FFF;
}

.top .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 50px;
  line-height: 50px;
}

.top .top-left {
  font-size: 14px;
}

.top .top-right {
  display: flex;

}

.top .top-right .top-text {
  margin-right: 0;
}

.top .top-right .top-text a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.top .top-right .top-text a:hover {
  color: #f00;
}

.top .top-right .top-text span {
  margin: 0 5px;
}

/* LOGO */

.site-title {
  height: 200px;
  /* background: url(../images/bg.jpg) no-repeat center; */
  background-color: #D4E2F0;
}

.site-title .site-title-box {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.site-title .logo {}

.site-title .logo img {
  width: 540px;
}

.site-title .slogn {
  margin-right: 100px;
}

.site-title .slogn img {
  width: 440px;
}

.top .top-center .top-search form {
  width: 324px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.top .top-center .top-search .input {
  width: 252px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  background: #fff;
  border-radius: 3px 0 0 3px;
  border: 1px #ccc solid;
}

.top .top-center .top-search .input i {
  color: #999;
  width: 40px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  font-size: 18px;
}

.top .top-center .top-search .input input {
  width: 206px;
  height: 30px;
  padding: 0;
  border: 0;
  font-size: 14px;
}

.top .top-center .top-search .btn {
    width: 70px;
    height: 32px;
    line-height: 32px;
    background-color: #878787;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 0 3px 3px 0;
}

.top .top-center .top-search .btn button {
    border: 0;
    background: none;
    color: #fff;
}

/* 导航条 */
.mynav {
  background-color: #335280;
}

.mynav .rm-nav ul>li>ul {
  width: 163px !important;
}

/* 首页焦点轮播 */
.main-lunbox {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin-top: 20px;
}

.carousel-container {
  width: 610px;
  height: 375px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.carousel {
  width: 610px;
  height: 375px;
  position: relative;
  overflow: hidden;
}

.carousel img {
  width: 610px;
  height: 375px;
  display: none;
}

.carousel img.active {
  display: block;
}

.carousel-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.carousel-prev,
.carousel-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 1.5em;
}

.carousel-prev:hover,
.carousel-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* 首页 tab标签 */
.tab-container {
  width: 446px;
  height: 375px;
  background: white;
  overflow: hidden;
  margin: 0 15px;
}

.tab-header {
  display: flex;
  background: #335280;
}

.tab-item {
  flex: 1;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  transition: all 0.3s ease;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.tab-item.active {
  color: #335280;
  border-bottom: 0;
}

.tab-item.active span {
  background: #FFF;
  height: 35px;
  line-height: 35px;
  display: block;
  border-radius: 50px;
  margin: 7px 30px 0;
}

.tab-content {
  padding: 8px;
  display: none;
  border: solid 1px #ddd;
  border-top: 0;
  height: 307px;
}

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

.tab-content ul {
  padding: 0;
  margin: 0;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
}

.list-item:before {
  font-family: 'iconfont' !important;
  content: '\e605';
  font-size: 20px;
  display: inline-block;
  line-height: 30px;
  float: left;
  color: rgba(0, 16, 94, 0.8);
}

.list-item a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #555;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  transition: color 0.3s;
  flex: 1;
}

.list-item a:hover {
  color: #f00;
}

.list-item span {
  color: #555;
  font-size: 16px;
  width: 90px;
  text-align: right;
}

.index-img4 {
  width: 215px;
}

.index-img4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.index-img4 ul li {
  margin-bottom: 5px;
}

.index-img4 ul li:last-child {
  margin-bottom: 0;
}

.index-img4 ul li img {
  width: 215px;
  height: 85px;
}

.index-img2 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
}

.index-img2 ul {
  margin: 15px 0;
  height: 153px;
}

.index-img2 ul li {
  display: flex;
  box-sizing: border-box;
  height: 153px;
}

.index-img2 ul li img {
  width: 100%;
  max-width: 645px;
  height: 153px;
}

.index-img5 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
  margin: 15px 0;
  height: 92px;
}

.index-img5 ul li {
  display: flex;
  box-sizing: border-box;

}

.index-img5 ul li img {
  width: 100%;
  max-width: 260px;
  height: 92px;
}

.card-box {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  width: 100%;
}

.card-box-show {
  width: 100%;
}

.card-items {
  flex: 1;
  min-width: 300px;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.card-items-show{
  box-shadow:none;
}

.card-header {
  padding: revert;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 15px;
}

.card-title {
  position: relative;
  overflow: hidden;
  color: rgba(34, 34, 34, 1);
  max-width: 600px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  text-overflow: ellipsis;
  margin: 0;
  height: 40px;
  line-height: 40px;
  display: flex;
}

.card-title i {
  color: #335280;
  font-size: 25px;
  margin-right: 5px;
  font-weight: bold;
}

.card-more {
  color: #666;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.card-more i {
  margin-left: 5px;
  font-size: 14px;
}

.card-body {
  padding: 0 0 15px 15px;
}

.card-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.card-list li {
  color: #707070;
  font-size: 16px;
  position: relative;
  padding-left: 16px;
  line-height: 42px;
  height: 42px;
}

.card-list li::before {
  content: "•";
  color: #335280;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 22px;
}

.card-list li a {
  color: #555;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  line-height: 44px;
  height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  font-size: 16px;
}

.card-list li a:hover {
  color: #f00;
}

.card-list-show li {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

.card-list-show li a {
  height: 40px !important;
}

/* 专家智库 */
.carousel-container-zhuanjia {
  position: relative;
  width: 1298px;
  margin: 0 auto;
  overflow: hidden;
  background: white;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.scroll-track-box {
  margin: 0 20px;
  overflow: hidden;
}

.scroll-track {
  display: flex;
  transition: transform 0 linear;
  margin: 10px 20px;
}

.scroll-track a{
    color: #333;
    text-decoration: none;
}

.scroll-track.paused {
  animation-play-state: paused;
}

.scroll-item {
  width: 169px;
  height: 247px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px;
  padding: 0 10px;
  border: 1px solid rgb(238, 238, 238);
  transition: background-color 0.3s;
  cursor: pointer;
}

.scroll-item:hover,
.scroll-item.hover-red {
  background-color: red;
  color: white;
}

.scroll-item img {
  width: 153px;
  height: 183px;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s;
}

.scroll-arrow:hover {
  background: #256DC2;
}

.left-scroll-arrow {
  left: 0;
}

.right-scroll-arrow {
  right: 0;
}

.index-img1 {
  margin-top: 15px;
  height: 156px;
}

.index-img1 img {
  width: 100%;
}

/* 首页 培训资源 tab标签 */
.tab-peixun {
  margin-top: 15px;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  background-color: white;
}

.tab-peixun-box {
  display: flex;

}

.tab-nav {
  width: 60px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.tab-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: none;
  border: none;
  text-align: left;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s;
  color: #999;
}

.tab-btn.active {
  background-color: rgb(238, 238, 238);
  ;
  color: #1775ba;
}

.tab-peixun-content {
  flex: 1;
  padding: 20px;
  height: 380px;
}

.tab-pane {
  display: none;
}

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

.grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.grid-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  width: 24.35%;
}

.img-overlay {
  width: 292px;
  height: 165px;
}

.img-overlay img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  transition: 0.6s;
}

.img-overlay img:hover {
  width: 110%;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.text-overlay {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  z-index: 2;
}

.grid-item:hover .text-overlay {
  transform: translateY(0);
  opacity: 1;
}

.flink {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  background-color: white;
}

.flink .flink-box {
  padding-top: 0;
  padding-left: 0px;
  width: 100%;
  padding-bottom: 10px;
  height: calc(100% - 48px);
  padding-right: 0px;
}

.flink .flink-box ul {
  list-style: none;
  padding: 15px 20px;
  margin: 0;
  display: flex;
  gap: 20px;
}

.flink .flink-box ul li {
  width: 290px;
  height: 80px;
  transition: all 0.5s ease;
  padding: 25px;
  border: 1px solid rgb(238, 238, 238);
}

.flink .flink-box ul li img {
  width: 250px;
  height: 80px;
}

.scroll-arrow2 {
  position: absolute;
  top: 59%;
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s;
}

.left-scroll-arrow2 {
  left: 0;
}

.right-scroll-arrow2 {
  right: 0;
}

.footer {
  background-color: #ebebeb;
  margin-top: 35px;
}

.footer-box {
  padding: 50px 0 20px;
  box-sizing: border-box;
}

.footer-box-left {}

.footer-box-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: flex-start;
}

.footer-nav {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.footer-nav li {
  border-right: 1px solid #ccc;
  padding: 0 10px 0 0;
  height: 14px;
  line-height: 14px;
}

.footer-nav li a {
  color: #707070;
  text-decoration: none;
  font-size: 18px;
}

.footer-nav li:last-child {
  border-right: none;
}

.contact-info {
  margin-top: 20px;
  line-height: 1.8;
}

.contact-info p {
  margin: 5px 0;
  color: #707070;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info p img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.qr-code {
  float: right;
}

.qr-code img {
  width: 100px;
  height: 100px;
}

.footer-links {
  text-align: right;
  font-size: 14px;
  width: 100%;
}

.footer-links p {
  margin: 0;
}

.beian {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}

.beian img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

/* 公告 */
.cate-box {
  display: flex;
  align-items: flex-start;
}

.cate-box .cate-box-right .weizhi {
  height: 60px;
  background-color: #fff;
  margin-top: 30px;

  display: flex;
  align-items: center;
}

.cate-box .cate-box-right .weizhi {}

.cate-box .cate-box-right .weizhi i {
  color: #335280;
  font-size: 26px;
  margin-left: 30px;
  margin-right: 10px;
}

.cate-box .cate-box-right .weizhi p {
  font-size: 16px !important;
  color: #555 !important;
  font-weight: inherit;
}

.cate-box .cate-box-right .weizhi p a {
  font-size: 14px !important;
  color: #555 !important;
  text-decoration: none;
  font-weight: inherit;
}

.cate-box .cate-box-right .weizhi p a:nth-child(1) {
  margin-right: 5px;
}

.cate-box .cate-box-right .weizhi p a:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}

.cate-box .cate-box-right .weizhi p a:nth-child(3) {
  margin-left: 5px;
}

.cate-box .cate-box-right .weizhi p a:hover {
  color: #f00 !important;
}

.cate-box .cate-box-right .cate-list {
  background-color: #fff;
  padding: 30px;
  margin-top: 10px;
}

.cate-expert {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 1240px;
}

.cate-expert .expert-item {
  width: 169px;
  height: 267px;
  margin: 5px 18px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  flex-wrap: wrap;
  border: 1px solid #f1f1f1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
      text-align: center;
}

.cate-expert .expert-item a{
    color: #333;
    text-decoration: none;
}

.cate-expert .expert-item a span{
    margin-top: 0;
    display: block;
}

.cate-expert .expert-item:hover {
  border: 2px solid #f00;
  height: 267px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
}

.cate-expert .expert-item .expert-img {
  width: 169px;
  height: 220px;
  overflow: hidden;
}

.cate-expert .expert-item .expert-img img {
  width: 169px;
  height: 220px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.cate-expert .expert-item .expert-img:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  transform: scale(1.06);
  opacity: 0.8;

}

.cate-expert .expert-item .expert-img span {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #333;
}

.cate-box-left {
  width: 300px;
  background: #fff;
  margin-top: 30px;
  margin-right: 20px;
}


.cate-box-left h2 {
  background: #335280 url(../images/bg-wenli.jpg);
  background-size: 100%;
  color: #fff;
  text-align: center;
  height: 80px;
  line-height: 80px;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
}

.cate-box-left ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
  margin-top: 1px;
}

.cate-box-left ul li {
  height: 60px;
  line-height: 60px;
}

.cate-box-left ul li.on,
.cate-box-left ul li:hover {
  background-color: #DAE1E9;
  cursor: pointer;
}

.cate-box-left ul li:hover a,
.cate-box-left ul li.on a {
  color: #333;
}

.cate-box-left ul li a {
  text-decoration: none;
  color: #333;
  font-size: 20px;
}

.cate-box-left .mini-carousel {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  width: 300px;
  height: 182px;
}

.cate-box-left .mini-carousel img {
  width: 300px;
  height: 182px;
  object-fit: cover;
  display: none;
}

.cate-box-left .mini-carousel img.active {
  display: block;
}

.cate-box-left .mini-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.cate-box-left .mini-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.cate-box-left .mini-dot.active {
  background: white;
}

.cate-box-left .mini-caption {
  position: absolute;
  bottom: 0;
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}

.cate-box-left .side-info {
  padding-bottom: 20px;
}

.cate-box-left .side-info h3 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}

.cate-box-left .side-info h4 {
  text-align: center;
  font-weight: inherit;
  font-size: 20px;
  margin-top: 0;
}

.cate-box-left .side-info p {
  padding: 0 15px;
  margin: 0;
  line-height: 30px;
  color: #666;
  font-size: 14px;
}

.cate-box .page-box {
  width: 230px;
}

/*.cate-box .page-box ul {*/
/*  margin: 10px 15px;*/
/*}*/

/*.cate-box .page-box ul li {*/
/*  height: 40px;*/
/*}*/

/*.cate-box .page-box ul li.on {*/
/*  background-color: #0E6EB3;*/
/*}*/

/*.cate-box .page-box ul li:hover {*/
/*  background-color: #0E6EB3;*/
/*}*/

/*.cate-box .page-box ul li a {*/
/*  font-size: 15px;*/
/*}*/

.cate-page-img{
  width: auto;
}

.cate-page-img .expert-item{
    width: 237px;
    height: 212px;
    margin: 5px 5px 15px;
}

.cate-page-img .expert-item a span{
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
}

.cate-page-img .expert-item:hover{
    border: 0;
    height: 220px;
}

.cate-page-img .expert-item .expert-img{
    width: 237px;
    height: 170px;
}

.cate-page-img .expert-item .expert-img img{
    width: 237px;
    height: 170px;
 }
 
.cate-page-img2{
  width: auto;
}

.cate-page-img2 .expert-item{
    width: 237px;
    height: 320px;
    margin: 5px 5px 15px;
}

.cate-page-img2 .expert-item a span{
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
}

.cate-page-img2 .expert-item:hover{
    border: 0;
    height: 280px;
}

.cate-page-img2 .expert-item .expert-img{
    width: 237px;
    height: 280px;
}

.cate-page-img2 .expert-item .expert-img img{
    width: 237px;
    height: 280px;
 }
 
.cate-page-img3{
  width: auto;
}

.cate-page-img3 .expert-item{
    width: 188px;
    height: 280px;
    margin: 5px 5px 15px;
}

.cate-page-img3 .expert-item a span{
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
}

.cate-page-img3 .expert-item:hover{
    border: 0;
    height: 240px;
}

.cate-page-img3 .expert-item .expert-img{
    width: 188px;
    height: 240px;
}

.cate-page-img3 .expert-item .expert-img img{
    width: 188px;
    height: 240px;
 }

.tv-box-left {
  margin-right: 0;
  margin-left: 20px;
  background: #fff;
}

.tv-box-left .tv-tab-box {
  width: 300px;
  margin: 0 auto;
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 0;
}

.tv-tab-header {
  display: flex;
}

.tv-tab-btn {
  flex: 1;
  padding: 12px 0;
  text-align: center;
  cursor: pointer;
  background-color: #f0f0f0;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  transition: background-color 0.3s ease;
  border-bottom: solid 1px #ddd;
}

.tv-tab-btn.tv-active {
  background-color: white;
  color: #000;
  border: 1px #ccc solid;
  border-bottom: 0;
}

.tv-tab-content {
  padding: 15px;
  display: none;
}

.tv-tab-content.tv-active {
  display: block;
}

.cate-tv {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cate-tv .cate-tv-list {
  flex: 1 1 calc(33.333% - 10px);
  box-sizing: border-box;
  max-width: 300px;
  margin-bottom: 20px;
}

.cate-tv .cate-tv-list a {
  position: relative;
}

.cate-tv .cate-tv-list img {
  width: 100%;
  height: 185px;
}

.cate-tv .cate-tv-list .time {
    position: absolute;
    bottom: 4px;
    height: 30px;
    line-height: 30px;
    color: #8f8f8f;
    width: 98%;
    right: 0;
    text-align: right;
    padding-right: 2%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 50%), rgb(147 147 147 / 50%));
}

.cate-tv .cate-tv-list .tv-title {}

.cate-tv .cate-tv-list .tv-title a {
  font-size: 20px;
  color: #666;
}

.cate-tv .cate-tv-list a,
.cate-tv .cate-tv-list .tv-title a {
  text-decoration: none;
}

.cate-tv .cate-tv-list .tv-title a:hover {
  color: #f00;
}

.cate-tv .cate-tv-list .tv-info {
  display: flex;
  justify-content: space-between;
  color: #999;
}

.tv-list {
  list-style-type: disc;
  margin-left: 20px;
  color: #333;
}

.tv-list li {
  margin: 5px 0;
  height: 35px !important;
  line-height: 35px !important;
  text-align: left;
  overflow: hidden;
  display: flex;
}

.tv-list li:hover {
  background: none !important;
}

.tv-list li::before {
  content: "•";
  color: rgba(228, 75, 59, 0.8);
  position: inherit;
  left: 0;
  font-weight: bold;
  font-size: 22px;
}

.show-tv .next {
  margin-bottom: 20px !important;
}

.cate-box .cate-box-right {
  padding-bottom: 30px;
  flex: 1;
}

.cate-box .cate-box-right p a {
  white-space: nowrap;
  font-size: 20px;
  color: #e44b3b;
  font-weight: bold;
  text-decoration: none;
}

.cate-box .cate-box-right ul {
  padding: 0;
}

.cate-box .cate-box-right ul li {
  margin: 0 0 15px;
  padding-bottom: 15px;
  overflow: hidden;
  border-bottom: dashed 1px #ddd;
  display: flex;
  align-items: center;
}

.cate-box .cate-box-right ul li i {
  width: 28px;
  color: #335280;
  font-size: 16px;
  font-weight: bold;
}

.cate-box .cate-box-right ul li a {
  font-size: 18px;
  color: #707070;
  text-decoration: none;
  flex: 1;
  height: 27px;
  overflow: hidden;
  margin-right: 50px;
}

.cate-box .cate-box-right ul li a:hover {
  color: #f00;
}

.cate-box .cate-box-right ul li span {
  width: 110px;
  color: #595959;
  font-size: 18px;
}

.cate-box .cate-box-right h1 {
  text-align: center;
}

.cate-box .cate-box-right .show-info {
  font-size: 16px;
  color: #595959;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.cate-box .cate-box-right .show-info i {
  margin-right: 5px;
}

.cate-box .cate-box-right .show-info .show-info-left span {
  margin-right: 20px;
}

.cate-box .cate-box-right .show-info .show-info-right i {
  color: #777;
}

.cate-box .cate-box-right .show-info .show-info-right .iconfangwenliang {
  margin-left: 10px;
}

.cate-box .cate-box-right .show {
  margin-top: 60px;
}

.cate-box .cate-box-right .show p {
  white-space: inherit;
  font-weight: inherit;
  color: #595959;
  margin: 0;
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 20px;
}

.cate-box .cate-box-right .show ul li {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 30px;
}

.show-video {
  margin-top: 30px !important;
}

.show-video .tv-video {
  width: 100%;
  height: 500px;
  background: #eee;
}

.keywords {
  margin-top: 50px;
  color: #666;
}

.cate-box .cate-box-right .next {
  margin-top: 40px;
  margin-bottom: 50px;
}

.cate-box .cate-box-right .next ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
}

.cate-box .cate-box-right .next ul li {
  border-bottom: 0;
  padding-bottom: 0;
}

.cate-box .cate-box-right .next ul li span {
  width: 70px;
}

.cate-box .cate-box-right .next ul li a {
  font-size: 18px;
}

.show-img {
  display: flex;
  background: #f9f9f9;
  gap: 50px;
  /* border-bottom: 3px solid #e44b3b; */
}

.show-img .show-img-left {
  width: 340px;
  height: 450px;
}

.show-img .show-img-left .show-img-left-box {}

.show-img .show-img-left .show-img-left-box img {
  width: 340px;
  height: 450px;
}

.show-img .show-img-right {
  flex: 1;
  position: relative;
}

.show-img .show-img-right h3 {
  font-size: 30px;
  color: #e44b3b;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}

.show-img .show-img-right .show-img-tag {
  margin-top: 120px;
}

.show-img .show-img-right .show-img-tag a {
  color: #707070;
  font-size: 14px;
  text-decoration: none;
  margin-right: 20px;
}

.show-img .show-img-right .show-img-btn {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 0;
}

.show-img .show-img-right .show-img-btn .show-red-btn {
  background-color: #e44b3b;
  font-size: 16px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all .5s ease;
}

.show-img .show-img-right .show-img-btn .show-hui-btn {
  background: #555;
  font-size: 16px;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all .5s ease;
}

.show-img .show-img-right .show-img-btn i {
  margin-right: 5px;
}

.show-img .show-img-right .show-img-btn span {}

.show-img-content {
  position: relative;
  overflow: hidden; /* 关键！防止内容溢出 */
  max-height: 300px; /* 折叠高度 */
  transition: max-height 0.3s ease; /* 平滑动画 */
}

.show-img-content.collapsed {
  max-height: 300px; /* 保持折叠状态 */
}

.show-img-content:not(.collapsed) {
  max-height: none; /* 展开时无限制 */
}

.toggle-container {
    margin-top: 10px;
    text-align: right;
    margin-right: 20px;
}

.toggle-btn {
  display: inline-block;
  color: #007bff;
  cursor: pointer;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  background: #f8f9fa;
}

.show-h2 {
  line-height: 46px;
  font-weight: bold;
  margin-left: 0px;
  font-size: 30px;
  color: #e44b3b;
  display: flex;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 25px 0px;
  width: 100%;
  background: #fff;
  transition: padding 0.5s ease;
}

.show-box p img {
  width: 100%;
}

.display-none {
  display: none;
}

.fujian p a {
  color: #666;
  text-decoration: none;
}

.fujian p a:hover {
  color: #f00;
}

.zixun-container {
  margin: 0 auto;
  background: white;
  padding: 30px;
  margin-top: 20px;
}

.zixun-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

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

.zixun-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.zixun-input-textarea,
.zixun-input-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.zixun-input-textarea {
  height: 150px;
  resize: vertical;
}

.zixun-error {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
}

.zixun-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.zixun-col {
  flex: 1;
}

.zixun-submit-btn {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  width: 300px;
  margin: 30px auto 0;
  display: block;
  transition: background-color 0.3s;
}

.zixun-submit-btn:hover {
  background-color: #c0392b;
}

#pages{display: flex; justify-content: center;margin-top:20px;}
#pages span{margin:0 5px;}
#pages span a:hover{color:#f00;}
#pages .page-status{}
#pages .page-index{}
#pages .page-index a{color: #333; text-decoration: none;}
#pages .page-pre{}
#pages .page-pre a{color: #333; text-decoration: none;} 
#pages .page-numbar{margin: 0;}
#pages .page-numbar a{color: #333; text-decoration: none; margin: 0 5px; background: #ebebeb; padding: 0 10px;}
#pages .page-numbar a.page-num-current{background: #335280; color: #fff;}
#pages .page-next{}
#pages .page-next a{color: #333; text-decoration: none;}
#pages .page-last{}
#pages .page-last a{color: #333; text-decoration: none;}


