.cur {
  color: red
}

.fund_tit {
  padding: 15px 0 5px;
}

.fund_tit .fund_tit_left {
  float: left;
  background: url(/res/Home/structure/fundti.png) no-repeat 10px center;
  font-size: 24px;
  padding-left: 45px;
  color: #00B3FF;
  margin-right: 30px
}

.fund_tit .fund_category {
  float: left;
  padding-top: 8px
}

.fund_category a,
.fund_category span {
  float: left;
  color: #919191;
  font-size: 14px
}

.fund_category a.cur {
  color: red
}

.fund_category span {
  margin: 0 18px;
}

.category_table table {
  width: 100%;
}

.category_table th {
  height: 35px;
  background: #F2F2F2;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  font-weight: normal
}

.category_table td {
  padding: 15px 0;
  border-bottom: solid 1px #ddd;
  text-align: center;
  font-size: 12px
}

.category_table td .sg {
  display: inline-block;
  width: 65px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  background: #00B4FF
}

.category_table td.color_red {
  color: red;
  font-weight: bold
}

.fund_tit_left,
.fund_category span {
  display: none;
}

.fund_category a {
  font-size: 18px;
  color: #232323;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding: 0px 15px;
}

.fund_category a.cur {
  color: #009df1;
  font-weight: bold;
}

.fund_category a.cur::after {
  border-bottom: 2px solid #009df1;
  position: absolute;
  content: '';
  bottom: 0px;
  width: 50%;
  left: 25%;
  display: block;
  border-radius: 2px;
}

.category_table {
  margin-top: 10px;
  overflow-x: auto;
}
.category_table th,.category_table td{
    white-space: nowrap;
  line-height:25px;
  padding:10px;
  font-size:14px;
  color:#232323;
}
.category_table th {
  font-size: 15px;
  color: #fff;
  background-color: #009df1;
  font-weight:bold;
}