.dj_column_item {
  width: 100%;
}

.dj_news_list ul li {
  width: 23%;
  margin-right: 2.5%;
  margin-bottom: 0.25rem;
}

.dj_column_item .dj_news_list ul li a {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 0.15rem 0.3rem;
  width: 100%;
  height: 100%;
  gap: 0;
  border: 0.01rem solid #e4e4e4;
  border-radius: 0.1rem;
  transition: 0.3s;
  text-align: center;
}

.dj_column_item .dj_news_list ul li a:hover {
  background-color: #0d7edc;
  color: #fff;
}

.dj_news_list ul li a div.ksName {
  width: 100%;
  position: relative;
  /*border-bottom: .01rem solid #e4e4e4;
  	padding-bottom: .2rem;*/
  font-size: 0.2rem;
  font-weight: 500;
}

.dj_news_list ul li a div.ksName::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8%;
  height: 0.025rem;
  background-color: #0281da;
}

.dj_news_list ul li a div.ksSum {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: unset;
  font-size: 0.18rem;
  padding-top: 0.1rem;
}

.dj_news_list ul li a:hover {
  box-shadow: 0.05rem 0.05rem 0.2rem rgba(174, 174, 174, 0.5);
}

@media screen and (min-width: 751px) {
  .dj_news_list ul li:nth-child(4n) {
    margin-right: 0%;
  }
}

@media screen and (max-width: 750px) {
  .dj_news_list ul li {
    width: 48%;
    margin-right: 4%;
  }

  .dj_news_list ul li:nth-child(2n) {
    margin-right: 0%;
  }
  .dj_news_list ul li a div.ksName{
	font-size: .24rem;
  }
}
