@charset "UTF-8";
.moudle1 {
  background: #FFFFFF;
  padding: 1.35rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.moudle1 .moudle1-txt1 {
  font-family: Helvetica;
  font-size: 0.47rem;
  color: #B6BAC2;
  line-height: 0.57rem;
}
.moudle1 .moudle1-txt2 {
  font-weight: 600;
  font-size: 0.47rem;
  color: #161B31;
  line-height: 0.66rem;
  margin: 0.04rem 0 0;
  z-index: 100;
}
.moudle1 .moudle2 {
  width: 100%;
}
.moudle1 .moudle2 .bg-box {
  width: 100%;
  height: 3.89rem;
  background-image: url(../img/centerImg/real_time_info_bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
  position: sticky;
  top: -0.03rem;
  background-color: #FFFFFF;
}
.moudle1 .moudle2 .bg-box .tab-bbox {
  position: absolute;
  width: 100%;
  top: 1.35rem;
}
.moudle1 .moudle2 .bg-box .tab-bbox .tab-box {
  display: flex;
  margin: 0 3.19rem;
  z-index: 99;
  padding: 0.53rem 0;
}
.moudle1 .moudle2 .bg-box .tab-bbox .tab-box span {
  display: block;
  width: 2.4rem;
  height: 1.11rem;
  line-height: 1.11rem;
  text-align: center;
  background: #F4F5F7;
  font-size: 0.3rem;
  font-weight: 400;
  color: #323232;
  z-index: 9;
}
.moudle1 .moudle2 .bg-box .tab-bbox .tab-box span:hover {
  color: #1059A0;
}
.moudle1 .moudle2 .bg-box .tab-bbox .tab-box .tabchecked {
  background: #FFFFFF;
  position: relative;
  font-weight: 600;
  color: #161B31;
}
.moudle1 .moudle2 .bg-box .tab-bbox .tab-box .tabchecked::before {
  content: "";
  width: 100%;
  height: 0.05rem;
  display: block;
  position: absolute;
  top: 0;
  background: #0D579F;
}
.moudle1 .moudle2 .content-box .tab-show-box {
  margin: 0.6rem 3.25rem 0.23rem;
}
.moudle1 .moudle2 .content-box .tab-show-box .tab-show-item {
  height: 2.76rem;
  box-sizing: border-box;
  background: #F4F5F7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.78rem;
  margin-bottom: 0.3rem;
  cursor: pointer;
  border: 0.01rem solid #F4F5F7;
}
.moudle1 .moudle2 .content-box .tab-show-box .tab-show-item:hover {
  background: #F4F5F7;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(32, 145, 239, 0.6);
  border: 0.01rem solid #0D579F;
}
.moudle1 .moudle2 .content-box .tab-show-box .tab-show-item:last-child {
  margin-bottom: 0;
}
.moudle1 .moudle2 .content-box .tab-show-box .tab-show-item .tab-show-item-l {
  width: 1.81rem;
  height: 1.81rem;
  background: #FFFFFF;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.36rem 0;
  box-sizing: border-box;
  margin-right: 0.6rem;
}
.moudle1 .moudle2 .content-box .tab-show-box .tab-show-item .tab-show-item-l > text:first-child {
  font-weight: 600;
  font-size: 0.5rem;
  color: #0D579F;
  line-height: 0.7rem;
}
.moudle1 .moudle2 .content-box .tab-show-box .tab-show-item .tab-show-item-l > text:last-child {
  font-weight: 600;
  font-size: 0.23rem;
  color: #969696;
  line-height: 0.31rem;
}
.moudle1 .moudle2 .content-box .tab-show-box .tab-show-item .tab-show-item-r {
  max-width: 13.54rem;
  height: 1.81rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9;
}
.moudle1 .moudle2 .content-box .tab-show-box .tab-show-item .tab-show-item-r > text:first-child {
  font-weight: 600;
  font-size: 0.33rem;
  color: #323232;
  line-height: 0.46rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.moudle1 .moudle2 .content-box .tab-show-box .tab-show-item .tab-show-item-r > text:last-child {
  font-weight: 400;
  font-size: 0.25rem;
  color: #505050;
  line-height: 0.4rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.moudle1 .moudle2 .content-box .pager {
  padding-left: 0;
  margin: 0.21rem 0;
  list-style: none;
  text-align: center;
  font-size: 0.17rem;
  padding: 0 3.25rem;
  text-align: right;
}
.moudle1 .moudle2 .content-box .pager .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0.04rem;
}
.moudle1 .moudle2 .content-box .pager .pagination li {
  margin: 0 0.4em;
  display: inline-block;
}
.moudle1 .moudle2 .content-box .pager .pagination li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0.04rem;
  border-top-left-radius: 0.04rem;
}
.moudle1 .moudle2 .content-box .pager .pagination li:first-child > a, .moudle1 .moudle2 .content-box .pager .pagination li:first-child > span, .moudle1 .moudle2 .content-box .pager .pagination li:last-child > span, .moudle1 .moudle2 .content-box .pager .pagination li:last-child > a {
  padding: 0.5em 1.2em;
}
.moudle1 .moudle2 .content-box .pager .pagination li a,
.moudle1 .moudle2 .content-box .pager .pagination li span {
  background: none;
  border: 0.01rem solid #e6e6e6;
  border-radius: 0.25em;
  padding: 0.5em 0.93em;
  font-size: 0.17rem;
}
.moudle1 .moudle2 .content-box .pager .pagination li a,
.moudle1 .moudle2 .content-box .pager .pagination li span {
  position: relative;
  float: left;
  padding: 0.07rem 0.15rem;
  line-height: 1.43;
  text-decoration: none;
  color: #2c3e50;
  background-color: #fff;
  border: 0.01rem solid #ddd;
  margin-left: -0.01rem;
}
.moudle1 .moudle2 .content-box .pager .pagination li a {
  background: none;
  border: 0.01rem solid #e6e6e6;
  border-radius: 0.25em;
  padding: 0.5em 0.93em;
  font-size: 0.17rem;
}
.moudle1 .moudle2 .content-box .pager .pagination li a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.moudle1 .moudle2 .content-box .pager .pagination li span {
  background: none;
  border: 0.01rem solid #e6e6e6;
  border-radius: 0.25em;
  padding: 0.5em 0.93em;
  font-size: 0.17rem;
}
.moudle1 .moudle2 .content-box .pager .pagination .disable {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.moudle1 .moudle2 .content-box .pager .pagination .disable > span {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.moudle1 .moudle2 .content-box .pager .pagination .active a,
.moudle1 .moudle2 .content-box .pager .pagination .active span {
  z-index: 3;
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
  cursor: default;
}/*# sourceMappingURL=tabTwo.css.map */