* {
  margin: 0;
  padding: 0;
}
.public_w {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
.news .top {
  width: 100%;
  /* height: 500px; */
  /* background: url('../images/about_bg.png') no-repeat 100%; */
  position: relative;
  overflow: hidden;
}
.news .top > img {
  width: 100%;
}
.news .top .top1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.news .top .top1 .top2 {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  font-family: GOTHICB;
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 61px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-style: normal;
  display: flex;
  align-items: center;
  /* border: 1px #f00 solid; */
}
.news .news_nav {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 6px 6px 0px rgba(219, 219, 219, 0.3);
  margin: 0 auto;
  /* border: 1px #f00 solid; */
}
.news .news_nav > div {
  width: 1400px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.news .news_nav > div > img {
  width: 30px;
  height: 28px;
}
.news .news_nav > div > a {
  font-family: LVNM;
  font-weight: 700;
  font-size: 20px;
  color: #777777;
  line-height: 21px;
  text-align: justify;
  font-style: normal;
  margin: 0 7px 0 12px;
}
.news .news_nav > div > span {
  display: block;
  width: 5px;
  height: 7px;
  line-height: 7px;
  text-align: center;
  margin-top: -5px;
  font-size: 17px;
  color: #979797;
}
.news .news_nav > div > p {
  font-family: LVNM;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
  font-style: normal;
  margin-left: 12px;
}
.news .news_cont {
  width: 95%;
  /* height: 485px; */
  margin: 0 auto;
  margin-top: 130px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* border: 1px #f00 solid; */
}
.news .news_cont .cont {
  width: 32%;
  height: 485px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-right: 32px; */
}
.news .news_cont .cont a {
  width: 100%;
  height: 485px;
}
.news .news_cont .cont a .cont1 {
  width: 100%;
  height: 303px;
  overflow: hidden;
}
.news .news_cont .cont a .cont1 img {
  width: 100%;
  height: 303px;
  transition: all 0.3s;
}
.news .news_cont .cont a .cont2 {
  width: 100%;
  height: 182px;
  background: #000;
  display: flex;
  flex-direction: column;
}
.news .news_cont .cont a .cont2 > p {
  width: 76%;
  height: 48px;
  font-family: LVNM;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  /* text-align: left; */
  font-style: normal;
  margin: 32px 0 22px 35px;
  /* border: 1px #f00 solid; */
}
.news .news_cont .cont a .cont2 > span {
  display: block;
  width: 76%;
  height: 1px;
  margin: 0 0 22px 35px;
  position: relative;
  transition: background-color 1s;
}
.news .news_cont .cont a .cont2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: width 0.5s;
}
.news .news_cont .cont a .cont2 > div {
  width: 75%;
  height: 25px;
  margin-left: 35px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* border: 1px #fff solid; */
}
.news .news_cont .cont a .cont2 > div > img:nth-of-type(1) {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.news .news_cont .cont a .cont2 > div span {
  font-family: DINPRO-LIGHT;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 25px;
  text-align: justify;
  font-style: normal;
}
.news .news_cont .cont a .cont2 > div > img:nth-of-type(2) {
  width: 10px;
  height: 19px;
  margin-left: 194px;
}
.news .news_cont .cont a:hover .cont1 > img {
  transform: scale(1.1);
}
.news .news_cont .cont a:hover .cont2 > span::before {
  width: 100%;
}
.news .news_cont > .cont:nth-child(3n) {
  margin-right: 0;
}
.news > .cc_botton1 {
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 160px;
  margin-bottom: 100px;
  border-bottom: 1px solid rgba(170,170,170,0.49); 
}
.news > .cc_botton1 > .pagination {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
  /* margin: 10px 0 0 0; */
  /* border: 1px #f00 solid; */
}
.news > .cc_botton1 > .pagination > div {
  display: flex;
  /* border: 1px #f00 solid; */
}
.news > .cc_botton1 > .pagination > div span,
.news > .cc_botton1 > .pagination > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  height: 38px;
  padding: 0 15px;
  margin: 0 5px;
  background: #F1F1F1;
  color: #000000;
  transition: all 0.3s;
  text-decoration: none;
  font-family: LVNM;
  font-weight: 550;
  font-size: 18px;
  border: none;
}
.news > .cc_botton1 > .pagination > div span:hover,
.news > .cc_botton1 > .pagination > div a:hover {
  color: #fff;
  background: #333333;
}
.news > .cc_botton1 > .pagination > #page_left_botton a {
  color: #fff;
  background: #333333;
  border: none;
}
.news > .cc_botton1 > .pagination > #page_center_botton {
  display: flex;
}
.news> .cc_botton1 > .pagination > #page_center_botton span {
  color: #fff;
  background: #333333;
  border: none;
}
.news > .cc_botton1 > .pagination > #page_left_botton a {
  color: #fff;
  background: #333333;
  /* border: none!important; */
}
@media screen and (max-width: 1100px) {
  .news .top {
    width: 100%;
  }
  .news .top .top1 .top2 {
    font-size: calc(10px + 0.5rem);
  }
  .news .news_nav {
    width: 100%;
    height: 100%;
    /* display: flex; */
    /* border: 1px #f00 solid; */
  }
  .news .news_nav > div {
    width: 25%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    margin: 0 2%;
    /* border: 1px #f00 solid; */
  }
  .news .news_nav > div > img {
    width: 12%;
    height: 8%;
  }
  .news .news_nav > div > a {
    font-size: calc(7px + 0.25rem);
    margin: 0 0 0 2%;
  }
  .news .news_nav > div > span {
    width: 8%;
    height: 100%;
    font-size: calc(10px + 0.25rem);
    margin: -4% 1% 0 1%;
  }
  .news .news_nav > div > p {
    font-size: calc(7px + 0.25rem);
    margin-left: 2%;
  }
  .news .news_cont {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: calc(10px + 0.25rem);
    margin-bottom: 10%;
    /* border: 1px #f00 solid; */
  }
  .news .news_cont .cont {
    width: 48%;
    height: 20%;
    margin-bottom: 2%;
    margin-right: 0;
    /* border: 1px #f00 solid; */
  }
  .news .news_cont .cont a {
    width: 100%;
    height: 100%;
  }
  .news .news_cont .cont a .cont1 {
    width: 100%;
    height: 100%;
  }
  .news .news_cont .cont a .cont1 > img {
    width: 100%;
    height: 100%;
  }
  .news .news_cont .cont a .cont2 {
    width: 100%;
    height: 10%;
    /* height: calc(70px + 1rem); */
  }
  .news .news_cont .cont a .cont2 > p {
    width: 96%;
    height: calc(30px + 2.5rem);
    font-size: calc(7px + 0.25rem);
    line-height: calc(15px + 0.5rem);
    /* margin: 0 auto; */
    margin: 2.5% auto;
    /* border: 1px #f00 solid; */
  }
  .news .news_cont .cont a .cont2 > span {
    display: none;
  }
  .news .news_cont .cont a .cont2 > div {
    width: 100%;
    /* height: 50%; */
    margin: 0 0;
    justify-content: space-between;
  }
  .news .news_cont .cont a .cont2 > div > img:nth-of-type(1) {
    width: calc(14.3px + 0.1rem);
    height: calc(14.3px + 0.1rem);
    margin-right: -40%;
    margin-left: 2.5%;
  }
  .news .news_cont .cont a .cont2 > div span {
    font-size: calc(10px + 0.25rem);
  }
  .news .news_cont .cont a .cont2 > div > img:nth-of-type(2) {
    width: calc(7px + 0.1rem);
    height: calc(12.5px + 0.1rem);
    margin-left: 0;
    margin-right: 2.5%;
  }
  .news .cc_botton1 {
    display: none;
  }
}
