.c_name {
  padding-left: 0.20rem;
  border-left: 0.08rem solid #436CC8;
  color: #436CC8;
  font-size: 0.28rem;
  margin-top: 0.3rem;
  font-weight: 550;
}

ul#newslist {
  margin-top: 0.3rem;
  width: 100%;
}

ul#newslist li {
  width: 100%;
  line-height: 2.2;
  padding-left: 0.15rem;
  position: relative;
}

ul#newslist li::before {
  content: "";
  display: block;
  width: 0.05rem;
  height: 0.05rem;
  background-color: #757475;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.025rem;
  border-radius: 50%;
}

ul#newslist li a {
  display: block;
}

ul#newslist li a .new_tit {
  display: block;
  float: left;
  width: 5.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 0.24rem;
}

ul#newslist li a .date {
  display: block;
  float: right;
  color: #C7C7C7;
  font-size: 0.2rem;
  position: relative;
  top: 0.02rem;
}

.c_list {
  width: 100%;
  padding: 0.3rem 0.4rem;
  background-color: #F9F9F9;
  margin-top: 0.3rem;
}

.c_list ul li {
  width: 3rem;
  height: 0.57rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.2rem;
  float: left;
  border-radius: 0.1rem;
}

.c_list ul li:nth-child(n+3) {
  margin-top: 0.18rem;
}

.c_list ul li:not(:nth-child(2n+1)) {
  margin-left: 0.20rem;
}

.c_list ul li a {
  color: #787878;
  font-size: 0.24rem;
}

.c_list ul li.on {
  background-color: #044CA0;
}

.c_list ul li.on a {
  color: #fff;
}