.news {
  display: flex;
  background-color: #fff;
  padding: 15px;
  flex-wrap: wrap;
}
.news .item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  border-left: 1px dashed #ccc;
}
.news .item .imgBox {
  height: 160px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.news .item .imgBox img {
  height: 100%;
  max-width: unset;
}

.news .item:nth-child(4n + 1) {
  border-left: none;
}
.news .item h3 {
  height: 70px;
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 22px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .item p {
  font-size: 12px;
  font-weight: 400;
  color: #bbbbbb;
  line-height: 12px;
}
/* panel */
.panel {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 10px 25px 20px;
  color: #4a4a4a;
  background: #051840;
  background: linear-gradient(-45deg, transparent 20px, #fff 0);
}
.panel .panelItem {
  cursor: pointer;
  width: 50%;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgb(151, 151, 151, 0.3);
}
/* .panel .panelItem:nth-last-child(1) {
  border: unset;
}
.panel .panelItem:nth-last-child(2) {
  border: unset;
} */

.panel .panelItem .imgBox {
  display: flex;
  justify-content: center;
  width: 108px;
  height: 76px;
  overflow: hidden;
}

.panel .panelItem .imgBox img {
  height: 100%;
  max-width: unset;
  /* width: 100%; */
}
.panel .panelItem .value {
  flex: 1;
}

.panel .panelItem .value h3 {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.panel .panelItem .value .valueBox {
  padding-left: 18px;
  max-width: 228px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.panel .panelItem .value .valueBox p {
  font-size: 12px;
  font-weight: 400;
  color: #bbbbbb;
  line-height: 12px;
}

/* top */
.summay {
  position: relative;
  /* display: flex;
  flex-wrap: wrap; */
  /* background-color: #ccc; */
  /* display: flex; */
  /* min-height: 340px; */
  /* justify-content: center; */
}
.summay .summayLeft {
  z-index: 1;
  /* position: absolute; */
  /* left: 0;
  top: 0; */
  height: 340px;
  width: 55%;
  /* padding: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* .summay .summayImg {
  max-width: unset;
  height: 100%;
} */
.summay .summayRight {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 340px;
  background-image: url("/static/jt/image/newTop.png");
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
}
.summay .summayRightContent {
  width: 75%;
  position: absolute;
  top: 76px;
  right: 40px;
  color: #fff;
}
.summayTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  /* opacity: 0.8; */
  margin-bottom: 26px;
}
.summayRight p {
  max-height: 112px;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  opacity: 0.8;
}
.summayRight span {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  opacity: 0.8;
}
.moblieNav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .summay {
    margin-bottom: 0.53rem;
  }
  .summay .summayLeft {
    width: 100%;
    top: unset;
    right: unset;
    position: unset;
    height: auto;
    max-height: 5rem;
  }
  .summay .summayLeft img {
    width: 100%;
  }
  .summay .summayRight {
    position: unset;
    top: unset;
    right: unset;
    height: auto;
    max-height: 6rem;
    padding: 0.8rem 0.53rem;
    width: 100%;
    background-image: unset;
    background-size: unset;
    background-position: unset;
    background-repeat: unset;
    background-color: #0b5dca;
  }
  .summay .summayRightContent {
    width: 100%;
    top: unset;
    right: unset;
    position: unset;
  }
  .news .item {
    width: 50%;
    border: unset;
  }
  .panel .panelItem {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .panel .panelItem {
    border-bottom: 1px dashed rgb(151, 151, 151, 0.3);
  }

  .news .item .imgBox {
    height: 2.2rem;
  }
  .news {
    padding: 0.32rem;
  }
  .news .item {
    width: 50%;
    border: unset;
    padding: 0.2rem;
  }
  .news .item .imgBox {
    display: flex;
    justify-content: center;
    height: 3.27rem;
  }
  .panel {
    padding: 0.53rem;
  }
  .panel .panelItem {
    width: 100%;
  }
  .panel .panelItem .value h3,
  .news .item h3 {
    font-size: 0.37rem;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 0.59rem;
  }

  .article-box {
    padding: 0.72rem 0.53rem;
  }
  .article-main {
    padding: 18px 0 0 !important;
  }
  .article-main-split {
    display: none;
  }
  .article-box .post-nav {
    display: none;
  }
  .moblieNav {
    background-color: #fff;
    display: block;
  }
  .moblieNav .post-nav {
    height: auto;
  }
  .moblieNav .post-nav a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .post-nav div a {
    text-overflow: unset;
    white-space: unset;
  }
  .moblieNav .post-nav a span:last-child {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .moblieNav .post-nav a span {
    text-align: left;
  }
  .post-prev,
  .post-next {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .post-next {
    justify-content: flex-end;
  }
  .post-nav,
  .post-prev,
  .post-next {
    padding: 0.37rem;
  }
}
