#investment-list {
  padding-top: 122px;
  background: #F3F5F7;
}
#investment-list .banner {
  height: 296px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 296px;
  min-width: 1200px;
}
#investment-list .options {
  display: table;
  width: 100%;
  margin-top: 20px;
}
#investment-list .options .i-tag {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  width: 54px;
  float: left;
  margin-top: 4px;
}
#investment-list .options .opt-ul {
  float: left;
  width: calc(100% - 70px);
}
#investment-list .options .opt-ul .search {
  position: relative;
  top: -8px;
  width: 25%;
}
#investment-list .options .opt-ul .opt-items {
  float: left;
  width: 100%;
}
#investment-list .options .opt-ul .opt-items li {
  height: 30px;
  float: left;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
  cursor: pointer;
}
#investment-list .options .opt-ul .opt-items li:hover {
  color: #06BCBA;
}
#investment-list .options .opt-ul .opt-items li span {
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 2px;
}
#investment-list .options .opt-ul .opt-items li.on {
  color: #024d8a;
}
#investment-list .options .opt-ul .opt-items li.on span {
  background: #06BCBA;
  color: #ffffff;
}
#investment-list .options .opt-ul .opt-items li.on span b {
  display: inline-block;
}
#investment-list .header {
  background: #F3F5F7;
}
#investment-list .tag-search {
  width: 1200px;
  background: #ffffff;
  margin: 0 auto 20px;
  border-radius: 6px;
  padding: 10px 30px;
  margin-top: -36px;
}
#investment-list .tag-search > div {
  display: flex;
}
#investment-list .tag-search .tag-name {
  background: #fff;
  line-height: 32px;
  font-size: 12px;
  font-weight: 400;
  color: #7A7A7A;
  margin-bottom: 10px;
}
#investment-list .tag-search .tag-name a {
  color: #7A7A7A;
}
#investment-list .tag-search .area {
  padding-bottom: 20px;
  border-bottom: 1px solid #F4F5F7;
}
#investment-list .tag-search .search-title {
  display: inline-block;
  width: 72px;
  height: 26px;
  line-height: 26px;
  text-align: right;
  font-size: 14px;
  color: #242424;
}
#investment-list .tag-search .search-content {
  margin-left: 20px;
  display: inline-block;
  width: 970px;
}
#investment-list .tag-search .search-content input {
  width: 240px;
  height: 26px;
  background: #f4f4f4;
  border-radius: 4px;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #f4f4f4;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
#investment-list .tag-search .search-content > span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 14px;
  color: #666666;
  border-radius: 4px;
  cursor: pointer;
}
#investment-list .tag-search .search-content > .chosen {
  background: #42b983;
  color: #ffffff;
}
#investment-list .tag-search .search-tags {
  margin-left: 110px;
}
#investment-list .tag-search .search-tags > span {
  height: 28px;
  line-height: 28px;
  border: 1px solid #cfe4f8;
  border-radius: 4px;
  color: #77b7fa;
  font-size: 14px;
  padding: 0 11px;
  display: inline-block;
  margin-right: 10px;
}
#investment-list .tag-search .search-tags > span .iconfont {
  font-size: 8px;
  margin-left: 10px;
  transform: scale(0.7);
  display: inline-block;
  cursor: pointer;
}
#investment-list .tag-search .cheackBox {
  margin-left: 20px;
  margin-top: 5px;
}
#investment-list .search-list {
  width: 1200px;
  margin: auto;
}
#investment-list .search-list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
#investment-list .search-list table .table-head {
  height: 42px;
  background: #f6f5f8;
}
#investment-list .search-list table .table-head .th-first {
  text-align: center;
}
#investment-list .search-list table .table-head th {
  height: 12px;
  background: #096BEF;
  font-size: 15px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
#investment-list .search-list table .table-content {
  height: 50px;
  background: #ffffff;
  border-radius: 2px;
}
#investment-list .search-list table .table-content:hover .detail {
  background: #096BEF;
  border-color: #096BEF;
}
#investment-list .search-list table .table-content:hover .detail a {
  color: #ffffff;
}
#investment-list .search-list table .table-content:hover .border a {
  color: #242424;
}
#investment-list .search-list table .table-content:hover td {
  color: #565656;
}
#investment-list .search-list table .table-content .amount {
  display: inline-block;
  width: 103px;
  height: 23px;
  background: url(/assets/images/news/bg-amount.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
}
#investment-list .search-list table .table-content .amount:hover::after {
  display: block;
}
#investment-list .search-list table .table-content .amount::before {
  content: '';
  width: 11px;
  height: 14px;
  background: url(/assets/images/news/icon-lock.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#investment-list .search-list table .table-content .amount::after {
  display: none;
  content: '前往数据库查看';
  width: 132px;
  height: 38px;
  background: #fff;
  line-height: 38px;
  font-size: 14px;
  color: #096BEF;
  text-align: center;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: absolute;
  top: 32px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
#investment-list .search-list table .table-content .iconfont {
  color: #fcb52c;
  cursor: pointer;
}
#investment-list .search-list table .table-content .border {
  width: 280px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#investment-list .search-list table .table-content .border a {
  color: #565656;
  display: inline-block;
  width: 100%;
  padding-left: 40px;
  text-align: left;
}
#investment-list .search-list table .table-content td {
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #565656;
}
#investment-list .search-list table .table-content td .detail {
  width: 75px;
  height: 28px;
  display: inline-block;
  text-align: center;
  background: #F0F7FF;
  line-height: 26px;
  margin: auto;
  border: 1px solid #7AB9F9;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #409EFF;
  cursor: pointer;
}
#investment-list .search-list table .table-content td .detail a {
  color: #409EFF;
  display: inline-block;
  width: 100%;
}
#investment-list .search-list table .table-content:hover {
  background: #ffffff;
  border-radius: 2px;
}
#investment-list .search-list > .pagination {
  padding: 40px 0 60px;
}
#investment-list .data-chart {
  width: 1200px;
  margin: auto;
  background: url(/assets/images/news/data-bg.png) no-repeat center top;
  background-size: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px 20px 20px;
  margin-bottom: 50px;
}
#investment-list .data-chart .title {
  line-height: 26px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 30px 0;
}
#investment-list .data-chart .content {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 30px 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#investment-list .data-chart .content-item {
  width: 360px;
  height: 250px;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  margin-bottom: 20px;
}
#investment-list .data-chart .content-item.num {
  background: url(/assets/images/news/data-item-bg.png) no-repeat center center;
  background-size: 100%;
  border: 0 none;
}
#investment-list .data-chart .content-item.num .num {
  line-height: 38px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 84px;
}
#investment-list .data-chart .content-item.num .desc {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 18px;
}
#investment-list .data-chart .content-item .chart-title {
  line-height: 55px;
  font-size: 14px;
  font-weight: 400;
  color: #1F2626;
  text-indent: 20px;
  border-bottom: 1px solid #F4F5F7;
}
#investment-list .data-chart .content-item .chart-content {
  height: 195px;
  overflow: hidden;
}
#investment-list .data-chart .content-item .chart-content #chart1-content,
#investment-list .data-chart .content-item .chart-content #chart2-content,
#investment-list .data-chart .content-item .chart-content #chart3-content,
#investment-list .data-chart .content-item .chart-content #chart4-content,
#investment-list .data-chart .content-item .chart-content #chart5-content {
  width: 100%;
  height: 100%;
}
.options.border {
  border-bottom: 1px solid #F4F5F7;
}
.options .search-title {
  margin-top: 4px;
}
table tr th:first-child,
table tr td:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
table tr th:last-child,
table tr td:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
