body {
  font-size: 20px;
}

.top_bg {
  width: 100%;
  padding-top: 18%;
  background: url("/syx/lsswszf/resource/zzzqimg/zzzq_top.png") no-repeat;
  background-size: 100%;
}

.go_index {
  display: flex;
  align-items: center;
}

.go_index_img {
  width: 30px;
}


.nav_box {
  width: 100%;
  background-color: #f2d4a9;
}

.nav {
  width: 70%;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav a {
  color: #000;
  white-space: nowrap;
}

.nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.nav ul li {
  padding: 0 8px;
  font-size: 20px;
}

.ipv6_box {
  padding: 2px 8px;
  border-radius: 10px;
  color: #d00000;
  background-color: #faefde;
}

.ipv6_box a {
  color: #bd1a2d;
}

.content,
.content2 {
  border: 3px solid #fff6e3;
  margin: 0 auto;
  background-color: #fff;
  width: 70%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.content {
  flex-wrap: wrap;
  padding-bottom: 35px;
}

.content .item,
.content2 .item,
.img_box {
  margin-top: 40px;
  width: 31%;
}

.content .item img,
.content2 .item img {
  width: 100%;
  height: 100%;
}

.content,
.content2 {
  margin-bottom: 35px;
}

.img_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.img_box a {
  width: 100%;
  height: 45%;
}

.img_box a img {
  width: 100%;
  height: 100%;
}

.img_box a:nth-child(2) {
  margin-top: 4%;
}

.content2 .item,
.img_box {
  margin-bottom: 35px;
}

.title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #c43445;
  margin-bottom: 5px;
}

.content_box {
  margin-top: 35px;
  width: 100%;
}

.top_title_box {
  text-align: center;
}

.title_box {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.content_box .title_img {
  vertical-align: middle;
  width: 80%;
  margin: 0 auto;
}

.list {
  width: 100%;
  min-height: 600px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.list_item {
  position: relative;
  padding: 8px 20px;
  margin-top: 30px;
  background-color: #f8f6f2;
}

.list_item a {
  display: flex;
  justify-content: space-between;
}

.item_title {
  color: #0f0f0f;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item_date {
  text-align: right;
  width: fit-content;
  color: #c43445;
}

.item_title::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #bd1a2d;
  position: absolute;
  left: 10px;
  top: 20px;
  border-radius: 50%;
}

.content_ly {
  margin: 20px auto 0;
  width: 70%;
  display: flex;
  justify-content: space-between;
  color: #9b9b9b;
}

.content_title {
  font-size: 40px;
  margin: 0 auto;
  width: 70%;
  color: #000 !important;
}

.content_text p {
  font-size: 30px !important;
}

.text_field p,
.text_field span {
  line-height: 50px;
  font-size: 30px !important;
}

.text_field {
  margin: auto;
  flex: 1;
  font-size: 30px !important;
}

.leaderphoto {
  width: 145px;
  height: 193px;
  margin: 0 auto;
}

.leader-box {
  margin-bottom: 40px;
}

.title-line-item {
  display: flex;
  margin-top: 5px;
  width: 50%;
}

.y-item1 {
  width: 120px;
  background-color: #f8f6f2;
  text-align: right;
  margin-right: 3px;
  padding: 5px;
  color: #bb2322;
  border-right: 2px solid #fff;
}

.y-item2 {
  flex: 1;
  text-align: left;
  color: #bb2322;
  padding: 5px;
  margin-right: 5px;
  background-color: #f8f6f2;
}

.zfwj_content {
  display: flex;
  margin-left: 5px;
}

.file_rigth {
  border-left: 2px solid #f0f0f0;
  width: 220px;
}

.file_list {
  width: 140px;
}

/* .file {

} */

.file img {
  margin: 0 auto;
}

.file p {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .nav_box {
    font-size: 18px;
  }

  .title-line-item {
    width: 100%;
  }
}

@media (max-width: 830px) {
  .zfwj_content {
    flex-wrap: wrap;
  }

  .text_field {
    flex: none;
    width: 100%;
  }

  .file_rigth {
    width: 100%;
  }

  .file {
    border: none;
  }

  .nav ul li {
    margin-top: 5px;
  }

  .nav_box {
    font-size: 16px;
  }

  .nav {
    display: block;
  }
}