@charset "UTF-8";
/**
 * 平台公告
 * date: 2025-7-2
 * author: qyt
 */
body {
  background: #EDEDED;
}

.subpage-right {
  min-height: 720px;
}

/* 标题 */
.com-title {
  height: 34px;
  line-height: 34px;
  margin-bottom: 20px;
  padding-left: 26px;
  background: url("../images/com_title_ico.png") left center no-repeat;
  overflow: hidden;
}
.com-title-text {
  font-size: 20px;
  font-weight: bold;
}

/* 子页搜索框 */
.query-box {
  position: relative;
  width: 235px;
  height: 34px;
  line-height: 32px;
  padding: 0 40px 0 15px;
  background: #F5F5F5;
  border: 1px solid #aeaeae;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.query-input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: transparent;
  vertical-align: top;
}
.query-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background: url("../images/query_ico.png") center center no-repeat;
  border-radius: 4px;
}

/* 列表 */
.com-list-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 22px;
  color: #333;
}
.com-list-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  background-color: #dcdcdc;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.com-list-tit {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.com-list-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #999;
  margin-left: 20px;
}
.com-list-tag {
  color: #de0029;
}
.com-list-null {
  padding: 130px 0 10px;
  line-height: 20px;
  font-size: 12px;
  color: #8B949E;
  background: #fff url("../images/null.png") center 25px/auto 100px no-repeat;
  text-align: center;
}
.com-list-item {
  position: relative;
  line-height: 50px;
  margin-bottom: 10px;
  font-size: 16px;
}
.com-list-item:last-child {
  margin-bottom: 0;
}
.com-list-item:hover {
  color: #de0029;
}
.com-list-item:hover .com-list-link,
.com-list-item:hover .com-list-time {
  color: #de0029;
}
.com-list-item:hover .com-list-link::before {
  background-color: #de0029;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}