.colum_title {
  overflow: hidden;
  margin-bottom: 10px;
}

.name {
  float: left;
  padding: 0 23px;
  height: 35px;
  background: rgba(45, 102, 165, 1);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  text-align: center;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

.g_list li {
  height: 48px;
  line-height: 48px;
}

.title {
  float: left;
  max-width: calc(100% - 120px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date {
  float: right;
  color: #999999;
}

.l_con {
  padding: 0 10px 0 0;
}

.morell {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  width: 100px;
  height: 30px;
  background: rgba(224, 224, 224, 1);
  border-radius: 5px;
  line-height: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

.morell:hover {
  color: red;
}

.rightcon {
  height: auto;
  /* padding-bottom: 20px; */
  padding-top: 0;
}
