body {
  width: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

.only_left {
  float: left;
}

.only_right {
  float: right;
}

[v-cloak] {
  display: none !important;
}
video {
    width: 950px;
}
/*公共详情页*/
.hidden { 
  display: none;
}

.hiddenT {
  display: flex !important;
}

.all_center {
  width: 1400px;
  display: block;
}

.all_center_lyxd {
  width: 74%;
  display: flex;
}

.top_addcru {
  padding: 30px 0 10px 0;
  font-size: 20px;
  color: #6e6e6e;
  width: 1400px;
}
 
table {
overflow-y: hidden;
overflow-x: scroll;
height: auto !important;
width: 100%; 
}

.top_addcru span img {
  width: 14px;
  margin: 0 10px 0 20px;
}

.self_title {
  height: 65px;
  border-bottom: 2px #c9c9c9 solid;
  margin-bottom: 20px;
}

.self_title span {
  display: inline-block;
  height: 64px;
  line-height: 70px;
  color: #216bb6;
  font-size: x-large;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(to right, #216bb6) 1;
}

.start {
  display: flex;
  justify-content: center;
  /* background: linear-gradient(to bottom, rgb(236 243 255), #fdfdfd); */
  width: 100%;
}

.content_title_size {
  display: block;
  text-align: center;
  margin: 20px 82px;
  color: #292929;
  font-size: 36px;
  letter-spacing: 2px;
}

.content_title_bottom_flex {
  padding: 50px 0 10px 0;
  border-bottom: 1px solid rgb(228 228 228);
  display: flex;
  font-size: 17px;
  color: rgb(152 152 152);
}

.content_title_bottom_flex_left {
  width: 50%;
  float: left;
}

.content_content_margin_30 {
  margin-left: 30px;
}

.content_title_bottom_flex_right {
  width: 50%;
  float: right;
  position: relative;
  top: -8px;
}

.h1 {
  cursor: pointer;
  font-size: 24px;
}

.h2 {
  cursor: pointer;
  font-size: 20px;
}
.h3{
  cursor: pointer;
}
.content_content {
  padding: 70px 0 32px 0;
  color: #4a4a4a;
}

.content_content p img {
  max-width: 80% !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 35px 0;
}

.content_content p span img {
  max-width: 80% !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 35px 0;
}

.content_content tbody {
  overflow-x: auto;
}

.jc_style {
  font-size: 18px;
  float: right;
  font-weight: bold;
  margin-bottom: 60px;
  color: #343434;
}

.glgg_style {
  margin-top: 70px;
  font-size: 26px;
  color: #2860b5;
  font-weight: bold;
  display: grid;
  margin-bottom: 60px;
}

.glgg_list {
  margin-left: 50px;
  color: #4b4b4b;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}

.content_display_flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px 0 30px 0;
}

.content_display_flex_wrap_div {
  width: 33%;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.content_display_flex_wrap_div > span {
  width: 100px;
  text-align: center;
  color: #17609d;
  background: #e1f4ff;
  padding: 8px 0;
  display: block;
  margin-right: 10px;
}

/* 响应式布局 */
@media (max-width: 1400px) {
  .all_center,
  .top_addcru {
    width: 100%;
  }

  .all_center {
    padding: 0 30px;
    box-sizing: border-box;
  }

  .content_content p img,
  .content_content p span img {
    max-width: 90% !important;
  }
}

@media (max-width: 992px) {
  .content_title_size {
    font-size: 28px;
    margin: 16px 24px;
  }

  .content_title_bottom_flex {
    padding: 30px 0 10px 0;
    font-size: 16px;
    flex-wrap: wrap;
  }

  .content_title_bottom_flex_left,
  .content_title_bottom_flex_right {
    width: 100%;
    float: none;
  }

  .content_title_bottom_flex_right {
    top: 0;
    margin-top: 8px;
  }

  .content_content {
    padding: 40px 0 24px 0;
  }

  .content_display_flex_wrap_div {
    width: 50%;
  }

  .jc_style {
    float: none;
    display: inline-block;
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  .top_addcru {
    padding: 16px 0 8px;
    font-size: 16px;
  }

  .self_title {
    height: 54px;
    margin-bottom: 12px;
  }

  .self_title span {
    height: 52px;
    line-height: 58px;
    font-size: 18px;
  }

  .content_title_size {
    font-size: 22px;
    margin: 12px 8px;
    letter-spacing: 1px;
  }

  .content_title_bottom_flex {
    font-size: 15px;
  }

  .content_content {
    padding: 24px 0 20px 0;
  }

  .content_content p img,
  .content_content p span img {
    max-width: 100% !important;
    margin: 18px 0;
  }

  .content_display_flex_wrap {
    margin: 16px 0;
  }

  .content_display_flex_wrap_div {
    width: 100%;
  }

  .content_display_flex_wrap_div > span {
    width: 84px;
  }
}

@media (max-width: 480px) {
  .content_title_bottom_flex {
    font-size: 14px;
  }

  .jc_style {
    font-size: 16px;
  }
}
