@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  height: 100%; /* IE兼容 必须 */
}

body,
button,
input,
select,
textarea {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  border: none;
}

input {
  all: unset; /* 移除所有默认样式 */
  box-sizing: border-box; /* 让 padding 和 border 计算在 width 内 */
  font-family: inherit; /* 继承父级字体 */
  font-size: inherit; /* 继承字体大小 */
  appearance: none; /* 移除默认外观（对部分浏览器有效） */
  border: none;
  outline: none;
  background: transparent;
  font: inherit;
  padding: 0;
  margin: 0;
}
input:focus {
  outline: none;
}

button {
  all: unset; /* 移除所有默认样式 */
  background: transparent; /* 背景透明 */
  border: none; /* 移除默认边框 */
  font-family: inherit; /* 继承父元素字体 */
  font-size: inherit; /* 继承字体大小 */
  padding: 0; /* 去除内边距 */
  margin: 0; /* 去除外边距 */
  cursor: pointer; /* 使按钮可点击 */
  outline: none; /* 去除焦点框 */
  appearance: none; /* 去除系统样式 */
}

* {
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wanx-row {
  display: flex;
  display: -ms-flexbox;
}

.wanx-col {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}

.wanx-flex-1 {
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}

.wanx-flex-10auto {
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
}

.wanx-justify-center {
  justify-content: center;
  -ms-flex-pack: center;
}

.wanx-align-center {
  align-items: center;
  -ms-flex-align: center;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333;
  font: 14px/180% "Microsoft YaHei", "微软雅黑", Arial, SimSun, Tahoma, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    min-width: max-content;
  }
}

.hlx-body {
  padding-top: 15px;
}

.hlx-imit-width {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .hlx-imit-width {
    padding: 0 12px;
  }
}
.layout__listpage-3-parts {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .layout__listpage-3-parts {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .layout__listpage-3-parts .left-part {
    width: 100%;
  }
}
.layout__listpage-3-parts .middle-part {
  width: 0;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .layout__listpage-3-parts .middle-part {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .layout__listpage-3-parts .right-part {
    width: 240px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .layout__listpage-3-parts .right-part {
    width: 100%;
  }
}

.layout__left-right-equal {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .layout__left-right-equal {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.layout__left-right-equal .left-part,
.layout__left-right-equal .right-part {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .layout__left-right-equal .left-part,
  .layout__left-right-equal .right-part {
    width: 100%;
  }
}

#hlx-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0;
  font-size: 12px;
}
#hlx-pagination .base, #hlx-pagination .page-container .page-before-dots,
#hlx-pagination .page-container .page-after-dots, #hlx-pagination .page-container .page, #hlx-pagination .previous-page,
#hlx-pagination .next-page, #hlx-pagination .jump-container .jump-page-button, #hlx-pagination .jump-container .jump-page-input {
  border: 1px solid #c5c5c5;
  padding: 3px 10px;
  color: #4e4e4e;
  font-size: 12px;
  line-height: 1.5;
}
#hlx-pagination .active, #hlx-pagination .page-container .page:hover, #hlx-pagination .page-container .page.active, #hlx-pagination .previous-page:hover,
#hlx-pagination .next-page:hover, #hlx-pagination .jump-container .jump-page-button:hover {
  border-color: #e23838;
  background-color: #e23838;
  color: white;
}
#hlx-pagination .jump-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#hlx-pagination .jump-container .jump-page-prefix {
  margin-left: 4px;
}
#hlx-pagination .jump-container .jump-page-input {
  box-sizing: border-box;
  width: 50px;
  margin: 0 4px;
}
#hlx-pagination .jump-container .jump-page-suffix {
  margin-right: 4px;
}
#hlx-pagination .jump-container .jump-page-button {
  cursor: pointer;
  width: auto;
  margin: 0;
}
#hlx-pagination .previous-page,
#hlx-pagination .next-page {
  margin-right: 3px;
  cursor: pointer;
}
#hlx-pagination .next-page {
  margin-right: 0;
}
#hlx-pagination .page-container {
  display: flex;
  display: -ms-flexbox;
}
#hlx-pagination .page-container .page {
  display: block;
  margin-right: 3px;
  cursor: pointer;
}
#hlx-pagination .page-container .page-before-dots,
#hlx-pagination .page-container .page-after-dots {
  cursor: no-drop;
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  #hlx-pagination .page-container {
    display: none;
  }
  #hlx-pagination .jump-container {
    display: none;
  }
}
.hlx-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
  border: 1px solid #ececec;
  font-size: 14px;
  color: #999;
  line-height: 43px;
}
.hlx-breadcrumbs .breadcrumb-icon {
  width: 30px;
  height: 43px;
  background: url("../images/icon/base.png") 20px -61px no-repeat;
}
.hlx-breadcrumbs .breadcrumb-items {
  width: 0;
  flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 10px 0;
  line-height: 20px;
}
.hlx-breadcrumbs .breadcrumb-items .breadcrumb-item {
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.hlx-breadcrumbs .breadcrumb-items .separator {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
.hlx-breadcrumbs .breadcrumb-items .breadcrumb-item:hover {
  color: #c00;
}

@media screen and (min-width: 768px) {
  .side-navigation-box {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .side-navigation-box {
    width: 100%;
    margin-bottom: 12px;
  }
}
.side-navigation-box .current-column {
  display: block;
  padding: 11px 5px;
  line-height: 23px;
  background-color: #c62626;
  text-align: center;
  font-size: 18px;
  color: white;
}
@media screen and (max-width: 768px) {
  .side-navigation-box .current-column {
    height: 45px;
  }
}
.side-navigation-box .column-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-navigation-box .column-list .column-item {
  display: block;
  padding: 8px 5px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  color: #333;
  text-decoration: none;
  outline: none;
  border: 1px solid #ececec;
}
@media screen and (min-width: 768px) {
  .side-navigation-box .column-list .column-item {
    border-top: 1px solid transparent;
  }
}
.side-navigation-box .column-list .column-item:hover {
  color: white;
  background-color: #e23838;
  border-color: #e23838;
}
.side-navigation-box .column-list .column-item.active {
  color: white;
  background-color: #e23838;
  border-color: #e23838;
}

.hot-line {
  height: 2px;
  background: #333 url("../images/bg/side-box-top-red-line.jpg") left top no-repeat;
}

.side-news-box {
  background-color: #f7f7f7;
}
.side-news-box .top-line {
  height: 2px;
  background: #333 url("../images/bg/side-box-top-red-line.jpg") left top no-repeat;
}
.side-news-box .border-view {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.side-news-box .title {
  padding-left: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 42px;
}
.side-news-box .title .color-red {
  color: #e23838;
}
.side-news-box .news-list {
  padding: 0 10px 20px;
}
.side-news-box .news-list .news-item {
  display: block;
  padding-left: 10px;
  background: url("../images/icon/base.png") left -68px no-repeat;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.side-news-box .news-list .news-item:hover {
  color: #e23838;
}
.side-news-box .no-data-item {
  padding: 0px 10px 20px;
  color: #999;
  font-size: 14px;
}

.hlx-list-page-item {
  display: -ms-flexbox;
  display: flex;
}
.hlx-list-page-item .cover-image-view {
  width: 160px;
  height: 120px;
}
.hlx-list-page-item .cover-image-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hlx-list-page-item .content-view {
  flex: 1;
  -ms-flex: 1 0 0%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .hlx-list-page-item .content-view {
    padding-left: 12px;
  }
}
.hlx-list-page-item .content-view .title {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.hlx-list-page-item .content-view .title:hover {
  color: #e23838;
}
.hlx-list-page-item .content-view .content {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
}
.hlx-list-page-item .content-view .content.x3 {
  -webkit-line-clamp: 3;
  height: 60px;
}
.hlx-list-page-item .content-view .date {
  margin-top: 15px;
  line-height: 24px;
  font-size: 12px;
  color: #666;
}

.hlx-dot-item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
}
.hlx-dot-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #d9d9d9;
}
.hlx-dot-item .title {
  margin-left: 12px;
  display: block;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hlx-dot-item .title:hover {
  color: #e23838;
  font-weight: bold;
}
.hlx-dot-item .date {
  font-size: 12px;
  color: #999;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .hlx-dot-item .date {
    margin-left: 10px;
  }
}

.hlx-triangle-item {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  padding-left: 10px;
  position: relative;
}
.hlx-triangle-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 8px;
  background: url("../images/icon/base.png") left -78px no-repeat;
}
.hlx-triangle-item .title {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hlx-triangle-item .title:hover {
  color: #c00;
  text-decoration: none;
}

.index__column-title__1 {
  display: flex;
  display: -ms-flexbox;
  border-bottom: 1px solid #c62626;
}
.index__column-title__1 .title-text {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #c62626;
}

.tab-content .tab-row {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.tab-content .tab-row .tab-list {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  display: flex;
  display: -ms-flexbox;
  overflow-x: auto;
  overflow-y: hidden;
}
.tab-content .tab-row .tab-list .tab-item {
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 1px;
}
.tab-content .tab-row .tab-more {
  flex-shrink: 0;
  margin-left: 10px;
}
.tab-content .content-list .content-item {
  display: none;
}
.tab-content .content-list .content-item.active {
  display: block;
}

.footer-box {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .footer-box {
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 20px 0;
  }
  .footer-box .footer-content-box {
    margin: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer-box .footer-content-box {
    margin: 0 40px;
  }
}
.footer-box .footer-icon-police,
.footer-box .footer-icon-government {
  width: 80px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
  .footer-box .footer-icon-police,
  .footer-box .footer-icon-government {
    width: 100%;
  }
}
.footer-box .footer-content-box {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
.footer-box .footer-content-box .footer-link:hover {
  color: #c00;
}
.footer-box .footer-content-box .footer-content-row {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
}
.footer-box .footer-content-box .footer-content-row .separator {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .footer-box .footer-content-box .footer-content-row {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
  }
  .footer-box .footer-content-box .footer-content-row .separator {
    display: none;
  }
}

.page-think-tank-header .inner-row {
  margin: auto;
  max-width: 1000px;
  min-height: 110px;
  display: flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 768px) {
  .page-think-tank-header .inner-row {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
  }
}
.page-think-tank-header .inner-row .logo {
  width: 100px;
  height: 100px;
  width: 221px;
  height: 100px;
  background: url("../images/think_tank_logo.jpg") no-repeat;
}
.page-think-tank-header .inner-row .nav {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (min-width: 768px) {
  .page-think-tank-header .inner-row .nav {
    width: 0;
    flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    align-items: flex-end;
    -ms-flex-align: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .page-think-tank-header .inner-row .nav {
    margin-top: 12px;
    width: 100%;
  }
}
.page-think-tank-header .inner-row .nav .nav-item {
  padding: 0 22px;
  height: 60px;
  line-height: 60px;
  color: #090808;
  font-size: 24px;
  text-decoration: none;
  outline: none;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-think-tank-header .inner-row .nav .nav-item {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.page-think-tank-header .inner-row .nav .nav-item:hover {
  background: #c31820;
  color: white;
}
.page-think-tank-header .header-line {
  height: 20px;
  background: #c31821;
}

.tab-content__home-style .tab-row {
  border-bottom: 1px solid #ececec;
}
.tab-content__home-style .tab-row .tab-item {
  display: block;
  padding: 0 22px 0 18px;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  font-weight: normal;
}
.tab-content__home-style .tab-row .tab-item.active {
  color: white;
  background: url("../images/icon/subscript.png") left top no-repeat, #e23838;
}

.color-2 .tab-row .tab-item.active {
  background: url("../images/icon/subscript.png") left top no-repeat, #ec5207;
}

.home-news-group-list__triangle-icon {
  margin-top: 15px;
  height: 204px;
  overflow: hidden;
}
.home-news-group-list__triangle-icon .hlx-triangle-item {
  height: 34px;
}

.think-tank-title {
  border-bottom: 5px solid #c31820;
}
.think-tank-title .title-text {
  display: block;
  width: 190px;
  height: 40px;
  padding-left: 40px;
  line-height: 40px;
  color: white;
  font-weight: bold;
  background-color: #c31820;
  font-size: 24px;
  letter-spacing: 10px;
}

#page-think-tank {
  margin: auto;
  max-width: 1000px;
  padding: 20px;
}

.think-tank-content-box {
  display: flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 768px) {
  .think-tank-content-box {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.think-tank-content-box .main {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .think-tank-content-box .main {
    width: 100%;
  }
}
.think-tank-content-box .side {
  width: 290px;
}
@media screen and (max-width: 768px) {
  .think-tank-content-box .side {
    width: 100%;
  }
}
.think-tank-content-box .side .side-inner-box {
  border: 1px solid #c6c6c6;
  padding: 10px 5px;
}

.expert-title {
  margin-top: 20px;
  border-bottom: 2px solid #c31820;
}
.expert-title .title-text {
  width: 130px;
  height: 30px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #fff;
  font-size: 20px;
  background: #c31820;
  border-radius: 3px 3px 0 0;
}

.expert-item {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  padding: 20px 0;
  border-bottom: 1px dotted #e0e0e0;
}
.expert-item .avatar {
  width: 100px;
  height: 75px;
}
.expert-item .avatar .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-item .info {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  margin-left: 20px;
}
.expert-item .info .name {
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.expert-item .info .content {
  margin-top: 6px;
  height: 60px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}

.think-tank-icon-title {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  height: 40px;
  padding: 5px 12px 5px 50px;
  font-size: 20px;
  color: #c31820;
  margin: 20px;
}

.think-tank-icon-title.icon-overlay {
  background: url("../images/icon/icon-overlay.jpg") left center no-repeat;
}

.think-tank-icon-title.icon-book {
  background: url("../images/icon/icon-book.jpg") left center no-repeat;
}

.style__think-tank-search {
  display: flex;
  display: -ms-flexbox;
  width: 266px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .style__think-tank-search {
    width: 100%;
  }
}
.style__think-tank-search .search-input {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 35px;
}
.style__think-tank-search .search-button {
  height: 35px;
  width: 84px;
  background: url("../images/icon/search-button.jpg") center center no-repeat, #c31820;
}

.think-tank-carousel-box {
  width: 100%;
  height: 562px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .think-tank-carousel-box {
    height: 250px;
  }
}
.think-tank-carousel-box .carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.think-tank-carousel-box .carousel-container .carousel-item {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.think-tank-carousel-box .carousel-container .carousel-item .carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.think-tank-carousel-box .carousel-container .carousel-item .carousel-title {
  padding-left: 10px;
  padding-right: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.think-tank-carousel-box .carousel-container .carousel-item.active {
  opacity: 1;
  z-index: 10;
}
.think-tank-carousel-box .carousel-dots {
  z-index: 11;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  padding-right: 10px;
}
.think-tank-carousel-box .carousel-dots .home-carousel-dot {
  margin-left: 3px;
  width: 9px;
  height: 9px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out;
}
.think-tank-carousel-box .carousel-dots .home-carousel-dot.active {
  background-color: #c00;
}

.think-tank-database-box {
  display: flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 768px) {
  .think-tank-database-box {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.think-tank-database-box .think-tank-database-item {
  width: 0;
  flex: 1;
  -ms-flex: 1 0 0%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 70px;
  margin: 30px 20px;
  padding: 10px 20px;
  white-space: nowrap;
  background: #e6b909;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .think-tank-database-box .think-tank-database-item {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .think-tank-database-box .think-tank-database-item:last-of-type {
    margin-bottom: 15px;
  }
}

.layout__equal-column {
  display: flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 768px) {
  .layout__equal-column {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.layout__equal-column .left {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .layout__equal-column .left {
    width: 100%;
  }
}
.layout__equal-column .gap {
  width: 40px;
  height: 20px;
}
.layout__equal-column .right {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
  .layout__equal-column .right {
    width: 100%;
  }
}

.home-magazine-box {
  display: flex;
  display: -ms-flexbox;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .home-magazine-box {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.home-magazine-box .home-magazine-item {
  width: 0;
  flex: 1;
  -ms-flex: 1 0 0%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  margin-right: 19px;
  background-color: #f4f4f4;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .home-magazine-box .home-magazine-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.home-magazine-box .home-magazine-item .home-magazine-item-label {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #303c61;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  position: relative;
}
.home-magazine-box .home-magazine-item .home-magazine-item-label::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid #303c61;
  border-right: 6px solid #303c61;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}
.home-magazine-box .home-magazine-item .home-magazine-item-link {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}
.home-magazine-box .home-magazine-item .home-magazine-cover {
  margin-top: 12px;
  width: 120px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .home-magazine-box .home-magazine-item .home-magazine-cover {
    width: 240px;
    height: 320px;
  }
}
.home-magazine-box .home-magazine-item .home-magazine-cover .home-magazine-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-magazine-box .home-magazine-item .home-magazine-item-title {
  margin-top: 15px;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-magazine-box .home-magazine-item .home-magazine-item-summary {
  padding: 0 2px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #d1232d;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-magazine-box .home-magazine-item:last-of-type {
  margin-right: 0;
}

.home-news-group-list__dot-plot {
  margin-top: 15px;
}
.home-news-group-list__dot-plot .home-img-title-item {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -ms-flex-align: start;
  padding-bottom: 19px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #e0e0e0;
}
.home-news-group-list__dot-plot .home-img-title-item .cover {
  width: 160px;
  height: 120px;
}
.home-news-group-list__dot-plot .home-img-title-item .cover .cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news-group-list__dot-plot .home-img-title-item .info {
  height: 120px;
  overflow: hidden;
  margin-left: 20px;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.home-news-group-list__dot-plot .home-img-title-item .info .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news-group-list__dot-plot .home-img-title-item .info .title:hover {
  color: #c00;
}
.home-news-group-list__dot-plot .home-img-title-item .info .content {
  font-size: 12px;
  margin-top: 6px;
  color: #999;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-news-group-list__dot-plot .home-img-title-item .info .more-link {
  font-size: 12px;
  color: #e23838;
}
.home-news-group-list__dot-plot .list-double-col-layout {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .home-news-group-list__dot-plot .list-double-col-layout {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.home-news-group-list__dot-plot .list-double-col-layout .hlx-dot-item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .home-news-group-list__dot-plot .list-double-col-layout .hlx-dot-item {
    width: 100%;
  }
}
.home-news-group-list__dot-plot .hlx-dot-item {
  height: 30px;
}

.x8 {
  height: 240px;
  overflow: hidden;
}

.think-tank-footer-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 12px;
  background-color: #8e8e8e;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
}
.footer-box {
  background-color: #8e8e8e;
}
.footer-box .footer-content-box {
  color: #c5c5c5;
}
.footer-box .footer-content-box .footer-link {
  color: #333;
}