.cefc-module {
  padding: 0;
  overflow: hidden;
  width: 100%;
  background-color: var(--module-bg1);
}
.cefc-module .module-con {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cefc-module .left-download-list {
  padding: 78px 60px 78px 0;
  width: 60%;
}
@media screen and (max-width: 992px) {
  .cefc-module .left-download-list {
    padding: 58px 0;
    width: 100%;
  }
}
.cefc-module .left-download-list > ul {
  margin-top: -22px;
}
.cefc-module .left-download-list > ul li {
  border-bottom: 1px solid #CCCCCC;
  padding: 22px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cefc-module .left-download-list > ul li p {
  color: var(--module-con-text-color1);
  line-height: 1;
  width: calc(100% - 40px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cefc-module .left-download-list > ul li .iconfont {
  font-size: 10px;
  color: #fff;
  background-color: #B82842;
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.cefc-module .right-pic {
  width: 40%;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .cefc-module .right-pic {
    width: 100%;
  }
}
.cefc-module .right-pic .pic {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 43vw;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .cefc-module .right-pic .pic {
    width: 100%;
    position: relative;
  }
}
.cefc-module .right-pic .pic .ele {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .cefc-module .right-pic .pic .ele {
    transform: none;
    top: 0;
    margin-bottom: 1.5rem;
    position: relative;
  }
}
