.banner_box {
  height: 3.5rem;
  background-image: url('../image/banner01.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
      margin-top: 1.25rem;
}
.flex_center_top {
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.banner_font {
  width: 100%;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}
.type_nav_box {
  border-bottom: 0.01rem solid rgba(77, 77, 77, 0.16);
  /* margin-bottom: 1.36rem;
   */
  height: 0.55rem;
}
.content_box li {
  width: 1.3rem;
  height: 0.55rem;
  /*line-height: 0.55rem;*/
  text-align: center;
  font-size: 0.18rem;
  color: #383838;
  display: inline-block;
}
.content_box li.active {
  background-color: #005AAF;
  color: #fff;
  position: relative;
}
.content_box li.active::after {
  content: '';
  width: 0;
  height: 0;
  border-right: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
  border-top: 0.08rem solid #005AAF;
  position: absolute;
  bottom: -0.06rem;
  left: 50%;
  transform: translateX(-50%);
}


.pic_list li{height: 3rem; width: 4.6rem; overflow: hidden; float: left;text-align: center;border-bottom: 0 !important;margin: 0.1rem 0.1rem;}
.pic_list li .picture{ width: 100%; height: 2.4rem; overflow: hidden;}
.search_font{font-size: 0.48rem;font-weight: bold;color: #fff;width: 100%;}
.noborder{padding: 0.30rem 0;width: 14.40rem;margin: 0 auto;}
.noborder li{font-size: 0.2rem;color: #383838;line-height: 0.3rem;border-bottom: 1px solid #ececec;padding: 0.05rem 0;}
.noborder li h3{font-weight: bold;font-size: 0.24rem;color: #333333;margin: 0.2rem 0;}
.noborder li h3 b{color: #005bac;}
.noborder li h3:hover{color: #005bac;transition: all 0.4s ease-in-out;}
.noborder li .date{font-size: 0.18rem;margin: 0.06rem 0;}
.form_search{width: 9rem;height:0.6rem;background: #fff;border-radius:50px;overflow: hidden;margin-top: 0.2rem;}
.form_search .put{width: 80%;height:0.6rem;border: 0;padding-left: 0.2rem;outline: none;font-size: 0.18rem;background: #fff;}
.form_search .submit{float: right;height:0.6rem;width: 1.5rem;background: url(../image/ico-1.png) no-repeat center #005bac;border: 0;border-radius:50px;}
.not_found{width: 100%;text-align: center;}
.not_found h3{font-size: 0.3rem;color: #5c77a1;font-weight: inherit;margin-bottom: -0.3rem;}
.not_found h3 span{color: #ea9204;}
.search_key{width: 100%;font-size: 0.24rem;color: #ffffff;margin-top: 0.15rem;}
.search_key span{color: #f29600;}

.t1 {
  background-color: #f5f5fa;
  min-height: 6rem;
  height: auto;
  width: 100%;
  overflow: auto;
}
.cp-box {
  width: 14.4rem;
  height: 1.8rem;
  background-image: url('../image/ltjxcp7.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0.4rem auto 0;
}
.cp-box1 {
  width: 90%;
  margin: 0.4rem auto;
  height: 1.1rem;
  overflow: hidden;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.cp-box2 {
  width: 14.72rem;
  margin: 0.1rem auto 0;
  min-height: 4.4rem;
  height: auto;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}
.cp-box2 li {
  height: 4.4rem;
  width: 4.63rem;
  margin-left: 0.2rem;
  overflow: hidden;
  background-color: #fff;
  float: left;
  margin-top: 0.4rem;
  position: relative;
}
.cp-box2 li:hover {
  margin-top: 0.35rem;
  height: 4.45rem;
  background-color: #005AAF;
}
.cp-img {
  width: 100%;
  height: 2.4rem;
  overflow: hidden;
}
.cp-img img {
  width: 100%;
}
.cp-box2 li:hover h3 {
  color: #fff;
}
.cp-box2 li:hover .new-text2 {
  color: #fff;
}
.cp-box2 li h3 {
  width: 89%;
   font-weight: 600;
  margin: 0.1rem auto 0;
  color: #333;
  line-height: 0.34rem;
  font-size: 0.2rem;
}
.cp-box2 li .new-text2 {
  width: 89%;
  margin: 0.18rem auto 0;
  color: #666666;
  height: 0.66rem;
  line-height: 0.28rem;
  font-size: 0.16rem;
  overflow: hidden;
}
.cp-box2 li .cp-more {
  width: 1.0rem;
  height: 0.35rem;
  border-radius: 0.03rem;
  line-height: 0.35rem;
  text-align: center;
  background-color: #005AAF;
  color: #fff;
  font-size: 0.14rem;
  margin: 0.1rem auto 0;
  display: block;
}
.cp-box2 li:hover .cp-more {
  background-color: #fff;
  color: #005AAF !important;
  border: 0.01rem solid #005AAF;
  text-decoration: none;
}
