.public_w {
  max-width: 1420px;
  width: 85%;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
}
/* 新闻中心 */
.news {
  width: 100%;
}
.news .news_detail {
  width: 80%;
  margin-top: calc(30px + 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news .news_detail > p {
  font-size: calc(10px + 1.2rem);
  color: #333333;
  margin-bottom: calc(4px + 0.5rem);
}
.news .news_detail > span {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  margin-bottom: calc(20px + 2.5rem);
}
.news .news_detail > div:nth-of-type(1) {
  width: 100%;
  display: flex;
  gap: 2.394%;
  /* border: 1px solid #000; */
}
.news .news_detail > div:nth-of-type(1) > a {
  width: 31.76%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 1px #0f0 solid; */
  /* border: 1px solid rgba(151,151,151,0.4); */
  transition: all 0.3s;
}
.news .news_detail > div:nth-of-type(1) > a .contt1 {
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
  height: calc(82px + 10rem);
}
.news .news_detail > div:nth-of-type(1) > a .contt1 img {
  width: 100%;
  height: 100%;
  /* height: 303px; */
  transition: all 0.3s;
}
.news .news_detail > div:nth-of-type(1) > a .contt2 {
  width: 100%;
  /* height: calc(82px + 5rem); */
  display: flex;
  flex-direction: column;
  padding-left: calc(10px + 1.25rem);
  padding-right: calc(10px + 3.5rem);
  border: 1px solid rgba(151, 151, 151, 0.4);
  transition: all 0.3s;
  /* border: 1PX #F00 solid; */
}
.news .news_detail > div:nth-of-type(1) > a .contt2 > p {
  width: 100%;
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.3rem);
  color: #333333;
  line-height: calc(10px + 1rem);
  margin-top: calc(10px + 0.9rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.news .news_detail > div:nth-of-type(1) > a .contt2 > span {
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  margin-top: 0.7rem;
  margin-bottom: calc(10px + 0.6rem);
  transition: background-color 1s;
}
.news .news_detail > div:nth-of-type(1) > a .contt2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #003B95;
  transition: width 0.5s;
}
.news .news_detail > div:nth-of-type(1) > a .contt2 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(10px + 1rem);
  /* border: 1px #ff0 solid; */
}
.news .news_detail > div:nth-of-type(1) > a .contt2 > div > div {
  display: flex;
  align-items: center;
}
.news .news_detail > div:nth-of-type(1) > a .contt2 > div > div > img {
  width: calc(10px + 0.4rem);
}
.news .news_detail > div:nth-of-type(1) > a .contt2 > div > div > span {
  font-family: DINPRO_Regular;
  font-size: calc(10px + 0.5rem);
  color: rgba(119, 119, 119, 0.8);
  margin-left: 0.4rem;
}
.news .news_detail > div:nth-of-type(1) > a .contt2 > div > img:nth-of-type(1) {
  width: 0.5rem;
  /* height: 19px; */
}
.news .news_detail > div:nth-of-type(1) > a:hover {
  border: none;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
.news .news_detail > div:nth-of-type(1) > a:hover .contt2 {
  border: 1px solid rgba(151, 151, 151, 0);
  box-shadow: 0px 0px 8px 2px rgba(144, 144, 144, 0.2);
}
.news .news_detail > div:nth-of-type(1) > a:hover .contt1 > img {
  transform: scale(1.1);
}
.news .news_detail > div:nth-of-type(1) > a:hover .contt2 > span::before {
  width: 100%;
}
.news .news_detail .xrpagination {
  width: 100%;
  margin-top: calc(20px + 2rem);
  margin-bottom: calc(40px + 5rem);
}
.news .news_detail .xrpagination .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}
.news .news_detail .xrpagination .pagination > li {
  background: #F1F1F1;
  padding: calc(3px + 0.15rem) calc(4px + 0.5rem);
  margin: 0 5px;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #003B95;
}
.news .news_detail .xrpagination .pagination > li.active {
  background: #003B95;
  color: #fff;
}
/* 新闻详情 */
.news_read {
  width: 100%;
}
.news_read .news_read_cont {
  width: 80%;
  margin-top: calc(30px + 5rem);
  margin-bottom: calc(40px + 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news_read .news_read_cont > p:nth-of-type(1) {
  font-size: calc(10px + 1.2rem);
  color: #333333;
}
.news_read .news_read_cont > p:nth-of-type(2) {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #777777;
  margin-top: calc(10px + 0.55rem);
  margin-bottom: calc(14px + 1rem);
}
.news_read .news_read_cont > p:nth-of-type(2) > span {
  opacity: 0.85;
}
.news_read .news_read_cont > div:nth-of-type(1) {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid rgba(229, 229, 229, 0.7);
  border-bottom: 1px solid rgba(229, 229, 229, 0.7);
  padding-top: calc(10px + 2.5rem);
  padding-bottom: calc(2px + 3rem);
}
.news_read .news_read_cont > div:nth-of-type(1) > p {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.3rem);
  color: #333333;
  line-height: calc(10px + 1rem);
  margin-bottom: calc(10px + 0.5rem);
}
.news_read .news_read_cont > div:nth-of-type(1) > p > img {
  margin-bottom: calc(10px + 2.5rem);
}
.news_read .news_read_cont > div:nth-of-type(1) > p:nth-of-type(1) {
  margin-bottom: 0;
}
.news_read .news_read_cont > div:nth-of-type(2) {
  width: 100%;
  margin-top: calc(12px + 1rem);
}
.news_read .news_read_cont > div:nth-of-type(2) > p {
  display: flex;
  align-items: center;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #333333;
}
.news_read .news_read_cont > div:nth-of-type(2) > p:hover {
  color: #003B95;
}
.news_read .news_read_cont > div:nth-of-type(2) > p:nth-child(1) {
  margin-bottom: calc(10px + 0.3rem);
}
.news_read .news_read_cont > a {
  width: calc(60px + 5rem);
  height: calc(25px + 1rem);
  background: #003B95;
  margin-top: calc(10px + 2.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #FFFFFF;
}
.news_read .news_read_cont > a > span {
  font-family: Helvetica;
  margin-left: 5px;
}
@media screen and (max-width: 1100px) {
  /* 新闻中心 */
  .news .news_detail > div:nth-of-type(1) {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news .news_detail > div:nth-of-type(1) > a {
    width: 48.5%;
    margin-top: calc(10px + 2rem);
  }
  .news .news_detail > div:nth-of-type(1) > a:nth-child(1),
  .news .news_detail > div:nth-of-type(1) > a:nth-child(2) {
    margin-top: 0;
  }
  /* 新闻详情 */
  .news_read .news_read_cont > p:nth-of-type(1) {
    text-align: center;
  }
  .news_read .news_read_cont > div:nth-of-type(2) > p {
    display: flex;
    align-items: flex-start;
  }
  .news_read .news_read_cont > div:nth-of-type(2) > p > a {
    width: 85%;
  }
  .news_read .news_read_cont > div:nth-of-type(2) > p > i {
    margin-top: 1px;
  }
}
