.zrongzi .column-850 {
  width: 850px;
}
.zrongzi .column-420 {
  width: 420px;
}
.zrongzi .flex-row-between {
  display: flex;
  justify-content: space-between;
}
.zrongzi .flex-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.zrongzi .news-box .tab-box {
  height: 62px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../images/new-data/zrongzi_tab_bg.png") no-repeat;
  background-size: contain;
  padding-left: 10px;
}
.zrongzi .news-box .tab-box .left {
  display: flex;
  height: 62px;
}
.zrongzi .news-box .tab-box .left .tab-item {
  line-height: 75px;
  height: 100%;
  width: 190px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.zrongzi .news-box .tab-box .left .tab-item.active {
  color: #353B50;
  font-size: 22px;
  font-weight: bold;
  background: url("../images/new-data/zrongzi_tab_item_bg.png") bottom center no-repeat;
  background-size: 190px 50px;
}
.zrongzi .news-box .tab-box .left .tab-item.active span {
  padding-bottom: 5px;
  border-bottom: 3px solid #DA251D;
}
.zrongzi .news-box .tab-box .left .tab-item.active .red {
  color: #DA251D;
}
.zrongzi .news-box .tab-box .more-action {
  font-size: 14px;
  width: 60px;
  color: #FFFFFF;
  background-color: transparent;
  cursor: pointer;
}
.zrongzi .news-box .tab-box .more-action::after {
  content: '';
  width: 7px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  background: url("../images/new-data/arrow_right.png") no-repeat;
  background-size: contain;
}
.zrongzi .news-box .news-list-box {
  padding: 10px 0;
}
.zrongzi .news-box .news-list-box .news-item {
  display: flex;
  flex-direction: column;
  padding: 6px 0;
  cursor: pointer;
}
.zrongzi .news-box .news-list-box .news-item .title {
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  height: 40px;
}
.zrongzi .news-box .news-list-box .news-item .title:hover {
  color: #DA251D;
}
.zrongzi .news-box .news-list-box .news-item .title:before {
  content: '';
  display: inline-block;
  background-color: #2A5EAC;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  border-radius: 50%;
}
.zrongzi .news-box .news-list-box .news-item .content {
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  padding: 0 20px;
}
.zrongzi .news-box .news-list-box .news-item .content:hover {
  color: #DA251D;
}
.zrongzi .news-box .news-list-box li {
  font-size: 18px;
  color: #333333;
  line-height: 53px;
  height: 53px;
}
.zrongzi .news-box .news-list-box li:before {
  content: '';
  display: inline-block;
  background-color: #2A5EAC;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  border-radius: 50%;
}
.zrongzi .table-box {
  margin-top: 0;
}
.zrongzi .table-box.dynamic #table-zrzdt .table-head {
  height: 40px !important;
}
.zrongzi .table-box.dynamic #table-zrzdt .table-head td {
  height: 40px !important;
}
.zrongzi .table-box.dynamic #table-zrzdt tbody td {
  height: 46px !important;
}
.zrongzi .table-box.dynamic .head-box {
  height: 62px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../images/new-data/zrongzi_dynamic_title_bg.png") no-repeat;
  background-size: cover;
  padding-left: 60px;
  padding-right: 20px;
  font-size: 20px;
  color: #FFFFFF;
}
.zrongzi .table-box.dynamic .head-box .more-action {
  font-size: 14px;
  color: #FFFFFF;
  background-color: transparent;
  cursor: pointer;
}
.zrongzi .table-box.dynamic .head-box .more-action::after {
  content: '';
  width: 7px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  background: url("../images/new-data/arrow_right.png") no-repeat;
  background-size: contain;
}
.zrongzi .table-box.express {
  margin-top: 10px;
}
.zrongzi .table-box.express .time {
  font-size: 12px;
  color: #6D6D6D;
  text-align: right;
}
.zrongzi .table-box.express #table-zrzsd .table-head {
  height: 40px !important;
}
.zrongzi .table-box.express #table-zrzsd .table-head td {
  text-align: left !important;
  height: 40px !important;
  padding-left: 25px;
}
.zrongzi .table-box.express #table-zrzsd tbody td {
  height: 40px !important;
  text-align: left !important;
  padding-left: 25px;
}
.zrongzi .table-box.express #table-zrzsd tbody .unit-name {
  font-size: 11px;
  color: #999;
}
.zrongzi .table-box.express #table-zrzsd tbody .value-name {
  color: #2A5EAC;
  font-size: 15px;
  font-weight: bold;
}
.zrongzi .table-box.express .head-box {
  height: 62px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../images/new-data/zrongzi_dynamic_title_bg.png") no-repeat;
  background-size: cover;
  padding-left: 60px;
  padding-right: 20px;
  font-size: 20px;
  color: #FFFFFF;
}
.zrongzi .table-box.express .head-box .tab-box {
  display: flex;
  width: 200px;
  height: 40px;
  align-self: flex-end;
}
.zrongzi .table-box.express .head-box .tab-box .tab-item {
  flex: 1;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.zrongzi .table-box.express .head-box .tab-box .tab-item.active {
  color: #353B50;
  background: url("../images/new-data/zrongzi_tab_bg2.png") no-repeat;
  background-size: 96px 40px;
  align-items: flex-end;
}
.zrongzi .table-box.express .head-box .tab-box .tab-item.active span {
  padding-bottom: 5px;
  border-bottom: 3px solid #DA251D;
}
.zrongzi .table-box .common-table {
  font-size: 14px;
}
.zrongzi .table-box .common-table .stock-name {
  font-size: 14px;
  color: #2A5EAC;
}
.zrongzi .table-box .common-table .stock-code {
  font-size: 12px;
  color: #999999;
}
.zrongzi .table-box .common-table .sort-head {
  position: relative;
  cursor: pointer;
}
.zrongzi .table-box .common-table .sort-head .sort-icon-box {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
}
.zrongzi .table-box .common-table .sort-head .sort-icon-box .sort-icon {
  width: 100%;
  height: 20px;
  margin-top: -2px;
  background-size: 8px auto;
}
.zrongzi .table-box .common-table .sort-head .sort-icon-box .sort-icon.default {
  background: url(../images/new-data/default_sort.png) right center no-repeat;
  background-size: 8px auto;
  width: 100%;
  height: 20px;
  margin-top: -2px;
}
.zrongzi .table-box .common-table .sort-head .sort-icon-box .sort-icon.up {
  background: url(../images/new-data/up_sort.png) right center no-repeat;
  background-size: 8px auto;
  width: 100%;
  height: 20px;
  margin-top: -2px;
}
.zrongzi .table-box .common-table .sort-head .sort-icon-box .sort-icon.down {
  background: url(../images/new-data/down_sort.png) right center no-repeat;
  background-size: 8px auto;
  width: 100%;
  height: 20px;
  margin-top: -2px;
}
.zrongzi .chart-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.zrongzi .chart-part .head-img {
  width: 100%;
  height: 31px;
}
.zrongzi .chart-part .chart-tab-box {
  display: flex;
  margin-top: 12px;
}
.zrongzi .chart-part .chart-tab-box span {
  font-size: 16px;
  color: #888888;
  width: 108px;
  height: 30px;
  line-height: 30px;
  border-radius: 17px;
  background-color: #F4F4F4;
  text-align: center;
  margin-right: 20px;
  border: 1px solid #F4F4F4;
  cursor: pointer;
}
.zrongzi .chart-part .chart-tab-box span.active {
  color: #DA251D;
  background-color: #FFFFFF;
  border-radius: 17px;
  border: 1px solid #EB9797;
}
.zrongzi .chart-part .chart-content {
  height: 400px;
  width: 100%;
}
.zrongzi .table-container {
  display: flex;
  flex-wrap: wrap;
}
.zrongzi .table-container .table-item {
  width: calc((100% - 58px) / 2);
  margin-top: 30px;
}
.zrongzi .table-container .table-item:nth-child(2n) {
  margin-left: 58px;
}
.zrongzi .table-container .table-item .table-top-head {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.zrongzi .table-container .table-item .table-top-head .bg-img {
  width: 100%;
  height: auto;
}
.zrongzi .table-container .table-item .table-top-head .more {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background-color: transparent !important;
  width: 80px !important;
  font-size: 14px;
  color: #999999;
}
.zrongzi .table-container .table-item .table-top-head .more img {
  width: 18px;
  height: 20px;
}
