.img_text2 {
  background-color: #f7f9fb;
  padding: 40px;
}
.img_text2 > div {
  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: 157px;
  margin-right: 30px;
}
.img_text2 .img_text_right {
  width: calc(100% - 187px);
  height: 100%;
}
.img_text2 .img {
  overflow: hidden;
  width: 100%;
  height: 221px;
}
.img_text2 .img img {
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
}
.img_text2 .wyxx {
  margin-top: 20px;
  display: block;
  width: 156px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #00407f;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: normal;
  color: #00407f;
}
.img_text2 .text h6 {
  transition: all 0.3s;
  font-size: 20px;
  font-weight: bold;
  color: #00407f;
  margin-top: 10px;
  margin-bottom: 20px;
}
.img_text2 .text b {
  font-size: 16px;
  color: #333333;
}
.img_text2 .text b img {
  margin-right: 5px;
}
.img_text2 .text p {
  font-size: 15px;
  font-weight: normal;
  color: #333;
  text-align: justify;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .img_text2 > div {
    flex-wrap: wrap;
  }
  .img_text2 .img_text_left,
  .img_text2 .img_text_right {
    width: 100%;
    margin: 10px 0;
  }
  .img_text2 .img {
    height: auto;
  }
}
.list_date3 {
  margin-top: -8px;
}
.list_date3 li {
  box-sizing: border-box;
  padding: 8px 0px;
}
.list_date3 li > a {
  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;
}
.list_date3 li .left {
  transition: all 0.3s;
  position: relative;
  width: 78px;
  height: 55px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
}
.list_date3 li .left b {
  transition: all 0.3s;
  font-size: 20px;
  font-weight: normal;
  color: #0069c5;
  width: 100%;
  height: 33px;
  text-align: center;
  line-height: 33px;
  background-color: #f4f4f4;
}
.list_date3 li .left span {
  display: block;
  transition: all 0.3s;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  width: 100%;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background-color: #3778bf;
}
.list_date3 li .right {
  width: calc(100% - 78px);
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-left: 20px;
}
.list_date3 li .right h6 {
  transition: all 0.3s;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list_date3 li:hover .right h6 {
  color: #00407f;
}
.leader_title,
.leader_link {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.leader_title {
  height: 54px;
  background-color: #3778bf;
  border-radius: 5px;
  line-height: 54px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.leader_link {
  height: 46px;
  background-color: #daeeff;
  border-radius: 5px;
  line-height: 46px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.leader_link.cur,
.leader_link:hover {
  background-color: #ffffff;
  border: solid 1px #00407f;
  color: #00407f;
}
.leader_link_box {
  position: relative;
}
.leader_link_box:hover .leader_detatils {
  display: block;
}
.leader_detatils {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 305px;
  background: #ffffff;
  top: 100%;
  padding: 15px;
  text-align: center;
  font-size: 14px;
}
