.public_all {
  margin-left: 15.6%;
  width: 85%;
  max-width: 1620px;
}
.public_w {
  max-width: 1360px;
  width: 85%;
  margin: 0 auto;
}
.public_w2 {
  max-width: 1180px;
  width: 85%;
  margin-left: 0;
  /* margin: 0 auto; */
}
* {
  margin: 0;
  padding: 0;
}
/* 新闻 */
.news {
  width: 84.4%;
}
.news .news_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(30px + 5rem);
}
.news .news_cont > p {
  font-family: HelveticaNeue_Medium;
  font-size: calc(10px + 1.5rem);
  color: #333333;
}
.news .news_cont > span {
  font-family: Helvetica;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  margin-top: calc(10px + 0.4rem);
  margin-bottom: calc(10px + 2.5rem);
}
.news .news_cont .news_cont1 {
  width: 100%;
  display: flex;
  gap: 2.13%;
  margin-bottom: calc(10px + 2.5rem);
}
.news .news_cont .news_cont1 > a {
  width: 31.91%;
}
.news .news_cont .news_cont1 > a .contt1 {
  width: 100%;
  overflow: hidden;
}
.news .news_cont .news_cont1 > a .contt1 img {
  width: 100%;
  height: 100%;
  /* height: 303px; */
  transition: all 0.3s;
}
.news .news_cont .news_cont1 > a .contt2 {
  width: 100%;
  /* height: calc(82px + 5rem); */
  display: flex;
  flex-direction: column;
  padding-left: calc(12px + 1.5rem);
  padding-right: calc(14px + 1.5rem);
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  transition: all 0.3s;
  /* border: 1PX #F00 solid; */
}
.news .news_cont .news_cont1 > a .contt2 > p {
  font-family: HelveticaNeue_Medium;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  line-height: calc(10px + 0.9rem);
  margin-top: calc(10px + 0.95rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.news .news_cont .news_cont1 > a .contt2 > span {
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  /* margin-top: 0.55rem; */
  margin: calc(10px + 0.6rem) 0;
  transition: background-color 1s;
}
.news .news_cont .news_cont1 > a .contt2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(119, 119, 119, 0.5);
  transition: width 0.5s;
}
.news .news_cont .news_cont1 > a .contt2 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(10px + 1rem);
  /* border: 1px #ff0 solid; */
}
.news .news_cont .news_cont1 > a .contt2 > div > div {
  display: flex;
  align-items: center;
}
.news .news_cont .news_cont1 > a .contt2 > div > div > img {
  width: calc(10px + 0.4rem);
  height: calc(10px + 0.4rem);
}
.news .news_cont .news_cont1 > a .contt2 > div > div > span {
  font-family: DINPRO_Regular;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  margin-left: 0.4rem;
}
.news .news_cont .news_cont1 > a .contt2 > div > img {
  width: 0.5rem;
  /* height: 19px; */
}
.news .news_cont .news_cont1 > a:hover .contt1 > img {
  transform: scale(1.1);
}
.news .news_cont .news_cont1 > a:hover .contt2 {
  border: 1px #fff solid ;
  box-shadow: 0px 0px 8px 4px rgba(161, 161, 161, 0.15);
}
.news .news_cont .news_cont1 > a:hover .contt2 > span::before {
  width: 100%;
}
/* 新闻详情 */
.news_read {
  width: 84.4%;
}
.news_read .news_read_cont {
  display: flex;
  flex-direction: column;
}
.news_read .news_read_cont > p {
  font-family: HelveticaNeue_Medium;
  font-size: calc(12px + 1rem);
  color: #333333;
  text-align: center;
  margin-top: calc(30px + 5rem);
}
.news_read .news_read_cont > div:nth-of-type(1) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
  font-size: calc(10px + 0.4rem);
  color: #777777;
  margin-top: calc(10px + 0.8rem);
  margin-bottom: calc(15px + 4rem);
}
.news_read .news_read_cont > div:nth-of-type(2) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(19px + 2rem);
}
.news_read .news_read_cont > div:nth-of-type(2) > img {
  width: calc(180px + 25rem);
}
.news_read .news_read_cont > div:nth-of-type(3) {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: PingFangSC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  line-height: calc(12px + 1rem);
  text-indent: 2rem;
}
.news_read .news_read_cont > div:nth-of-type(3) > p {
  margin-bottom: calc(10px + 0.4rem);
}
.news_read .news_read_cont > div:nth-of-type(3) > p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.news_read .news_read_cont > span {
  width: 100%;
  height: 1px;
  background: rgba(229, 229, 229, 0.7);
  margin-top: calc(20px + 4rem);
  margin-bottom: calc(12px + 1rem);
}
.news_read .news_read_cont .xwqh {
  margin-bottom: calc(10px + 3.5rem);
  font-family: Helvetica;
  font-size: calc(10px + 0.4rem);
  /* color: #333333; */
}
.news_read .news_read_cont .xwqh .prev,
.news_read .news_read_cont .xwqh .next {
  margin-bottom: calc(10px + 0.3rem);
}
.news_read .news_read_cont .xwqh #up,
.news_read .news_read_cont .xwqh #down {
  color: #333;
  transition: all 0.3s;
}
.news_read .news_read_cont .xwqh #up:hover,
.news_read .news_read_cont .xwqh #down:hover {
  color: #1B65BA;
}
.news_read .news_read_cont > a {
  width: calc(70px + 4rem);
  height: calc(26px + 1rem);
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
  font-size: calc(10px + 0.4rem);
  color: #FFFFFF;
  margin: 0 auto;
  margin-bottom: calc(40px + 5rem);
}
.news_read .news_read_cont > a > span {
  margin-left: 0.4rem;
}
@media screen and (max-width: 1100px) {
  .public_all {
    width: 100%;
    margin-left: 0;
  }
  .news .news_cont > span {
    text-align: center;
  }
  .news .news_cont .news_cont1 {
    display: flex;
    flex-direction: column;
  }
  .news .news_cont .news_cont1 > a {
    width: 100%;
    margin-bottom: calc(10px + 1rem);
  }
  .news .news_cont .news_cont1 > a:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
