@charset "UTF-8";
/**!
 * 列表页
 * date:2021-08-19
 * author: wppei;
 */
.sec {
  padding: 15px 15px 30px;
  background: #fff;
  box-shadow: 0 0 5px 0 #e8e0e0;
  margin: 30px 0 40px 0;
}

.sec-tt {
  height: 40px;
  border-bottom: 1px solid #0F6ABB;
}

.sec-tt h2 {
  height: 40px;
  padding: 0 15px;
  border-bottom: 4px solid #0F6ABB;
  color: #0F6ABB;
  font-size: 18px;
  line-height: 37px;
}

.sec-list {
  padding: 10px 5px;
  min-height: 320px;
}

.sec-list li {
  line-height: 35px;
  background: url("/images/list_dian.png") no-repeat 0px center;
  padding-left: 15px;
  height: 35px;
}

.sec-name {
  float: left;
  width: calc(100% - 150px);
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sec-name:hover {
  color: #f00;
}

.sec-time {
  float: right;
  color: #999;
}

@media (max-width: 767px) {
  .sec-tt {
    height: auto;
  }
  .sec-name {
    width: calc(100% - 100px);
  }
}
