.IR-list-item .meta {
  box-sizing: border-box;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: var(--border-radius);
  padding: 0.4rem 0.56rem;
  position: relative;
  transition: all 0.3s;
}

.IR-list-item .date {
  color: rgba(136, 136, 136, 1);
  font-size: var(--font16);
  margin-bottom: 0.12rem;
}

.IR-list-item .title {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
}

.IR-list-item .more {
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.IR-list-item .more .btn-icon {
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--icon44);
  height: var(--icon44);
}

.IR-list-item .more .btn-icon svg {
  width: var(--icon32);
  height: var(--icon32);
}

.IR-list-item:hover .meta {
  border-color: var(--main-color);
  border-left-width: 4px;
}

.IR-list-item:hover .title {
  color: var(--main-color);
}

@media only screen and (min-width: 768px) {
  .IR-list {
    --gap: 0.18rem;
    --item-margin-bottom: 0.36rem;
  }
}

.r1 {
  box-sizing: border-box;
  background-image: url("../images/investor-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: var(--border-radius);
  height: 2.48rem;
  margin-bottom: 0.84rem;
  padding: 0.44rem 8%;
}

.r1 .flex-box {
  align-items: center;
  height: 100%;
}

.r1 .flex-box-left .title {
  font-weight: bold;
  font-size: var(--font24);
  margin-bottom: 0.2rem;
}

.r1 .flex-box-left .desc {
  font-size: var(--font20);
}

.r1 .flex-box-left .desc a {
  transition: all 0.3s;
  text-decoration: underline;
}

.r1 .flex-box-left .desc a:hover {
  color: var(--main-color);
}

.r1 .flex-box-right {
  display: flex;
  justify-content: flex-end;
}

.r1 .bulletin {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  padding: 0.24rem 0 0.24rem 0.44rem;
  width: 3.12rem;
}

.r1 .bulletin .title {
  color: #454545;
  font-weight: bold;
  font-size: var(--font18);
}

.r1 .bulletin .meta {
  display: flex;
  gap: 0.16rem;
  font-size: var(--font16);
  padding: 0.12rem 0;
}

.r1 .bulletin .meta .value {
  color: #454545;
  font-size: var(--font24);
}

.r1 .bulletin .icon {
  font-size: var(--font20);
}

.r1 .bulletin .date {
  color: #454545;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .r1 {
    height: auto;
    margin-bottom: 24px;
    padding: 20px;
  }

  .r1 .bulletin {
    padding: 20px;
    width: 100%;
  }
}
