.public_w {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
}
/* 新闻 */
.news {
  /* 顶部banner */
  /* 新闻 */
}
.news .news_banner {
  width: 100%;
  position: relative;
}
.news .news_banner > img {
  width: 100%;
}
.news .news_banner .news_banner_tit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* border: 1px solid #f00; */
}
.news .news_banner .news_banner_tit > .public_w {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .news_banner .news_banner_tit > .public_w p {
  font-size: calc(10px + 1.5rem);
  color: #FFFFFF;
  text-shadow: 0px 6px 11px rgba(0, 0, 0, 0.2);
}
.news .news_banner .news_banner_tit > .public_w span {
  font-size: calc(10px + 0.7rem);
  color: #FFFFFF;
  text-shadow: 0px 6px 11px rgba(0, 0, 0, 0.2);
  margin-top: calc(10px + 0.5rem);
  font-weight: 300;
}
.news .news_cont {
  width: 100%;
  background: rgba(0, 0, 0, 0.04);
  padding-bottom: calc(50px + 5rem);
}
.news .news_cont > div:nth-of-type(1) {
  width: 90%;
  display: flex;
  justify-content: space-between;
  padding-top: calc(30px + 5rem);
}
.news .news_cont > div:nth-of-type(1) a {
  width: 31.8%;
  display: flex;
  flex-direction: column;
}
.news .news_cont > div:nth-of-type(1) a div:nth-of-type(1) {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news .news_cont > div:nth-of-type(1) a div:nth-of-type(1) > p {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  width: calc(46px + 4rem);
  height: calc(12px + 1.5rem);
  background: #000000;
  border-radius: calc(11px + 0.5rem) 0px 0px calc(11px + 0.5rem);
  font-weight: 300;
  font-size: calc(8px + 0.5rem);
  color: #FFFFFF;
}
.news .news_cont > div:nth-of-type(1) a div:nth-of-type(1) > img {
  transition: all 0.3s;
}
.news .news_cont > div:nth-of-type(1) a div:nth-of-type(2) {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 calc(10px + 0.75rem);
  background: #fff;
}
.news .news_cont > div:nth-of-type(1) a div:nth-of-type(2) > p {
  font-size: calc(10px + 0.6rem);
  color: #333333;
  margin-top: calc(10px + 1rem);
  margin-bottom: calc(10px + 0.2rem);
}
.news .news_cont > div:nth-of-type(1) a div:nth-of-type(2) > span {
  font-size: calc(10px + 0.3rem);
  color: #666666;
  line-height: calc(10px + 0.9rem);
}
.news .news_cont > div:nth-of-type(1) a div:nth-of-type(2) > div {
  width: calc(38px + 3rem);
  height: calc(14px + 1rem);
  border-radius: calc(14px + 1rem);
  border: 1px solid #B0B0B0;
  margin-top: calc(10px + 0.5rem);
  margin-bottom: calc(16px + 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.news .news_cont > div:nth-of-type(1) a div:nth-of-type(2) > div > span {
  font-size: calc(10px + 0.3rem);
  color: #B0B0B0;
  margin-right: calc(10px + 0.15rem);
  line-height: 0;
  transition: all 0.3s;
}
.news .news_cont > div:nth-of-type(1) a div:nth-of-type(2) > div > img {
  transition: all 0.3s;
}
.news .news_cont > div:nth-of-type(1) a div:nth-of-type(2) > div > img:nth-of-type(2) {
  display: none;
}
.news .news_cont > div:nth-of-type(1) a:hover div:nth-of-type(1) > img {
  transform: scale(1.1);
}
.news .news_cont > div:nth-of-type(1) a:hover div:nth-of-type(2) > div {
  background: #D21010;
  border: 1px solid #D21010;
}
.news .news_cont > div:nth-of-type(1) a:hover div:nth-of-type(2) > div > span {
  color: #fff;
}
.news .news_cont > div:nth-of-type(1) a:hover div:nth-of-type(2) > div > img:nth-of-type(1) {
  display: none;
}
.news .news_cont > div:nth-of-type(1) a:hover div:nth-of-type(2) > div > img:nth-of-type(2) {
  display: block;
}
@media screen and (max-width: 1100px) {
  .news .news_banner .news_banner_tit .public_w span {
    margin-top: 1rem;
  }
  .news .news_cont > div:nth-of-type(1) {
    flex-wrap: wrap;
  }
  .news .news_cont > div:nth-of-type(1) a {
    width: 48%;
    margin-top: calc(10px + 1rem);
  }
  .news .news_cont > div:nth-of-type(1) a:nth-of-type(1),
  .news .news_cont > div:nth-of-type(1) a:nth-of-type(2) {
    margin-top: 0;
  }
}
