@charset "UTF-8";
/**
 * 新闻资讯
 * date: 2022-11-22
 * author: jyxuan;
 */
.module-tab:nth-child(1) .module-tab-text::before {
  background-image: url("../images/tab_img_1.png");
}
.module-tab:nth-child(1).current .module-tab-text::before {
  background-image: url("../images/tab_active_img_1.png");
}
.module-tab:nth-child(2) .module-tab-text::before {
  background-image: url("../images/tab_img_2.png");
}
.module-tab:nth-child(2).current .module-tab-text::before {
  background-image: url("../images/tab_active_img_2.png");
}
.module-tab:nth-child(3) .module-tab-text::before {
  background-image: url("../images/tab_img_1.png");
}
.module-tab:nth-child(3).current .module-tab-text::before {
  background-image: url("../images/tab_active_img_1.png");
}
.module-tab:nth-child(4) .module-tab-text::before {
  background-image: url("../images/tab_img_2.png");
}
.module-tab:nth-child(4).current .module-tab-text::before {
  background-image: url("../images/tab_active_img_2.png");
}
.module-list .col-1 {
  width: 90px;
}
.module-list .col-2 {
  /*width: 742px;*/
  width: 742px;
  text-align: left;
}
.module-list .col-3 {
  width: 150px;
}

.search-content {
  height: 32px;
  margin-bottom: 24px;
  display: flex;
}

.search-box {
  margin-left: auto;
  display: flex;
  height: 32px;
}

.search-input {
  width: 200px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  border-right: 0;
  padding: 0 8px;
}

.search-btn {
  width: 60px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  background-color: #385dff;
  color: #fff;
  border-radius: 0 3px 3px 0;
  transition: all 0.3s ease;
  user-select: none;
}

.search-btn:hover {
  opacity: 0.6;
}

.search-btn:active {
  opacity: 1;
}