.big_box {
  background: #fad9b2;
  background-size: 100% 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}

.big_box ul {
  margin: 58px auto;
  width: 1130px;
}
.big_box ul li {
  background: url(../images/newsEvents/box.png) no-repeat;
  background-size: 100% 100%;
  width: 90%;
  margin: 0 auto;
  height: 156px;
  position: relative;
  padding: 1px;
}
.big_box ul li > div:first-child {
  width: 130px;
  height: 130px;
  background: url(../images/newsEvents/yuan.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 126px;
  position: absolute;
  left: -52px;
}
.big_box ul li > img {
  position: absolute;
  right: -13px;
  top: -16px;
}
.big_box ul li > div:nth-child(3) {
  max-width: 76%;
  display: flex;
  justify-content: space-between;
  margin: 21px auto 0;
}

.big_box ul li > div:nth-child(3) > p {
  font-size: 32px;
  font-family: Taipei Sans TC Beta;
  font-weight: bold;
  color: #333333;
}
.big_box ul li > div:nth-child(3) > p > span {
  font-size: 18px;
  font-family: Taipei Sans TC Beta;
  font-weight: 400;
  color: #635948;
}
.big_box ul li > div:nth-child(3) img {
  margin-top: 12px;
  cursor: pointer;
}

.big_box > div {
  background: url(../images/newsEvents/box_footer.png) no-repeat;
  background-size: 100% 100%;
  width: 1154px;
  padding: 36px;
  margin: 0 auto;
}
.big_box > div > div {
  position: relative;
  width: 197px;
  font-size: 26px;
  font-family: Source Han Serif SC;
  font-weight: bold;
  color: #b62325;
  text-align: center;
  margin: 0 auto;
}
.big_box > div > div > div {
  width: 199px;
  height: 12px;
  background: #ef660f;
  opacity: 0.2;
  border-radius: 6px;
  position: absolute;
  bottom: 0;
}

.big_box > div > p:nth-child(2) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  padding: 30px 10px;
}
.big_box > div > p:nth-child(2) > span {
  color: #d34a13;
}
.big_box > div > p:last-child {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.big_box ul li > div:nth-child(3) > a {
  width: 176px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border: 2px dashed #cc2d2e;
  background: linear-gradient(0deg, #ffd685 0%, #fcffdd 100%);
  border-radius: 30px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #6a0604;
  margin-top: 10px;
}
.big_box ul li > div:nth-child(3) > p > span> .jiashao{
  color: #f60;
    font-weight: bold;
    padding: 0px 7px;
    border: 1px solid #f60;
    border-radius: 50%;
    position: relative;
    display: none;
}

.big_box ul li > div:nth-child(3) > p > span> .jiashao>span{
  position: absolute;
  width: auto;
  font-weight: 400;
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  background: #fff;
  box-shadow: 0px 6px 24px 0px rgb(0 0 0 / 24%);
  padding: 5px;
  border-radius: 6px;
  top: -46px;
  left: -119px;
  display: none;
}
.big_box ul li > div:nth-child(3) > p > span> .jiashao>span::before{
  content: ' ';
  padding: 6px;
  background: #fff;
  position: absolute;
  left: 124px;
  top: 23px;
  transform: rotate(45deg);
}
.big_box ul li > div:nth-child(3) > p > span> .jiashao:hover span{
  display: block;
}
.big_box ul li > div:nth-child(3) > p > span>  .chngp{
  display: block;
}

@media (max-width: 1000px) {
  .big_box ul {
    width: 90%;
  }
  .big_box > div {
    width: 90%;
  }
}

@media (max-width: 900px) {
  .big_box ul {
    margin: 58px 0 58px 8%;
  }
  .big_box ul li {
    height: 130px;
  }
  .big_box ul li > div:nth-child(3) {
    margin: 21px 0 0 9%;
  }
  .big_box ul li > div:nth-child(3) > p {
    font-size: 25px;
  }
  .big_box ul li > div:nth-child(3) > p > span {
    font-size: 14px;
  }
  .big_box ul li > div:first-child {
    width: 107px;
    height: 107px;
    line-height: 107px;
  }
  .big_box ul li > div:nth-child(3) img {
    width: 150px;
    margin-top: 7px;
  }
  .big_box ul li > div:nth-child(3) > a {
    width: 150px;
    height: 56px;
    line-height: 53px;
    font-size: 20px;
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  .big_box > img {
    content: url(../images/newsEvents/banner_c.png);
  }
  .big_box ul {
    margin: 30px 0 30px 8%;
  }
  .big_box ul li {
    height: 74px;
  }
  .big_box ul li > div:first-child {
    width: 60px;
    height: 60px;
    line-height: 59px;
    left: -33px;
  }
  .big_box ul li > div:first-child > img {
    width: 32px;
  }

  .big_box ul li > img {
    right: -20px;
    top: -1px;
    width: 66px;
  }

  .big_box > div {
    background: url(../images/newsEvents/box_footer_c.png) no-repeat;
    background-size: 100% 100%;
    padding: 13px;
  }
  .big_box ul li > div:nth-child(3) {
    max-width: 100%;
    margin-top: 9px;
  }
  .big_box ul li > div:nth-child(3) > p {
    font-size: 16px;
  }
  .big_box ul li > div:nth-child(3) > p > span {
    font-size: 12px;
  
  }

  .big_box ul li > div:nth-child(3) > a {
    width: 75px;
    height: 22px;
    font-size: 10px;
    line-height: 19px;
    position: absolute;
    right: 45px;
    top: 20px;
  }
  .big_box ul li > div:nth-child(3) >.a-top{
    top: 32px;
  }
  .big_box ul li > div:nth-child(3) > .last {
    top: 11px;
  }

  .big_box > div > div {
    position: relative;
    width: 112px;
    font-size: 16px;
  }
  .big_box > div > div > div {
    width: 112px;
  }
  .big_box > div > p:nth-child(2) {
    font-size: 14px;
    line-height: 26px;
    padding: 12px 10px;
  }
  .big_box > div > p:last-child {
    font-size: 12px;
    margin-bottom: 10px;
}

.big_box ul .li_last{
  height: 91px;
}

.big_box ul .li_last > div:nth-child(3) > p {
 max-width: 242px;
}
.big_box ul li > div:nth-child(3) > p > span>  .chngp{
  display: block;
}
.big_box ul li > div:nth-child(3) > p > span>  .jiashao{
  display: none;
}
}
