.public_w {
  max-width: 1520px;
  width: 85%;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
}
.news {
  width: 100%;
  /* 新闻 */
}
.news .news_cont {
  width: 100%;
  background: #F4F4F4;
  padding-top: calc(20px + 5rem);
  padding-bottom: calc(27px + 5rem);
}
.news .news_cont .public_w {
  width: 85%;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #000; */
}
.news .news_cont .public_w .news_nav {
  width: 100%;
  display: flex;
  align-items: center;
}
.news .news_cont .public_w .news_nav > a {
  width: calc(60px + 5rem);
  height: calc(30px + 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E3E8ED;
  font-family: OPPOSans-M;
  font-size: calc(10px + 0.4rem);
  color: #1E2737;
  border-radius: calc(30px + 1.5rem);
  transition: all 0.3s;
  text-align: center;
}
.news .news_cont .public_w .news_nav > a:nth-child(1) {
  margin-right: calc(10px + 0.7rem);
}
.news .news_cont .public_w .news_nav > a:hover {
  background: #1D5D9F;
  color: #fff;
}
.news .news_cont .public_w .news_cont1 {
  width: 100%;
  margin-top: calc(20px + 2.5rem);
  display: flex;
  flex-direction: column;
  /* border: 1px solid #f00; */
}
.news .news_cont .public_w .news_cont1 .news_cont1a {
  width: 100%;
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul {
  width: 100%;
  display: flex;
  gap: 2.2%;
  margin-bottom: calc(14px + 2rem);
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul > li {
  width: 31.84%;
  background: #fff;
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a .news_pic {
  width: 100%;
  height: calc(2px + 15rem);
  overflow: hidden;
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a .news_pic > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a .news_text {
  padding: calc(4px + 2rem) calc(10px + 1rem);
  position: relative;
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a .news_text .news_title {
  font-family: OPPOSans-M;
  font-weight: normal;
  font-size: calc(10px + 0.5rem);
  color: #333333;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a .news_text .news_intro {
  font-family: OPPOSans-R;
  font-weight: normal;
  font-size: calc(6px + 0.5rem);
  color: #666666;
  line-height: calc(8px + 1rem);
  margin-top: calc(8px + 0.5rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a .news_text .news_time {
  width: calc(30px + 2rem);
  height: calc(36px + 1.5rem);
  background: #1D5D9F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: calc(0px + 0.1rem);
  padding-right: calc(0px + 0.5rem);
  position: absolute;
  top: calc(-13px - 1rem);
  right: calc(4px + 1rem);
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a .news_text .news_time > p:nth-of-type(1) {
  font-family: OPPOSans-R;
  font-weight: normal;
  font-size: calc(4px + 0.5rem);
  color: #FFFFFF;
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a .news_text .news_time > p:nth-of-type(2) {
  font-family: OPPOSans-B;
  font-weight: normal;
  font-size: calc(9px + 0.5rem);
  color: #FFFFFF;
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a:hover .news_text .news_title {
  color: #1D5D9F;
}
.news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a:hover .news_pic > img {
  transform: scale(1.1);
}
.news_read .news_read_cont {
  width: 100%;
  background: #F4F4F4;
  padding-top: calc(20px + 5rem);
  padding-bottom: calc(27px + 5rem);
}
.news_read .news_read_cont .public_w {
  width: 85%;
  display: flex;
  justify-content: space-between;
  /* border: 1px solid #000; */
}
.news_read .news_read_cont .public_w .news_read_cnot1 {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin-bottom: calc(10px + 1.5rem);
  /* border: 1px solid #000; */
}
.news_read .news_read_cont .public_w .news_read_cnot1 > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_read .news_read_cont .public_w .news_read_cnot1 > ul > li:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.news_read .news_read_cont .public_w .news_read_cnot1 > ul > li:nth-child(1) > p {
  font-family: OPPOSans-B;
  font-size: calc(10px + 1.2rem);
  color: #1E2737;
}
.news_read .news_read_cont .public_w .news_read_cnot1 > ul > li:nth-child(1) > span {
  font-family: Microsoft YaHei;
  font-size: calc(10px + 0.3rem);
  color: #666666;
  margin-top: calc(10px + 0.3rem);
}
.news_read .news_read_cont .public_w .news_read_cnot1 > ul > li:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.news_read .news_read_cont .public_w .news_read_cnot1 > ul > li:nth-child(2) > p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(10px + 0.9rem);
  color: #1D5D9F;
}
.news_read .news_read_cont .public_w .news_read_cnot1 > ul > li:nth-child(2) > span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(10px + 1.6rem);
  color: #1D5D9F;
}
.news_read .news_read_cont .public_w .news_read_cnot1 > span {
  width: 100%;
  height: 1px;
  background: #D6D6D8;
  margin-top: calc(13px + 1rem);
  margin-bottom: calc(10px + 1.15rem);
}
.news_read .news_read_cont .public_w .news_read_cnot1 > div:nth-of-type(1) > p {
  font-family: OPPOSans-R;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  line-height: calc(10px + 1.3rem);
}
.news_read .news_read_cont .public_w .news_read_cnot1 > div:nth-of-type(2) {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: calc(12px + 2.5rem);
  margin-bottom: calc(10px + 4rem);
}
.news_read .news_read_cont .public_w .news_read_cnot1 .qh {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.news_read .news_read_cont .public_w .news_read_cnot1 .qh > div {
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: calc(10px + 0.4rem);
  color: #333333;
}
.news_read .news_read_cont .public_w .news_read_cnot1 .qh .prev,
.news_read .news_read_cont .public_w .news_read_cnot1 .qh .next {
  width: 40%;
  /* border: 1px solid #000; */
}
.news_read .news_read_cont .public_w .news_read_cnot1 .qh .prev #up,
.news_read .news_read_cont .public_w .news_read_cnot1 .qh .next #up,
.news_read .news_read_cont .public_w .news_read_cnot1 .qh .prev #down,
.news_read .news_read_cont .public_w .news_read_cnot1 .qh .next #down {
  width: 100%;
  display: flex;
  align-content: center;
}
.news_read .news_read_cont .public_w .news_read_cnot1 .qh .prev #up > a,
.news_read .news_read_cont .public_w .news_read_cnot1 .qh .next #up > a,
.news_read .news_read_cont .public_w .news_read_cnot1 .qh .prev #down > a,
.news_read .news_read_cont .public_w .news_read_cnot1 .qh .next #down > a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_read .news_read_cont .public_w .news_read_cnot1 .qh > a {
  width: calc(16px + 2rem);
  height: calc(16px + 2rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news_read .news_read_cont .public_w .news_read_cnot1 .qh > a > img {
  width: 100%;
}
.news_read .news_read_cont .public_w .news_read_cnot2 {
  width: 24.34%;
  display: flex;
  flex-direction: column;
}
.news_read .news_read_cont .public_w .news_read_cnot2 > div {
  width: 100%;
  height: calc(20px + 3rem);
  display: flex;
  align-items: center;
  padding-left: calc(10px + 1.5rem);
  background: #F2F2F2;
  border: 1px solid #D6D6D8;
  /* border-bottom: none; */
}
.news_read .news_read_cont .public_w .news_read_cnot2 > div > p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: calc(10px + 0.7rem);
  color: #333333;
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #D6D6D8;
  border-top: none;
  background: #fff;
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li {
  width: 88.1%;
  padding-top: calc(10px + 1.5rem);
  padding-bottom: calc(10px + 0.45rem);
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(48, 51, 59, 0.2);
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a {
  width: 100%;
  /* border: 1px solid #f00; */
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a > p:nth-of-type(1) {
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a > p:nth-of-type(1) > i {
  width: 4px;
  height: 4px;
  background: #333333;
  border-radius: 50%;
  margin-right: calc(10px + 0.15rem);
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a > p:nth-of-type(1) > span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #333333;
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a > div {
  width: 100%;
  padding-left: calc(10px + 0.35rem);
  padding-right: calc(10px + 0.55rem);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(10px + 0.3rem);
  color: #666666;
  overflow: hidden;
  margin-top: calc(10px + 0.5rem);
  margin-bottom: calc(10px + 0.9rem);
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a > div > p {
  width: 100%;
  display: inline;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a > ul {
  width: 100%;
  padding-left: calc(10px + 0.35rem);
  display: flex;
  /* border: 1px solid #000; */
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a > ul > li {
  width: 100%;
  display: flex;
  align-items: center;
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a > ul > li > p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(10px + 0.2rem);
  color: #ACADB1;
  margin-left: 0.5rem;
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a > ul > li .sj {
  width: calc(10px + 0.2rem);
  height: calc(10px + 0.2rem);
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a > ul > li .yj {
  width: calc(10px + 0.3rem);
  height: calc(10px + 0.2rem);
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a > ul > li:nth-child(1) {
  margin-right: calc(10px + 0.55rem);
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a:hover > p:nth-of-type(1) > i {
  background: #1D5D9F;
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li > a:hover > p:nth-of-type(1) > span {
  color: #1D5D9F;
}
.news_read .news_read_cont .public_w .news_read_cnot2 > ul > li:nth-last-of-type(1) {
  border-bottom: none;
}
@media screen and (max-width: 1100px) {
  /* 新闻中心 */
  .news .news_cont .public_w .news_cont1 .news_cont1a > ul {
    flex-direction: column;
  }
  .news .news_cont .public_w .news_cont1 .news_cont1a > ul > li {
    width: 100%;
    margin-bottom: calc(10px + 2rem);
  }
  .news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a .news_pic {
    height: 52rem;
  }
  .news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a .news_text {
    padding: calc(20px + 2rem) calc(10px + 1rem);
  }
  .news .news_cont .public_w .news_cont1 .news_cont1a > ul > li > a .news_text .news_time {
    padding-right: 1rem;
  }
  /* 新闻详情 */
  .news_read .news_read_cont .public_w .news_read_cnot1 {
    width: 100%;
  }
  .news_read .news_read_cont .public_w .news_read_cnot1 .qh {
    display: flex;
    justify-content: space-between;
  }
  .news_read .news_read_cont .public_w .news_read_cnot1 .qh .prev,
  .news_read .news_read_cont .public_w .news_read_cnot1 .qh .next {
    /* width: 40%; */
    /* border: 1px solid #000; */
  }
  .news_read .news_read_cont .public_w .news_read_cnot2 {
    display: none;
  }
}
