body * {
  font-size: 16px;
  box-sizing: border-box;
}

.animated-image {
  overflow: hidden;
}
.animated-image img,
.animated-image .image,
.animated-image .avatar {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
}
.animated-image:hover img,
.animated-image:hover .image,
.animated-image:hover .avatar {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

section .top_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  height: 2.5rem;
}
section .top_inner .text {
  position: relative;
  font-weight: 800;
  font-size: 0.4rem;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2392156863);
}
section .top_inner .text:after {
  position: absolute;
  content: " ";
  top: calc(100% + 12px);
  left: calc(50% - 18px);
  width: 36px;
  height: 4px;
  background-image: linear-gradient(90deg, #FA8F32 0%, #FA5A30 100%);
}
section .inner_container.w900 .center_area {
  max-width: 900px;
}
section .inner_container .list_wrap .list_content .wrap_right .right_inner {
  padding-bottom: 60px;
}
section .inner_container .list_wrap .list_content .wrap_right .right_inner.image-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section .inner_container .list_wrap .list_content .wrap_right .right_inner.image-list ul li {
  width: calc(50% - 6px);
  margin-bottom: 50px;
}
section .inner_container .list_wrap .list_content .wrap_right .right_inner.image-list ul li a .image {
  width: 100%;
  height: calc(40vw - 180px);
  max-height: 300px;
  background-position: center;
  background-size: cover;
}
section .inner_container .list_wrap .list_content .wrap_right .right_inner.image-list ul li a .titlec {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 1.5;
}
section .inner_container .breadcrumbs_wrap {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(133, 133, 133, 0.2666666667);
}
section .inner_container .content_wrap {
  padding-bottom: 10px;
}
section .inner_container .content_wrap .text_content {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
section .inner_container .content_wrap .text_content p {
  margin-bottom: 12px;
  text-align: justify;
}
section .inner_container .content_wrap .text_content h1 {
  font-size: 22px;
  line-height: 34px;
}
section .inner_container .content_wrap .text_content h2 {
  font-size: 21px;
  line-height: 32px;
}
section .inner_container .content_wrap .text_content h3 {
  font-size: 20px;
  line-height: 32px;
}
section .inner_container .content_wrap .text_content h4 {
  font-size: 19px;
  line-height: 30px;
}
section .inner_container .content_wrap .text_content h5 {
  font-size: 18px;
  line-height: 30px;
}
section .inner_container .content_wrap .text_content h6 {
  font-size: 17px;
  line-height: 28px;
}
section .inner_container .content_wrap .top_intro {
  padding: 40px 0;
  background: #FFFFFF;
}
section .inner_container .content_wrap .top_intro .titlea {
  position: relative;
}
section .inner_container .content_wrap .top_intro .titlea h2 {
  margin-bottom: 30px;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
  white-space: nowrap;
  align-items: center;
}
section .inner_container .content_wrap .top_intro .titlea h2:before {
  flex: none;
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: linear-gradient(90deg, rgb(250, 143, 50) 0%, rgb(250, 90, 48) 100%);
  margin-right: 12px;
}
section .inner_container .content_wrap .top_intro .titlea h2:after {
  flex: auto;
  content: "";
  display: block;
  border-bottom: 1px dotted #1E93FF;
  height: 12px;
  margin-left: 12px;
}
section .inner_container .content_wrap .top_intro .titlea:after {
  position: absolute;
  right: 0;
  bottom: 6px;
  content: "";
  width: 9px;
  height: 9px;
  background: #1E93FF;
  float: right;
}
section .inner_container .content_wrap .top_intro .add-info {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
section .inner_container .content_wrap .top_intro .add-info .image {
  width: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section .inner_container .content_wrap .top_intro .add-info .list {
  width: 50%;
}
section .inner_container .content_wrap .top_intro .add-info .list .head {
  text-align: center;
  height: 50px;
  background-image: linear-gradient(-88deg, #009DE4 0%, #0064C4 99%);
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 50px;
}
section .inner_container .content_wrap .top_intro .add-info .list .contentc {
  min-height: 160px;
  font-size: 14px;
  line-height: 26px;
  color: #6C6C6C;
  padding: 30px 40px;
  background: #F8F8F8;
}
section .inner_container .content_wrap .top_intro .add-info .list .contentc ul li {
  list-style: disc;
}
section .inner_container .content_wrap .content_area {
  margin: 60px auto;
}
section .inner_container .content_wrap .content_area .titleb {
  position: relative;
  margin-bottom: 30px;
}
section .inner_container .content_wrap .content_area .titleb h2 {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
  white-space: nowrap;
  align-items: center;
}
section .inner_container .content_wrap .content_area .titleb h2:before {
  flex: none;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("/wp-content/themes/pazhoulab/images/title_bg_jsdt.png") no-repeat center/contain;
  margin-right: 6px;
}
section .inner_container .content_wrap .content_area .titleb h2:after {
  flex: auto;
  content: "";
  display: block;
  border-bottom: 1px dotted #1E93FF;
  height: 12px;
  margin-left: 12px;
}
section .inner_container .content_wrap .content_area .titleb:after {
  position: absolute;
  right: 0;
  bottom: 6px;
  content: "";
  width: 9px;
  height: 9px;
  background: #1E93FF;
  float: right;
}
section .inner_container .content_wrap .content_area .info_content {
  margin-top: 30px;
}
section .inner_container .content_wrap .content_area .card_bg {
  background: #FFFFFF;
  box-shadow: 6px 6px 0 0 #0086D7;
}
section .inner_container .content_wrap .content_area.enterprise_info .info_content .info_item {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  align-items: center;
}
section .inner_container .content_wrap .content_area.enterprise_info .info_content .info_item .image {
  width: 50%;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section .inner_container .content_wrap .content_area.enterprise_info .info_content .info_item .text {
  width: 50%;
}
section .inner_container .content_wrap .content_area.chief_info .info_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
section .inner_container .content_wrap .content_area.chief_info .info_list .list_item {
  width: calc(50% - 10px);
  padding: 20px 30px;
  display: flex;
  gap: 30px;
}
section .inner_container .content_wrap .content_area.chief_info .info_list .list_item .image-border {
  border: 2px solid #0B80DB;
  border-radius: 50%;
}
section .inner_container .content_wrap .content_area.chief_info .info_list .list_item .image-border .image {
  width: 120px;
  height: 120px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section .inner_container .content_wrap .content_area.chief_info .info_list .list_item .text .name {
  font-weight: 600;
  font-size: 20px;
  color: #0B80DB;
  line-height: 26px;
}
section .inner_container .content_wrap .content_area.chief_info .info_list .list_item .text .intro {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: justify;
}
section .inner_container .content_wrap .content_area.team_info .info_content {
  padding: 30px;
  display: flex;
  align-items: center;
}
section .inner_container .content_wrap .content_area.team_info .info_content .list {
  margin-right: 28px;
  flex: none;
}
section .inner_container .content_wrap .content_area.team_info .info_content .list .list_item {
  width: 152px;
  margin-bottom: 8px;
}
section .inner_container .content_wrap .content_area.team_info .info_content .list .list_item .image {
  height: 164px;
  background-position: center top;
  background-size: cover;
}
section .inner_container .content_wrap .content_area.team_info .info_content .list .list_item .name {
  height: 30px;
  background: #0B80DB;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
section .inner_container .content_wrap .content_area.team_info .info_content .text {
  flex: auto;
}
section .inner_container .content_wrap .content_area.progress .info_content {
  padding: 30px;
}
section .inner_container .content_wrap .content_area.progress .info_content .image-list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
section .inner_container .content_wrap .content_area.progress .info_content .image-list .image {
  width: calc(25% - 9px);
  height: 12vw;
  max-height: 120px;
  background-position: center;
  background-size: cover;
}
section .inner_container .content_wrap .content_area.news_list .title_wrap {
  display: flex;
  margin-bottom: 30px;
  align-items: end;
  gap: 8px;
}
section .inner_container .content_wrap .content_area.news_list .title_wrap .titleb {
  flex: auto;
  margin-bottom: 0;
}
section .inner_container .content_wrap .content_area.news_list .title_wrap .more {
  flex: none;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
  line-height: 24px;
}
section .inner_container .content_wrap .content_area.news_list .list-container ul li {
  padding-bottom: 12px;
  border-bottom: 1px dotted #C0C1C2;
}
section .inner_container .content_wrap .content_area.news_list .list-container ul li:not(:first-child) {
  margin-top: 12px;
}
section .inner_container .content_wrap .content_area.news_list .list-container ul li a {
  display: flex;
  gap: 24px;
  align-items: center;
}
section .inner_container .content_wrap .content_area.news_list .list-container ul li a .time {
  flex: none;
  width: 66px;
  height: 66px;
  background: #FFFFFF;
  box-shadow: 2px 10px 15px -5px rgba(71, 109, 142, 0.0588235294);
  padding: 6px;
}
section .inner_container .content_wrap .content_area.news_list .list-container ul li a .time .day {
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 30px;
}
section .inner_container .content_wrap .content_area.news_list .list-container ul li a .time .month {
  font-weight: 400;
  font-size: 10px;
  color: #808080;
  text-align: center;
  line-height: 22px;
}
section .inner_container .content_wrap .content_area.news_list .list-container ul li a .titlec {
  flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  section .top_inner {
    height: 125px;
  }
  section .top_inner .text {
    font-size: 20px;
  }
  section .inner_container .list_wrap .list_content .wrap_right .right_inner {
    padding-bottom: 30px;
  }
  section .inner_container .list_wrap .list_content .wrap_right .right_inner.image-list ul li {
    margin-bottom: 25px;
  }
  section .inner_container .content_wrap .top_intro {
    padding: 20px 0;
  }
  section .inner_container .content_wrap .top_intro .add-info {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  section .inner_container .content_wrap .top_intro .add-info .image {
    width: 100%;
    height: 200px;
  }
  section .inner_container .content_wrap .top_intro .add-info .list {
    width: 100%;
  }
  section .inner_container .content_wrap .content_area {
    margin: 30px auto;
  }
  section .inner_container .content_wrap .content_area .titleb {
    margin-bottom: 16px;
  }
  section .inner_container .content_wrap .content_area .info_content {
    margin-top: 16px;
  }
  section .inner_container .content_wrap .content_area.enterprise_info .info_content .info_item {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
  }
  section .inner_container .content_wrap .content_area.enterprise_info .info_content .info_item .image,
  section .inner_container .content_wrap .content_area.enterprise_info .info_content .info_item .text {
    width: 100%;
  }
  section .inner_container .content_wrap .content_area.chief_info .info_list .list_item {
    width: 100%;
  }
  section .inner_container .content_wrap .content_area.progress .info_content {
    padding: 16px;
  }
  section .inner_container .content_wrap .content_area.progress .info_content .image-list {
    margin-top: 12px;
    gap: 12px;
  }
  section .inner_container .content_wrap .content_area.progress .info_content .image-list .image {
    width: calc(50% - 6px);
    height: 24vw;
    max-height: none;
  }
}
<!--0.0002291202545166-->