/* 列表页 */
.listPage {
  flex: 1;
  padding: 0.15rem;
  box-sizing: border-box;
}
.listPage .checkMore {
  padding: 0 0.15rem 0.15rem;
  text-align: center;
  font-size: 0.14rem;
  color: #1C6FB8;
}

.listPageText li {
  border-radius: 0.08rem;
  background: #ffffff;
  margin-bottom: 0.15rem;
}
.listPageText li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0.15rem;
  color: #162641;
}
.listPageText li a .title {
  display: block;
  flex: 1;
  margin-right: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listPageText li a i {
  display: block;
  width: 0.05rem;
  height: 0.1rem;
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/icon02.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.listPageText li a .icon {
  width: 0.2rem;
  margin-right: 0.05rem;
}

.no-activated-box {
  display: flex;
}
.no-activated {
  flex: 1;
  border-radius: 0.08rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.no-activated .pic {
  width: 1.05rem;
  margin-bottom: 0.1rem;
}
.no-activated div {
  font-size: 0.14rem;
  color: #455267;
}

.listPageTextTime li {
  border-radius: 0.08rem;
  background: #ffffff;
  margin-bottom: 0.15rem;
}
.listPageTextTime li a {
  display: block;
  padding: 0.1rem 0.15rem;
}
.listPageTextTime li a .title {
  font-size: 0.14rem;
  margin-bottom: 0.05rem;
  color: #162641;
}

.listPageTextTime li a .time {
  font-size: 0.12rem;
  color: #697384;
}


/* 文章详情 */
.detailPageBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 9999;
  display: none;
}
.detailPageBgShow {
  display: block;
}
.detailPage {
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 0.3rem 0;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border-top-left-radius: 0.08rem;
  border-top-right-radius: 0.08rem;
}
.detailPage #detailClose {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/icon03.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.detailPage .contentBox {
  height: 100%;
  padding: 0 0.2rem;
  overflow-y: auto;
}
.detailPage h1 {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
.detailPage p {
  font-size: 0.14rem;
  color: #455267;
  line-height: 1.8;
}
.contentBox .tableContent {
  font-size: 0.12rem;
  line-height: 1.8;
}
.contentBox .tableContent .label {
  width: 0.9rem;
  padding-right: 0.1rem;
}

.detailPage .downBtnBox {
  padding: 0.2rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.detailPage .downBtnBox a {
  display: block;
  padding-left: 0.2rem;
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/icon04.png) no-repeat 0 center;
  background-size: 0.15rem 0.15rem;
  font-size: 0.14rem;
  color: #1C6FB8;
}

/* 关于我们 */
.aboutUsWrap {
  padding: 0.15rem 0;
}
.rycjBox {
  width: 3.45rem;
  margin-left: auto;
  margin-right: auto;
}

.yearEvent {
  margin-bottom: 0.2rem;
  overflow: hidden;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  overscroll-behavior-x: contain;
}
.yearEvent .yearTabBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.yearEvent .yearTabBox .line {
  position: absolute;
  left: 0;
  bottom: 0.19rem;
  width: 100%;
  height: 0;
  border: 1px dashed #E0E0E0;
}
.yearEvent .yearTabBox ul {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  position: relative;
  z-index: 999;
  transform: translateX(1.2rem);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.yearEvent .yearTabBox li {
  margin: 0 0.35rem;
  width: 0.5rem;
}
.yearEvent .yearTabBox li span {
  display: block;
  font-size: 0.14rem;
  color: #000000;
  margin-bottom: 0.1rem;
}
.yearEvent .yearTabBox li i {
  display: block;
  margin: 0 auto;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.08rem;
  background: #E0E0E0;
}
.yearEvent .yearTabBox li.actived i {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.12rem;
  background: #D72128;
  border: 0.06rem solid #E0E0E0;
  position: relative;
  top: -0.07rem;
}
.eventBox {
width: 100%;
overflow: hidden;
}
.eventBox ul {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  justify-content: space-around;
  align-items: center;
  /* transform: translateX(0.345rem), */
}
.eventBox ul li {
  width: 2.9rem;
  height: 4.3rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0.08rem;
  padding: 0.15rem 0.15rem 0.15rem 0.1rem;
  /* margin: 0 0.08rem; */
  touch-action: none;
}
.eventBox ul li.swiper-slide-active {
  height: 4.5rem;
}
.eventBox ul li .year {
  font-size: 0.16rem;
  color: #000;
  margin-bottom: 0.15rem;
}
.eventBox ul li dl {
  height: 3.6rem;
  overflow-y: scroll;
  padding-left: 0.05rem;
}
.eventBox ul li.actived dl {
  height:  3.8rem;
}
.eventBox ul li dl dt {
  font-size: 0.14rem;
  font-weight: 600;
  padding-left: 0.15rem;
  position: relative;
}
.eventBox ul li dl dt i {
  position: absolute;
  top: 0.06rem;
  left: -0.03rem;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 0.08rem;
  background: #FFFFFF;
  border: 2px solid #D72128;
}
.eventBox ul li dl dd {
  padding: 0.1rem 0.05rem 0.1rem 0.15rem;
  border-left: 2px solid #D72128;
  font-size: 0.12rem;
  color: #455267;
  line-height: 1.6;
}





.businessWrap {
  margin:0 0.15rem;
  padding:0.15rem;
  background: #ffffff;
  border-radius: 0.08rem;
  font-size: 0.12rem;
  color: #697384;
  line-height: 1.8;
}
.businessWrap img {
  margin-bottom: 0.1rem;
  border-radius: 0.05rem;
}
.businessWrap p {
  margin-bottom: 0.1rem;
  text-indent: 2em;
  flex: 1;
}
.businessWrap .msText {
  font-size: 0.14rem;
  color: #162641;
  padding: 0.15rem 0;
  line-height: 1.6;
}
.businessWrap .msBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.businessWrap .msBox .msList {
  display: flex;
  box-sizing: border-box;
  width: 1.55rem;
  padding-left: 0.22rem;
  font-size: 0.11rem;
  color: #697384;
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/mspic01.png) no-repeat 0 center;
  background-size: 0.21rem auto;
}
.businessWrap .msBox .msList p {
  flex: 1;
  text-align: center;
  text-indent: 0;
}
.businessWrap .msBox .msList span {
  display: block;
  width: 0.21rem;
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/mspic02.png) no-repeat 0 center;
  background-size: 0.21rem auto;
}



.advantages {
  padding:0 0.15rem;
}
.advantages li {
  margin-bottom: 0.15rem;
  padding:0.15rem;
  border-radius: 0.08rem;
  background: #ffffff;
}
.advantages li .title {
  display: flex;
  align-items: center;
}
.advantages li .title img {
  width: 0.2rem;
  margin-right: 0.05rem;
}
.advantages li .title .text {
  font-size: 0.14rem;
  flex: 1;
}
.advantages li .title .arrow {
  width: 0.08rem;
  height: 0.06rem;
}
.advantages li.openStatus .title .arrow {
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/abouticon01.png) no-repeat 0 0;
  background-size: 100% auto;
}
.advantages li.closeStatus .title .arrow {
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/abouticon02.png) no-repeat 0 0;
  background-size: 100% auto;
}
.advantages li .infoText {
  font-size: 0.12rem;
  color: #697384;
  padding-top: 0.1rem;
  line-height: 1.8;
}
.advantages li.openStatus .infoText {
  display: block;
}
.advantages li.closeStatus .infoText {
  display: none;
}

.contactUs {
  padding:0 0.15rem;
}
.contactUs li {
  margin-bottom: 0.15rem;
  padding:0.15rem;
  position: relative;
  border-radius: 0.08rem;
  background: #ffffff;
}

.contactUs li .arrow {
  position: absolute;
  right: 0.15rem;
  top: 0.24rem;
  width: 0.08rem;
  height: 0.06rem;
}
.contactUs li.openStatus .arrow {
  top: 0.24rem;
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/abouticon01.png) no-repeat 0 0;
  background-size: 100% auto;
}
.contactUs li.closeStatus .arrow {
  top: 0.4rem;
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/abouticon02.png) no-repeat 0 0;
  background-size: 100% auto;
}
.contactUs li .title {
  font-size: 0.14rem;
  margin-bottom: 0.06rem;
}
.contactUs li .title img {
  width: 0.2rem;
  margin-right: 0.1rem;
  vertical-align: bottom;
}
.contactUs li .tips {
  font-size: 0.12rem;
  color: #697384 ;
  margin-bottom: 0.06rem;
}
.contactUs li .telbox {
  font-size: 0.12rem;
  color: #697384;
}
.contactUs li .telbox .telInfo {
  padding: 0.06rem 0;
}
.contactUs li .telbox .telInfo:first-child {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.contactUs li .telbox .telInfo:last-child {
  padding-bottom: 0;
}
.contactUs li .telbox .telInfo .layout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.04rem;
}
.contactUs li .telbox .telInfo .layout span {
  display: block;
}

.contactUs li.openStatus .telbox {
  display: block;
}
.contactUs li.closeStatus .telbox {
  display: none;
}
.contactUs li.openStatus .tips {
  padding-right: 0;
  white-space: normal;
}
.contactUs li.closeStatus .tips {
  padding-right: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tabShowBox {
  display: none;
  min-height: 100%;
}
.tabShowBox.actived {
  display: block;
}
.channelBox {
  flex: 1;
  display: flex;
  flex-direction: column;
}


/* 更多专题 */
.rightBottomBtn {
  z-index: 9999;
  position: absolute;
  right: 0.1rem;
  bottom: 0.5rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.46rem;
  background: linear-gradient(133.79deg, #e7dedd 0%, #e6e5e5 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0.03rem 0.05rem rgba(0,0,0,0.3);
}
.rightBottomBtn #btnText {
  padding-top: 0.1rem;
  line-height: 1.2;
  font-size: 0.12rem;
  font-weight: 500;
  text-align: center;
}

.openChannelBox {
  z-index: 9999;
  position: absolute;
  right: 0.6rem;
  bottom: -0.1rem;
  background: #ffffff;
  border-radius: 0.08rem;
  width: 1.6rem;
  box-sizing: border-box;
  padding: 0.05rem 0.1rem;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 0.15rem rgba(0,0,0,0.2);
  display: none;
}
.openChannelBox.show {
  display: block;
}
.openChannelBox li {
  border-bottom: #EEEEEE 1px solid;
}
.openChannelBox li:last-child {
  border-bottom: none;
}
.openChannelBox li a {
  font-size: 0.14rem;
  font-weight: 400;
  color: #162641;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.1rem 0;
}
.openChannelBox li a img {
  width: 0.18rem;
  margin-right: 0.06rem;
  vertical-align: text-bottom;
}
.openChannelBox .icon {
  position: absolute;
  bottom: 0.25rem;
  right: -0.08rem;
  width: 0;
  height: 0;
  border-left: 0.08rem solid #ffffff;
  border-top: 0.08rem solid transparent;
  border-bottom: 0.08rem solid transparent;
}

