/* Box sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin and padding */
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}
input:focus,
textarea:focus {
  color: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}
/* Make images easier to work with */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}
/* display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
/* overflow */
.ovh {
  overflow: hidden;
}
/* position */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
/* 弹性布局 */
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
/* 网格布局 */
.grid {
  display: grid;
}
/* 定位 */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
/* 显示隐藏 */
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
:root {
  --skincol: #CE181B;
  --acolor: #003894;
  --webcolor: #003894;
}
body {
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif !important;
  font-size: 0.14rem !important;
}
a {
  color: #333333;
}
a:hover {
  color: #003894;
}
/* 清除浮动 */
.fix {
  *zoom: 1;
}
.fix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container .row {
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.container .row > [class^="col-"] {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 14rem;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  max-width: 14rem;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.phone-toggle {
  position: absolute;
  cursor: pointer;
  user-select: none;
  top: 20px;
  z-index: 9980;
  width: 26px;
  min-height: 24px;
  right: 0.8rem;
}
.phone-toggle span {
  width: 26px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}
.phone-toggle span,
.phone-toggle span::before,
.phone-toggle span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease;
  border-radius: 2px;
}
.phone-toggle span::before,
.phone-toggle span::after {
  content: '';
  width: 100%;
}
.phone-toggle span::before {
  top: -8px;
}
.phone-toggle span::after {
  bottom: -8px;
}
.phone-toggle:hover span,
.phone-toggle:hover span::before,
.phone-toggle:hover span::after {
  background: #003894;
}
.phone-toggle.toggle-open span {
  background: #003894;
  transform: rotate(45deg);
}
.phone-toggle.toggle-open span::before {
  transform: translate3d(0, 8px, 0);
}
.phone-toggle.toggle-open span::after {
  transform: rotate(-90deg) translate3d(8px, 0, 0);
}
.nav-close {
  display: none;
}
.hc-offcanvas-nav.nav-close-button-empty .nav-title {
  padding-right: 0.3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper {
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
}
.hc-offcanvas-nav ul {
  background-color: transparent;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
  border-top-color: transparent;
}
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.hc-offcanvas-nav.nav-levels-expand li.level-open,
.hc-offcanvas-nav.nav-levels-none li.level-open {
  background: rgba(0, 56, 148, 0.6);
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background: rgba(0, 56, 148, 0.8);
}
.f16 {
  font-size: 0.16rem;
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
}
.f24 {
  font-size: 0.24rem;
}
.f26 {
  font-size: 0.26rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f34 {
  font-size: 0.34rem;
}
.f36 {
  font-size: 0.36rem;
}
.f40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .f28 {
    font-size: 0.24rem;
  }
  .f30 {
    font-size: 0.26rem;
  }
  .f34 {
    font-size: 0.28rem;
  }
  .f36 {
    font-size: 0.32rem;
  }
  .f40 {
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) {
  .f20 {
    font-size: 0.18rem;
  }
  .f24 {
    font-size: 0.2rem;
  }
  .f28 {
    font-size: 0.22rem;
  }
  .f30 {
    font-size: 0.24rem;
  }
  .f34 {
    font-size: 0.24rem;
  }
  .f36 {
    font-size: 0.24rem;
  }
  .f40 {
    font-size: 0.28rem;
  }
}
/* 动画类 - 基础隐藏状态 */
.web-animate {
  opacity: 0;
}
/* 淡入动画 */
.fade-in {
  /* 基础隐藏状态由.title-animate提供 */
}
/* 从左侧滑入 */
.slide-left {
  transform: translateX(-100px);
}
/* 从右侧滑入 */
.slide-right {
  transform: translateX(100px);
}
/* 从上方滑入 */
.slide-top {
  transform: translateY(-100px);
}
/* 从下方滑入 */
.slide-bottom {
  transform: translateY(100px);
}
/* 缩放动画 */
.scale-up {
  transform: scale(0.8);
}
.scale-down {
  transform: scale(1.2);
}
.anim-list li {
  opacity: 0;
  transform: translateY(50px);
}
.animation-wrap {
  overflow: hidden;
}
#main-nav {
  display: none;
}
.status-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 0.04rem;
  background-color: rgba(0, 163, 223, 0.9);
  width: 0%;
  z-index: 1040;
  transition: width 0.3s;
}
.navbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(-90deg, rgba(0, 80, 211, 0.9) 0%, rgba(0, 56, 148, 0.9) 100%);
  box-shadow: 1px 2px 0.3rem rgba(0, 0, 0, 0.4);
  z-index: 99;
  padding: 0;
  display: block;
  transition: all 0.3s ease;
}
.navbar .container {
  position: relative;
}
.navbar .nav-header {
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
  transition: all 0.4s ease;
}
.navbar .navbar-brand {
  width: 5.87rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
.navbar .navbar-brand img {
  width: 100%;
  display: block;
}
.navbar .navbar-nav {
  margin-top: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.navbar .navbar-nav li a.nav-link {
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  padding: 0;
  line-height: 0.8rem;
  height: 0.8rem;
  text-align: center;
}
.navbar .navbar-nav li a.nav-link::after {
  display: none;
}
.navbar .navbar-nav li .dropdown-menu {
  min-width: 1.8rem;
  border-radius: 0 0 0.1rem 0.1rem;
  border: none;
  padding: 0.15rem 0.1rem;
  margin-top: 0;
  left: 50%;
  background: rgba(0, 56, 148, 0.8);
  transform: translateX(-50%);
}
.navbar .navbar-nav li .dropdown-menu a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.4rem;
  height: 0.4rem;
  border-radius: 0.05rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.02rem;
}
.navbar .navbar-nav li .dropdown-menu a:last-child {
  margin-bottom: 0;
}
.navbar .navbar-nav li .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #003894;
}
/* 固定导航栏样式 */
.navbar.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 1px 2px 0.3rem rgba(0, 0, 0, 0.4);
}
.navbar.fixed-top .nav-header {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.nav-other {
  position: absolute;
  right: 0;
  top: 0.24rem;
}
.nav-other > div {
  float: left;
  margin-left: 0.2rem;
}
.nav-other a {
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.3rem;
}
.nav-other a:hover {
  color: #fff;
}
.nav-other ul li {
  float: left;
  line-height: 0.3rem;
  position: relative;
  padding-right: 0.11rem;
  margin-right: 0.1rem;
}
.nav-other ul li::after {
  content: '';
  position: absolute;
  right: 0;
  height: 0.12rem;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  top: 50%;
  transform: translateY(-50%);
}
.nav-other ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.nav-other ul li:last-child::after {
  display: none;
}
.nav-other .language a {
  display: block;
  background: url('dimst_icon_19.png') no-repeat left center;
  background-size: 0.14rem;
  padding-left: 0.2rem;
}
.search-groups-w {
  position: relative;
}
.search-a {
  height: 0.36rem;
  width: 0.36rem;
  background: url('dimst_icon_20.png') no-repeat center center rgba(255, 255, 255, 0.4);
  background-size: 0.16rem;
  border-radius: 50%;
  display: none;
  position: absolute;
  right: 0.8rem;
}
.search-input {
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
}
.search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-box {
  width: 1.6rem;
  position: relative;
}
.search-box .search-input {
  height: 0.3rem;
  line-height: 0.28rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.15rem;
  display: block;
  width: 100%;
  padding-left: 0.15rem;
  padding-right: 0.2rem;
  color: #fff;
  transition: all 0.5s;
}
.search-box .search-input:focus {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0.05rem rgba(255, 255, 255, 0.4);
}
.search-box .search-btn {
  position: absolute;
  right: 0.15rem;
  top: 0.07rem;
  background: url('dimst_icon_20.png') no-repeat center center;
  background-size: contain;
  width: 0.16rem;
  height: 0.16rem;
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 163, 223, 0.8) 0%, #003894 100%);
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-overlay.active {
  display: block;
  opacity: 1;
}
.search-overlay .search-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.search-overlay .search-input-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.2rem;
  width: 100%;
}
.search-overlay .search-input {
  width: 100%;
  padding: 15px 50px 15px 15px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.search-overlay .search-input:focus {
  background-color: rgba(255, 255, 255, 0.6);
}
.search-overlay .search-btn {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('dimst_icon_20.png') no-repeat center center;
  background-size: contain;
  width: 0.2rem;
  height: 0.2rem;
}
.search-overlay .search-close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
  background: url('comm-close.png') no-repeat center center;
  background-size: 0.3rem;
}
.search-overlay .search-close:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.phone-toggle {
  display: none !important;
}
@media (max-width: 991px) {
  .navbar .nav-header {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .navbar .navbar-brand {
    width: 4rem;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .phone-toggle {
    display: block !important;
    top: 0.13rem;
    right: 0.5rem;
  }
  .nav-other {
    right: 1rem;
    top: 0.1rem;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    width: 3.6rem;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .phone-toggle {
    display: block !important;
    top: 0.1rem;
    right: 0.3rem;
  }
  .nav-other {
    top: 0.09rem;
    right: 1.15rem;
  }
  .search-box {
    display: none;
  }
  .search-a {
    display: block;
  }
}
@media (max-width: 767px) {
  .navbar .nav-header {
    padding-top: 0.44rem;
    padding-bottom: 0.2rem;
  }
  .navbar .navbar-brand {
    width: 76%;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .phone-toggle {
    top: 0.05rem;
    right: 0.15rem;
  }
  .search-a {
    right: 0.6rem;
    width: 0.3rem;
    height: 0.3rem;
    background-size: 0.14rem;
  }
  .nav-other {
    top: -0.34rem;
    right: 0;
  }
}
.index-banner {
  height: 8.66rem;
}
.index-banner .banner-scroll {
  width: 100%;
  height: 100%;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box .banner-img img {
  display: block;
  height: 8.66rem;
  width: 100%;
  object-fit: cover;
}
.index-banner .banner-box .banner-a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('dimst_bannerbg.png') repeat-x left bottom;
}
.index-banner .banner-box .banner-a .title-w {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4rem;
}
.index-banner .banner-box .banner-a .title-s {
  position: relative;
  color: #fff;
  padding-left: 0.26rem;
  padding-right: 2.2rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.36rem;
  line-height: 0.36rem;
}
.index-banner .banner-box .banner-a .title-s::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.05rem;
  height: 0.26rem;
  background: #fff;
  width: 0.06rem;
  border-radius: 0.03rem;
}
@media (max-width: 767px) {
  .index-banner .banner-box .banner-a .title-s {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.index-banner .banner-page-w {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.35rem;
}
.index-banner .banner-page-w .container {
  position: relative;
}
.index-banner .banner-page {
  position: absolute;
  left: auto;
  width: auto;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.index-banner .banner-page .swiper-pagination-bullet {
  width: 0.46rem;
  height: 0.4rem;
  background: url('dimst_icon_18.png') no-repeat center center;
  opacity: 1;
  margin-left: 2px;
  margin-right: 2px;
}
.index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url('dimst_icon_banner.png');
  background-size: contain;
}
.box-img {
  overflow: hidden;
}
.box-img img {
  transition: all 0.5s;
  display: block;
  width: 100%;
  object-fit: cover;
}
.box-date {
  font-family: Arial, Helvetica, sans-serif;
}
.scroll-page {
  position: static;
}
.scroll-page .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: rgba(0, 56, 148, 0.6);
  border-radius: 0.06rem;
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.scroll-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.5rem;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
}
.index-groups-w {
  overflow: hidden;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.index-groups-w.groups-bg {
  background: linear-gradient(180deg, #EAF2F9 0%, #FFFFFF 100%);
}
.title-more {
  width: 1.2rem;
  height: 0.46rem;
  line-height: 0.44rem;
  border-radius: 0.23rem;
  border: 1px solid #003894;
  text-align: center;
  color: #003894;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
  display: block;
}
.title-more::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(74, 108, 247, 0.2), transparent);
  transition: all 0.6s ease;
}
.title-more span {
  z-index: 2;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-right: 0.15rem;
}
.title-more span:after {
  content: "\f0da";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  line-height: 0.44rem;
}
.title-more:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(74, 108, 247, 0.2);
}
.title-more:hover::before {
  left: 100%;
}
.title-more.title-white {
  border-color: #fff;
  color: #fff;
}
.title-more.title-white::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}
.title-more.title-white:hover {
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}
.index-title {
  margin-bottom: 0.4rem;
}
.index-title .title-channel {
  float: left;
}
.index-title .title-channel > div {
  display: inline-block;
}
.index-title .title-channel .channel-ch {
  line-height: 0.46rem;
}
.index-title .title-channel .channel-en {
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0.12rem;
  text-transform: uppercase;
  color: #003894;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .index-title .title-channel .channel-en {
    background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
.index-title .title-channel .channel-en span {
  display: inline-block;
  margin-left: 0.15rem;
}
.index-title .title-more {
  float: right;
}
.index-title .title-more span {
  font-weight: bold;
}
.index-wrap-01 .row-w,
.index-wrap-03 .row-w {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.index-wrap-01 .row-w .col-w,
.index-wrap-03 .row-w .col-w {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.index-wrap-01 {
  background: url('dimst_bg_02.png') no-repeat top left #eaf2f9;
}
.index-wrap-02 {
  background: url('dimst_bg_01.png') no-repeat center center;
  background-size: cover;
}
.index-wrap-02 .row-w {
  margin-left: -0.32rem;
  margin-right: -0.32rem;
}
.index-wrap-02 .row-w .col-w {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.index-wrap-02 .index-title .title-channel .channel-ch {
  color: #fff;
}
.index-wrap-02 .index-title .title-channel .channel-en {
  color: #00a3df !important;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .index-wrap-02 .index-title .title-channel .channel-en {
    background: none;
    -webkit-text-fill-color: #00a3df !important;
    color: #00a3df !important;
  }
}
.index-wrap-02 .index-title .title-more {
  border-color: #fff;
  color: #fff;
}
.index-wrap-02 .index-title .title-more::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}
.index-wrap-02 .index-title .title-more:hover {
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}
.index-wrap-03 {
  padding-bottom: 0.5rem;
}
.index-research .scroll-research {
  margin-bottom: 0.2rem;
}
.index-research .scroll-research .box-s {
  position: relative;
}
.index-research .scroll-research .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-research .scroll-research .box-s .box-img img {
  height: 4.35rem;
  transition: all 0.5s;
}
.index-research .scroll-research .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #003894 0%, rgba(0, 56, 148, 0) 100%);
  background-size: 100% auto;
  padding: 0.3rem 1.35rem 0.27rem 0.3rem;
  color: #fff;
}
.index-research .scroll-research .box-s .box-title .title-txt {
  font-weight: bold;
  line-height: 0.3rem;
}
.index-research .scroll-research .research-page {
  position: absolute;
  right: 0.3rem;
  bottom: 0.32rem;
  left: auto;
  width: auto;
  margin-right: auto;
  margin-left: 0.08rem;
}
.index-research .scroll-research .research-page .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
  opacity: 0.3;
}
.index-research .scroll-research .research-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.3rem;
}
.index-research .research-list ul li {
  margin-bottom: 0.1rem;
}
.index-research .research-list ul li:last-child {
  margin-bottom: 0;
}
.index-research .research-list .box-s {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  height: 0.9rem;
  padding: 0.15rem 0.3rem 0.15rem 0;
}
.index-research .research-list .box-s:hover {
  background: #ffffff;
}
.index-research .research-list .box-s::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.02rem;
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
}
.index-research .research-list .box-s .box-date {
  width: 1.14rem;
  text-align: center;
  position: relative;
  float: left;
  padding-top: 0.05rem;
}
.index-research .research-list .box-s .box-date .date-01 {
  color: #003894;
  line-height: 0.32rem;
  font-weight: bold;
}
.index-research .research-list .box-s .box-date .date-02 {
  color: #8e9eba;
  line-height: 0.22rem;
}
.index-research .research-list .box-s .box-info {
  overflow: hidden;
  height: 0.6rem;
  line-height: 0.6rem;
}
.index-research .research-list .box-s .box-info a {
  display: inline-block;
  vertical-align: middle;
}
.index-research .research-list .box-s .box-info span {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  max-height: 0.6rem;
}
@media (max-width: 767px) {
  .index-research .research-list .box-s .box-info span {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.index-news-groups .news-hot {
  margin-bottom: 0.25rem;
  background: rgba(255, 255, 255, 0.5);
}
.index-news-groups .news-hot:hover .box-img img {
  transform: scale(1.1);
}
.index-news-groups .news-hot:hover .info-title {
  color: #003894;
}
.index-news-groups .news-hot .box-img {
  float: left;
  width: 3.26rem;
}
.index-news-groups .news-hot .box-img img {
  height: 2.16rem;
}
.index-news-groups .news-hot .box-info {
  overflow: hidden;
  color: #fff;
  padding: 0.2rem 0.3rem;
}
.index-news-groups .news-hot .info-title {
  margin-bottom: 0.15rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .index-news-groups .news-hot .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.index-news-groups .news-hot .info-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.24rem;
  height: 0.48rem;
  color: #999999;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .index-news-groups .news-hot .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.index-news-groups .news-hot .info-date {
  color: #003894;
}
.index-news-groups .news-list .box-s {
  position: relative;
  padding-left: 0.22rem;
  border-bottom: 1px dashed rgba(0, 56, 148, 0.2);
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
}
.index-news-groups .news-list .box-s::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.27rem;
  width: 0.03rem;
  height: 0.2rem;
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
}
.index-news-groups .news-list .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.32rem;
  line-height: 0.32rem;
}
@media (max-width: 767px) {
  .index-news-groups .news-list .box-s .box-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.index-news-groups .news-list .box-s .box-date {
  line-height: 0.24rem;
  color: #003894;
}
.index-interaction .main-cont {
  background: #FFFFFF;
  min-height: 4.1rem;
  padding: 0.4rem 0.3rem 0.3rem;
}
.index-interaction .interaction-info {
  border-bottom: 1px solid #EAF2F9;
  padding-bottom: 0.15rem;
  margin-bottom: 0.3rem;
}
.index-interaction .scroll-interaction .box-s {
  margin-left: 1px;
  margin-right: 1px;
}
.index-interaction .scroll-interaction .box-s:hover .info-title {
  color: #003894;
}
.index-interaction .scroll-interaction .box-s .box-top {
  margin-bottom: 0.2rem;
}
.index-interaction .scroll-interaction .box-s .box-date {
  float: left;
  margin-right: 0.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 1.04rem;
  color: #fff;
  width: 0.64rem;
  height: 0.64rem;
  background-color: #003894;
  background: linear-gradient(90deg, #00A3DF 0%, #003894 100%);
  text-align: center;
  padding-top: 0.08rem;
}
.index-interaction .scroll-interaction .box-s .box-date .date-01 {
  line-height: 0.32rem;
  font-weight: bold;
}
.index-interaction .scroll-interaction .box-s .box-date .date-02 {
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.index-interaction .scroll-interaction .box-s .box-info {
  overflow: hidden;
}
.index-interaction .scroll-interaction .box-s .info-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.3rem;
  height: 0.9rem;
}
@media (max-width: 767px) {
  .index-interaction .scroll-interaction .box-s .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.index-interaction .scroll-interaction .box-s .info-txt {
  color: #666666;
}
.index-interaction .scroll-interaction .box-s .info-txt > div {
  padding-left: 0.24rem;
  background-position: 0 0.08rem;
  background-size: 0.16rem;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.3rem;
  line-height: 0.3rem;
}
@media (max-width: 767px) {
  .index-interaction .scroll-interaction .box-s .info-txt > div {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.index-interaction .scroll-interaction .box-s .info-txt > div:last-child {
  width: 100%;
}
.index-interaction .scroll-interaction .box-s .info-txt > div.txt-01 {
  background-image: url('dimst_icon_55.png');
}
.index-interaction .scroll-interaction .box-s .info-txt > div.txt-02 {
  background-image: url('dimst_icon_56.png');
}
.index-interaction .scroll-interaction .box-s .info-txt > div.txt-03 {
  background-image: url('dimst_icon_57.png');
}
.index-interaction .scroll-page {
  position: relative;
  padding-top: 0.2rem;
  text-align: right;
}
.index-interaction .scroll-page .swiper-pagination-bullet {
  background: rgba(0, 56, 148, 0.2);
  margin-right: 0;
  margin-left: 0.1rem;
}
.index-interaction .scroll-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
}
.index-interaction .interaction-list .box-s {
  position: relative;
  padding-left: 0.2rem;
}
.index-interaction .interaction-list .box-s::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.02rem;
  bottom: 0.02rem;
  width: 0.03rem;
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
}
.index-interaction .interaction-list .box-s .box-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.26rem;
  max-height: 0.52rem;
}
@media (max-width: 767px) {
  .index-interaction .interaction-list .box-s .box-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.index-announcement ul li {
  border-bottom: 1px dashed rgba(202, 222, 255, 0.2);
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.index-announcement .box-s:hover .box-info .info-title {
  color: #fff;
}
.index-announcement .box-s .box-date {
  line-height: 0.2rem;
  color: #00a3df;
  margin-bottom: 0.04rem;
}
.index-announcement .box-s .box-info .info-title {
  text-align: justify;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  max-height: 0.6rem;
}
@media (max-width: 767px) {
  .index-announcement .box-s .box-info .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.index-media .media-list {
  position: relative;
}
.index-media .media-list::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.16rem;
  background: #316cb6;
  width: 1px;
}
.index-media ul {
  position: relative;
  z-index: 2;
}
.index-media ul li {
  margin-bottom: 0.45rem;
}
.index-media ul li:last-child {
  margin-bottom: 0;
}
.index-media .box-s {
  position: relative;
}
.index-media .box-s:hover .info-title {
  color: #fff;
}
.index-media .box-s .box-date {
  background: url('dimst_img_08.png') no-repeat;
  background-size: 100% 100%;
  width: 1.52rem;
  height: 0.32rem;
  line-height: 0.32rem;
  padding-left: 0.4rem;
  color: #fff;
  margin-bottom: 0.15rem;
}
.index-media .box-s .box-info {
  padding-left: 0.4rem;
}
.index-media .box-s .info-title {
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .index-media .box-s .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.index-service .row-w {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.index-service .row-w .col-w {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.index-service .item-box {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.index-service .item-box .box-img {
  height: 4.9rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  display: block;
  transition: all 0.5s;
}
.index-service .item-box a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(90deg, #003894 0%, rgba(0, 56, 148, 0) 100%);
  padding-top: 0.5rem;
}
.index-service .item-box .box-title {
  transition: all 0.5s;
  width: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
.index-service .item-box .box-title .title-icon {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  margin-bottom: 0.15rem;
}
.index-service .item-box .box-title .title-icon img {
  vertical-align: middle;
  display: inline-block;
}
.index-service .item-box .box-title .title-name {
  text-align: center;
  width: 0.5rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  line-height: 1.1;
  font-weight: bold;
}
.index-service .item-box:hover .box-img {
  transform: scale(1.1);
}
.index-service .item-box:hover .box-title {
  transform: translateY(-0.12rem);
}
.index-service .main-cont .col-w:nth-child(2n) .item-box a {
  padding-top: 0.9rem;
}
.index-ai .card-box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 0.09rem 0.38rem 0 rgba(0, 79, 153, 0.1);
  margin-bottom: 0.3rem;
  display: block;
}
.index-ai .card-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.02rem;
  height: 2px;
  background-color: #003894;
  background: linear-gradient(90deg, #00A3DF 0%, #003894 100%);
}
.index-ai .card-box .card-inner {
  position: relative;
  overflow: hidden;
}
.index-ai .card-box .card-inner h3 {
  font-weight: bold;
  margin-bottom: 0.2rem;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.3rem;
  line-height: 0.3rem;
}
@media (max-width: 767px) {
  .index-ai .card-box .card-inner h3 {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.index-ai .card-box .card-inner .card-txt {
  color: #fff;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 0.28rem;
  height: 1.12rem;
}
@media (max-width: 767px) {
  .index-ai .card-box .card-inner .card-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.index-ai .card-box .card-inner:hover .card-front h3 {
  color: #003894;
}
.index-ai .card-box .card-inner:hover .card-icon img {
  transform: scale(1.1);
}
.index-ai .card-box .card-inner:hover .card-back {
  top: 0;
}
.index-ai .card-box .card-front {
  height: 2.3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.index-ai .card-box .card-icon {
  background: url('dimst_icon_bg.png') no-repeat center center;
  background-size: 100% 100%;
  width: 1.16rem;
  height: 1.08rem;
  line-height: 1.08rem;
  text-align: center;
  font-size: 0;
  transition: all 0.5s;
  margin-bottom: 0.25rem;
}
.index-ai .card-box .card-icon img {
  width: 0.5rem;
  vertical-align: middle;
  transition: all 0.5s;
}
.index-ai .card-box .card-back {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
  padding: 0.3rem;
  transition: all 0.5s;
}
.index-ai .card-box .card-back h3 {
  color: #fff;
}
.index-spotlight {
  margin-bottom: 0.7rem;
}
.index-spotlight.spotlight-list {
  margin-bottom: 0 !important;
}
.index-spotlight.spotlight-list .box-s {
  margin-bottom: 0.4rem;
}
.index-spotlight.spotlight-list .box-s .box-img img {
  height: 2.48rem;
}
.index-spotlight .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-spotlight .box-s:hover .box-title {
  color: #003894;
}
.index-spotlight .box-s .box-img {
  margin-bottom: 0.2rem;
}
.index-spotlight .box-s .box-img img {
  height: 2.1rem;
}
.index-spotlight .box-s .box-title {
  display: block;
  position: relative;
  line-height: 0.3rem;
  padding-left: 0.22rem;
}
.index-spotlight .box-s .box-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
  width: 0.02rem;
}
.index-spotlight .box-s .box-title span {
  display: block;
  font-weight: bold;
}
.index-spotlight .spot-page {
  padding-top: 0.35rem;
}
@media (min-width: 992px) {
  .index-spotlight.spotlight-list .col-w:nth-child(3n + 1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .index-spotlight.spotlight-list .col-w:nth-child(2n + 1) {
    clear: both;
  }
}
.index-quick .spotlight-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-quick .spotlight-list li {
  width: 20%;
}
.index-quick .spotlight-list li:nth-child(2n + 1) .box-s .box-icon::after {
  background-image: url('dimst_boxbg_05.png');
}
.index-quick .spotlight-list li:nth-child(2n) .box-s .box-icon::after {
  background-image: url('dimst_boxbg_06.png');
}
.index-quick .box-s:hover .box-icon::after {
  animation-play-state: running;
}
.index-quick .box-s:hover .box-icon > div img {
  transform: scale(1.1);
}
.index-quick .box-s:hover .box-title {
  color: #003894;
}
.index-quick .box-s .box-icon {
  margin-bottom: 0.15rem;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.15rem;
  margin-left: auto;
  margin-right: auto;
}
.index-quick .box-s .box-icon::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.5s;
  animation: rotate-circle 4s linear infinite paused;
}
.index-quick .box-s .box-icon > div {
  background: url('dimst_boxbg_04.png') no-repeat center center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0;
  text-align: center;
}
.index-quick .box-s .box-icon > div img {
  vertical-align: middle;
  display: inline-block;
  transition: all 0.5s;
}
.index-quick .box-s .box-title {
  display: block;
  font-weight: bold;
  color: #333333;
  line-height: 0.3rem;
  height: 0.3rem;
  text-align: center;
}
@keyframes rotate-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.index-links {
  background-color: rgba(234, 242, 249, 0.7);
}
.index-links .main-cont {
  margin-top: -0.2rem;
}
.index-links .box-s {
  height: 1.1rem;
  padding: 0.2rem;
  line-height: 0.7rem;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 67, 143, 0.16);
  font-size: 0;
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.index-links .box-s:hover img {
  transform: scale(1.1);
}
.index-links .box-s span {
  display: inline-block;
  vertical-align: middle;
  max-height: 0.7rem;
}
.index-links .box-s img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.dimst-footer {
  background: url('dimst_footerbg.png') no-repeat top center;
  background-size: cover;
}
.dimst-footer a {
  display: block;
  color: #fff;
}
.dimst-footer .footer-info {
  padding-top: 0.75rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dimst-footer .footer-info ul {
  display: flex;
  justify-content: space-between;
}
.dimst-footer .footer-info ul li {
  opacity: 0;
  transform: translateY(50px);
}
.dimst-footer .footer-info .info-title {
  font-weight: bold;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.dimst-footer .footer-info .info-cont a {
  line-height: 2;
  position: relative;
  transition: all 0.3s ease;
}
.dimst-footer .footer-info .info-cont a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #3498db;
  transition: width 0.3s ease;
}
.dimst-footer .footer-info .info-cont a:hover {
  color: #3498db;
}
.dimst-footer .footer-info .info-cont a:hover::before {
  width: 30px;
}
.dimst-footer .footer-copy {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
}
.dimst-footer .footer-copy a,
.dimst-footer .footer-copy span {
  display: inline-block;
  margin-right: 0.2rem;
}
.dimst-footer .footer-copy a:last-child,
.dimst-footer .footer-copy span:last-child {
  margin-right: 0;
}
.dimst-footer .footer-copy .main-copy {
  position: relative;
  min-height: 0.7rem;
  padding-right: 0.7rem;
}
.dimst-footer .footer-copy .copy-info {
  padding-top: 0.07rem;
}
.dimst-footer .footer-copy .copy-info .info-logo {
  float: left;
  margin-right: 0.4rem;
  width: 4.92rem;
}
.dimst-footer .footer-copy .copy-info .info-logo img {
  display: block;
  width: 100%;
}
.dimst-footer .footer-copy .copy-info .info-txt {
  overflow: hidden;
  padding-top: 0.05rem;
}
.dimst-footer .footer-copy .copy-sydw {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.56rem;
}
.dimst-footer .footer-copy .copy-sydw img {
  display: block;
}
.public-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 7.9rem;
  color: #fff;
  position: relative;
}
.public-banner.no-menu .banner-top {
  bottom: 0.4rem;
}
.public-banner .banner-mc {
  background: url('dimst_boxbg_07.png') repeat-x left bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.public-banner .banner-top,
.public-banner .banner-menu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.public-banner .banner-top {
  bottom: 1.2rem;
}
.public-banner .banner-top .channel-title {
  font-size: 0.6rem;
  line-height: 1;
  float: left;
}
.public-banner .banner-top .bread-crumbs {
  float: right;
  margin-top: 0.3rem;
}
.public-banner .banner-menu {
  bottom: 0;
  height: 0.8rem;
  background: rgba(0, 80, 211, 0.8);
}
.main-menu {
  position: relative;
}
.main-menu .menu-prev,
.main-menu .menu-next {
  display: none;
  width: auto;
}
.main-menu .menu-prev::after,
.main-menu .menu-next::after {
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 30px;
}
.main-menu .menu-prev {
  left: 0;
}
.main-menu .menu-prev::after {
  content: "\f0d9";
}
.main-menu .menu-next {
  right: 0;
}
.main-menu .menu-next::after {
  content: "\f0da";
}
.channel-menu-wrap {
  position: relative;
}
.channel-menu-wrap .swiper-slide {
  width: auto;
  margin-right: 2px;
}
.channel-menu-wrap .a-menu {
  display: block;
  color: #FFFFFF;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-size: 0;
}
.channel-menu-wrap .a-menu span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.3rem;
  font-size: 0.2rem;
}
.channel-menu-wrap .a-menu.active,
.channel-menu-wrap .a-menu:hover {
  color: #44c0fe;
}
.channel-menu-wrap .active .a-menu {
  background: #00a3df;
}
.bread-crumbs {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.3rem;
  background: url('dimst_add.png') no-repeat 0 0.16rem;
  background-size: 0.14rem;
}
.bread-crumbs .bread-item {
  color: #fff;
  line-height: 0.3rem;
  font-size: 14px;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #fff;
}
.bread-crumbs .bread-item > span {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.bread-crumbs .bread-item > span::before {
  content: '/';
  color: #fff;
}
.public-title {
  margin-bottom: 0.5rem;
}
.public-title .title-channel {
  float: left;
  line-height: 0.46rem;
  color: #222222;
}
.public-title .title-more {
  float: right;
}
.about-introduction {
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #EAF2F9 100%);
}
.about-introduction .container {
  position: relative;
}
.about-introduction .main-cont {
  position: relative;
  overflow: hidden;
}
.about-introduction .cont-text {
  position: absolute;
  color: rgba(0, 163, 223, 0.08);
  line-height: 1;
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  left: 1.1rem;
  top: 0;
  font-weight: 800;
  margin-top: -0.1rem;
}
.about-introduction .cont-info {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 0.09rem 0.38rem 0 rgba(0, 79, 153, 0.1);
  padding: 0.7rem 0.8rem 0.5rem 0.7rem;
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.about-introduction .cont-info::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #00A3DF;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
}
.about-introduction .cont-info .info-logo {
  margin-bottom: 0.22rem;
}
.about-introduction .cont-info .info-logo img {
  display: block;
  width: 5.5rem;
}
.about-introduction .cont-info .info-txt {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 0.3rem;
  max-height: 1.8rem;
}
@media (max-width: 767px) {
  .about-introduction .cont-info .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.about-introduction .cont-img {
  width: 57%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 0.3rem;
}
.about-introduction .cont-img img {
  display: block;
  width: 100%;
  height: 5.82rem;
}
.about-message {
  background: url('dimst_boxbg_08.png') right top;
  background-size: cover;
  padding-top: 0.65rem;
  color: #fff;
}
.about-message .main-cont {
  display: flex;
  position: relative;
}
.about-message .message-title {
  position: absolute;
  left: 0;
  top: 0.25rem;
  padding-left: 0.35rem;
  width: 0.5rem;
  text-align: center;
  line-height: 1.1;
}
.about-message .message-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.05rem;
  background: url('dimst_titlebg_01.png') no-repeat;
  background-size: contain;
  width: 0.12rem;
  height: 0.5rem;
}
.about-message .message-img {
  width: 5.1rem;
  margin-left: 1rem;
  margin-right: 0.45rem;
}
.about-message .message-img img {
  display: block;
  width: 100%;
}
.about-message .message-info {
  margin-top: 0.8rem;
  flex: 1;
}
.about-message .message-info .info-title-w {
  position: relative;
}
.about-message .message-info .info-title-w::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.55rem;
  height: 1.1rem;
  background: url('dimst_titlebg_03.png') no-repeat bottom right;
  background-size: contain;
}
.about-message .message-info .info-title {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.4rem;
  line-height: 1;
  margin-bottom: 0.35rem;
  z-index: 22;
}
.about-message .message-info .info-title::before,
.about-message .message-info .info-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-message .message-info .info-title::before {
  width: 0.4rem;
  height: 0.12rem;
  background: url('dimst_titlebg_02.png') no-repeat;
  background-size: contain;
}
.about-message .message-info .info-title::after {
  height: 1px;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
}
.about-message .message-info .info-title > div {
  display: inline-block;
  vertical-align: bottom;
}
.about-message .message-info .info-title .title-name {
  margin-right: 0.2rem;
}
.about-message .message-info .info-text {
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 0.3rem;
  max-height: 1.5rem;
}
@media (max-width: 767px) {
  .about-message .message-info .info-text {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.about-bottom-w {
  background: linear-gradient(180deg, #FFFFFF 0%, #EAF2F9 100%);
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
}
.about-leader {
  margin-bottom: 1.2rem;
}
.about-leader.leader-list {
  margin-bottom: 0;
}
.about-leader.leader-list .box-s {
  margin-bottom: 0.6rem;
}
.about-leader .row-w {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.about-leader .row-w .col-w {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.about-leader .box-s {
  position: relative;
  padding: 0.4rem 0.6rem;
  background: url('dimst_boxbg_09.png') no-repeat right bottom #fff;
  background-size: contain;
  box-shadow: 0 0.09rem 0.38rem 0 rgba(0, 79, 153, 0.1);
}
.about-leader .box-s::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00A3DF;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
  height: 0.02rem;
}
.about-leader .box-s:hover .box-img img {
  transform: scale(1.1);
}
.about-leader .box-s:hover .box-info .info-name {
  color: #003894;
}
.about-leader .box-s .box-img {
  width: 2.2rem;
  float: left;
}
.about-leader .box-s .box-img img {
  height: 3.34rem;
  transition: all 0.5s;
}
.about-leader .box-s .box-info {
  overflow: hidden;
  padding: 0.7rem 0.3rem 0.3rem 0.7rem;
  color: #333333;
  line-height: 1.6;
}
.about-leader .box-s .box-info .info-job {
  margin-bottom: 0.2rem;
}
.about-other-channel {
  margin-bottom: 1.2rem;
}
.about-other-channel .row-w {
  margin-left: -0.23rem;
  margin-right: -0.23rem;
}
.about-other-channel .row-w .col-w {
  padding-left: 0.23rem;
  padding-right: 0.23rem;
}
.about-other-channel .box-s {
  position: relative;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  color: #fff;
  display: block;
  transition: all 0.5s;
}
.about-other-channel .box-s:hover {
  margin-top: -0.2rem;
}
.about-other-channel .box-s:hover .info-icon img {
  transform: scale(1.1);
}
.about-other-channel .box-s.box-01::before {
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
}
.about-other-channel .box-s.box-01 .box-info {
  background-image: url('dimst_boxbg_10.png');
}
.about-other-channel .box-s.box-02::before {
  background: linear-gradient(-90deg, #67ECF1 0%, #00989C 100%);
}
.about-other-channel .box-s.box-02 .box-info {
  background-image: url('dimst_boxbg_11.png');
}
.about-other-channel .box-s.box-03::before {
  background: linear-gradient(-90deg, #5194FF 0%, #2020C5 100%);
}
.about-other-channel .box-s.box-03 .box-info {
  background-image: url('dimst_boxbg_12.png');
}
.about-other-channel .box-s::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  bottom: 0.2rem;
  opacity: 0.1;
  left: 0;
  right: 0;
}
.about-other-channel .box-s .box-info {
  height: 3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-other-channel .box-s .info-icon {
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.18rem;
  border-radius: 50%;
  border: 1px dashed #FFFFFF;
  font-size: 0;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-other-channel .box-s .info-icon img {
  vertical-align: middle;
  width: 0.7rem;
  transition: all 0.5s;
}
.about-other-channel .box-s .info-title {
  text-align: center;
  display: block;
  line-height: 0.44rem;
}
.about-logo .main-cont-w {
  position: relative;
  padding: 0.2rem;
}
.about-logo .main-cont-w::before,
.about-logo .main-cont-w::after {
  content: '';
  position: absolute;
  width: 6.6rem;
  height: 1.9rem;
  background: linear-gradient(90deg, #00A3DF 0%, #003894 100%);
  opacity: 0.2;
}
.about-logo .main-cont-w::before {
  top: 0;
  left: 0;
}
.about-logo .main-cont-w::after {
  right: 0;
  bottom: 0;
}
.about-logo .main-cont {
  background: #FFFFFF;
  box-shadow: 0 0.09rem 0.38rem 0 rgba(0, 79, 153, 0.1);
  min-height: 3.05rem;
  padding: 0.3rem 0.6rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.about-logo .main-cont .cont-img {
  width: 2.46rem;
  margin-right: 0.6rem;
}
.about-logo .main-cont .cont-img img {
  width: 100%;
  transition: all 0.5s;
}
.about-logo .main-cont .cont-info {
  flex: 1;
  line-height: 0.5rem;
}
.details-page .detail-top {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 0.15rem;
  margin-bottom: 0.3rem;
}
.details-page .detail-top .title-s {
  color: #333333;
  max-width: 100%;
  line-height: 1.6;
  text-align: center;
}
.details-page .detail-top .top-other {
  margin-top: 0.25rem;
  color: #666666;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
  line-height: 0.24rem;
  padding-top: 0.03rem;
  padding-bottom: 0.03rem;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .detail-top .other-info span,
.details-page .detail-top .other-info a {
  color: #999999;
}
.details-page .detail-top .other-info .line {
  vertical-align: middle;
  margin-top: -3px;
}
.details-page.page-other .main-img {
  position: relative;
  float: left;
  margin-right: 0.8rem;
  width: 3.9rem;
  padding: 0.2rem;
}
.details-page.page-other .main-img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.details-page.page-other .main-img::before,
.details-page.page-other .main-img::after {
  content: '';
  position: absolute;
  z-index: 1;
}
.details-page.page-other .main-img::before {
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 1.55rem;
  height: 2.34rem;
}
.details-page.page-other .main-img::after {
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
  width: 0.2rem;
  height: 0.2rem;
  right: 0;
  bottom: 0;
}
.details-page.page-other .main-cont {
  overflow: hidden;
  padding-top: 0.2rem;
}
.details-page .main-cont {
  line-height: 1.8;
  text-align: justify;
  color: #333;
}
.details-page .main-cont .ue_table {
  text-align: center;
}
.details-page .main-cont .ue_table table {
  margin-left: auto;
  margin-right: auto;
}
.details-page .main-cont .cont-title {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.details-page .main-cont.cont-xilan img {
  max-width: 800px;
  width: 100%;
}
.details-page .main-cont img {
  max-width: 100%;
}
.details-page .main-cont p,
.details-page .main-cont div {
  line-height: 1.8;
  margin-bottom: 0.2rem;
}
.details-page .main-cont p:last-child,
.details-page .main-cont div:last-child {
  margin-bottom: 0;
}
.details-page .main-page {
  margin-top: 0.3rem;
  border-top: 1px solid #cdd7e8;
  padding-top: 0.3rem;
  line-height: 0.26rem;
  color: #666666;
}
.details-page .main-page .a-page {
  margin-bottom: 0.1rem;
}
.details-page .main-page .a-page:last-child {
  margin-bottom: 0;
}
.details-page .main-page .a-page a,
.details-page .main-page .a-page span,
.details-page .main-page .a-page p {
  display: inline;
}
.details-page .main-page .a-page a {
  color: #666666;
}
.details-page .main-page .a-page:hover {
  color: #003894;
}
.details-page .main-page .a-page:hover a {
  color: #003894;
}
.details-page .cont-img {
  float: right;
  margin-left: 0.6rem;
  width: 6.1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 1199px) {
  .details-page.page-other .main-img {
    width: 3.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 1023px) {
  .details-page.page-other .main-img {
    width: 3rem;
    margin-right: 0.4rem;
  }
  .details-page .cont-img {
    margin-left: 0.4rem;
    width: 5rem;
  }
}
@media (max-width: 991px) {
  .details-page.page-other .main-img {
    float: none;
    width: 2.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .details-page .cont-img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0.4rem;
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .details-page .cont-img {
    margin-bottom: 0.3rem;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .details-page .d-md-block {
    display: inline-block !important;
  }
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  font-size: 20px;
  border-radius: 50%;
  line-height: 0.3rem;
  border: none;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 999;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border: none;
  margin: 0 0 0 0.08rem;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png") no-repeat center center;
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 991px) {
  .details-page .detail-top .top-other {
    margin-top: 15px;
    text-align: center;
  }
  .details-page .detail-top .top-other .other-info,
  .details-page .detail-top .top-other .other-share {
    float: none;
    display: block;
  }
  .details-page .detail-top .top-other .other-share {
    margin-top: 5px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
    width: 100%;
  }
}
/*分页*/
.comp-pages {
  padding-top: 0.4rem;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
  color: #fff;
}
.comp-pages .page-pc span {
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
  border: none;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #003894;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
}
.public-wrap {
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 2;
}
.public-wrap.wrap-bg-top {
  background: linear-gradient(180deg, #EAF2F9 0%, #FFFFFF 100%);
}
.public-wrap.wrap-bg-btm {
  background: linear-gradient(0deg, #EAF2F9 0%, #FFFFFF 60%);
}
.public-wrap.wrap-bg {
  background: #EAF2F9;
}
.public-page-title {
  text-align: center;
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
  font-size: 0;
}
.public-page-title::after {
  content: '';
  width: 0.4rem;
  height: 0.04rem;
  background: #00A3DF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.list-img-item .box-s {
  margin-bottom: 0.4rem;
}
.list-img-item .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-item .box-s:hover .box-title {
  color: #003894;
}
.list-img-item .box-s .box-img {
  position: relative;
  margin-bottom: 0.15rem;
}
.list-img-item .box-s .box-img img {
  height: 1.84rem;
}
.list-img-item .box-s .box-img .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('dimst_icon_video.png') no-repeat center center;
  background-size: 0.5rem;
}
.list-img-item .box-s .box-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .list-img-item .box-s .box-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.list-text-img ul li {
  margin-bottom: 0.6rem;
}
.list-text-img ul li:last-child {
  margin-bottom: 0.2rem;
}
.list-text-img .box-s {
  background: rgba(255, 255, 255, 0.5);
}
.list-text-img .box-s:hover {
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
}
.list-text-img .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-text-img .box-s:hover .box-info .info-title {
  color: #fff;
}
.list-text-img .box-s:hover .box-info .info-txt {
  color: rgba(255, 255, 255, 0.5);
}
.list-text-img .box-s:hover .box-info .info-date span {
  color: #ffffff;
}
.list-text-img .box-s:hover .box-info .info-date span::before {
  background: url('dimst_icon_27.png') no-repeat center center;
  background-size: contain;
}
.list-text-img .box-s:hover .box-info .info-date span::after {
  background: rgba(222, 233, 242, 0.2);
}
.list-text-img .box-s .box-img {
  float: left;
  width: 5rem;
}
.list-text-img .box-s .box-img img {
  height: 3.3rem;
}
.list-text-img .box-s .box-info {
  overflow: hidden;
  padding: 0.5rem 0.4rem;
}
.list-text-img .box-s .info-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .list-text-img .box-s .info-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.list-text-img .box-s .info-txt {
  color: #999999;
  margin-bottom: 0.5rem;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.26rem;
  height: 0.78rem;
}
.list-text-img .box-s .info-date {
  position: relative;
  overflow: hidden;
}
.list-text-img .box-s .info-date span {
  display: block;
  float: left;
  padding-right: 0.3rem;
  position: relative;
  color: #003894;
}
.list-text-img .box-s .info-date span::after,
.list-text-img .box-s .info-date span::before {
  content: '';
  position: absolute;
}
.list-text-img .box-s .info-date span::before {
  width: 0.15rem;
  height: 0.15rem;
  background: url('dimst_icon_28.png') no-repeat center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: -0.15rem;
  z-index: 8;
}
.list-text-img .box-s .info-date span::after {
  height: 1px;
  background: #DEE9F2;
  right: -1005px;
  width: 1000px;
  top: 50%;
}
.list-img-item-02 .box-s {
  margin-bottom: 0.55rem;
}
.list-img-item-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-item-02 .box-s:hover .box-title {
  color: #003894;
}
.list-img-item-02 .box-s .box-img {
  position: relative;
}
.list-img-item-02 .box-s .box-img img {
  height: 2.94rem;
}
.list-img-item-02 .box-s .box-title {
  margin-right: 0.3rem;
  background: #FFFFFF;
  box-shadow: 0px 9px 38px 0px rgba(0, 79, 153, 0.1);
  min-height: 0.8rem;
  padding: 0.2rem 0.3rem;
  margin-top: -0.4rem;
  position: relative;
  z-index: 9;
  display: block;
}
.list-img-item-02 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.4rem;
  line-height: 0.4rem;
}
@media (max-width: 767px) {
  .list-img-item-02 .box-s .box-title span {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.instrument-details .details-top {
  background: #E6F3FF;
  margin-bottom: 0.5rem;
}
.instrument-details .details-top .top-img {
  width: 50%;
  float: left;
}
.instrument-details .details-top .top-img img {
  display: block;
  width: 100%;
}
.instrument-details .details-top .top-info {
  padding: 0.6rem;
  line-height: 1.6;
  overflow: hidden;
}
.instrument-details .details-top .top-title {
  margin-bottom: 0.3rem;
}
.instrument-details .details-top .top-box {
  position: relative;
  line-height: 0.36rem;
  min-height: 0.36rem;
  padding-left: 1.2rem;
  margin-bottom: 0.1rem;
}
.instrument-details .details-top .top-box:last-child {
  margin-bottom: 0;
}
.instrument-details .details-top .top-box .box-title {
  position: absolute;
  left: 0;
  top: 0;
  color: #777777;
  font-weight: bold;
}
.instrument-details .details-info {
  line-height: 2;
}
.instrument-details .details-info em {
  font-style: normal;
  border-bottom: 1px solid #DDE6F1;
  position: relative;
  margin-bottom: 0.2rem;
  font-weight: bold;
  display: block;
  padding-bottom: 0.15rem;
}
.instrument-details .details-info em::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.3rem;
  height: 0.03rem;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
}
.instrument-details .details-info .info-item {
  margin-bottom: 0.5rem;
}
.instrument-details .details-info .info-item:last-child {
  margin-bottom: 0;
}
.instrument-details .details-info .item-title {
  border-bottom: 1px solid #DDE6F1;
  position: relative;
  margin-bottom: 0.2rem;
  font-weight: bold;
  display: block;
  padding-bottom: 0.15rem;
}
.instrument-details .details-info .item-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.3rem;
  height: 0.03rem;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
}
.instrument-details .details-info .item-cont {
  line-height: 2;
}
.list-text-item li {
  margin-bottom: 0.1rem;
}
.list-text-item .box-s {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.1rem;
  position: relative;
  padding: 0.22rem 0.3rem;
  overflow: hidden;
  border-left: 0.04rem solid rgba(0, 56, 148, 0.5);
}
.list-text-item .box-s::before {
  content: '';
  position: absolute;
  background: url('dimst_boxbg_14.png') no-repeat right bottom;
  background-size: contain;
  width: 3.17rem;
  top: 0;
  right: 0.4rem;
  bottom: 0;
  z-index: 2;
}
.list-text-item .box-s:hover {
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
  border-left-color: #003894;
}
.list-text-item .box-s:hover .box-date::after {
  background: #fff;
}
.list-text-item .box-s:hover .box-date .date-01 {
  color: #fff;
}
.list-text-item .box-s:hover .box-date .date-02 {
  color: rgba(255, 255, 255, 0.5);
}
.list-text-item .box-s:hover .box-title {
  color: #fff;
}
.list-text-item .box-s:hover .box-title::after {
  background-image: url('dimst_icon_30.png');
}
.list-text-item .box-s .box-date,
.list-text-item .box-s .box-title {
  position: relative;
  z-index: 3;
}
.list-text-item .box-s .box-date {
  float: left;
  margin-right: 0.3rem;
  position: relative;
  min-height: 0.54rem;
  text-align: right;
  padding-right: 0.3rem;
  width: 1.15rem;
}
.list-text-item .box-s .box-date::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 0.32rem;
  background: #003894;
  top: 50%;
  transform: translateY(-50%);
}
.list-text-item .box-s .box-date .date-01 {
  font-weight: bold;
  line-height: 0.28rem;
}
.list-text-item .box-s .box-date .date-02 {
  color: #999999;
  line-height: 0.22rem;
}
.list-text-item .box-s .box-title {
  position: relative;
  padding-right: 0.5rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.5rem;
  line-height: 0.5rem;
}
.list-text-item .box-s .box-title::after {
  content: '';
  position: absolute;
  background: url('dimst_icon_29.png') no-repeat center center;
  background-size: 0.24rem;
  width: 0.24rem;
  height: 0.24rem;
  right: 0;
  top: 0.15rem;
}
@media (max-width: 767px) {
  .list-text-item .box-s .box-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.list-people-item {
  overflow: hidden;
}
.list-people-item .row-w {
  margin-left: -0.35rem;
  margin-right: -0.35rem;
}
.list-people-item .row-w .col-w {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
.list-people-item .box-s {
  margin-bottom: 0.6rem;
  box-shadow: 0 0.09rem 0.38rem 0 rgba(0, 79, 153, 0.1);
}
.list-people-item .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-people-item .box-s:hover .box-title {
  background: #003894;
  color: #fff;
}
.list-people-item .box-s .box-img img {
  height: 3.4rem;
  max-width: 100%;
}
.list-people-item .box-s .box-title {
  background: #fff;
  padding: 0 0.2rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
}
@media (max-width: 767px) {
  .list-people-item .box-s .box-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.people-details .details-top-w {
  position: relative;
  padding-top: 3px;
  box-shadow: 0 0.09 0.38rem 0 rgba(0, 79, 153, 0.1);
}
.people-details .details-top-w::after {
  content: '';
  background-color: #003894;
  background: linear-gradient(90deg, #00A3DF 0%, #003894 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.people-details .details-top {
  background-color: #EAF2F9;
  background: linear-gradient(0deg, #EAF2F9 0%, #FFFFFF 100%);
  position: relative;
  margin-bottom: 0.6rem;
  padding: 0.5rem 0.8rem;
  overflow: hidden;
}
.people-details .details-top::before,
.people-details .details-top::after {
  position: absolute;
  content: '';
  z-index: 2;
}
.people-details .details-top::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('dimst_boxbg_15.png') no-repeat left bottom;
  background-size: 11.26rem;
}
.people-details .details-top::after {
  content: 'DIMST';
  font-weight: bold;
  color: rgba(0, 163, 223, 0.03);
  font-family: Arial, Helvetica, sans-serif;
  top: 0.2rem;
  left: 0.9rem;
  line-height: 1;
  font-size: 3rem;
  z-index: 9;
}
.people-details .details-top .top-img {
  width: 2.6rem;
  float: right;
  margin-left: 0.4rem;
}
.people-details .details-top .top-img img {
  display: block;
  width: 100%;
}
.people-details .details-top .top-info {
  line-height: 1.6;
  overflow: hidden;
  position: relative;
  z-index: 999;
}
.people-details .details-top .top-title {
  margin-bottom: 0.3rem;
  position: relative;
  padding-bottom: 0.3rem;
}
.people-details .details-top .top-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.3rem;
  height: 0.03rem;
  background: #00A3DF;
}
.people-details .details-top .top-title span {
  display: inline-block;
}
.people-details .details-top .top-title .name-s {
  margin-right: 0.2rem;
}
.people-details .details-top .top-box {
  position: relative;
  line-height: 0.36rem;
  min-height: 0.36rem;
  padding-left: 1rem;
  margin-bottom: 0.1rem;
}
.people-details .details-top .top-box:last-child {
  margin-bottom: 0;
}
.people-details .details-top .top-box .box-title {
  position: absolute;
  left: 0;
  top: 0;
  color: #003894;
}
.people-details .details-info .info-item {
  margin-bottom: 0.5rem;
}
.people-details .details-info .info-item:last-child {
  margin-bottom: 0;
}
.people-details .details-info .item-title {
  background: #EAF2F9;
  padding: 0.15rem 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #003894;
  border-left: 0.03rem solid #003894;
}
.people-details .details-info .item-cont {
  line-height: 2;
}
.research-depa-w {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.research-depa-01 {
  background: #EAF2F9;
  padding-bottom: 0.8rem;
}
.research-depa-01 .scroll-page {
  margin-top: 0.3rem;
}
.research-depa-01 .scroll-news {
  margin-bottom: 0.4rem;
}
.research-depa-01 .box-s {
  position: relative;
  box-shadow: 0 0 0.16rem 0 rgba(0, 79, 153, 0.09);
}
.research-depa-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.research-depa-01 .box-s:hover .box-info .info-title {
  color: #003894;
}
.research-depa-01 .box-s::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
  height: 0.02rem;
  z-index: 2;
}
.research-depa-01 .box-s .box-img {
  overflow: hidden;
}
.research-depa-01 .box-s .box-img img {
  display: block;
  height: 2.96rem;
  transition: all 0.5s;
}
.research-depa-01 .box-s .box-info {
  background: #fff;
  padding: 0.5rem 0.3rem 0.3rem;
  height: 2.46rem;
  position: relative;
}
.research-depa-01 .box-s .box-info .info-date {
  color: #999999;
  position: absolute;
  background: url('dimst_titlebg_05.png') no-repeat left top;
  background-size: 100% 100%;
  width: 1.56rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  padding-left: 0.2rem;
  top: -0.2rem;
  left: 0.3rem;
}
.research-depa-01 .box-s .box-info .info-title {
  margin-bottom: 0.2rem;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .research-depa-01 .box-s .box-info .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.research-depa-01 .box-s .box-info .info-txt {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.24rem;
  height: 0.72rem;
}
@media (max-width: 767px) {
  .research-depa-01 .box-s .box-info .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.research-depa-01 .box-s:hover .box-info .info-title {
  color: #003894;
}
.research-depa-01 .title-more {
  width: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.research-depa-02 {
  background-image: url('dimst_bg_03.png');
}
.research-depa-02 .cont-top {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.research-depa-02 .cont-top .cont-info,
.research-depa-02 .cont-top .cont-img {
  flex: 1;
}
.research-depa-02 .cont-top .cont-info {
  color: #fff;
  padding-right: 0.8rem;
}
.research-depa-02 .cont-top .cont-info .info-title {
  margin-bottom: 0.35rem;
}
.research-depa-02 .cont-top .cont-info .info-txt {
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 0.3rem;
  height: 1.8rem;
}
@media (max-width: 767px) {
  .research-depa-02 .cont-top .cont-info .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.research-depa-02 .cont-top .cont-img img {
  display: block;
  width: 100%;
}
.research-depa-02 .cont-scroll {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  background: linear-gradient(0deg, #EDF4F8 0%, #CCEAFF 100%);
}
.research-depa-02 .cont-scroll .cont-info {
  width: 3.06rem;
  padding-left: 0.8rem;
  float: left;
}
.research-depa-02 .cont-scroll .cont-info .info-icon {
  margin-bottom: 0.2rem;
}
.research-depa-02 .cont-scroll .cont-info .info-icon img {
  display: block;
  width: 0.8rem;
}
.research-depa-02 .cont-scroll .cont-info .info-title {
  color: #003894;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.research-depa-02 .cont-scroll .scroll-main {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  overflow: hidden;
  position: relative;
  min-height: 2.3rem;
  border-left: 1px solid rgba(177, 204, 229, 0.3);
}
.research-depa-02 .research-prev,
.research-depa-02 .research-next {
  width: 0.26rem;
  height: 0.4rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -0.2rem;
  opacity: 1;
  transition: all 0.5s;
}
.research-depa-02 .research-prev:hover,
.research-depa-02 .research-next:hover {
  opacity: 0.8;
}
.research-depa-02 .research-prev {
  background-image: url(dimst_icon_32.png);
  left: 0.3rem;
}
.research-depa-02 .research-next {
  background-image: url(dimst_icon_33.png);
  right: 0.3rem;
}
.research-depa-02 .box-s {
  padding-top: 0.25rem;
  padding-left: 0.02rem;
}
.research-depa-02 .box-s .box-title {
  display: flex;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.research-depa-02 .box-s .box-title .title-num {
  color: #fff;
  background: #003894;
  border-radius: 50%;
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.research-depa-02 .box-s .box-title .title-txt {
  flex: 1;
  min-width: 0;
}
.research-depa-02 .box-s .box-txt {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 0.3rem;
  height: 1.2rem;
}
@media (max-width: 767px) {
  .research-depa-02 .box-s .box-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.research-depa-03 {
  background-image: url('dimst_bg_04.png');
}
.research-depa-03 .box-s {
  height: 2.76rem;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
}
.research-depa-03 .box-s:hover {
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
  margin-top: -0.2rem;
}
.research-depa-03 .box-s:hover .box-icon {
  background-image: url('dimst_boxbg_18.png');
}
.research-depa-03 .box-s:hover .box-icon img {
  transform: scale(1.1);
}
.research-depa-03 .box-s:hover .box-icon img.img-d {
  display: none;
}
.research-depa-03 .box-s:hover .box-icon img.img-h {
  display: block;
}
.research-depa-03 .box-s:hover .box-title {
  color: #fff;
}
.research-depa-03 .box-s::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
  height: 0.02rem;
  z-index: 2;
}
.research-depa-03 .box-s .box-icon {
  width: 1.1rem;
  height: 1.04rem;
  background: url('dimst_boxbg_17.png') no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  justify-content: center;
}
.research-depa-03 .box-s .box-icon img {
  transition: all 0.5s;
  width: 0.64rem;
}
.research-depa-03 .box-s .box-icon img.img-h {
  display: none;
}
.research-depa-03 .box-s .box-title {
  font-weight: bold;
  color: #023d6b;
}
.research-depa-04 {
  background-image: url('dimst_bg_05.png');
}
.research-depa-04 .public-title .title-channel {
  color: #fff;
}
.research-depa-04 .main-top-title {
  background: url('dimst_titlebg_06.png') no-repeat;
  background-size: contain;
  width: 2.15rem;
  height: 0.56rem;
  line-height: 0.56rem;
  color: #fff;
  padding-left: 0.4rem;
  font-weight: bold;
}
.research-depa-04 .main-top {
  border: 1px solid rgba(0, 163, 223, 0.8);
  background-color: rgba(52, 150, 217, 0.3);
  background: rgba(52, 150, 217, 0.3);
  padding: 0.3rem 0.4rem;
  margin-bottom: 0.8rem;
}
.research-depa-04 .main-top .box-s {
  box-shadow: 0 0.09rem 0.38rem 0 rgba(0, 79, 153, 0.1);
  background: #3496d9;
  border-radius: 0.04rem;
}
.research-depa-04 .main-top .box-s:hover .box-img img {
  transform: scale(1.1);
}
.research-depa-04 .main-top .box-s .box-img {
  border-radius: 0.04rem;
}
.research-depa-04 .main-top .box-s .box-img img {
  height: 3.4rem;
}
.research-depa-04 .main-top .box-s .box-info {
  text-align: center;
  padding: 0.16rem 0.1rem;
  line-height: 0.3rem;
  height: 0.92rem;
}
.research-depa-04 .main-top .box-s .box-info .info-title {
  font-weight: bold;
  color: #fff;
}
.research-depa-04 .main-top .box-s .box-info .info-job {
  color: rgba(255, 255, 255, 0.6);
}
.research-depa-04 .main-other .row-w {
  margin-left: -0.23rem;
  margin-right: -0.23rem;
}
.research-depa-04 .main-other .row-w .col-w {
  padding-left: 0.23rem;
  padding-right: 0.23rem;
}
.research-depa-04 .main-other .box-s {
  background: url('dimst_boxbg_19.png') no-repeat left top;
  background-size: 100% 100%;
  border-left: 0.06rem solid #00a3df;
  padding: 0.25rem 1.5rem 0.3rem 0.54rem;
  position: relative;
  display: block;
  color: #fff;
  transition: all 0.5s;
}
.research-depa-04 .main-other .box-s:hover {
  margin-top: -0.1rem;
}
.research-depa-04 .main-other .box-s:hover .box-icon img {
  transform: scale(1.1);
}
.research-depa-04 .main-other .box-s:hover .box-more::after {
  border-style: solid;
}
.research-depa-04 .main-other .box-s .box-icon {
  margin-bottom: 0.1rem;
}
.research-depa-04 .main-other .box-s .box-icon img {
  width: 0.74rem;
  transition: all 0.5s;
}
.research-depa-04 .main-other .box-s .box-title {
  font-weight: bold;
  line-height: 1;
}
.research-depa-04 .main-other .box-s .box-more {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('dimst_icon_41.png') no-repeat center center #fff;
  background-size: 0.2rem;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
}
.research-depa-04 .main-other .box-s .box-more::after {
  content: '';
  border: 1px dashed rgba(255, 255, 255, 0.6);
  position: absolute;
  top: -0.07rem;
  bottom: -0.07rem;
  left: -0.07rem;
  right: -0.07rem;
  border-radius: 50%;
}
.research-depa-05 {
  background: #DDEEFF;
}
.research-depa-05 .row-w {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.research-depa-05 .row-w .col-w {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.research-depa-zhxw ul li,
.research-depa-jrwm ul li {
  margin-bottom: 0.3rem;
}
.research-depa-zhxw ul li:last-child,
.research-depa-jrwm ul li:last-child {
  margin-bottom: 0;
}
.research-depa-zhxw .box-s {
  background: rgba(255, 255, 255, 0.9);
}
.research-depa-zhxw .box-s:hover .box-img img {
  transform: scale(1.1);
}
.research-depa-zhxw .box-s:hover .info-title {
  color: #003894;
}
.research-depa-zhxw .box-s .box-img {
  float: left;
  width: 1.8rem;
}
.research-depa-zhxw .box-s .box-img img {
  height: 1.18rem;
}
.research-depa-zhxw .box-s .box-info {
  padding: 0.15rem 0.3rem 0.1rem;
  overflow: hidden;
}
.research-depa-zhxw .box-s .info-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  height: 0.6rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .research-depa-zhxw .box-s .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.research-depa-zhxw .box-s .info-date {
  color: #003894;
}
.research-depa-jrwm .box-s {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  height: 1.18rem;
  padding: 0.29rem 0.3rem 0.29rem 0;
}
.research-depa-jrwm .box-s:hover {
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
}
.research-depa-jrwm .box-s:hover .box-date .date-01 {
  color: #fff;
}
.research-depa-jrwm .box-s:hover .box-date .date-02 {
  background: #fff;
  color: #003894;
}
.research-depa-jrwm .box-s:hover .info-title {
  color: #fff;
}
.research-depa-jrwm .box-s::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
  width: 2px;
}
.research-depa-jrwm .box-s .box-date {
  float: left;
  width: 1.14rem;
  text-align: center;
  margin-top: 0.02rem;
}
.research-depa-jrwm .box-s .box-date .date-01 {
  color: #003894;
  font-weight: bold;
  line-height: 0.3rem;
  height: 0.3rem;
}
.research-depa-jrwm .box-s .box-date .date-02 {
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
  color: #fff;
  line-height: 0.2rem;
  height: 0.2rem;
  width: 0.54rem;
  margin-left: auto;
  margin-right: auto;
}
.research-depa-jrwm .box-s .box-info {
  overflow: hidden;
  height: 0.6rem;
  line-height: 0.6rem;
}
.research-depa-jrwm .box-s .box-info > div {
  display: inline-block;
  vertical-align: bottom;
}
.research-depa-jrwm .box-s .info-title {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  max-height: 0.6rem;
}
@media (max-width: 767px) {
  .research-depa-jrwm .box-s .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.contact-us {
  background: #FFFFFF;
  box-shadow: 0 0.09rem 0.38rem 0 rgba(0, 79, 153, 0.1);
}
.contact-us .row-w {
  margin-left: 0;
  margin-right: 0;
}
.contact-us .row-w .col-w {
  padding-left: 0;
  padding-right: 0;
}
.contact-us .map-s {
  height: 5rem;
}
.contact-us .info-s {
  height: 5rem;
  padding: 0.7rem 0.8rem;
}
.contact-us .info-logo {
  margin-bottom: 0.4rem;
  position: relative;
  border-bottom: 1px solid #eaf2f9;
  padding-bottom: 0.4rem;
}
.contact-us .info-logo::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  width: 0.28rem;
  height: 0.06rem;
  background-color: #003894;
  background: linear-gradient(90deg, #00A3DF 0%, #003894 100%);
}
.contact-us .info-logo img {
  display: block;
  width: 5.4rem;
}
.contact-us .info-txt > div {
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
}
.contact-us .info-txt > div:last-child {
  margin-bottom: 0;
}
.contact-us .info-txt > div .title-s {
  font-weight: bold;
  color: #003894;
  float: left;
}
.contact-us .info-txt > div .txt-s {
  overflow: hidden;
  color: #3D3D3D;
}
.institution-mod {
  padding-bottom: 0.5rem;
}
.institution-mod .row-w {
  margin-left: -0.32rem;
  margin-right: -0.32rem;
}
.institution-mod .row-w .col-w {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.institution-mod .box-s {
  background: #FFFFFF;
  box-shadow: 0 0 0.1rem 0 rgba(0, 79, 153, 0.1);
  margin-bottom: 0.3rem;
  position: relative;
}
.institution-mod .box-s::before,
.institution-mod .box-s::after {
  content: '';
  position: absolute;
}
.institution-mod .box-s:hover {
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
}
.institution-mod .box-s:hover a {
  color: #fff;
  font-weight: bold;
}
.institution-mod .box-s:hover a::after {
  background-image: url('dimst_icon_45.png');
}
.institution-mod .box-s::before {
  background: url('dimst_titlebg_07.png') no-repeat right bottom;
  background-size: contain;
  width: 1.86rem;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.institution-mod .box-s::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.03rem;
  background-color: #003894;
  background: linear-gradient(90deg, #00A3DF 0%, #003894 100%);
}
.institution-mod .box-s a {
  padding-left: 0.35rem;
  padding-right: 0.7rem;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.88rem;
  line-height: 0.88rem;
}
@media (max-width: 767px) {
  .institution-mod .box-s a {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.institution-mod .box-s a::after {
  content: '';
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.18rem;
  height: 0.18rem;
  background: url('dimst_icon_44.png') no-repeat center center;
  background-size: contain;
}
.periodical-list .row-w {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.periodical-list .row-w .col-w {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.periodical-list .box-s {
  height: 3.6rem;
  background: #FFFFFF;
  box-shadow: 0px 0.09rem 0.38rem 0px rgba(0, 79, 153, 0.1);
  position: relative;
  padding: 0.3rem 0.2rem 0.3rem 3.7rem;
  margin-top: 0.5rem;
}
.periodical-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.periodical-list .box-s:hover .box-info .info-title {
  color: #003894;
}
.periodical-list .box-s:hover .box-info .title-more {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(74, 108, 247, 0.2);
}
.periodical-list .box-s:hover .box-info .title-more::before {
  left: 100%;
}
.periodical-list .box-s .box-img {
  width: 2.8rem;
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
}
.periodical-list .box-s .box-img img {
  display: block;
  width: 100%;
  height: 3.82rem;
}
.periodical-list .box-s .box-info {
  padding-top: 0.75rem;
}
.periodical-list .box-s .info-title {
  display: block;
  margin-bottom: 0.3rem;
}
.list-text-academic {
  border-top: 1px solid #DCE7F3;
}
.list-text-academic ul li {
  border-bottom: 1px solid #DCE7F3;
  padding: 0.35rem 0.3rem;
  position: relative;
}
.list-text-academic ul li::after {
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 0;
  bottom: 0;
  width: 4.26rem;
  background: url('dimst_boxbg_20.png') no-repeat right bottom;
  background-size: contain;
}
.list-text-academic ul li:hover {
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
}
.list-text-academic ul li:hover .box-s .box-info .info-date::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.list-text-academic ul li:hover .box-s .box-info .info-date .date-01 {
  color: #fff;
}
.list-text-academic ul li:hover .box-s .box-info .info-date .date-02 {
  color: rgba(255, 255, 255, 0.5);
}
.list-text-academic ul li:hover .box-s .box-info .info-title {
  color: #fff;
}
.list-text-academic ul li:hover .box-s .box-info .info-txt {
  color: rgba(255, 255, 255, 0.5);
}
.list-text-academic ul li:hover .box-s .box-other > div {
  color: #ffffff;
}
.list-text-academic ul li:hover .box-s .box-other > div.icon-01 {
  background-image: url('dimst_icon_10.png');
}
.list-text-academic ul li:hover .box-s .box-other > div.icon-02 {
  background-image: url('dimst_icon_11.png');
}
.list-text-academic ul li:hover .box-s .box-other > div.icon-03 {
  background-image: url('dimst_icon_12.png');
}
.list-text-academic .box-s {
  display: flex;
  position: relative;
}
.list-text-academic .box-s > div {
  position: relative;
  z-index: 2;
}
.list-text-academic .box-s .box-info {
  flex: 1;
  min-width: 0;
  display: flex;
}
.list-text-academic .box-s .box-info .info-date {
  width: 1.3rem;
  margin-right: 0.28rem;
  position: relative;
  flex-shrink: 0;
}
.list-text-academic .box-s .box-info .info-date::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.05rem;
  width: 1px;
  height: 0.52rem;
  background-color: rgba(0, 56, 148, 0.2);
}
.list-text-academic .box-s .box-info .info-date .date-01 {
  font-weight: bold;
  line-height: 1.3;
}
.list-text-academic .box-s .box-info .info-date .date-02 {
  color: #999999;
}
.list-text-academic .box-s .box-info .info-cont {
  flex: 1;
  min-width: 0;
}
.list-text-academic .box-s .box-info .info-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .list-text-academic .box-s .box-info .info-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.list-text-academic .box-s .box-info .info-txt {
  text-align: justify;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.24rem;
  height: 0.72rem;
}
@media (max-width: 767px) {
  .list-text-academic .box-s .box-info .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.list-text-academic .box-s .box-other {
  width: 2.5rem;
  margin-left: 0.8rem;
  flex-shrink: 0;
}
.list-text-academic .box-s .box-other > div {
  background-position: 0 0.07rem;
  background-size: 0.16rem;
  background-repeat: no-repeat;
  line-height: 0.3rem;
  padding-left: 0.25rem;
  color: #666666;
}
.list-text-academic .box-s .box-other > div.icon-01 {
  background-image: url('dimst_icon_46.png');
}
.list-text-academic .box-s .box-other > div.icon-02 {
  background-image: url('dimst_icon_47.png');
}
.list-text-academic .box-s .box-other > div.icon-03 {
  background-image: url('dimst_icon_48.png');
}
.photo-album .box-s:hover .box-img img {
  transform: scale(1.1);
}
.photo-album .box-01 {
  margin-bottom: 0.3rem;
}
.photo-album .box-01 .box-img {
  margin-bottom: 0.1rem;
}
.photo-album .box-01 .box-img img {
  height: 2.52rem;
}
.photo-album .box-01 .box-title {
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.4rem;
  line-height: 0.4rem;
}
@media (max-width: 767px) {
  .photo-album .box-01 .box-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.photo-album .box-02 {
  position: relative;
}
.photo-album .box-02.img-box-01 {
  margin-bottom: 0.4rem;
}
.photo-album .box-02.img-box-01 .box-img img {
  height: 5.2rem;
}
.photo-album .box-02.img-box-01 .mc-btn {
  width: 1rem;
  height: 1rem;
}
.photo-album .box-02.img-box-02 {
  margin-bottom: 0.16rem;
}
.photo-album .box-02.img-box-02 .box-img img {
  height: 2.52rem;
}
.photo-album .box-02.img-box-02 .mc-btn {
  width: 0.6rem;
  height: 0.6rem;
}
.photo-album .box-02 .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%);
}
.photo-album .box-02 .mc-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('dimst_icon_53.png') no-repeat center center;
  background-size: contain;
}
.photo-album .box-02 .mc-title {
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  right: 0.2rem;
  text-align: center;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.3rem;
  line-height: 0.3rem;
}
@media (max-width: 767px) {
  .photo-album .box-02 .mc-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.photo-album-search {
  margin-bottom: 0.7rem;
  position: relative;
  padding-right: 2rem;
}
.photo-album-search .search-inp {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #2462C9;
  padding: 0 0.3rem;
  height: 0.66rem;
  line-height: 0.64rem;
  display: block;
  width: 100%;
}
.photo-album-search .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.9rem;
  border: none;
  height: 0.66rem;
  background: url('dimst_icon_54.png') no-repeat 0.64rem 0.26rem #2462C9;
  padding-left: 0.9rem;
  color: #fff;
  border-radius: 4px;
  text-align: left;
}
.photo-album-item {
  margin-bottom: 0.5rem;
}
.photo-album-item:last-child {
  margin-bottom: 0;
}
.photo-album-title {
  position: relative;
  font-size: 0;
  margin-bottom: 0.3rem;
}
.photo-album-title div {
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: bottom;
  z-index: 2;
}
.photo-album-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 163, 223, 0.6);
  width: 0.66rem;
  height: 0.1rem;
}
.list-table .td-l {
  text-align: left;
}
.list-table table tr th,
.list-table table tr td {
  padding: 0.15rem 0.1rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
}
.list-table table thead tr th {
  background: #2462c9;
  color: #fff;
  line-height: 0.4rem;
  font-weight: bold;
}
.list-table table tbody tr:nth-child(2n) {
  background: #F1F7FD;
}
.list-table table tbody tr:hover {
  background: #477EDC;
}
.list-table table tbody tr:hover td {
  color: #fff;
}
.list-table table tbody tr td {
  color: #3d3d3d;
  line-height: 1.6;
}
.talent-team-01.leader-details .cont-img {
  width: 4rem;
}
.talent-team-01.leader-details .cont-info {
  padding-top: 0.15rem;
}
.talent-team-01 .cont-img {
  float: left;
  margin-right: 0.8rem;
  width: 4.92rem;
}
.talent-team-01 .cont-img img {
  display: block;
  width: 100%;
}
.talent-team-01 .cont-info {
  overflow: hidden;
  padding-top: 0.3rem;
}
.talent-team-01 .info-top {
  border-bottom: 1px solid #B1CDE5;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.talent-team-01 .info-top .top-title {
  position: relative;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.46rem;
}
.talent-team-01 .info-top .top-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.4rem;
  height: 0.03rem;
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
}
.talent-team-01 .info-top .top-text {
  line-height: 2;
}
.talent-team-01 .info-main {
  line-height: 2.2;
}
.talent-team-02 {
  background: url('dimst_boxbg_21.png') no-repeat center center;
  background-size: cover;
  color: #fff;
}
.talent-team-02 .main-cont {
  display: flex;
  position: relative;
}
.talent-team-02 .box-s {
  flex: 1;
  height: 3.94rem;
  padding-right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.talent-team-02 .box-s:hover {
  background: rgba(255, 255, 255, 0.1);
}
.talent-team-02 .box-s::after {
  content: '';
  position: absolute;
  height: 1.94rem;
  right: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.talent-team-02 .box-s:last-child {
  padding-right: 0;
}
.talent-team-02 .box-s:last-child::after {
  display: none;
}
.talent-team-02 .box-s .box-top {
  margin-bottom: 0.1rem;
  line-height: 1;
}
.talent-team-02 .box-s .box-top span {
  display: inline-block;
}
.talent-team-02 .box-s .box-top .stat-number {
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 0.2rem;
}
.talent-team-02 .box-s .box-job {
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.talent-team-03 .public-title {
  margin-bottom: 0.3rem;
}
.talent-team-03 .row-w {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.talent-team-03 .row-w .col-w {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.talent-team-03 .box-s {
  border-bottom: 1px dashed #CADEFF;
  padding: 0.2rem 0;
}
.talent-team-03 .box-s:hover {
  background: linear-gradient(90deg, rgba(202, 222, 255, 0.3) 0%, rgba(202, 222, 255, 0) 100%);
}
.talent-team-03 .box-s:hover .box-title {
  color: #003894;
}
.talent-team-03 .box-s .box-date {
  background: #CADEFF;
  border-radius: 0px 0.14rem 0.14rem 0px;
  line-height: 0.28rem;
  height: 0.28rem;
  width: 1.06rem;
  margin-right: 0.2rem;
  margin-top: 0.06rem;
  padding-left: 0.08rem;
  float: left;
  color: #003894;
}
.talent-team-03 .box-s .box-info {
  overflow: hidden;
}
.talent-team-03 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.4rem;
  line-height: 0.4rem;
}
@media (max-width: 767px) {
  .talent-team-03 .box-s .box-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.museum-top .box-s {
  position: relative;
}
.museum-top .box-s .box-img img {
  height: 6rem;
}
.museum-top .box-s .box-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5.2rem;
  height: 0.9rem;
  line-height: 0.7rem;
  background: url('dimst_titlebg_08.png') no-repeat right center;
  background-size: 100% 100%;
  font-size: 0;
  color: #fff;
  padding: 0.1rem 0.6rem 0.1rem 0.4rem;
}
.museum-top .box-s .box-title span {
  vertical-align: middle;
  line-height: 0.32rem;
  font-weight: bold;
  display: inline-block;
}
.museum-top .museum-page {
  margin-top: 0.3rem;
}
.museum-item {
  margin-bottom: 0.6rem;
}
.museum-item:last-child {
  margin-bottom: 0;
}
.museum-title {
  position: relative;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
  padding-left: 0.2rem;
  font-weight: bold;
  color: #003894;
}
.museum-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.2rem;
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
}
.museum-center {
  line-height: 2;
  text-align: justify;
}
.museum-center p {
  margin-bottom: 0.2rem;
}
.museum-center p:last-child {
  margin-bottom: 0;
}
.museum-other {
  border: 0.3rem solid transparent;
  border-image: url("dimst_boxbg_22.png") 35 round;
  -webkit-border-image: url("dimst_boxbg_22.png") 35 round;
  -moz-border-image: url("dimst_boxbg_22.png") 35 round;
  -o-border-image: url("dimst_boxbg_22.png") 35 round;
  padding: 0.3rem;
}
.museum-other .main-info {
  display: flex;
}
.museum-other .info-text {
  line-height: 2;
  flex: 1;
  min-width: 0;
}
.museum-other .info-text > div {
  margin-bottom: 0.1rem;
}
.museum-other .info-text > div:last-child {
  margin-bottom: 0;
}
.museum-other .info-erwm {
  width: 1.83rem;
  height: 1.53rem;
  padding: 0.09rem 0.09rem 0.09rem 0.28rem;
  margin-left: 0.3rem;
  flex-shrink: 0;
  background: url('dimst_boxbg_23.png') no-repeat center center;
  background-size: 100% 100%;
}
.museum-other .info-erwm img {
  display: block;
  width: 100%;
  height: 100%;
}
.party-01 .row-w,
.party-02 .row-w {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.party-01 .row-w .col-w,
.party-02 .row-w .col-w {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.party-01 .scroll-party .box-s {
  position: relative;
}
.party-01 .scroll-party .box-s:hover .box-img img {
  transform: scale(1.1);
}
.party-01 .scroll-party .box-s .box-img img {
  height: 4.5rem;
  transition: all 0.5s;
}
.party-01 .scroll-party .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('dimst_boxbg_02.png') repeat-x bottom left;
  background-size: 100% auto;
  padding: 0.3rem 1.35rem 0.15rem 0.3rem;
  color: #fff;
}
.party-01 .scroll-party .box-s .box-title .title-date {
  float: left;
  background: url('dimst_icon_01.png') no-repeat top center;
  background-size: contain;
  width: 0.75rem;
  height: 0.74rem;
  text-align: center;
  margin-right: 0.3rem;
  padding-top: 0.15rem;
}
.party-01 .scroll-party .box-s .box-title .title-date .date-01 {
  line-height: 0.26rem;
  font-weight: bold;
}
.party-01 .scroll-party .box-s .box-title .title-date .date-02 {
  line-height: 0.2rem;
  font-size: 0.12rem;
}
.party-01 .scroll-party .box-s .box-title .title-txt {
  overflow: hidden;
  height: 0.6rem;
  line-height: 0.6rem;
  margin-top: 0.07rem;
  font-weight: bold;
}
.party-01 .scroll-party .box-s .box-title .title-txt div {
  display: inline-block;
  vertical-align: middle;
}
.party-01 .scroll-party .box-s .box-title .title-txt span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  max-height: 0.6rem;
}
@media (max-width: 767px) {
  .party-01 .scroll-party .box-s .box-title .title-txt span {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.party-01 .scroll-party .party-page {
  position: absolute;
  right: 0.3rem;
  bottom: 0.2rem;
  left: auto;
  width: auto;
  margin-right: auto;
  margin-left: 0.08rem;
}
.party-01 .scroll-party .party-page .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
  opacity: 0.3;
}
.party-01 .scroll-party .party-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.5;
  width: 0.3rem;
}
.party-01 .party-list ul li {
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
  border-bottom: 1px dashed #CADEFF;
}
.party-01 .party-list ul li:last-child {
  border-bottom: none;
}
.party-01 .party-list .box-s:hover .box-date {
  background: url('dimst_boxbg_25.png') no-repeat top center;
  color: #ffffff;
}
.party-01 .party-list .box-s:hover .box-info .info-title {
  color: #003894;
}
.party-01 .party-list .box-s .box-date {
  float: left;
  background: url('dimst_boxbg_24.png') no-repeat top center;
  background-size: contain;
  width: 0.75rem;
  height: 0.74rem;
  text-align: center;
  margin-right: 0.3rem;
  padding-top: 0.15rem;
  color: #003894;
}
.party-01 .party-list .box-s .box-date .date-01 {
  line-height: 0.26rem;
  font-weight: bold;
}
.party-01 .party-list .box-s .box-date .date-02 {
  line-height: 0.2rem;
  font-size: 0.12rem;
}
.party-01 .party-list .box-s .box-info {
  height: 0.74rem;
  line-height: 0.74rem;
  overflow: hidden;
}
.party-01 .party-list .box-s .box-info > div {
  display: inline-block;
  vertical-align: middle;
}
.party-01 .party-list .box-s .box-info .info-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  max-height: 0.6rem;
}
@media (max-width: 767px) {
  .party-01 .party-list .box-s .box-info .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.party-02 {
  background: url('dimst_bg_06.png') no-repeat center center;
  background-size: cover;
  padding-bottom: 0.4rem;
}
.party-02 .public-title .title-channel {
  color: #fff;
}
.party-02 .box-s {
  color: #fff;
  margin-bottom: 0.4rem;
}
.party-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.party-02 .box-s:hover .info-title {
  color: rgba(255, 255, 255, 0.8);
}
.party-02 .box-s .box-img {
  width: 3.26rem;
  margin-right: 0.3rem;
  float: left;
}
.party-02 .box-s .box-img img {
  height: 2.16rem;
}
.party-02 .box-s .box-info {
  overflow: hidden;
  padding-top: 0.1rem;
}
.party-02 .box-s .info-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  height: 0.6rem;
  margin-bottom: 0.3rem;
  color: #fff;
}
@media (max-width: 767px) {
  .party-02 .box-s .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.party-02 .box-s .info-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.24rem;
  height: 0.48rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .party-02 .box-s .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.party-03 .row-w {
  margin-left: -0.12rem;
  margin-right: -0.12rem;
}
.party-03 .row-w .col-w {
  padding-left: 0.12rem;
  padding-right: 0.12rem;
}
.party-03 .box-s {
  height: 2.4rem;
  background: #FFFFFF;
  box-shadow: 0 0.09rem 0.38rem 0 rgba(0, 79, 153, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
}
.party-03 .box-s:hover {
  margin-top: -0.2rem;
}
.party-03 .box-s:hover .box-icon {
  margin-bottom: 0.2rem;
}
.party-03 .box-s:hover .box-icon img {
  transform: scale(1.1);
}
.party-03 .box-s:hover .box-title {
  color: #003894;
}
.party-03 .box-s::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
  height: 0.02rem;
  z-index: 2;
}
.party-03 .box-s .box-icon {
  margin-bottom: 0.2rem;
  justify-content: center;
}
.party-03 .box-s .box-icon img {
  transition: all 0.5s;
  width: 1rem;
  display: block;
}
.party-03 .box-s .box-title {
  line-height: 1.6;
}
.education-01 {
  background: url('dimst_bg_07.png') no-repeat bottom center;
  background-size: 100% auto;
  padding-top: 0.8rem;
  padding-bottom: 1.4rem;
}
.education-01 .main-cont {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 0.09rem 0.38rem 0 rgba(0, 79, 153, 0.1);
  padding: 0.6rem 0.8rem;
}
.education-01 .main-cont::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.02rem;
  background-color: #003894;
  background: linear-gradient(90deg, #00A3DF 0%, #003894 100%);
}
.education-01 .cont-img {
  width: 3.04rem;
  margin-left: 0.85rem;
  float: right;
}
.education-01 .cont-img img {
  display: block;
}
.education-01 .cont-info {
  overflow: hidden;
}
.education-01 .cont-info .public-title {
  margin-bottom: 0.33rem;
}
.education-01 .cont-info .info-txt {
  line-height: 0.3rem;
  margin-bottom: 0.45rem;
  text-align: justify;
}
.education-02 .box-s {
  min-height: 2rem;
  background: #FFFFFF;
  box-shadow: 0 0 0.16rem 0 rgba(0, 79, 153, 0.09);
  padding: 0.75rem 0.3rem 0.3rem;
  position: relative;
  margin-top: 0.5rem;
  transition: all 0.5s;
}
.education-02 .box-s:hover {
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
}
.education-02 .box-s:hover .box-title {
  color: #fff;
}
.education-02 .box-s .box-date {
  position: absolute;
  left: 50%;
  top: -0.45rem;
  transform: translateX(-50%);
  width: 0.9rem;
  height: 0.9rem;
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 0.15rem;
}
.education-02 .box-s .box-date .date-01 {
  line-height: 0.36rem;
}
.education-02 .box-s .box-date .date-02 {
  line-height: 0.24rem;
}
.education-02 .box-s .box-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.3rem;
  height: 0.9rem;
}
@media (max-width: 767px) {
  .education-02 .box-s .box-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.education-03 {
  background: url('dimst_bg_08.png') no-repeat center center;
  background-size: cover;
}
.education-03 .public-title .title-channel {
  color: #fff;
}
.education-03 .row-w {
  margin-left: -0.32rem;
  margin-right: -0.32rem;
}
.education-03 .row-w .col-w {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.education-03 ul li {
  border-bottom: 1px dashed rgba(202, 222, 255, 0.2);
  position: relative;
  padding: 0.1rem 0 0.1rem 0.2rem;
}
.education-03 ul li:hover::after {
  background: rgba(255, 255, 255, 0.6);
}
.education-03 ul li:hover .box-title {
  color: rgba(255, 255, 255, 0.6);
}
.education-03 ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 0.07rem;
  height: 0.07rem;
  background: #FFFFFF;
  border-radius: 50%;
}
.education-03 ul li .box-title {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.38rem;
  line-height: 0.38rem;
}
@media (max-width: 767px) {
  .education-03 ul li .box-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.education-04 {
  padding-bottom: 0.2rem !important;
}
.education-04 .box-s {
  min-height: 1.84rem;
  background: #FFFFFF;
  box-shadow: 0 0 0.16rem 0 rgba(0, 79, 153, 0.09);
  padding: 0.35rem 0.3rem;
  transition: all 0.5s;
  margin-bottom: 0.4rem;
}
.education-04 .box-s:hover {
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
}
.education-04 .box-s:hover .box-date .date-01,
.education-04 .box-s:hover .box-date .date-02 {
  color: #fff;
}
.education-04 .box-s:hover .box-date::after {
  background: #fff;
}
.education-04 .box-s:hover .box-info .info-title,
.education-04 .box-s:hover .box-info .info-txt {
  color: #fff;
}
.education-04 .box-s .box-date {
  float: left;
  width: 1.25rem;
  position: relative;
  padding-bottom: 0.35rem;
  margin-bottom: 0.2rem;
}
.education-04 .box-s .box-date::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.3rem;
  height: 0.03rem;
  background-color: #003894;
  background: linear-gradient(90deg, #00A3DF 0%, #003894 100%);
}
.education-04 .box-s .box-date .date-01 {
  font-weight: bold;
  line-height: 0.4rem;
  color: #003894;
  margin-bottom: 0.05rem;
}
.education-04 .box-s .box-date .date-02 {
  color: #7a9cd3;
  line-height: 1;
}
.education-04 .box-s .box-info {
  overflow: hidden;
}
.education-04 .box-s .box-info .info-title {
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .education-04 .box-s .box-info .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.education-04 .box-s .box-info .info-txt {
  color: #999999;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.24rem;
  height: 0.48rem;
}
@media (max-width: 767px) {
  .education-04 .box-s .box-info .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.education-05 {
  padding-bottom: 0.4rem !important;
}
.education-05 .row-w {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.education-05 .row-w .col-w {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.education-05 .box-s {
  min-height: 1.34rem;
  background: #FFFFFF;
  box-shadow: 0 0 0.16rem 0 rgba(0, 79, 153, 0.09);
  padding: 0.25rem 0.3rem;
  transition: all 0.5s;
  margin-bottom: 0.4rem;
}
.education-05 .box-s::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.02rem;
  background-color: #003894;
  background: linear-gradient(90deg, #00A3DF 0%, #003894 100%);
}
.education-05 .box-s:hover .box-info .info-title {
  color: #003894;
}
.education-05 .box-s .box-date {
  float: left;
  width: 0.7rem;
  margin-right: 0.25rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.education-05 .box-s .box-date .date-01 {
  font-weight: bold;
  line-height: 0.4rem;
  color: #003894;
}
.education-05 .box-s .box-date .date-02 {
  color: #7a9cd3;
  line-height: 1;
  background-color: #003894;
  width: 0.6rem;
  height: 0.2rem;
  line-height: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
  color: #fff;
}
.education-05 .box-s .box-info {
  overflow: hidden;
}
.education-05 .box-s .box-info .info-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.3rem;
  height: 0.9rem;
}
@media (max-width: 767px) {
  .education-05 .box-s .box-info .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.popular-science-01 {
  background: linear-gradient(180deg, #FFFFFF 0%, #EAF2F9 100%);
}
.popular-science-01 .container {
  position: relative;
}
.popular-science-01 .main-cont {
  position: relative;
  margin-top: 0.6rem;
}
.popular-science-01 .cont-text {
  position: absolute;
  color: rgba(0, 163, 223, 0.08);
  line-height: 1;
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  right: 0;
  top: -0.6rem;
  width: 43%;
  font-weight: 800;
}
.popular-science-01 .cont-info {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 0.09 0.38rem 0 rgba(0, 79, 153, 0.1);
  padding: 0.6rem 0.8rem 0.5rem 0.8rem;
  width: 60%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
  min-height: 4.22rem;
}
.popular-science-01 .cont-info::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #00A3DF;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
}
.popular-science-01 .cont-info .info-title {
  margin-bottom: 0.22rem;
  width: 0.7rem;
  height: 0.42rem;
  line-height: 0.32rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url('dimst_titlebg_09.png') no-repeat top left;
  background-size: contain;
}
.popular-science-01 .cont-info .info-txt {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-height: 0.3rem;
  max-height: 2.1rem;
}
@media (max-width: 767px) {
  .popular-science-01 .cont-info .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.popular-science-01 .cont-img {
  width: 57%;
}
.popular-science-01 .cont-img img {
  display: block;
  width: 100%;
  height: 5.82rem;
}
.popular-science-02 .box-s {
  position: relative;
  box-shadow: 0 0 0.16rem 0 rgba(0, 79, 153, 0.09);
}
.popular-science-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.popular-science-02 .box-s:hover .box-info .info-title {
  color: #003894;
}
.popular-science-02 .box-s::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #003894;
  background: linear-gradient(-90deg, #00A3DF 0%, #003894 100%);
  height: 0.02rem;
  z-index: 2;
}
.popular-science-02 .box-s .box-img img {
  height: 2.16rem;
}
.popular-science-02 .box-s .box-info {
  background: #fff;
  padding: 0.22rem 0.3rem 0.25rem;
  height: 2.36rem;
  position: relative;
}
.popular-science-02 .box-s .box-info .info-date {
  color: #999999;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #003894;
  margin-bottom: 0.1rem;
}
.popular-science-02 .box-s .box-info .info-title {
  margin-bottom: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .popular-science-02 .box-s .box-info .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.popular-science-02 .box-s .box-info .info-txt {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.24rem;
  height: 0.72rem;
}
@media (max-width: 767px) {
  .popular-science-02 .box-s .box-info .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.popular-science-02 .box-s:hover .box-info .info-title {
  color: #003894;
}
.popular-science-02 .news-page {
  padding-top: 0.3rem;
  display: none;
}
.popular-science-03 {
  background: url('dimst_bg_09.png') no-repeat center center;
  background-size: cover;
}
.popular-science-03 .public-title .title-channel {
  color: #fff;
}
.popular-science-03 .row-w {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.popular-science-03 .row-w .col-w {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.popular-science-03 .box-s {
  margin-bottom: 0.26rem;
}
.popular-science-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.popular-science-03 .box-s:hover .info-title {
  color: rgba(255, 255, 255, 0.8);
}
.popular-science-03 .box-s .box-img {
  float: left;
}
.popular-science-03 .box-s .box-info {
  overflow: hidden;
  color: #fff;
}
.popular-science-03 .box-s .info-title {
  color: #fff;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .popular-science-03 .box-s .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.popular-science-03 .box-01 {
  background: rgba(0, 56, 148, 0.5);
}
.popular-science-03 .box-01 .box-img {
  width: 4.3rem;
}
.popular-science-03 .box-01 .box-img img {
  height: 2.86rem;
}
.popular-science-03 .box-01 .box-info {
  padding: 0.4rem;
}
.popular-science-03 .box-01 .info-date {
  margin-bottom: 0.15rem;
}
.popular-science-03 .box-01 .info-date span {
  display: inline-block;
}
.popular-science-03 .box-01 .info-date .date-01 {
  margin-right: 0.1rem;
}
.popular-science-03 .box-01 .info-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.24rem;
  height: 0.72rem;
  color: rgba(254, 254, 255, 0.5);
}
@media (max-width: 767px) {
  .popular-science-03 .box-01 .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.popular-science-03 .box-02 .box-img {
  margin-right: 0.2rem;
}
.popular-science-03 .box-02 .box-img img {
  height: 1.3rem;
}
.popular-science-03 .box-02 .box-info {
  padding-top: 0.1rem;
}
.popular-science-03 .box-02 .info-date {
  color: rgba(255, 255, 255, 0.6);
}
.popular-science-04 .box-s {
  margin-bottom: 0.18rem;
}
.popular-science-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.popular-science-04 .box-s.box-01 .box-img img {
  height: 3.86rem;
}
.popular-science-04 .box-s.box-01 .mc-btn {
  width: 0.8rem;
  height: 0.8rem;
}
.popular-science-04 .box-s.box-02 .box-img img {
  height: 1.84rem;
}
.popular-science-04 .box-s.box-02 .mc-btn {
  width: 0.5rem;
  height: 0.5rem;
}
.popular-science-04 .box-s {
  position: relative;
}
.popular-science-04 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%);
}
.popular-science-04 .box-s .mc-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('dimst_icon_53.png') no-repeat center center;
  background-size: contain;
}
.popular-science-04 .box-s .mc-title {
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  right: 0.2rem;
  text-align: center;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.3rem;
  line-height: 0.3rem;
}
@media (max-width: 767px) {
  .popular-science-04 .box-s .mc-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.list-people-item02 .box-s {
  background: #FFFFFF;
  box-shadow: 0 0.09rem 0.38rem 0 rgba(0, 79, 153, 0.1);
  padding: 0.3rem;
  margin-bottom: 0.5rem;
}
.list-people-item02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-people-item02 .box-s:hover .box-info .top-title {
  color: #003894;
}
.list-people-item02 .box-s .box-img {
  float: left;
  width: 1.8rem;
  margin-right: 0.4rem;
}
.list-people-item02 .box-s .box-img img {
  height: 2.72rem;
}
.list-people-item02 .box-s .box-info {
  overflow: hidden;
  padding-top: 0.2rem;
}
.list-people-item02 .box-s .box-info .info-top {
  position: relative;
  border-bottom: 1px solid #EAF2F9;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
.list-people-item02 .box-s .box-info .info-top::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0.3rem;
  height: 0.03rem;
  background-color: #003894;
  background: linear-gradient(90deg, #00A3DF 0%, #003894 100%);
}
.list-people-item02 .box-s .box-info .top-title {
  font-weight: bold;
  line-height: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0.13rem;
  display: block;
}
.list-people-item02 .box-s .box-info .top-job {
  line-height: 0.24rem;
}
.list-people-item02 .box-s .box-info .info-cont {
  color: #999999;
  line-height: 0.3;
}
.list-people-item02 .box-s .box-info .cont-s {
  line-height: 0.3rem;
  min-height: 0.3rem;
  padding-left: 0.8rem;
  position: relative;
}
.list-people-item02 .box-s .box-info .cont-s .title-s {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.list-people-item02 .box-s .box-info .cont-s .txt-s {
  text-align: justify;
}
@media (min-width: 992px) {
  .list-people-item02 .row-w {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
  .list-people-item02 .row-w .col-w {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .list-people-item02 ul li:nth-child(2n + 1) {
    clear: both;
  }
}
