* {
  margin: 0;
}
a {
  text-decoration: none;
  color: #fff;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:hover {
  text-decoration: underline;
  color: #fdd7a0;
}
.page {
  background: url("./dsjhsgs-20250401-bj.jpg") no-repeat center top;
  height: 4311px;
}
.page .main {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  height: 100%;
}
.page .main .hd {
  width: 410px;
  height: 266px;
  float: left;
}
.page .main .hd img {
  width: 410x;
  height: 266px;
}
.page .main .hd p {
  display: block;
  width: 410px;
  background: rgba(0, 0, 0, 0.6);
  height: 40px;
  line-height: 40px;
  color: #fff;
  /* margin-top: -30px; */
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
}
.page .main .h2 {
  width: 690px;
  padding-left: 20px;
  float: right;
}
.page .main .h2 a {
  color: #fff;
}
.page .main .h2 h2 {
  display: block;
  font-size: 30px;
  padding-bottom: 30px;
}
.page .main .h2 p {
  line-height: 200%;
  font-size: 20px;
}
.page .main .txtnews1 {
  position: absolute;
  left: 0;
  top: 1126px;
  height: 452px;
  width: 1020px;
}
.page .main .txtnews1 li {
  height: 80px;
  line-height: 80px;
  background: url(./dsjhsgs-20250401-icon.png) no-repeat left center;
  text-indent: 19px;
  border-bottom: 2px dashed #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 26px;
  color: #fff;
}
.page .main .txtnews1 em {
  font-size: 24px;
  display: block;
  text-align: right;
  line-height: 60px;
}
.page .main .city13 {
  position: absolute;
  top: 1889px;
  left: 0;
  width: 100%;
}
.page .main .city13 em {
  font-size: 24px;
  display: block;
  text-align: right;
  line-height: 60px;
}
.page .main .city13 em a {
  color: #ab2c30;
}
.page .main .city13 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page .main .city13 ul li {
  position: relative;
  width: 542px;
  height: 228px;
  background-color: #fdd7a0;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.page .main .city13 ul li img {
  width: 100%;
  height: 100%;
}
.page .main .city13 ul li div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.4) url(./dsjhsgs-20250401-border.png) no-repeat center center;
}
.page .main .city13 ul li div h2 {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  height: 34px;
  left: 34px;
  color: #f3d1af;
  font-size: 27px;
}
.page .main .city13 ul li div span {
  display: block;
  padding-top: 5px;
  width: 330px;
  margin: 0 auto;
  line-height: 150%;
  color: #fff;
  font-size: 16px;
}
.page .main .city13 ul li:hover div {
  background: rgba(0, 0, 0, 0.6) url(./dsjhsgs-20250401-border.png) no-repeat center center;
}
.page .main .myStory {
  position: absolute;
  left: 0;
  top: 3595px;
  width: 100%;
}
.page .main .myStory ul {
  display: flex;
  justify-content: space-between;
}
.page .main .myStory ul li {
  padding: 15px;
  width: 308px;
  height: 394px;
  display: block;
  background: #fff;
}
.page .main .myStory ul li a:hover {
  text-decoration: none;
}
.page .main .myStory ul li img {
  display: block;
  width: 308px;
  height: 319px;
}
.page .main .myStory ul li p {
  display: block;
  color: #b6322a;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
}
.page .main .myStory ul li span {
  height: 30px;
  line-height: 30px;
  display: block;
  color: #000;
  font-size: 18px;
}
.page .main em {
  font-size: 24px;
  display: block;
  text-align: right;
  line-height: 60px;
}

.bottom {
  position: absolute;
  bottom: 80px;
  left: 0;
  /* width: 100%; */
  line-height: 180%;
  color: #fff;
  font-size: 30px;
  /* text-align: center; */
  text-align: left;
}

.bottom_add {
  position: absolute;
  bottom: 40px;
  left: 0;
  /* width: 100%; */
  line-height: 180%;
  color: #fff;
  font-size: 30px;
  text-align: left;
}
.flex-row{
  display: flex;
  flex-direction: row;
}
.flex-column{
  display: flex;
  flex-direction: column;
}