.title {
  text-align: center;
  font-size: 3rem;

  color: #bd1a2d;
  background: url("/syx/lsswszf/resource/xxgk/xxgk-title.png") no-repeat center;
  display: block;
  padding: 5px 10px;
  margin: 20px 0px;
}

.description {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #0172fe;
}

.description a {
  color: #0172fe;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-item {
  padding: 15px;
  margin: 0px 35px;
}
.info-item:nth-child(even) {
  background-color: #fbfbfb; /* 偶数行背景颜色，这里设置为浅灰色，可按需修改 */
}

.info-item:nth-child(odd) {
  background-color: #ffffff; /* 奇数行背景颜色，这里设置为白色，可按需修改 */
}
.info-item:last-child {
  border-bottom: none;
}

.info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.info-header a {
  text-decoration: none;
}

.info-name {
  font-size: 16px;
  color: #333;
}

.info-name:hover {
  text-decoration: underline;
}

.info-status {
  font-size: 1.6rem;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
}

.info-meta {
  font-size: 12px;
  color: #888;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info-meta a {
  margin-right: 10px;
  color: #888;
  text-decoration: none;
}

.info-meta a:hover {
  text-decoration: underline;
  color: #555;
}

.important {
  color: #d50000;
}

.info-header {
  display: flex;
  background: #e8e8e8;
  color: #be0000;
  font-size: 16px;
  line-height: 36px;
  padding: 0 15px;
}

.info-header .col {
  text-align: center;
}

.col-1 {
  width: 5%;
}
.col-2 {
  flex: 1;
}
.col-3 {
  width: 17%;
}
.col-4 {
  width: 15%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.info-list li {
  font-size: 16px;
  width: 100%;
  background-color: #fafafa;

  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

.info-list li .h1 {
  display: flex;
  align-items: stretch; /* 子元素高度占满容器 */
  padding: 0 15px;
  box-sizing: border-box;
}
.info-list li .h1 > div {
  display: flex;
  align-items: center; /* 垂直居中子内容 */
  box-sizing: border-box;
  height: 87px;
}
.info-list li .lie1,
.info-list li .lie3,
.info-list li .lie4 {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  font-style: normal;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 5px;
  box-sizing: border-box;
  height: 100%;
}
.info-list li .lie4 {
  border-right: none;
}
.info-list li .lie1 {
  width: 5%;
}

.info-list li .lie4 {
  width: 15%;
  font-size: 1.4rem;
}
.info-list li .lie3 {
  width: 17%;
}
.info-list li .lie1 > div,
.info-list li .lie3 > div,
.info-list li .lie4 > div {
  display: block;
  width: 100%;
}

.info-list li .lie2 {
  flex: 1;
  padding-left: 15px;
  box-sizing: border-box;
  border-right: 1px solid #e8e8e8;
  padding: 0 15px;
}

.info-list li .lie2 .clearfix {
  overflow: hidden;
}

.info-list li .lie2 i {
  font-style: normal;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  display: block;
  white-space: normal; /* 允许换行 */
}

.info-list li .lie2 a {
  color: #333;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-list li .lie2 a:hover {
  color: #be0000;
  text-decoration: underline;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.ghxxqx {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.ghxxqx a {
  width: calc((100% - 40px) / 3);
  display: block;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
}

@media (max-width: 830px) {
  .ghxxqx {
    padding: 15px !important;
  }
  .ghxxqx a {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 530px) {
  .info-list li .lie2 a {
    font-size: 14px;
  }
  .info-header,
  .info-list li .h1,
  .info-list li .lie1,
  .info-list li .lie3,
  .info-list li .lie4 {
    padding: 0;
  }
  .info-list li .lie2 {
    padding: 0 6px;
  }
  .col-3,
  .info-list li .h1 > div.lie3 {
    display: none;
  }
  .col-1,
  .info-list li .lie1 {
    width: 12%;
  }
  .col-4,
  .info-list li .h1 > div.lie4 {
    width: 22%;
  }
}
