/* 公告信息 */
.info_investment .info {
  background: url(/skin/images/investor/notice-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 24px;
  width: 100%;
}
.info_investment .info:hover {
  background: url(/skin/images/investor/notice-bg-active.png) no-repeat;
  background-size: 100% 100%;
}
.info_investment .info .info-container {
  padding: 24px 48px;
}

/* 定期报告 */
.report_investment {
  width: 100%;
  display: inline-block;
}
.report_investment .info {
  width: calc(50% - 16px);
  float: left;
  margin: 8px;
  padding: 36px 48px;
  box-shadow: 0px 2px 12px 0px #d5e3f9;
  background: url(/skin/images/investor/report-bg.png) no-repeat;
  background-size: 100% 100%;
}
.report_investment .info:hover {
  background: url(/skin/images/investor/report-bg-active.png) no-repeat;
  background-size: 100% 100%;
}
.report_investment .info .download span {
  background: url(/skin/images/investor/download.png) 0px 4px no-repeat;
  background-size: 18px 14px;
  padding-left: 36px;
}
.report_investment .info:hover .download span {
  background: url(/skin/images/investor/download2.png) 0px 4px no-repeat;
  background-size: 2rem 2rem;
}
.report_investment .title {
  height: 7.8rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.report_investment .info:hover .title,
.report_investment .info:hover .mkdate,
.report_investment .info:hover .download span {
  color: #ffffff;
}

/* 公司治理 */
.manage_investment {
  width: 100%;
  display: inline-block;
}
.manage_investment .info {
  width: calc(50% - 16px);
  float: left;
  margin: 8px;
  box-shadow: 0px 2px 12px 0px #d5e3f9;
}
.manage_investment .info .manage {
  background-image: linear-gradient(to right, #494af4, #9ac7fe);
  padding: 24px;
}
.manage_investment .info .title {
  color: #fff;
  height: 7.8rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 专题信息 */
.other_investment .info {
  background: url(/skin/images/investor/notice-bg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 6rem 4.8rem 4.8rem 4.8rem;
}
.other_investment .info:hover {
  background: url(/skin/images/investor/notice-bg-active.png) no-repeat;
  background-size: 100% 100%;
}
.other_investment .title a:hover,
.other_investment .desc a:hover {
  color: #2c85f6;
}

/* 投资者服务 */
.service_investment .title {
  color: #2c85f6;
  font-size: 18px;
  margin-bottom: 48px;
  text-align: center;
}
.service_investment .flex-auto div {
  width: 50%;
  margin-bottom: 8px;
}
.service_investment .flex-auto span {
  margin-left: 12px;
  font-size: 14px;
  color: #666666;
}
.service_investment .flex-auto {
  justify-content: center;
}

/* 卡片 */
/* @media screen and (max-width: 1680px) {
  .info .title,
  .info .title a,
  .info .download span {
    font-size: 2rem !important;
  }
  .info .mkdate {
    font-size: 1.6rem !important;
  }
} */

.info .num {
  font-size: 14px;
  color: #fff;
  padding: 0px 48px;
}
.info .title,
.info .title a {
  font-size: 18px;
  color: #646464;
}
.info .mkdate {
  font-size: 14px;
  color: #a5c2f0;
}
.info .mkdate img {
  width: 18px;
  margin-right: 4px;
}
.info .download {
  text-align: right;
}
.info .download img {
  width: 18px;
  margin-right: 12px;
}
.info .download span {
  color: #4686df;
  font-size: 14px;
}
.info .desc {
  margin-top: 8px;
}
.info .desc a {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}
