.markTit {
  padding-top: 80px;
}

.bread {
  display: flex;
  flex-wrap: wrap;
  padding-top: 31px;
}
.bread a, .bread span {
  font-size: 15px;
  line-height: 20px;
  color: #999;
}
.bread a:last-child, .bread span:last-child {
  color: #e40b21;
}
.bread span {
  margin: 0 5px;
  transform: translateY(-1px);
}

.mark_detail {
  padding-bottom: 120px;
}
.mark_detail .w1620 .markTit .content {
  display: block;
}
.mark_detail .w1620 .markTit .mobCont {
  display: none;
}

.newMarkBanner .img {
  overflow: hidden;
  max-height: 845px;
}
.newMarkBanner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newMark .w1620 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 120px;
}
.newMark .w1620 .bread {
  width: 100%;
  margin-bottom: 78px;
}
.newMark .w1620 .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 260px;
  height: auto;
  padding: 24px 30px;
  background: #f7f7f7;
}
.newMark .w1620 .left a {
  display: block;
  margin: 12px 0;
  border-bottom: 1px solid rgba(228, 11, 33, 0);
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.newMark .w1620 .left a.on {
  border-bottom: 1px solid #e40b21;
  color: #e40b21;
}
.newMark .w1620 .mobLeft {
  display: none;
}
.newMark .w1620 .right {
  width: calc(100% - 360px);
}
.newMark .w1620 .right .mobContent {
  display: none;
}
.newMark .w1620 .right .mobContent .cont {
  display: none;
}
.newMark .w1620 .right .content .cont {
  display: none;
}

.windowList {
  display: none;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.windowList .content {
  overflow-y: auto;
  width: 240px;
  height: 100%;
  background: #fff;
}
.windowList .content a {
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 3;
  color: #333;
}
.windowList .content .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 0;
  cursor: pointer;
}
.windowList .content .close img {
  width: 25px;
  height: auto;
}

@media (max-width: 1080px) {
  .bread {
    padding-top: 20px;
  }
  .mark_detail {
    padding-bottom: 40px;
  }
  .mark_detail .w1620 .markTit .content {
    display: none;
  }
  .mark_detail .w1620 .markTit .mobCont {
    display: block;
  }
  .newMark .w1620 {
    padding-bottom: 60px;
  }
  .newMark .w1620 .bread {
    margin-bottom: 30px;
  }
  .newMark .w1620 .left {
    display: none;
  }
  .newMark .w1620 .mobLeft {
    display: flex;
    width: 100%;
  }
  .newMark .w1620 .mobLeft a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc((100% - 50px) / 2);
    padding: 0 30px;
    border-right: 1px solid #fff;
    background: #eee;
    font-size: 16px;
    line-height: 2;
    color: #000000;
  }
  .newMark .w1620 .mobLeft .moreLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background: #eee;
    cursor: pointer;
  }
  .newMark .w1620 .mobLeft .moreLink::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000;
  }
  .newMark .w1620 .right {
    width: 100%;
    margin-top: 30px;
  }
  .newMark .w1620 .right .content {
    display: none;
  }
  .newMark .w1620 .right .mobContent {
    display: block;
  }
}
@media (max-width: 500px) {
  .markTit {
    padding-top: 40px;
  }
  .newMark .w1620 .mobLeft a {
    width: calc((100% - 30px) / 2);
    padding: 0 20px;
    font-size: 12px;
  }
  .newMark .w1620 .mobLeft .moreLink {
    width: 30px;
  }
  .newMark .w1620 .mobLeft .moreLink::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
  }
}/*# sourceMappingURL=mark_detail.css.map */