@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;
}