ul {
  list-style: none;
}
#content {
  width: 1100px;
  margin: 0 auto;
}
.top-Heroicevent {
  width: 100%;
}

.Different-heroic {
  width: 100%;
}
.Publicitypictures {
  height: 140px;
  width: 100%;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-image: url(img/kyzs.jpg);
  background-size: 100% 100%;
}
.Different-heroic-title,
.major-heroic-title {
  font-size: 24px;
  color: #e60013;
  font-family: 'microsoft yahei';
  font-weight: 900;
}
.major-heroic-title > div,
.Different-heroic-title > div {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.major-heroic-title > div > div,
.Different-heroic-title > div > div {
  width: 15%;
  height: 2px;
  background-color: red;
  position: absolute;
  left: 0;
  top: 0;
}

.major-heroic-content {
  position: relative;
  width: 1100px;
  overflow: hidden;
}

.major-heroic-content-list {
  padding: 30px 0px 50px 0px;
  height: 274px !important;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.major-heroic-content > .major-heroic-content-list > div {
  position: relative;
  width: 189px;
  height: 100%;
  cursor: pointer;
  margin-left: 13px;
}

.major-heroic-content > .major-heroic-content-list > div:nth-child(1) {
  margin-left: 0;
}
.major-heroic-content > .major-heroic-content-list > div:last-child {
  margin-right: 10px;
}

.major-heroic-content > .major-heroic-content-list > div > img {
  width: 201px;
  height: 100%;
}

.major-heroic-content-list-text {
  position: absolute;
  top: 32px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  width: 100%;
  color: red;
  height: 60px;
}
.swiper-slide:hover {
  transform: translateY(-7px);
}

.major-heroic-content-list-icon {
  height: 32px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: yellow;
}

.major-heroic-content-list-icon > div {
  width: 26px;
  height: 26px;
  background-image: url(img/five-pointedstar.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icon-yellow {
  background-image: url(img/Mouseover.png);
  background-size: 100% 100%;
}

.icon-red {
  background-image: url(img/Mousenotover.png);
  background-size: 100% 100%;
}

.major-heroic-content-list-text > p:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.major-heroic-content-list-text > p:nth-child(2) {
  font-size: 10px;
  margin: 0;
}

.Different-heroic-content-list > li > img:hover {
  transition: all 1.5s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  /*兼容-webkit-引擎浏览器*/
  -moz-transform: scale(1.2);
  /*兼容-moz-引擎浏览器*/
}

.Different-heroic-content-list {
  padding: 20px 0px 50px 0px;
  width: 100%;
  height: 444px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Different-heroic-content-list > li {
  /* margin-left: 14px; */
  float: left;
  position: relative;
  width: 355px;
  height: 203px;
  cursor: pointer;
  overflow: hidden;
}

.Different-heroic-content-list > li > img {
  width: 355px;
  height: 203px;
}

.Different-heroic-content-list > li > div {
  padding-top: 15px;
  width: 384px;
  height: 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.color-red {
  background-image: url(img/backgroundgradient-red.png);
}

.color-blue {
  background-image: url(img/backgroundgradient-blue.png);
}

.Different-heroic-content-list > li > div > p:nth-child(1) {
  margin: 0 0 7px 0px;
  font-size: 16px;
  font-weight: 900;
  margin-top: 10px;
  font-family: 'microsoft yahei';
}

.Different-heroic-content-list > li > div > p:nth-child(2) {
  margin: 0;
  font-size: 12px;
  font-family: 'microsoft yahei';
}
/*下搜素*/

.button-Martyr {
  width: 100%;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}

.button-Martyr-top {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1200px;
}

.button-Martyr-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 692px;
  height: 61px;
  margin-bottom: 36px;
  z-index: 100;
}

.button-Martyr-content-input {
  padding-left: 10px;
  margin-right: 4px;
  float: left;
  width: 540px;
  height: 54px;
  box-sizing: border-box;
  border-color: #e60013;
}

.button-Martyr-content-icon {
  float: left;
  background-image: url(img/Martyrsearch.png);
  background-repeat: no-repeat;
  width: 61px;
  height: 61px;
}

.button-Martyr-content-button {
  float: left;
  height: 54px;
  width: 61px;
  background-color: #ff4e5d;
  color: white;
  cursor: pointer;
  background-image: url(img/search.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.button-Martyr-button {
    min-height: 173px;
    width: 1150px;
    padding-top: 113px;
    background-image: url(img/bookshelf.png);
    margin: 0 auto;
    background-size: 100% 1807px;
    position: relative;
    z-index: 100;
}

.button-Martyr-button ul {
  margin: 0;
  padding-left: 20px;
}

.button-Martyr-button li {
  float: left;
  width: 185px;
  height: 242px;
  background-image: url(img/book.png);
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 2s;
}

.button-Martyr-button li a {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
.button-Martyr-button li a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
.button-Martyr-button li a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
.button-Martyr-button li a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
.button-Martyr-button li a:active {
  text-decoration: none;
}

.button-Martyr-button li:hover {
  transform: translateY(-40px);
  transform: scale(1.1);
  animation: myfirst 1.2s;
}

@keyframes myfirst {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
    transform: scale(1.1);
  }
}

.button-Martyr-button li:nth-child(6n + 0) {
  margin-bottom: 45px;
}

.button-Martyr-button li div {
  position: relative;
  top: 80px;
  left: 0px;
  height: 53px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.col-red {
  color: #c2665c;
}

.col-bold {
  color: #5480bd;
}

.button-Martyr-button li div > span:nth-child(1) {
  font-size: 16px;
  font-weight: 900;
  font-family: 'microsoft yahei';
}

.button-Martyr-button li div > span:nth-child(2) {
  position: absolute;
  top: 35px;
  left: 57px;
  font-size: 14px;
  font-family: kartika;
  color: #343434;
}
.button-Martyr-button li a {
  display: block;
  width: 100%;
  height: 100%;
}

.button-Martyr-button-img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-width: 1200px;
}


/*轮播按钮*/

.Rotation-left,
.Rotation-right {
  position: absolute;
  top: 135px;
  cursor: pointer;
}

.Rotation-left {
  height: 60px;
  width: 50px;
  left: 0px;
  background-image: url(img/icon-left.png);
  z-index: 100;
}

.Rotation-right {
  height: 60px;
  width: 50px;
  right: 0px;
  background-image: url(img/icon-right.png);
  z-index: 100;
}
.swiper-slide-active {
  width: 201px !important;
}
.swiper-slide {
  height: 100% !important;
  width: 201px !important;
  float: left;
}
.diqutop {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 17px;
  top: 0px;
  background-size: 97% 100%;
  background-image: url(img/diqutop.png);
  padding: 0 -10px;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

/* ===== 烈士英名录模块 · 手机端适配 ===== */
@media screen and (max-width: 768px) {
  .button-Martyr {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-Martyr-top {
    display: none;
  }

  .button-Martyr-button {
    width: 100%;
    min-height: 0;
    padding-top: 0;
    background-size: 100% 100%;
    box-sizing: border-box;
  }

  .button-Martyr-button ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 18px 10px 22px;
  }

  .button-Martyr-button li {
    float: none;
    width: 30%;
    max-width: 150px;
    height: 135px;
    margin: 0 1.5% 14px !important;
    transition: none;
  }

  @supports (aspect-ratio: 1) {
    .button-Martyr-button li {
      height: auto;
      aspect-ratio: 236 / 305;
    }
  }

  .button-Martyr-button li:hover {
    transform: none;
    animation: none;
  }

  .button-Martyr-button li div {
    top: 30%;
    left: 0;
    height: auto;
    gap: 6px;
  }

  .button-Martyr-button li div > span:nth-child(1) {
    font-size: 14px;
  }

  .button-Martyr-button li div > span:nth-child(2) {
    position: static;
    left: auto;
    font-size: 11px;
    text-align: center;
  }

  .diqutop {
    display: none;
  }
}
