.banner{
  width: 100%;
}
.bg-gray{
  background: #F7F8FA;
}
/* 市民金融 */
.smjr-cards{
  padding-bottom: 48px;
}
.smjr-card{
  display: inline-block;
  width: 268px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eaeaef;
}
.smjr-card+.smjr-card{
  margin-left: 16px;
}
.smjr-card>img{
  height: 114px;
  width: 100%;
}
.smjr-card p{
  padding: 0 24px;
}
.smjr-card .smjr-title{
  padding-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1D2128;
  font-style: oblique;
}
.smjr-card .smjr-title::before{
  content: '';
  width: 4px;
  height: 12px;
  border-radius: 8px;
  background: #C03A3A;
  display: inline-block;
  margin-right: 8px;
}
.smjr-card .smjr-des{
  margin: 4px 0;
  height: 92px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #505968;
  font-size: 14px;
  line-height: 22px;
}
.smjr-card  a{
  display: inline-block;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #8A3607;
  background: #F3DBC3;
  margin-bottom: 24px;
}
/* 储蓄业务 */
.cxyw-cards{
  padding-bottom: 48px;
}
.cxyw-card{
  display: inline-block;
  padding: 40px;
  width: 265px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eaeaef;
  text-align: center;
}
.cxyw-card+.cxyw-card{
  margin-left: 20px;
}
.cxyw-card img{
  width: 64px;
}
.cxyw-title{
  display: block;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #1D2128;
}
/* 理财超市 */
.lccs-info{
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 48px;
  padding-top: 24px;
  color: #505968;
}
.lccs-card{
  display: inline-block;
  width: 268px;
  overflow: hidden;
  border: 1px solid #eaeaef;
  text-align: center;
}
.lccs-card+.lccs-card{
  margin-left: 16px;
}
.lccs-card>div{
  padding: 20px 30px 40px 20px;
  background: #FFFFFF;
}
.lccs-card>p{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #505968;
  border-top: 6px solid #C03A3A;
}
.lccs-card>p img{
  height: 24px;
  display: inline-block;
  margin-right: 8px;
}
.lccs-title{
  margin-bottom: 16px;
  font-style: oblique;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.lccs-jz{
  color: #505968;
  font-size: 12px;
  line-height: 20px; 
  margin-bottom: 4px;
}
.lccs-sy{
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #C03A3A;
}
.lccs-money{
  color: #505968;
}
.lccs-card>div a{
  display: inline-block;
  padding: 6px 74px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  background: #C03A3A;
  color: #FFFFFF;
}
/* 电子银行 */
.dzyh-sjyh{
  display: block;
  padding: 40px;
  position: relative;
  border: 1px solid #eaeaef;
  overflow: hidden;
  border-radius: 4px;
}
.dzyh-cards{
  border: 1px solid #eaeaef;
  overflow: hidden;
  padding: 40px;
  position: relative;
  margin: 24px 0 48px;
  border-radius: 4px;
}
.dzyh-bg{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.dzyh-title{
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1D2128;
}
.dzyh-title img{
  float: left;
  width: 48px;
  margin-right: 8px;
}
.dzyh-cards .dzyh-title img{
  width: 24px;
}
.dzyh-card{
  display: inline-block;
  width: 496px;
}
.dzyh-sjyh .dzyh-title{
  line-height: 48px;
  margin-bottom: 24px;
}
.dzyh-card .dzyh-des{
  margin-bottom: 16px;
}
.dzyh-des{
  font-size: 14px;
  line-height: 22px;
  color: #1D2128;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  overflow: hidden;
}
.dzyh-sjyh-des{
  -webkit-line-clamp: 4;
  height: 88px;
  width: 606px;
}
.dzyh-grwy{
  padding-right: 24px;
  border-right: 1px solid #E5E6EB;
  margin-right: 24px;
}
.dzyh-card li{
  font-size: 14px;
  line-height: 30px;
  color: #1D2128;
  list-style: disc;
}
/* 移动端 */
@media (max-width: 1120px) {
  .personal>.content, .bg-gray{
    padding: 0 20px;
  }
  .smjr-card{
    width: 49%;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  .smjr-card:nth-child(odd){
    margin-right: 2%;
  }
  .smjr-card>img{
    height: 160px;
  }
  .cxyw-cards{
    display: flex;
    flex-wrap: nowrap;
  }
  .cxyw-card{
    padding: 30px 10px;
  }
  .lccs-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lccs-cards .lccs-card{
    width: 48%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .smjr-card{
    width: 100%;
  }
  .smjr-card:nth-child(odd){
    margin-right: 0;
  }
  .smjr-card>img{
    height: auto;
  }
  .cxyw-cards{
    flex-wrap: wrap;
  }
  .cxyw-cards .cxyw-card{
    width: 48%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .cxyw-card:nth-child(even) {
    margin-left: 4%;
  }
  .lccs-cards .lccs-card{
    width: 100%;
  }
}