@charset "UTF-8";
/**
 * 资讯中心
 * date: 2025-4-22
 * author: jyxuan
 */
.header-search-textbox[type=text] {
  margin-bottom: 0;
  padding: 0 16px 0 12px;
  width: 148px;
  height: 100%;
  line-height: normal;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: none;
  border-radius: 4px;
}
.header-search-textbox[type=text]:focus {
  border-color: #17449a;
}

.sub-banner {
  background-image: url("../images/sub_banner_img1.png");
}
.sub-hd-search-textbox[type=text] {
  margin-bottom: 0;
  padding: 0 40px 0 12px;
  height: 100%;
  line-height: normal;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
}
.sub-hd-search-textbox[type=text]:focus {
  border-color: #17449a;
}

/* 768px <= width <= 1199px */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tab-hd {
    margin-top: 20px;
  }
}
/* 480px <= width <= 767px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tab-hd {
    margin-top: 16px;
  }
}
/* 320px <= width <= 479px */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .tab-hd {
    margin-top: 12px;
  }
}
/* 768px <= width <= 1199px */
/* 480px <= width <= 767px */
/* 320px <= width <= 479px */