@charset "utf-8";
body {
  margin: 0;
}
a{color:inherit; text-decoration:inherit;cursor: pointer;}
.floor {
  margin: 0;
  background: url(https://www.fj.chinanews.com/fileftp/2025-08-08/bg.png) no-repeat center center;
  background-size: 100% auto;
  background-position: top
    center;
  padding-top: 970px;
  padding-bottom: 100px;
}
.floor .floor-list {
  background-color: #fff;
  width: 1280px;
  padding: 70px
      57px;
  margin: 0
      auto;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.floor .floor-list .floor-list-title {
  display: flex;
  align-items: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.floor .floor-list .floor-list-title .turn_right-img {
  margin-left: 1rem;
  margin-top: 10px;
  height: 28px;
  width: 44px;
}
.floor .floor-list .floor-list-content .floor-list-item {
  border-top: 1px dashed #a3a3a3;
  padding-top: 2rem;
}
.floor .floor-list .floor-list-content .floor-list-item .floor-list-item-body {
  display: flex;
  flex-direction: row;
}
.floor .floor-list .floor-list-content .floor-list-item .floor-list-item-body .floor-list-item-img {
  width: 292px;
  height: 161px;
  margin-right: 30px;
}
.floor .floor-list .floor-list-content .floor-list-item .floor-list-item-body .floor-list-item-body-right {
  flex: 1;
  width: 1px;
  margin: 1rem
              0;
}
.floor .floor-list .floor-list-content .floor-list-item .floor-list-item-body .floor-list-item-body-right .floor-list-item-title {
  font-size: 28px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.floor .floor-list .floor-list-content .floor-list-item .floor-list-item-body .floor-list-item-body-right .floor-list-item-content {
  text-align: justify;
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.floor .floor-list .floor-list-content .floor-list-item .floor-list-item-time {
  color: #9a9a9a;
  margin: 1.5rem 0;
  font-size: 12px;
}
