.currentContainer {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.left-column, .right-column {
  flex: 1;
  padding: 20px;
}
.list {
  list-style: none;
  padding: 0;
}
.list-item {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 20px;
}
.list-item::before {
  content: "•";
  color: green; /* Adjust the color to match the design */
  display: inline-block;
  width: 20px; /* Adjust width as needed */
  margin-left: -20px; /* Same as width to align with the text */
}
.custom-link {
  font-family: Arial, sans-serif;
  text-decoration: none; /* 移除下划线 */
  color: teal; /* 设置文本颜色 */
  font-size: 16px; /* 设置字体大小 */
  padding: 8px 16px; /* 设置内边距 */
  border-radius: 4px; /* 设置边框圆角 */
  display: inline-flex; /* 设置为弹性盒子，便于内部元素对齐 */
  align-items: center; /* 垂直居中 */
  gap: 8px; /* 设置图标和文本之间的间隔 */
}
.custom-link .arrow {
  display: inline-block;
  margin-left: 5px; /* 设置箭头图标和文本之间的间隔 */
  /* 如果箭头是图片，您可以添加样式来调整大小，例如: */
  /* width: 16px; */
  /* height: 16px; */
}
hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 20px 20px 20px 20px; /* 左右外边距各20像素 */
}
.infographic {
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  max-height: 100%;
  max-width: 55%;
}
.infographic img {
  max-width: 100%;
  height: auto;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

.ibox-title {
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 90px 8px 15px;
  min-height: 48px;
  position: relative;
  clear: both;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 2px 2px 0 0;
}

.ibox-content {
  clear: both;
}

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}

.section-container {
  padding: 15px 0;
  background-color: #fafafa;
}

.container-title {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #fff;
}

.container-content {
  padding: 25px;
}

.container-title .container-content .text_cat {
  margin-bottom: 25px;
  display: inline-block;
  font-weight: 600;
}

.ibox-footer {
  color: inherit;
  /* border-top: 1px solid #e7eaec; */
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #e7eaec;
  border-top: 0px;
}

.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  text-align: right;
}

.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4 !important;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgb(86 96 117 / 70%);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}

.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
  color: #676a6c !important;
}

.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
 /* line-height: 25px;*/
  margin: 4px;
  text-align: left;
  font-weight: normal;
  display: block;
  padding: 3px 20px;
}

.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4 !important;
}

.ibox:after,
.ibox:before {
  display: table;
}

.cfp-table {
  margin: 20px;
}

.table > thead > tr > th {
  border-bottom: 1px solid #dddddd;
  vertical-align: bottom;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

.cfp-table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table > tbody > tr > td:first-child {
  border-right: 1px solid #e7eaec;
}

.table > thead > tr > th:first-child {
  border-right: 1px solid #e7eaec;
}

.table > thead:first-child > tr > th {
  border-top: 0;
  min-width: 150px;
}

.cfc-sample-table-photo {
  min-width: 150px;
  border: 1px solid #e7eaec;
  border-top: 0px;
}

.article .ibox-content {
  padding: 40px;
}

.float-right {
  float: right !important;
}

.article-title {
  text-align: center;
  margin: 40px 0 40px 0;
}

.article p {
  font-size: 15px;
  line-height: 26px;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px;
}

h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}

h5 {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}

.article-title h1 {
  font-size: 48px;
  font-weight: 700;
  color: #2f4050;
}

.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
  margin-top: 10px;
}

.btn-primary {
  color: #fff;
  background-color: #1ab394;
  border-color: #1ab394;
}

.btn-xs {
  font-size: 0.7rem;
  padding: 0.2rem 0.4rem;
}

.btn {
  border-radius: 3px;
  font-size: inherit;
}

.lib-carbor-type-td {
  text-align: center;
}

.table > tbody > tr > td:first-child {
  border-right: 1px solid #e7eaec;
  min-height: 60px;
}

.table > tbody > tr > td:last-child {
  text-align: center;
}

.list-unstyled li {
  margin-bottom: 25px;
  font-weight: 600;
}

.space-i {
  margin-right: 5px;
}

.text-navy {
  color: #1ab394 !important;
}
