.new {
  padding-top: 96px;
  background-color: #f9f9f9
}

.page_head {
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  height: 450px;
  justify-content: center;
  /* background: url(../images/banner.png) no-repeat;
  background-position: 50%;
  background-size: cover; */
  background-color: #052d96;
}

.page_head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.max__center {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 40px;
  width: 100%;
}

.page_head .page_head_box {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.page_head .page_title {
  color: #fff;
  font-size: 56px;
  font-weight: 400;
  line-height: 84px;
}

.page_content {
  padding-top: 100px;
  padding-bottom: 100px
}

.t-tabs {
  box-sizing: border-box;
  color: var(--td-text-color-primary);
  font: var(--td-font-body-medium);
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  background-color: transparent;
}

.t-tabs__nav {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.t-tabs__nav-item-text-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.t-tabs__nav-item-text-wrapper {
  font-size: 32px;
  color: #00000099;
}
.t-tabs__nav-item-text-wrapper:hover{
color: #052d96;
}

.t-is-active .t-tabs__nav-item-text-wrapper {
  color: #052d96;
  font-size: 42px;
}

.t-tabs__nav-container {
  overflow: hidden;
}

.t-tabs__nav-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.t-tabs__nav-scroll::-webkit-scrollbar {
  display: none;
}

.t-tabs__nav-wrap {
  display: flex;
  position: relative;
  white-space: nowrap;
}

.t-tabs__nav-item {
  display: flex;
  flex: 0 0 auto;
  height: 68px;
  padding: 10px 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #052d96;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  position: relative;
  overflow: hidden;
  justify-content: flex-start;
  margin-right: 50px;
}

.t-tabs__nav-item-wrapper {
  display: flex;
  align-items: center;
}

.t-tabs__bar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 216px;
  height: 4px;
  background-color: #052d96;
  border-radius: 2px;
  transition: left 0.24s cubic-bezier(0.38, 0, 0.24, 1), width 0.24s cubic-bezier(0.38, 0, 0.24, 1);
}

.article_list_ul {
  padding-top: 8px
}

.article_list {
  display: flex;
  width: 100%;
  height: 186px;
  padding: 0 0 56px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: unset;
  padding-top: 40px;
}

.article_list .article_img:hover img {
  transform: scale(1.1);
}

.article_list:hover .article_title {
  color: #052d96;
}

.article_img {
  display: block;
  width: 330px;
  height: 186px;
  padding: 0;
  margin: 0 20px 0 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
}

.article_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.article_list .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 0;
}

.fcs {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.article_time {
  display: block;
  width: 100%;
  height: 24px;
  padding: 0 0 10px;
  margin: 0;
  color: #052d96;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  box-sizing: unset;
}

.article_title {
  display: block;
  width: 100%;
  padding: 0 0 32px;
  margin: 0;
  color: rgba(0, 0, 0, 0.9);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  cursor: pointer;
  transition: color 0.3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.article_description {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.empty-box {
  background-color: transparent
}

.t-timeline {
  padding-top: 48px
}

.t-timeline-item__wrapper {
  width: 14px
}

.t-timeline-item__wrapper .t-timeline-item__dot {
  height: 10px;
  top: 0;
  width: 10px
}

.t-timeline-item__wrapper .t-timeline-item__tail {
  border-color: #98aee8;
  height: calc(100% - 14px)
}

.t-timeline-item__content {
  padding-left: 32px
}

.t-timeline-item__wrapper .t-timeline-item__dot--primary {
  border-color: #2f5edb
}

.tl_cont_item {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px
}

.tl_cont_item .article_time {
  color: #052d96;
  font-size: 18px;
  line-height: 27px
}

.tl_cont_item .article_title {
  padding-bottom: 30px
}

.tl_cont_item .tl_cont_item-desc {
  align-items: center;
  display: flex;
  gap: 24px
}

.tl_cont_item .tl_cont_item-desc-item {
  align-items: center;
  color: #0009;
  display: flex;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px
}

.tl_cont_item .icon_location,
.tl_cont_item .icon_time {
  margin-right: 5px
}

.t-tab-panel {
  display: none;
}

.t-tab-panel.t-is-active {
  display: block;
}


.empty-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  justify-content: center;
  line-height: 36px;
  padding-bottom: 74px;
  padding-top: 90px;
  width: 100%;
}

.empty_img {
  position: relative;
  width: 378px;
}

.empty_img img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.empty_text {
  bottom: 42px;
  font-size: 24px;
  left: 50%;
  line-height: 36px;
  position: absolute;
  transform: translate(-50%);
  white-space: nowrap;
}

@media (max-width: 992px) {
  .max__center {
    padding: 0 24px;
  }

  .page_head {
    height: 360px;
  }

  .page_head .page_title {
    font-size: 42px;
    line-height: 63px;
  }

  .article_list {
    flex-direction: column;
    height: auto;
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .article_img {
    width: 100%;
    height: 240px;
    margin: 0 0 16px 0;
  }

  .article_img img {
    height: 100%;
    object-fit: cover;
  }

  .article_list .right {
    flex: none;
  }

  .article_title {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 16px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .article_description {
    font-size: 14px;
    line-height: 22px;
  }

  .article_time {
    font-size: 14px;
    line-height: 22px;
    height: auto;
  }

  .t-tabs__nav-item {
    margin-right: 30px;
    height: 56px;
    line-height: 36px;
  }

  .t-tabs__nav-item-text-wrapper {
    font-size: 24px;
  }

  .t-is-active .t-tabs__nav-item-text-wrapper {
    font-size: 32px;
  }

  .t-tabs__bar {
    width: 168px;
    height: 3px;
  }
}

@media (max-width: 768px) {
  .max__center {
    padding: 0 20px;
  }

  .new {
    padding-top: 82px;
  }

  .page_head {
    height: 280px;
    background: url(../images/banner.png) no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: #052d96;
  }

  .page_head .page_title {
    font-size: 36px;
    line-height: 54px;
  }

  .page_content {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .article_list_ul {
    padding-top: 24px;
  }

  .article_list {
    flex-direction: column;
    height: auto;
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .article_img {
    width: 100%;
    height: 180px;
    margin: 0 0 12px 0;
    border-radius: 6px;
  }

  .article_img img {
    height: 100%;
    object-fit: cover;
  }

  .article_list .right {
    flex: none;
  }

  .article_time {
    font-size: 14px;
    line-height: 22px;
    height: auto;
    padding-bottom: 8px;
  }

  .article_title {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 12px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: rgba(0, 0, 0, 0.9);
  }

  .article_description {
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
    color: rgba(0, 0, 0, 0.6);
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .t-tabs__nav-item {
    width: 33.33%;
    margin-right: 0;
    height: 48px;
    line-height: 28px;
    justify-content: center;
    text-align: center;
  }

  .t-tabs__nav-item-text-wrapper {
    font-size: 16px;
    color: #00000099;
  }

  .t-is-active .t-tabs__nav-item-text-wrapper {
    font-size: 20px;
    color: #052d96;
  }

  .t-tabs__bar {
    width: 33.33%;
    height: 3px;
  }
}

@media (max-width: 576px) {
  .max__center {
    padding: 0 15px;
  }

  .new {
    padding-top: 72px;
  }

  .page_head {
    height: 220px;
    background: url(../images/banner.png) no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: #052d96;
  }

  .page_head .page_title {
    font-size: 28px;
    line-height: 42px;
  }

  .page_content {
    padding-top: 32px;
    padding-bottom: 60px;
  }

  .article_list_ul {
    padding-top: 16px;
  }

  .article_list {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .article_img {
    width: 100%;
    height: 150px;
    margin: 0 0 10px 0;
    border-radius: 6px;
  }

  .article_img img {
    height: 100%;
    object-fit: cover;
  }

  .article_list .right {
    flex: none;
  }

  .article_time {
    font-size: 14px;
    line-height: 22px;
    height: auto;
    padding-bottom: 6px;
  }

  .article_title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .article_description {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .t-tabs__nav-item {
    width: 33.33%;
    margin-right: 0;
    height: 40px;
    line-height: 20px;
    justify-content: center;
    text-align: center;
  }

  .t-tabs__nav-item-text-wrapper {
    font-size: 18px;
    color: #00000099;
  }

  .t-is-active .t-tabs__nav-item-text-wrapper {
    font-size: 26px;
    color: #052d96;
  }

  .t-tabs__bar {
    width: 33.33%;
    height: 3px;
  }
}






.detail {
  padding-top: 96px;
  background-color: #f9f9f9;
}

.detail .step_wrapper {
  background-color: #f0f0f0;
  padding-bottom: 16px;
  padding-top: 16px;
}

.t-breadcrumb {
  align-items: center;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  font-size: 14px;
  line-height: 22px;
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.t-breadcrumb a,
.t-breadcrumb__item {
  align-items: center;
  display: flex;
  text-decoration: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.t-breadcrumb--text-overflow {
  align-items: center;
  display: flex;
  position: relative;
}

.detail .t-breadcrumb__inner-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.detail .breadcrumb_link {
  color: inherit;
  font-size: inherit;
}

.t-breadcrumb__separator {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 8px;
}

.t-breadcrumb__item:last-child .t-breadcrumb__separator {
  display: none;
}

.detail .page_content {
  padding-top: 0;
}

.detail .detail_wrapper {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 56px;
}

.detail .detail_title {
  font-size: 38px;
  line-height: 57px;
  margin-top: 48px;
}

.detail .detail_time {
  color: #052d96;
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 16px;
}

.detail .detail_content {
  border-top: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 56px;
}

.detail .detail_text_content * {
  margin: revert;
  padding: revert;
}

.detail .detail_text_content img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.detail .jump_to {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 48px 0 180px;
}

.detail .jump_item {
  color: #052d96;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.detail .jump_item>span {
  display: flex;
}

.detail .jump_span {
  white-space: nowrap;
}

.pc .detail .jump_title {
  max-width: 680px;
  color: #052d96;
}

@media (max-width: 992px) {
  .detail {
    padding-top: 82px;
  }

  .detail .detail_wrapper {
    max-width: 100%;
    padding-bottom: 48px;
  }

  .detail .detail_title {
    font-size: 32px;
    line-height: 48px;
    margin-top: 40px;
  }

  .detail .detail_time {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .detail .detail_content {
    padding-top: 48px;
    gap: 32px;
  }

  .detail .jump_to {
    max-width: 100%;
    padding: 40px 0 160px;
    gap: 20px;
  }

  .detail .jump_item {
    font-size: 16px;
    line-height: 22px;
  }

  .pc .detail .jump_title {
    max-width: 520px;
  }
}

@media (max-width: 768px) {
  .detail {
    padding-top: 72px;
  }

  .detail .detail_wrapper {
    padding-bottom: 40px;
  }

  .detail .detail_title {
    font-size: 28px;
    line-height: 42px;
    margin-top: 32px;
  }

  .detail .detail_time {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .detail .detail_content {
    padding-top: 40px;
    gap: 24px;
  }

  /* .detail .detail_text_content img {
    width: 100%;
  } */

  .detail .jump_to {
    padding: 32px 0 140px;
    gap: 16px;
  }

  .detail .jump_item {
    font-size: 14px;
    line-height: 20px;
  }

  .pc .detail .jump_title {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .detail {
    padding-top: 82px;
  }

  .detail .step_wrapper {
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .t-breadcrumb__item {
    font-size: 14px;
  }

  .detail .t-breadcrumb__inner-text {
    font-size: 14px;
  }

  .t-breadcrumb__separator {
    font-size: 14px;
    margin: 0 6px;
  }

  .detail .detail_wrapper {
    padding-bottom: 32px;
  }

  .detail .detail_title {
    font-size: 22px;
    line-height: 36px;
    margin-top: 24px;
    font-weight: normal;
  }

  .detail .detail_time {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 26px;
  }

  .detail .detail_content {
    padding-top: 32px;
    gap: 20px;
  }

  .detail .detail_text_content {
    font-size: 14px;
    line-height: 22px;
  }

  /* .detail .detail_text_content img {
    width: 100%;
    height: auto;
  } */

  .detail .jump_to {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
  }

  .detail .jump_item {
    font-size: 14px;
    line-height: 20px;
  }

  .mobile .detail .jump_item>span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pc .detail .jump_title {
    max-width: 100%;
  }
}



/* research  */
.research .page_head {
  background-image: url(../images/banner4.png);
}

.research .featured_swiper {
  position: relative;
}

.research .featured_swiper .swiper {
  overflow: hidden;
  padding-bottom: 4px;
}

.research .featured_swiper .swiper-wrapper {
  align-items: stretch;
}

.research .featured_swiper .swiper-slide {
  height: auto;
}

.research .rs_item {
  width: 100%;
  background: #fff;
}


.research .rs_total {
  color: #0009;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.research .rs_total .total_num {
  color: #052d96;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.research .article_list_ul {
  border-top: 1px solid #e5e5e5;
  padding-top: 8px;
}

.research .research_header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
  padding-bottom: 48px;
}

.page_content .content-title {
  color: #052d96;
  font-size: 42px;
  font-weight: 400;
  line-height: 63px;
}

.research .research_header .s-box {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  width: 526px;
}

.t-input__wrap {
  width: 100%;
}

.research .research_header .t-input__wrap.white_input .t-input {
  align-items: center;
  background-color: #fff;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  list-style: none;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  border-radius: 8px;
  font-size: 18px;
  height: 56px;
  width: 100%;
}

.t-input.t-input--prefix>.t-input__prefix {
  align-items: center;
  display: flex;
  height: 100%;
  text-align: center;
  z-index: 2;
  margin: 0 8px;
}

.icon_search_gray {
  background-image: url(../images/icon_search.png);
  height: 20px;
  width: 20px;
  background-size: cover;
}

.t-input__inner {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: var(--td-text-color-primary);
  flex: 1;
  font: inherit;
  max-width: 100%;
  min-width: 0;
  outline: none;
  padding: 0;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.t-input__inner:placeholder-shown {
  text-overflow: ellipsis;
  width: 100%;
}

.research .research_header .search_btn {
  border-radius: 16px 4px;
  width: 100px;
  background-color: #052d96;
  height: 56px;
  width: 100px;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc .research .research_header .t-button.search_btn .t-button__text {
  font-size: 18px;
}

/* research响应式适配 */
@media (max-width: 992px) {
  .research .research_header {
    margin-top: 80px;
    padding-bottom: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .page_content .content-title {
    font-size: 32px;
    line-height: 48px;
  }

  .research .research_header .s-box {
    width: 100%;
    gap: 12px;
  }

  .research .research_header .t-input__wrap.white_input .t-input {
    height: 48px;
    font-size: 16px;
    border-radius: 6px;
  }

  .research .research_header .search_btn {
    height: 48px;
    width: 90px;
    border-radius: 12px 4px;
    flex-shrink: 0;
  }

  .pc .research .research_header .t-button.search_btn .t-button__text {
    font-size: 16px;
  }

  .research .rs_total {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .research .featured_swiper .swiper {
    overflow: hidden;
  }

  .research .rs_item {
    border-radius: 6px;
  }

  .research .featured_swiper {
    padding-bottom: 40px;
  }

  .research .rs_item-img img {
    height: 220px;
  }

  .research .rs_item_content {
    padding: 20px 24px 24px;
  }

  .research .rs_item_time {
    font-size: 14px;
    line-height: 22px;
  }

  .research .rs_item_title {
    font-size: 22px;
    line-height: 32px;
    margin-top: 12px;
  }

  .research .rs_item_desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .research .b_radio {
    height: 28px;
    margin-top: -28px;
  }
}

@media (max-width: 768px) {
  .research .research_header {
    margin-top: 60px;
    padding-bottom: 24px;
    gap: 20px;
  }

  .page_content .content-title {
    font-size: 28px;
    line-height: 42px;
  }

  .research .research_header .s-box {
    width: 100%;
    gap: 10px;
  }

  .research .research_header .t-input__wrap.white_input .t-input {
    height: 44px;
    font-size: 15px;
    border-radius: 6px;
  }

  .research .research_header .search_btn {
    height: 44px;
    width: 80px;
    border-radius: 10px 4px;
  }

  .pc .research .research_header .t-button.search_btn .t-button__text {
    font-size: 15px;
  }

  .research .rs_total {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .research .featured_swiper {
    padding-bottom: 32px;
  }

  .research .rs_item-img img {
    height: 200px;
  }

  .research .rs_item_content {
    padding: 16px 20px 20px;
  }

  .research .rs_item_time {
    font-size: 14px;
    line-height: 22px;
  }

  .research .rs_item_title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }

  .research .rs_item_desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .research .b_radio {
    height: 26px;
    margin-top: -26px;
  }
}

@media (max-width: 576px) {



  .research .research_header {
    margin-top: 48px;
    padding-bottom: 20px;
    gap: 16px;
  }

  .page_content .content-title {
    font-size: 24px;
    line-height: 36px;
  }

  .research .research_header .s-box {
    width: 100%;
    gap: 8px;
  }

  .research .research_header .t-input__wrap.white_input .t-input {
    height: 40px;
    font-size: 14px;
    border-radius: 6px;
  }

  .icon_search_gray {
    height: 16px;
    width: 16px;
  }

  .t-input.t-input--prefix>.t-input__prefix {
    margin: 0 6px;
  }

  .research .research_header .search_btn {
    height: 40px;
    width: 70px;
    border-radius: 8px 4px;
  }

  .pc .research .research_header .t-button.search_btn .t-button__text {
    font-size: 14px;
  }

  .research .rs_total {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .research .featured_swiper {
    padding-bottom: 24px;
  }

  .research .rs_item-img img {
    height: 180px;
  }

  .research .rs_item_content {
    padding: 14px 16px 18px;
  }

  .research .rs_item_time {
    font-size: 14px;
    line-height: 22px;
  }

  .research .rs_item_title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
  }

  .research .rs_item_desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .research .b_radio {
    height: 24px;
    margin-top: -24px;
  }

  .research .b_radio img {
    width: 100%;
  }
}

/* research  */