﻿.span_date{
  float: right;
  padding: 0;
font-size: 14px;
}
.dj_list {
  border: none;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */

}
.common ul{
  padding: 20px 0 0 0;
}
.dj_list h3 {

  color: #275BAB;
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  position: relative;
}

.dj_list h3::after {
  content: "";
  width: 30px;
  height: 3px;

  background: #275BAB;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 10px;
  transition: all 0.3s;
}

.dj_list h3:hover::after {
  width: 80px;
}
.dj_list a {
  display: block;
font-size: 14px;
  color: #666;
}

.dj_list a:hover {
 
  color: #275BAB;
}
