img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.bxz *,
.bxz {
  box-sizing: border-box;
}
/**
 * 文本截断混合方法
 * @param {number} @lines - 最大显示行数
 * @param {number} @lineHeight - 行高（默认1.5）
 * @param {boolean} @calcHeight - 是否计算总高度（默认true）
 */
/* 定期公告start */
.regular_wrap {
  padding: 4.58333333% 0;
}
.regular_list li {
  margin-bottom: 2.53012048%;
  background: #fbfbfb;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .regular_list li:hover {
    background-color: #fbf9f6;
  }
  .regular_list li:hover .icon {
    background-color: #ae8648;
  }
  .regular_list li:hover p{border-color:#ae8648;}
}
.regular_list .icon {
  width: 120px;
  height: 120px;
  background: #757575 url(../images/icon_pdf.png) center center no-repeat;
  transition: all 0.3s;
}
.regular_list a {
  display: flex;
}
.regular_list a p {
  border: 1px solid #d1d1d1;
  border-left: none;
  padding-left: 1.6em;
  padding-right: 1em;
  flex: 1;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  display: flex;
}
.regular_list a p span {
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1440px) {
  .regular_list .icon {
    width: 80px;
    height: 80px;
    background-size: 50% auto;
  }
}
@media only screen and (max-width: 1024px) {
  .regular_list .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .regular_list .icon {
    width: 40px;
    height: 40px;
  }
}
/* 定期公告end */
/* 临时公告start */
.temporary_wrap {
  padding: 4.58333333% 0;
}
.temporary_wrap .pageout{margin-top:5%;}
.temporary_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75%;
  padding-bottom: 6.02409639%;
}
.temporary_list .item {
  /*background: url(../images/pdf_bg.jpg) right bottom no-repeat;*/
  background:#ae8648;
  padding: 5%;
}
.temporary_list .item a,
.temporary_list .item a:hover{color:#fff !important;}
.temporary_list .item .top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 3.6%;
}
.temporary_list .item .icon {
  width: 26px;
  height: 26px;
  background: url(../images/icon_pdf.png) center center no-repeat;
  background-size:100%;
}
.temporary_list .item p {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.6em;
}
@media only screen and (max-width: 768px) {
  .temporary_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
/* 临时公告end */
/* 投资者联络start */
.investor_contact_wrap {
  padding: 6.25% 0 4.16666667%;
  background: url(../images/contact_bg.jpg);
}
.investor_contact_wrap .cont {
  display: flex;
  background: #fff;
}
.investor_contact_wrap .cont .img {
  width: 50%;
}
.investor_contact_wrap .cont .info {
  flex: 1;
  padding: 3.1% 4.3% 0;
}
.investor_contact_wrap .cont .tit {
  line-height: 1;
  margin-bottom: 5.5%;
}
.investor_contact_wrap .items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.investor_contact_wrap .item {
  background: #f7f3ec;
  display: flex;
  align-items: center;
  padding: 4% 4.3%;
  gap: 0.9em;
}
.investor_contact_wrap .item:nth-child(2n){
    background: #fbf9f6;
}
.investor_contact_wrap .hline {
  width: 1px;
  height: 16px;
  background: #000;
}
@media only screen and (max-width: 1440px) {
  .investor_contact_wrap .item {
    padding: 2%;
  }
  .investor_contact_wrap .label {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1024px) {
  .investor_contact_wrap .cont {
    flex-direction: column;
  }
  .investor_contact_wrap .cont .img {
    width: 100%;
  }
  .investor_contact_wrap .cont .info {
    width: 100%;
    padding: 4%;
  }
  .investor_contact_wrap .item{align-items:start;}
  .investor_contact_wrap .item .icon,
  .investor_contact_wrap .item .hline{
    display:none;
  }
  .investor_contact_wrap .item .label{font-size:16px;}
  .investor_contact_wrap .item .icon img{width:100%;}
  .investor_contact_wrap .item .p{flex:1;}
}
/* 投资者联络end */
/* 投资者关系start */
.stock_wrap {
  background: #f8f4ee;
  padding: 5.72916667% 0;
}
.stock_wrap .cont {
  display: flex;
  align-items: end;
  margin-bottom: 3%;
}
.stock_wrap .cont .lf {
  padding-right: 4%;
  border-right: 1px solid #bfbfbf;
}
.stock_wrap .cont .rt {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-left: 4%;
}
.stock_wrap .cont .rt .num {
  line-height: 1;
  margin-top: 18%;
}
.stock_wrap .cont + p{color:#888582;}
.stock_wrap .stock_status {
  display: flex;
  align-items: end;
  gap: 0.5em;
  justify-content: space-between;
}
.stock_wrap .stock_status.up {
  color: #ea0000;
}
.stock_wrap .stock_status.down {
  color: #008000;
}
.stock_wrap .stock_price {
  line-height: 1;
}
.stock_wrap .stock_change {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 10px;
}
.investor_sec2 {
  padding: 6.25% 0;
}
.investor_sec2 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875%;
}
.investor_sec2 ul a {
  display: block;
  position: relative;
  color: #fff;
}
.investor_sec2 ul a:hover {
  color: #fff !important;
}
.investor_sec2 ul .tit {
  position: absolute;
  bottom: 1.4em;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .stock_wrap .stock_status {
    justify-content: left;
  }
  .stock_wrap .cont {
    flex-direction: column;
    align-items: start;
  }
  .stock_wrap .cont .lf {
    padding-right: 0;
    border-right: none;
    margin-bottom: 3%;
    width: 100%;
  }
  .stock_wrap .cont .rt {
    padding-left: 0;
    width: 100%;
  }
  .stock_wrap .cont + p {
    font-size: 12px;
  }
  .investor_sec2 ul {
    grid-template-columns: repeat(1, 1fr);
    display: flex;
    flex-direction: column;
    gap: .8rem;
  }
  .investor_sec2 ul li {
    height: auto !important;
  }
  .investor_sec2 ul .tit {
    font-size: 24px;
    bottom: 10%;
  }
}
@media only screen and (max-width: 500px) {
  .stock_wrap .cont .rt {
    flex-wrap: wrap;
  }
  .stock_wrap .cont .rt .item {
    width: 50%;
    margin-bottom: 15px;
  }
  .stock_wrap .cont .rt .item .num {
    margin-top: 5px;
  }
}
/* 投资者关系end */
/* 行情走势start */
.stock_img_wrap {
  padding: 6.25% 0;
}
/* 行情走势end */
/*# sourceMappingURL=./investor.css.map */