/* ==========================================================================
   新闻列表
   ========================================================================== */
.news_flex {
  justify-content: space-between;
  align-items: center;
}

.news_heading {
  color: rgba(17, 17, 17, 1);
  font-size: var(--font42);
  line-height: 1;
  font-weight: 700;
}

.newsDate_list {
  gap: 0.2rem;
}

.newsDate_list li {
  width: 2.2rem;
}

.newsDate_list .layui-form-select .layui-input {
  height: 0.4rem;
  border-radius: 50px;
  color: rgba(51, 51, 51, 1);
}

.news_list {
  --gap: 0.25rem;
  --item-margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.news_box {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
}

.news_box .pic {
  border-radius: 10px;
}

.news_area {
  padding: 0.25rem 0.25rem 0.5rem;
}

.news_date {
  color: rgba(85, 85, 85, 1);
  font-size: var(--font18);
  font-weight: 400;
  margin-bottom: 0.15rem;
}

.news_title {
  color: rgba(50, 50, 50, 1);
  font-size: var(--font16);
  font-weight: 400;
  position: relative;
}

.news_box:hover .news_title {
  color: var(--main-color);
}

.news_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 1rem;
  height: 2px;
  background: rgba(0, 147, 221, 1);
}

@media screen and (max-width: 767px) {
  .newsDate_list .layui-form-select .layui-input {
    height: 28px;
  }
}

/* ==========================================================================
   新闻详情
   ========================================================================== */
.nd_left {
  width: calc(100% - 5.3rem);
  float: left;
}

.nd_right {
  float: right;
  width: 4.15rem;
  box-sizing: border-box;
}

.nd_area {
  border-bottom: 1px solid #e5e8ef;
  box-sizing: border-box;
}

.nd_title {
  color: rgb(0, 0, 0);
  font-size: 0.24rem;
  font-weight: 400;
}

.nd_date {
  font-size: 0.16rem;
  color: rgb(85, 85, 85);
  margin: 0.1rem 0;
  font-weight: normal;
}

.nd_main {
  font-size: 0.16rem;
  font-weight: 400;
  color: rgb(85, 85, 85);
  line-height: 2;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
}

.nd_main img {
  margin: 0.4rem 0;
}

.nd_toolbar {
  border-top: 1px solid #e5e8ef;
  padding: 0.4rem 0;
  align-items: center;
  justify-content: space-between;
}

.tool_left {
  width: calc(100% - 1.9rem);
}

.tool_right {
  width: 1.8rem;
}

.tool_toggle {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 2;
  align-items: center;
}

.tool_toggle span {
  flex-shrink: 0;
}

.tool_toggle a {
  color: rgb(51, 51, 51);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tool_toggle a:hover {
  color: var(--main-color);
}

.back_btn {
  width: 1.8rem;
  height: 0.5rem;
  font-size: 0.18rem;
  color: #fff;
  border-radius: 50px;
  background: rgb(0, 96, 181);
}

.back_btn:hover {
  color: #fff;
}

.top_btn {
  margin-left: 0.2rem;
}

/* ———————————————— 右边列表 ———————————————— */
.gdtj {
  background: rgb(0, 96, 181);
  height: 0.7rem;
  width: 100%;
  overflow: hidden;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
  align-items: center;
}

.gdtj img {
  margin: 0 0.25rem 0 0.4rem;
}

.gdtj_list {
  margin: 0.37rem 0.49rem 0 0.28rem;
  border-left: 1px solid rgb(229, 232, 239);
  padding-bottom: 0.5rem;
}

.gdtj_list li {
  margin-bottom: 0.2rem;
}

.gdtj_date {
  color: rgb(85, 85, 85);
  font-size: var(--font16);
  line-height: 2;
  position: relative;
  padding-left: 0.3rem;
}

.gdtj_date::before {
  content: "";
  position: absolute;
  left: -0.03rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.03rem;
  height: 0.16rem;
  background: var(--main-color);
}

.gdtj_title {
  color: rgb(0, 0, 0);
  font-size: 0.16rem;
  line-height: 2;
  padding-left: 0.3rem;
}

.gdtj_box:hover .gdtj_title {
  color: var(--main-color);
}

@media only screen and (max-width: 920px) {
  .nd_right {
    display: none;
  }

  .nd_left {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .tool_toggle,
  .nd_main,
  .nd_date {
    font-size: 14px;
  }

  .nd_date {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .nd_main {
    padding: 28px 0;
    line-height: 1.5;
  }

  .tool_left {
    width: 100%;
  }

  .tool_right {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .tool_toggle {
    line-height: 2;
  }

  .nd_title {
    font-size: 16px;
  }

  .back_btn {
    width: 120px;
    height: 32px;
    font-size: 14px;
  }
}
