@charset "UTF-8";
/**!
* 主站-列表
* @date: 2023-04-13
* author: xy;
*/
.box-hd {
  height: 61px;
  line-height: 61px;
  margin-left: 21px;
  border-bottom: 1px solid #EEEEEE;
}

.box-hd .box-tt {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.box-hd .box-tt::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #077ec1 35%, #a4cb24 100%);
}

.box-hd .header-search {
  width: 326px;
  height: 38px;
  border: 1px solid #BFC9E1;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 12px 20px 0 0;
}

.box-hd .header-search-input {
  width: calc(100% - 46px);
  height: 36px;
  line-height: 36px;
  background: #fff;
  border-radius: 4px;
  padding: 0 0 0 10px;
  font-size: 14px;
}

.box-hd .header-search-btn {
  width: 36px;
  height: 36px;
  background: url("../images/list/search-ico.png") no-repeat center center;
}

.sub-bd {
  padding: 22px 0 39px;
}

.sub-bd .news-item {
  height: 76px;
  box-sizing: border-box;
  padding: 10px 20px 0 21px;
  margin: 4px 0;
}

.sub-bd .news-item:hover {
  box-shadow: 0 0 15px rgba(16, 56, 122, 0.1);
}

.sub-bd .news-item:hover .news-info {
  color: #0F62A9;
  font-weight: 500;
}

.sub-bd .news-info {
  width: calc(100% - 187px);
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
}

.sub-bd .news-date {
  width: 187px;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #666;
}

.sub-bd .news-guid {
  color: #7F8BA5;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  margin-top: 8px;
}

.sub-bd .news-item + .news-item {
  margin-top: 0;
}

#footer {
  margin-top: 36px;
}
