@charset "utf-8";


* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

input {
  border: none;
}

input:focus {
  outline: none;
}
i {
  font-style: normal;
}
.w1200 {
  width: 1200px;
  margin: 0px auto;
}

.w1300 {
  width: 1300px;
  margin: 0px auto;
}

.w1400 {
  width: 1400px;
  margin: 0px auto;
}

.w1440 {
  width: 1440px;
  margin: 0px auto;
}

.w1600 {
  width: 1600px;
  margin: 0px auto;
  position: relative;
}

.w1700 {
  width: 1700px;
  margin: 0px auto;
}
.line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
      white-space: nowrap;
}
.line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zst img{
  width:100%;
  height:auto;
}
/* 内容页 */
.centent {width: 100%;background-color: #fff;padding: 50px 12.5% 70px;position: relative;z-index: 9;min-height: 500px;}
.text_content .centent1{display: block;border: none;line-height: 1;}
.text_content .centent1 .box{display: block;margin: 20px 0;}
.text_content .centent1 .box h3{display: block;font-size: 17px;margin-bottom: 10px;font-weight: normal;display: none;}
.text_content .centent1 .box h4{display: block;font-size: 18px;margin-bottom: 15px;font-weight: normal;border-bottom: 1px solid #DEDEDE;padding-bottom: 15px;}
.text_content .centent1 .box .box_1{display: flex;}
.text_content .centent1 .box .box_item{flex: 1; border: none;line-height: 28px;}
.text_content .centent1 .box .inner{display: block;width: 100%;}
.text_content .centent1 .box .box_item p{font-size: 13px;}
.text_content .centent1 .box .inner #vsb_content p:first-child{
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: normal;
}
.centent .title {
  text-align: center;
  color: #1c6eba;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
.text_content .centent div.leadox{}
.text_content .centent div.leadox p{}
.text_content .centent div.leadox p a{
  
   /* 设置相同的宽度 */
  display: inline-block;
  width: 55px; /* 设置一个适当的宽度，根据您的设计调整 */
  text-align: revert-layer;
  text-align-last: justify;
  text-indent: 0;
  }
.centent .sjzz {
  display: block;
  color: #a6a6a6;
  text-align: center;
  line-height: 12px;
  font-size: 13px;
  margin: 25px 0 28px;
}

.centent p {
  font-size: 18px;
  line-height: 34px;
  margin-top: 10px;
  text-indent: 2em;
}
.centent p a{
    color: #1c6eba;
}
.centent img {
  display: block;
  margin: 10px auto;
  max-width: 90%;
  height: auto !important;
  object-fit: cover;
  /* margin: 10px; */
}


.centent table {min-width: 65%;border-collapse: collapse  !important;border-top: #d8d8d8 solid 1px !important;word-break: keep-all!important;line-height: 1.2  !important;margin: 29px auto;}
.centent table thead tr th,.centent table thead tr td {padding:10px 15px; border:#d8d8d8 solid 1px;}
.centent table tbody tr th,.centent table tbody tr td {padding: 10px 10px !important;border: #d8d8d8 solid 1px;}
.centent table thead tr th p,.centent table thead tr td p,.centent table tbody tr th p,.centent table tbody tr td p{text-indent: 0 !important;margin-bottom: 0 !important;line-height: 1.8em;margin: 0;}
.centent table tbody tr td > ul > li{margin:5px 0;}
.centent table tr th:first-child,.centent table tr td:first-child{}
.centent table tr th:last-child,.centent table tr td:last-child{}
.centent table th {color:#1f1f1f; background-color:#fbfbfb; vertical-align:middle;}
.centent table td {color: #1f1f1f !important;text-align: left !important;vertical-align: middle !important;word-break: keep-all !important;}
.centent table td a{text-decoration:none; color:#454545}

/* 文字列表 */
.text {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 9;
}

.text_main {
  display: flex;
  justify-content: space-between;
}

.text_nav {
  width: 250px;
  margin-right: 35px;
}

.text_nav div {
  width: 100%;
  background-color: #1c6eba;
  line-height: 1;
  padding: 49px 0;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.text_nav ul {
  width: 100%;
  border: 1px solid #e4e4e4;
}

.text_nav ul li {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}

.text_nav ul li a {
  display: block;
  padding: 0 30px;
  /* color: #333; */
  font-size: 17px;
  font-weight: bold;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.text_nav ul li:hover a {
  color: #0D5496;
}
.text_nav ul .active a {
  color: #1c6eba;
}

.text_content,
.graphic_content {
  width: 79%;
  min-height: 550px;
}
.text_content_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  line-height: 50px;
}
.text_content > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  line-height: 50px;
}

.text_content_div span {
  font-size: 22px;
  font-weight: bold;
  color: #1c6eba;
  position: relative;
}

.text_content_div span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #1c6eba;
  left: 0;
  bottom: -1px;
}

.text_content_div div {
  border: none;
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
}

.text_content_div div a {
  font-size: 13px;
  color: #2f2f2f;
  display: inline-block;
}
.text_content_div div a:after {content:'';width:1px;height: 12px;display: inline-block;background: #e8e8e8;margin: 0 8px;}
.text_content_div div a:hover {
  color: #1c6eba;
}

.text_content_div div a:first-child:after {
}

.text_content_div div a:last-child:after {
  display:none
}

.text_content ul li {
  border-bottom: 1px solid #e4e4e4;
}

.text_content ul li:hover {
  border-bottom: 1px solid #1c6eba;
}

.text_content ul li a {
  display: block;
  padding: 30px 0 20px;
}

.text_content ul li a span {
  display: block;
  line-height: 23px;
  font-weight: bold;
  font-size: 20px;
}

.text_content ul li:hover a span {
  color: #1c6eba;
}

.text_content ul li a p {
  line-height: 28px;
  height: 60px;
  font-size: 16px;
  color: #3b3b3b;
  margin: 20px 0 20px;
  /* overflow: hidden; */
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
}

.text_content ul li:hover a p {
  color: #1c6eba;
}

.text_content ul li a i {
  display: block;
  font-size: 16px;
  line-height: 12px;
  color: #999;
}

.fy {
  border: none !important;
  margin-top: 30px;
  text-align: center;
  display: block !important;
}
.fy > div{
  border: none !important;
  display: block !important;
}

/* 图文列表 */
.graphic_content {
  margin-top: 12px;
}

.graphic_content ul {
  margin-top: 50px;
}

.graphic_content ul li {
  border-left: 4px solid #0D5496;
  margin-bottom: 60px;
  position: relative;
}

.graphic_content ul li:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0px;
  height: 0%;
  width: 4px;
  background: #fff;
  transition: all 0.3s ease-out 0s;
}

.graphic_content ul li:hover:before {
  height: 100%;
}

.graphic_content ul li a {
  display: flex;
  justify-content: space-between;
}

.graphic_content_l {
  width: 50%;
  padding-left: 30px;
}

.graphic_content_l span {
  line-height: 60px;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 20px;
}

.graphic_content ul li:hover .graphic_content_l span {
  color: #0D5496;
}

.graphic_content_l p {
  line-height: 28px;
  color: #3b3b3b;
  font-size: 16px;
}

.graphic_content ul li:hover .graphic_content_l p {
  color: #0D5496;
}

.graphic_content_l i {
  display: block;
  color: #0D5496;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}

.graphic_content_r {
  overflow: hidden;
}

.graphic_content_r img {
  max-height: 255px;
  object-fit: cover;
  width: 330px;
  transition: transform 0.5s;
}

.graphic_content ul li:hover .graphic_content_r img {
  transform: scale(1.15);
}


@media (max-width: 1500px) {
    /* 内容页 */
.centent {width: 100%;background-color: #fff;padding: 40px 12.5%;position: relative; z-index: 9;}
.text_content .centent1{display: block;border: none;line-height: 1;}
.text_content .centent1 .box{display: block;margin: 20px 0;}
.text_content .centent1 .box h3{}
.text_content .centent1 .box h4{}
.text_content .centent1 .box .box_1{display: flex;flex-wrap: wrap;}
.text_content .centent1 .box .box_item{flex: auto;border: none;line-height: 28px;width: 50%;margin: 10px 0;}
.text_content .centent1 .box .inner{display: block;width: 100%;}
.text_content .centent1 .box .box_item p{}
  .centent {
    padding: 40px 4% 90px;
  }

  .text_main {
    width: 100% !important;
    padding: 0 4%;
  }
}

@media (max-width: 1200px) {
  .centent {
    padding: 40px 3%;
  }
}

@media (max-width: 1024px) {
  .text_nav div {
    font-size: 30px;
  }

  .graphic_content_r {
    max-width: 35%;
    height: auto;
  }

  .graphic_content_r img {
    width: 100%;
  }

  .graphic_content_l {
    width: 55%;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
        /* 内容页 */
.centent {width: 100%;background-color: #fff;padding: 40px 12.5%;position: relative; z-index: 9;}
.text_content .centent1{display: block;border: none;line-height: 1;}
.text_content .centent1 .box{display: block;margin: 20px 0;}
.text_content .centent1 .box h3,.text_content .centent1 .box .inner #vsb_content p:first-child{font-size: 16px;line-height: 1;}
.text_content .centent1 .box h4{
    font-size: 18px;
}
.text_content .centent1 .box .box_1{display: block;}
.text_content .centent1 .box .box_item{flex: auto;border: none;line-height: 28px;width: 100%;margin: 15px 0;}
.text_content .centent1 .box .inner{display: block;width: 100%;}
.text_content .centent1 .box .box_item p{font-size: 14px;}
    .centent .title{
    font-size: 18px;
    line-height: 30px;
}
    .centent .sjzz{
    margin: 15px 0;
}
    .text_content_div span{font-size:20px}
    .text_content ul li a{
    padding: 15px 0 15px;
}
    .text_content ul li a span{
    font-size: 16px;
    overflow: inherit;
    white-space: break-spaces;
    font-weight: normal;
}
    .text_content ul li a p{
    line-height: 22px;
    height: 40px;
    font-size: 14px;
    margin: 10px 0;
    color: #555;
}
    .text_content ul li a i{
    font-size: 13px;
}
  .centent {
    padding: 40px 2%;
  }

  .text_nav {
    display: none;
  }

  .text_content,
  .graphic_content {
    width: 100%;
  }

  .fy {
    max-width: 100%;
  }

  .fy img {
    width: 100%;
  }

  .text {
    padding: 0 0 30px !important;
  }
  .graphic_content ul {
    margin-top: 30px;
}
.graphic_content ul li {
  margin-bottom: 30px;
}
    .text_content_div div{display:none}
    .centent p {
  font-size: 16px !important;
  line-height: 32px !important;
  margin-top: 10px !important;
  text-indent: 2em;
}
}

@media (max-width: 540px) {
  .graphic_content_l span {
    line-height: 30px;
    font-size: 18px;
}
.graphic_content_l p {
  line-height: 25px;
  font-size: 15px;
}
.graphic_content_l i {
  line-height: 28px;
  font-size: 14px;
}
.graphic_content_l {
  width: 60%;
  padding-left: 10px;
}
.graphic_content {
  margin-top: 0px;
}
}

@media (max-width: 480px) {
  .text {
    padding: 0px 0 30px;
  }
  .graphic_content ul li {
    border-left: 3px solid #a8322b;
}
.graphic_content ul li:before {
  left: -3px;
  width: 3px;
}
.centent {
  padding: 20px 2%;
}
}