.grfrbs {
  width: 1220px;
  height: auto;
  margin: 0 auto;
}
.slideTxtBox {
  width: 100%;
  height: auto;
}

.slideTxtBox > .hd > ul {
  display: flex;
  justify-content: center;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #d8d8d8;
}
.slideTxtBox > .hd > ul li {
  width: 75px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  margin: 0 20px;
  color: #666666;
  cursor: default;
}
.slideTxtBox > .hd > ul li.on {
  font-weight: 700;
  color: #1f59d8;
  border-bottom: 2px solid #1f59d8;
}
.slideTxtBox > bd {
  width: 100%;
  height: auto;
}

.fl1 {
  display: flex;
  justify-content: space-between;
  height: 60px;
  overflow: hidden;
  border-bottom: 1px dashed #e9e9e9;
}
.fl1 ul {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fl1 ul li {
  line-height: 60px;
  height: 60px;
  margin: 0 20px;
  font-size: 16px;
  color: #666666;
}
.fl1 ul li :hover {
  background-color: #1f59d8;
  color: #fff;
  border-radius: 4px;
}
.fl1 ul li .active {
  background-color: #1f59d8;
  color: #fff;
  border-radius: 4px;
}
.fl1 ul li a {
  color: #666;
  padding: 2px;
}
.title {
  width: 80px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}
.tags {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #1f59d8;
  cursor: default;
  padding-right: 10px;
  display: none;
}
.tags img {
  margin-left: 5px;
}
.list {
  height: 400px;
  margin-top: 24px;
  width: 100%;
  box-sizing: border-box;
}
.list_item {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  line-height: 60px;
  padding: 0 20px;
  box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.2);
}
.list_item_title {
  width: 900px;
}
.list_item_title a {
  width: 100%;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_item_tags {
  font-size: 16px;
}
.list_item_tags a {
  color: #1f59d8;
}
.list_item_tags span {
  display: inline-block;
  margin: 0 10px;
  color: #d8d8d8;
}

.qmzk {
  position: relative;
  overflow: inherit;
}

.zku1 {
  position: absolute;
  width: 1090px;
  top: 0;
  left: 80px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.2);
}
