/* 重置样式 */

/* 新闻资讯修改开始---------------------------- */
.dtjt9_div_img {
  width: 100%;
  height: 100%;
  padding-bottom: 62.66%;
}
.dtjt9_div_img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.dtjt9_div_text {
  height: 0.55rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.36rem;
  box-sizing: border-box;
  margin-top: 0.2rem;
  position: static !important;
}
.dtjt9_div_text  .aHover {
  display: none !important;
}

.dtjt9_div_text_title {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.25;
  background: transparent !important;
  text-align: left !important;
  height: auto !important;
}
.dtjt9_div_text_title a {
  font-size: 0.19rem !important;
  color: #681f80 !important;
  font-weight: normal !important;
  position: relative;
  background-image: linear-gradient(#681f80, #681f80);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aline_r_div{
  cursor: pointer;
}
.aline_r_div:hover .dtjt9_div_text_title a{
  background-size: 100% 1px;
}

/* 新闻资讯修改结束---------------------------- */

#wp_news_w4 table,
#wp_news_w4 table tbody,
#wp_news_w4 table tr,
#wp_news_w4 table tr td {
  display: block;
}
.txtInner_title a{
  width: 100%;
  font-size: 0.17rem;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  display: block;
}