.con_bg {
  width: 1308px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/bj_bj.png) repeat-y;
  padding-bottom: 50px;
}
.con_bg .con {
  height: auto;
  overflow: hidden;
  padding: 40px 65px 0 65px;
}
.con_bg .section {
  width: 100%;
  padding: 10px;
  height: auto;
  background-color: #F5F6F8;
}
.con_bg .section .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.con_bg .section .box {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}
.con_bg .section .box .left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.con_bg .section .box .left .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 49%;
  padding: 0 14px;
  margin-bottom: 24px;
  height: auto;
  padding: 28px 12px;
  border-radius: 10px;
  background: #FFF;
  position: relative;
  z-index: 0;
  border: solid 1px #E6E6E6;
}
.con_bg .section .box .left .list .num {
  font-size: 24px;
  color: #034EA2;
  font-weight: bold;
}
.con_bg .section .box .left .list .p {
  font-size: 14px;
  font-weight: bold;
}
.con_bg .section .box .left .list .img {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 0;
}
.con_bg .section .box .left .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con_bg .section .box .right {
  width: 50%;
  padding: 0 20px;
}
.con_bg .section .box .right .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.con_bg .section .box .right p {
  font-size: 16px;
  line-height: 26px;
}
.con_bg .theme {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 40px;
  margin-top: 20px;
}
.con_bg .theme .left {
  width: 59%;
  height: auto;
}
.con_bg .theme .left .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.con_bg .theme .left p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.con_bg .theme .left a {
  width: fit-content;
  display: block;
  padding: 12px 24px;
  font-size: 16px;
  color: #FFF;
  border-radius: 8px;
  margin-top: 24px;
  background-color: #034EA2;
}
.con_bg .theme .right {
  width: 39%;
  height: auto;
}
.con_bg .theme .right img {
  width: 100%;
  height: auto;
}
.con_bg .end {
  font-size: 16px;
  margin-top: 40px;
}
