.newsPage {
  background-color: #F5F5F5;
}
.newsPage :root {
  --color: red;
}
.newsPage .layout {
  width: 1450px;
  margin: auto;
}
.newsPage .lastestPostsWrapper .Wrapper .this_title {
  padding-top: 50px;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .left {
  width: calc(68.6% - 20px);
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .left .this_child {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 3px 10px #e3e3e3;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .left .this_child .img_b {
  width: 100%;
  padding-top: 41%;
  position: relative;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .left .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .left .this_child .this_text h5 {
  color: #DC4327;
  font-size: 20px;
  margin-top: 15px;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .left .this_child .this_text p {
  display: inline-block;
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .right {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .right .this_child {
  background-color: #fff;
  padding: 15px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .right .this_child .this_text {
  width: calc(65% - 10px);
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .right .this_child .this_text h6 {
  font-size: 16px;
  font-weight: 500;
  color: #9D9D9D;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .right .this_child .this_text h5 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制为3行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .right .this_child .this_text p {
  font-size: 14px;
  color: #9D9D9D;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .right .this_child .img_b {
  width: 35%;
}
.newsPage .lastestPostsWrapper .Wrapper .this_in .right .this_child .img_b img {
  width: 100%;
}
.newsPage .newsWrapper {
  padding-bottom: 60px;
}
.newsPage .newsWrapper .Wrapper .this_title {
  margin-top: 20px;
}
.newsPage .newsWrapper .Wrapper .this_in {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.newsPage .newsWrapper .Wrapper .this_in .this_child {
  padding: 40px 15px 50px;
  background-color: #fff;
  width: calc(33.3% - 20px);
}
.newsPage .newsWrapper .Wrapper .this_in .this_child h5 {
  font-size: 18px;
  margin-bottom: 30px;
}
.newsPage .newsWrapper .Wrapper .this_in .this_child .imgTimeWrapper {
  width: 100%;
  position: relative;
}
.newsPage .newsWrapper .Wrapper .this_in .this_child .imgTimeWrapper .img_b {
  width: 100%;
  position: relative;
  padding-top: 60%;
}
.newsPage .newsWrapper .Wrapper .this_in .this_child .imgTimeWrapper .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.newsPage .newsWrapper .Wrapper .this_in .this_child .imgTimeWrapper .time {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 10px;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsPage .newsWrapper .Wrapper .this_in .this_child .imgTimeWrapper .time span {
  font-size: 14px;
  font-weight: bold;
}
.newsPage .newsWrapper .Wrapper .this_in .this_child .imgTimeWrapper .time p {
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
}
.newsPage .newsWrapper .Wrapper .this_in .this_child .this_text {
  margin-top: 30px;
}
.newsPage .newsWrapper .Wrapper .this_in .this_child .this_text p {
  font-size: 16px;
  color: #666666;
}
@media screen and (max-width: 1500px) {
  .newsPage .layout {
    width: 1200px;
  }
  .newsPage .lastestPostsWrapper .Wrapper .this_in .left .this_child .img_b {
    padding-top: 50%;
  }
}
@media screen and (max-width: 1280px) {
  .newsPage .layout {
    width: 1000px;
  }
  .newsPage .lastestPostsWrapper .Wrapper .this_in .left .this_child .img_b {
    padding-top: 57%;
  }
}
@media screen and (max-width: 1024px) {
  .newsPage .layout {
    width: 900px;
  }
  .newsPage .lastestPostsWrapper .Wrapper .this_in .left .this_child .img_b {
    padding-top: 63%;
  }
}
@media screen and (max-width: 950px) {
  .newsPage .layout {
    width: 90vw;
  }
  .newsPage .lastestPostsWrapper .Wrapper .this_in {
    flex-direction: column;
  }
  .newsPage .lastestPostsWrapper .Wrapper .this_in .left {
    width: 100%;
  }
  .newsPage .lastestPostsWrapper .Wrapper .this_in .left .this_child .img_b {
    padding-top: 50%;
  }
  .newsPage .lastestPostsWrapper .Wrapper .this_in .right {
    width: 100%;
  }
  .newsPage .lastestPostsWrapper .Wrapper .this_in .right .this_child .img_b {
    position: relative;
    padding-top: 35%;
  }
  .newsPage .lastestPostsWrapper .Wrapper .this_in .right .this_child .img_b img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .newsPage .newsWrapper .Wrapper .this_in {
    flex-direction: column;
  }
  .newsPage .newsWrapper .Wrapper .this_in .this_child {
    width: 100%;
  }
}
