.img_text2 {
  height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.img_text2 .img_text_left {
  width: 658px;
}
.img_text2 .img_text_right {
  width: calc(100% - 658px);
  background-color: #f5f8fa;
  padding: 30px;
}
.img_text2 .img {
  display: block;
  height: 100%;
  overflow: hidden;
}
.img_text2 .img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_text2 .text h6 a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.img_text2 .text p {
  font-size: 18px;
  font-weight: normal;
  color: #717171;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.img_text2 .text p b {
  font-weight: bold;
  color: #00407f;
}
.img_text2:hover .img img {
  transform: scale(1.05);
}
.img_text2:hover .text a {
  color: #00407f;
}
@media (max-width: 992px) {
  .img_text2 {
    height: auto;
    flex-wrap: wrap;
  }
  .img_text2 .img_text_left,
  .img_text2 .img_text_right {
    width: 100%;
  }
  .img_text2 .img img {
    height: auto;
  }
  .img_text2 .panel-more {
    width: 100%;
  }
}
.btn {
  width: 120px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn:hover {
  opacity: 0.7;
}
.btn.btn_white {
  background-color: #f5f8fa;
  border: solid 1px #e8eef4;
  color: #00407f;
}
.btn.btn_blue {
  background-color: #6699cc;
  border: solid 1px #e8eef4;
  color: #ffffff;
}
.wdjd_box {
  background-color: #f5f8fa;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 110px;
  padding-right: 60px;
}
@media (max-width: 600px) {
  .wdjd_box {
    padding-left: 90px;
    padding-right: 40px;
  }
}
.wdjd_title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 54px;
  height: 126px;
  background: url(../images/ftyg_img.png);
}
.wdjd_list {
  margin-left: -30px;
  margin-right: -30px;
}
.wdjd_list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wdjd_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}
.wdjd_list > li:nth-child(n) {
  margin-top: 0;
}
.wdjd_list > li:nth-child(n + 3) {
  margin-top: 60px;
}
.wdjd_list > li:nth-child(3) {
  margin-top: 0;
}
.wdjd_list a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .wdjd_list {
    margin-left: -30px;
    margin-right: -30px;
  }
  .wdjd_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .wdjd_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
  }
  .wdjd_list > li:nth-child(n) {
    margin-top: 0;
  }
  .wdjd_list > li:nth-child(n + 1) {
    margin-top: 60px;
  }
  .wdjd_list > li:nth-child(1) {
    margin-top: 0;
  }
  .wdjd_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.wdjd_list li {
  position: relative;
  line-height: 1;
}
.wdjd_list li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 68px;
  background-color: #dde2e5;
}
.wdjd_list li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.wdjd_list li a:hover {
  color: #00407f;
}
.wdjd_list li span {
  display: block;
  font-size: 18px;
  color: #666;
}
.item_box_img {
  margin-left: -15px;
  margin-right: -15px;
}
.item_box_img::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_img > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.item_box_img > li:nth-child(n) {
  margin-top: 0;
}
.item_box_img > li:nth-child(n + 3) {
  margin-top: 30px;
}
.item_box_img > li:nth-child(3) {
  margin-top: 0;
}
.item_box_img a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_img {
    margin-left: -15px;
    margin-right: -15px;
  }
  .item_box_img::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .item_box_img > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_img {
    margin-left: -15px;
    margin-right: -15px;
  }
  .item_box_img::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .item_box_img > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img > li:nth-child(n + 1) {
    margin-top: 30px;
  }
  .item_box_img > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_img li a {
  display: block;
  box-sizing: border-box;
}
.item_box_img li a .img {
  box-sizing: border-box;
  width: 100%;
  height: 234px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .item_box_img li a .img {
    height: auto;
  }
}
.item_box_img li a .img::after {
  z-index: 10;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url(../images/icon_play.png);
}
.item_box_img li a img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.item_box_img li a .text {
  height: 128px;
  padding: 20px 30px;
  background-color: #f5f8fa;
}
.item_box_img li a .text::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_img li a h6 {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.item_box_img li a p {
  font-size: 18px;
  font-weight: normal;
  color: #717171;
  margin-bottom: 10px;
}
.item_box_img li a span {
  font-size: 16px;
  font-weight: normal;
  color: #717171;
}
.item_box_img li a:hover {
  box-shadow: 2px 1px 18px 0px rgba(60, 132, 209, 0.29);
}
.item_box_img li a:hover img {
  transform: scale(1.05);
}
.item_box_img li a:hover .text {
  background-color: #fff;
}
.item_box_img li a:hover h6 {
  font-weight: bold;
  color: #00407f;
}
.pages {
  margin-top: 50px;
}
.item_box_img2 {
  margin-left: -15px;
  margin-right: -15px;
}
.item_box_img2::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_img2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.item_box_img2 > li:nth-child(n) {
  margin-top: 0;
}
.item_box_img2 > li:nth-child(n + 3) {
  margin-top: 30px;
}
.item_box_img2 > li:nth-child(3) {
  margin-top: 0;
}
.item_box_img2 a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_img2 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .item_box_img2::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img2 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .item_box_img2 > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img2 > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .item_box_img2 > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_img2 a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_img2 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .item_box_img2::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img2 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .item_box_img2 > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_img2 > li:nth-child(n + 1) {
    margin-top: 60px;
  }
  .item_box_img2 > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_img2 a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_img2 li a {
  display: block;
  box-sizing: border-box;
}
.item_box_img2 li a .img {
  box-sizing: border-box;
  width: 100%;
  height: 234px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .item_box_img2 li a .img {
    height: auto;
  }
}
.item_box_img2 li a img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.item_box_img2 li a h6 {
  margin-top: 24px;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.item_box_img2 li a:hover img {
  transform: scale(1.05);
}
.item_box_img2 li a:hover .text {
  background-color: #fff;
}
.item_box_img2 li a:hover h6 {
  font-weight: bold;
  color: #00407f;
}
.ftsl .jiabin {
  font-size: 18px;
  font-weight: normal;
  color: #cc3237;
}
.ftsl .jiabin img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.ftsl .jiabin b {
  font-weight: bold;
}
.ftsl p {
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  color: #333333;
  text-indent: 2em;
  margin: 30px 0;
}
.ftsl .zcr {
  color: #00407f;
}
.ftsl .jb {
  color: #cc3237;
}
.zjfk_content {
  padding: 40px 20px;
}
.zjfk_content label {
  min-width: 130px;
}
@media (max-width: 600px) {
  .zjfk_content label {
    min-width: 100px;
  }
}
.zjfk_content label,
.zjfk_content input,
.zjfk_content textarea {
  font-family: '微软雅黑';
  font-size: 18px;
}
@media (max-width: 600px) {
  .zjfk_content label,
  .zjfk_content input,
  .zjfk_content textarea {
    font-size: 16px;
  }
}
.zjfk_content label::placeholder,
.zjfk_content input::placeholder,
.zjfk_content textarea::placeholder {
  color: #666666;
}
.zjfk_content .code_change {
  color: #00407f;
}
.sumbit_btn,
.reset_btn {
  width: 134px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.sumbit_btn {
  background-color: #6699cc;
  border: solid 1px #e8eef4;
  color: #ffffff;
}
.reset_btn {
  background-color: #f5f8fa;
  border: solid 1px #e8eef4;
  color: #00407f;
}
