.announcement {
  padding-top: 1rem;
}
.announcement div.download {
  display: flex;
  justify-content: space-between;
}
.announcement div.download a.pdf {
  display: block;
  width: 1.24rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  background: url(../images/investor/pdf_bg.png) no-repeat;
  background-size: contain;
  margin-right: 0.28rem;
  border-radius: 0 0.2rem 0 0;
}
.announcement div.download a.download {
  display: block;
  width: 1.24rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.18rem;
  color: #333333;
  border: 1px solid #3f405a;
  border-radius: 0 0.2rem 0 0;
  background-size: contain;
}
.announcement div.download a.download span {
  display: inline-block;
  font-size: 0.18rem;
  padding-right: 0.32rem;
  background: url(../images/investor/down_icon.png) no-repeat center right;
  background-size: 0.17rem 0.16rem;
}
.announcement .data {
  height: 3.2rem;
  background: url(../images/investor/an_bg.jpg) no-repeat;
  background-size: cover;
  padding: 0 1rem;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}
.announcement .data ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.announcement .data ul li {
  width: 20%;
}
.announcement .data ul li span {
  text-align: center;
  color: #fff;
}
.announcement .data ul li span:nth-child(1) {
  font-size: 0.24rem;
  line-height: 1.8;
  border-bottom: 1px solid #f8b070;
  min-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.announcement .data ul li span:nth-child(2) {
  font-size: 0.46rem;
  line-height: 1rem;
}
.announcement .data ul li span:nth-child(2) b {
  font-size: 0.46rem;
}
.announcement .newLink {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}
.announcement .newLink a {
  display: block;
  margin-left: 0.2rem;
  font-size: 0.18rem;
  background: #e94c19;
  padding: 0.1rem;
  color: #fff;
  border-radius: 0.05rem;
}
.announcement .pdflist ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f7f7f7;
}
.announcement .pdflist ul li .div_l {
  display: flex;
  justify-content: left;
  align-items: center;
}
.announcement .pdflist ul li .time {
  width: 1.2rem;
}
.announcement .pdflist ul li .time span {
  font-size: 0.18rem;
  color: #333333;
  opacity: 0.5;
  line-height: 1.5;
}
.announcement .pdflist ul li .time span:nth-child(2) {
  font-size: 0.28rem;
  text-align: justify;
  font-weight: bold;
}
.announcement .pdflist ul li .text p {
  font-size: 0.22rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.03rem;
}
.announcement .pdflist ul li .text span {
  font-size: 0.14rem;
  color: #333333;
  opacity: 0.6;
}
.announcement .pdflist2 ul {
  display: flex;
  flex-wrap: wrap;
}
.announcement .pdflist2 ul li {
  width: 30%;
  padding: 0.4rem;
  height: 4.5rem;
  box-shadow: 0px 0.24rem 0.4rem rgba(96, 97, 112, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 0.3rem;
  border-radius: 0.2rem;
}
.announcement .pdflist2 ul li:not(:nth-child(3n)) {
  margin-right: calc(10% / 2);
}
.announcement .pdflist2 ul li .time span {
  font-size: 0.48rem;
  color: #666;
}
.announcement .pdflist2 ul li .time span:nth-child(1) {
  font-weight: bold;
}
.announcement .pdflist2 ul li .time span:nth-child(2) {
  font-size: 0.2rem;
}
.announcement .pdflist2 ul li .div_r h4 {
  font-size: 0.3rem;
  color: #666666;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.investor .div_qa ul li {
  border-bottom: 1px solid #f7f7f7;
}
.investor .div_qa ul li h4 {
  font-size: 0.2rem;
  position: relative;
  padding-left: 0.6rem;
  height: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.investor .div_qa ul li h4::before {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.9rem;
  background: url(../images/investor/qa_icon1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.investor .div_qa ul li h4::after {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.11rem;
  background: url(../images/investor/arrow_down.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
}
.investor .div_qa ul li .divmore {
  padding-left: 0.6rem;
  position: relative;
  display: none;
}
.investor .div_qa ul li .divmore::before {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/investor/qa_icon2.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.investor .div_qa ul li .divmore p {
  font-size: 0.16rem;
  line-height: 1.8;
  color: #4e4e4e;
}
.investor .div_qa ul li.on h4::after {
  background: url(../images/investor/arrow_up.png) no-repeat center;
  background-size: contain;
}
.investor .cp_info {
  margin-top: 0.5rem;
  box-shadow: 0px 1px 9.8px 0.2px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0.5rem;
  border-radius: 1rem 0.1rem 0.1rem 0.1rem;
  margin-bottom: 0.4rem;
}
.investor .cp_info ul {
  overflow: hidden;
}
.investor .cp_info ul li {
  font-size: 0.22rem;
  color: #e94c19;
  width: 33.3%;
  float: left;
  line-height: 0.8rem;
  padding-left: 0.4rem;
}
.investor .cp_info ul li span {
  font-size: 0.22rem;
  display: inline-block;
  color: #666666;
}
.investor .cp_info ul li:nth-child(1) {
  width: 43%;
  background: url(../images/investor/icon01.png) no-repeat left center;
}
.investor .cp_info ul li:nth-child(2) {
  width: 26%;
  background: url(../images/investor/icon02.png) no-repeat left center;
}
.investor .cp_info ul li:nth-child(3) {
  width: 31%;
  background: url(../images/investor/icon03.png) no-repeat left center;
}
.investor .cp_info ul li:nth-child(4) {
  width: 43%;
  background: url(../images/investor/icon04.png) no-repeat left center;
}
.investor .cp_info ul li:nth-child(5) {
  width: 26%;
  background: url(../images/investor/icon05.png) no-repeat left center;
}
.investor .cp_info ul li:nth-child(6) {
  width: 31%;
  background: url(../images/investor/icon06.png) no-repeat left center;
}
.announcement .data ul li span b {
  padding-right: 0.5rem;
}
.announcement .data ul li span .mum {
  background: url(../images/investor/up.png) no-repeat right center;
  background-size: 0.24rem 0.31rem;
}
.announcement .data ul li span .mum.down {
  background: url(../images/investor/down.png) no-repeat right center;
  background-size: 0.24rem 0.31rem;
}
.qaEnter {
  width: 6.8rem;
  padding: 0.7rem;
  padding-top: 1rem;
  border-radius: 20px;
  box-shadow: 0px 0px 0.34rem 0.06rem rgba(160, 156, 154, 0.16);
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 1rem;
}
.qaEnter::after {
  content: "";
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  background: url(../images/qabox_icon.png) no-repeat center;
  background-size: cover;
  box-shadow: 0px 0px 0.34rem 0.06rem rgba(160, 156, 154, 0.16);
  position: absolute;
  top: -0.6rem;
  left: 50%;
  margin-left: -0.64rem;
  border-radius: 1.28rem;
}
.qaEnter h3 {
  font-size: 0.42rem;
  color: #000;
  margin-bottom: 0.1rem;
}
.qaEnter span {
  font-size: 0.24rem;
  color: #e94c19;
  margin-bottom: 0.5rem;
  font-family: arial!important;
}
.qaEnter a {
  display: block;
  width: 3.6rem;
  height: 0.86rem;
  line-height: 0.86rem;
  color: #fff;
  text-align: center;
  border-radius: 0 0.3rem 0 0;
  background: #e94c19;
  margin: 0 auto;
  font-size: 0.24rem;
}
@media screen and (max-width: 1460px) {
  .investor .cp_info ul li {
    width: 50%!important;
  }
}
@media screen and (max-width: 1023px) {
  .investor .cp_info ul li {
    width: 100%!important;
    line-height: 1.8;
    margin-bottom: 0.2rem;
  }
  .announcement .data {
    padding: 0 0.5rem;
    background-size: cover;
    height: auto;
    margin-bottom: 0;
  }
  .announcement .data ul {
    flex-wrap: wrap;
  }
  .announcement .data ul li {
    width: 50%;
  }
  .announcement .data ul li:nth-child(1) {
    width: 100%;
  }
  .announcement .pdflist ul li {
    flex-wrap: wrap;
  }
  .announcement .pdflist ul li .div_l {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }
  .announcement .pdflist ul li .div_l .time {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.1rem;
    flex-flow: row-reverse;
    display: flex;
    justify-content: flex-end;
  }
  .announcement .pdflist ul li .div_l .time span {
    font-size: 0.18rem !important;
    font-weight: normal;
    display: inline-block;
  }
  .announcement .pdflist ul li .div_l .time span:nth-child(2)::after {
    content: "年";
  }
  .announcement .pdflist ul li .div_l .text {
    width: 100%;
  }
  .announcement .pdflist ul li div.download {
    width: 100%;
    justify-content: flex-end;
  }
  .announcement .pdflist2 ul li {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .announcement .pdflist2 ul li:not(:nth-child(3n)) {
    margin: 0;
  }
  .announcement .pdflist2 ul li .time {
    margin-bottom: 0.3rem;
  }
  .qaEnter {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
}
