html,
body {
  box-sizing: border-box;
  height: 100%;
  font: 14px/1.5 "hanSansRegular";
  font-weight: 400;
  background: #fff;
  text-rendering: optimizeLegibility;
  min-width: 1200px;
}

/* 文本输入框删除按钮 */
input::-ms-clear{display: none;}
/* 密码框小眼睛 */
input::-ms-reveal{display: none;}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
div,
span,
i,
p,
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: hanSansRegular;
  font-weight: 400;
}

.header-container a {
  color: rgba(0, 0, 0, 0.45);
  text-decoration: none;
  cursor: pointer;
}

.header-container a:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-container a {
  color: rgba(0, 0, 0, 0.45);
  /*opacity: 0.45;*/
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb-container a:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  font-weight: 500;
}

a {
  color: rgba(0, 0, 0, 0.85);
  /*opacity: 0.85;*/
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  font-weight: 500;
}
a p {
  color: rgba(0, 0, 0, 0.45);
}

a:focus,
span[role=link]:focus {
  outline: none;
}

a:focus-visible,
span[role=link]:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
  content: " "
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.left-container {
  float: left;
}

.right-container {
  float: right;
}

.text-center {
  text-align: center;
}

.icon-sprite {
  background: url("../img/pic-sprite.png") no-repeat left top;
  background-size: 558px auto;
}

/* ================== logo ================== */
.logo-container {
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-shadow: 0px 1px 0px 0px rgba(238,238,238,1);
}

.logo-container img {
  vertical-align: middle;
}

.basic-container {
  width: 1198px;
  margin: 0 auto;
}

/* ================== nav ================== */
.nav-container {
  height: 50px;
  font-size: 16px;
  font-family: hanSansRegular;
  background: rgba(0,0,0,0.04);
}

.nav-container_width {
  width: 525px;
}

.nav-container li {
  float: left;
  position: relative;
  line-height: 24px;
  margin: 13px 30px 0 0;
  color: #000000;
  /*opacity: 0.45;*/
}

.nav-container li.current,
.nav-container li.current a,
.nav-container li.active,
.nav-container li.active a {
/*  color: #000000;
  opacity: 0.85;*/
  color: rgba(0,0,0,.85);

  text-decoration: none;
  font-weight: 500;
  font-family: hanSansMedium;
}

.nav-container li:last-child {
  margin-right: 0;
}

/*CD-add*/
.service li a {
  position: relative;
}
.service .sub-menu {
  width: 128px;
  position: absolute;
  bottom: 50px;
  /*padding: 4px 0;*/
  background: #fff;
  box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 8%);
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  right: -52px;
  height: 128px;
}
.service .sub-menu::before {
  content: " ";
  position: absolute;
  left: 40%;
  top: 126px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 10;
}
.service .sub-menu img {
  width: 100px;
  height: 100px;
  margin: 14px;
}
.nav-container .sub-menu {
  font-size: 14px;
  width: 110px;
  position: absolute;
  left: -58%;
  top: 37px;
  padding: 4px 0;
  background: #fff;
  box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 8%);
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 500;
}

.nav-container .sub-menu::before {
  content: " ";
  position: absolute;
  left: 40%;
  top: -19px;
  width: 0;
  height: 0;
  display: block;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 10;
}

.nav-container .sub-menu li {
  margin: 0;
  padding: 4px 12px;
  float: none;
}

.nav-container li .sub-menu li a,
.nav-container li .sub-menu li a:hover
.nav-container li.active .sub-menu li a,
.nav-container li.active .sub-menu li a:hover {
  font-size: 14px;
  color: rgba(0,0,0,.85);

  letter-spacing: 0;
  font-weight: 400;
}
.partner-name li a:hover,
.nav-container li .sub-menu li a:hover,
.nav-container li.active .sub-menu li a:hover {
  color: #1DB887;
}

.arrow-down {
  width: 12px;
  height: 11px;
  margin: 8px 0 0 4px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  background: url("../img/arrow-down.png") no-repeat;
  background-size: 12px auto;
  /* transition: .3s cubic-bezier(.4, 0, .2, 1); */
  transform: rotateZ(0);
}

.nav-container li.current .arrow-down {
  /*background: url("../img/arrow-down-active.png") no-repeat;*/
}

.nav-container li.active .arrow-down {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin: 5px 0 0 4px;
}

.size18 {
  font-size: 18px;
}

.color75 {
  color: rgba(0,0,0,.75);

/*  color: #000000;
  opacity: 0.75;*/
}

.color85 {
  color: rgba(0,0,0,.75);

/*  color: #000000;
  opacity: 0.85;*/
}

.font-weight-500 {
  font-weight: 500;
}

.pop-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  /*background: rgba(0,0,0,0.75);*/

}

.pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  /*opacity: 0.3;*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}

/* ================== search ================== */
.search-container {
  padding: 40px 0 28px 0;
  /*line-height: 40px;*/
}

.search-container .title {
  font-size: 28px;
  color: rgba(0,0,0,.85);

  font-weight: 400;
  line-height: 40px;
}

/* ================== video ================== */
.video-container {
  height: 617px;
  color: #fff;
  background: rgba(0,0,0,0.85);
  position: relative;
}

.video-container img {
  width: 100%;
  height: 100%;
}


/* ================== flow-container ================== */
.flow-container {
  width: 104%;
  margin-left: -12px;
}
.flow-literature-container .list li{
  height:460px;
}


.ai-container {
  min-height: 499px;
}
.artist-container{
  min-height: 580px;

}
.flow-container li {
  float: left;
  font-size: 0;
  padding: 12px;
  margin-bottom: 12px;
  /*font-family: hanSansRegular;*/
  /*color: rgba(0,0,0,0.75);*/
}
.flow-container li p{
  font-family: hanSansRegular;
  /*color: rgba(0,0,0,0.75);*/
}
/* cd add */
.flow-exhibition-container li:nth-child(1n) {
  margin-right: 15px;
}

.flow-container li a {
  /*display: block;*/
}

.flow-container li:hover,
.flow-container li a:hover {
  color: #00AB7A;
  background: #F2F4F5;
}

.flow-container li .pic {
  width: 129px;
  height: 129px;
  object-fit: cover;
}

.flow-container li .title {
  width: 129px;
  margin-top: 12px;
  line-height: 24px;
  font-size: 16px;
  height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;


}
.pic  .title {
  color: rgba(0,0,0,.75);

}
.flow-container li .desc,
.flow-container li .label {
  width: 129px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 7px;
  color: rgba(0,0,0,.85);

}

.flow-container li .label {
  color: rgba(0,0,0,.85);
}


.flow-container li a:hover {
  font-weight: 400;
}

/**-- work --**/
.work-hg .list li {
  height: 400px;
}


.flow-work-container li .pic,
.flow-work-container li .title,
.flow-work-container li .desc ,
.flow-work-container li .label {
  width: 384px;
}
.flow-work-container li .label {
  height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: rgba(0,0,0,.55);
}
.flow-work-container li .pic {
  height: 282px;
  object-fit: cover;
}

.flow-work-container li .title {
  font-size: 18px;
  line-height: 26px;
  margin-top: 14px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(0,0,0,.85);

  font-family: 'hanSansMedium';
  font-weight: 500;
}

.flow-work-container li .label {
  margin-top: 5px;
}

.flow-work-container li .english {
  font-family: FuturaBT-Book;
  font-weight: 400;
  margin-left: 8px;
}

/**-- literature --**/
.flow-literature-container li .title {
  margin-top: 16px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.flow-literature-container li .desc {
  margin-top: 9px;
  color: rgba(0,0,0,.75);

/*  color: #000000;
  opacity: 0.75;*/
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
}

.flow-literature-container li .pic {
  height: 216px;
}

.flow-literature-container li .label {
/*  color: #000000;
  opacity: 0.55;*/
  color: rgba(0,0,0,.55);

  margin-top: 12px;
}

.flow-literature-container li .date {
/*  color: #000000;
  opacity: 0.55;*/
  color: rgba(0,0,0,.55);
  margin-top: 4px !important;
}

.flow-vertical-container li .pic,
.flow-vertical-container li .title,
.flow-vertical-container li .desc,
.flow-vertical-container li .label {
  width: 282px;
}

.flow-vertical-container li .pic {
  height: 399px;
  object-fit: cover;
}

.flow-exhibition-detail-container li .pic {
  height: 282px;
  object-fit: cover;

}
/**-- exhibition --**/
.flow-exhibition-container li .pic {
  height: 580px;
  object-fit: cover;
}

.flow-exhibition-container li .pic,
.flow-exhibition-container li .title,
.flow-exhibition-container li .desc,
.flow-exhibition-container li .label {
  width: 580px;
}

.flow-exhibition-container li .title {
  line-height: 29px;
  margin-top: 16px;
}

.flow-exhibition-container li .desc {
  font-size: 16px;
  color: #000000;
  opacity: 0.75;
  line-height: 24px;
  margin-top: 11px;
}

.flow-exhibition-container li .desc.mt2 {
  margin-top: 2px;
}

.flow-exhibition-container li a:hover  {
  color: #000000;
  /*opacity: 0.75;*/
  font-weight: 400;
}

.flow-exhibition-container li a:hover .title {
  color: #00AB7A;
  font-weight: 500;
}
/* ================== footer ================== */
.footer-container {
  color: #fff;
  line-height: 20px;
  padding: 48px 0 20px 0;
  background: #333;
}

.footer-container a {
  color: #fff;
}

.footer-container li {
  float: left;
  margin-right: 30px;
}

.footer-container li:last-child {
  margin-right: 0;
}

.partner-name {
  padding: 22px 0 26px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.partner-name li {
  margin-right: 32px;
}

.partner-name li::after {
  content: " ";
  width: 1px;
  height: 12px;
  overflow: hidden;
  background: #fff;
  display: inline-block;
  position: relative;
  left: 16px;
}

.partner-name li:last-child::after {
  width: 0;
}

.footer-nav {
  line-height: 28px;
}

.footer-nav,
.footer-nav li,
.footer-nav li a {
  color: rgba(255, 255, 255,0.4);
}

.footer-nav li {
  margin-right: 24px;
}

.footer-nav li a:hover {
  color: #fff;
}

.service li {
  margin-right: 28px;
  line-height: 20px;
}

/* ================== home ================== */
.bg-dark {
  background: rgba(0,0,0,0.50);
}

.home-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 900px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  background: url("../img/others/bg.jpg") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}

.home-container .nav-container {
  background: transparent;
}

.home-container .nav-container li,
.home-container .nav-container li a {
  /*color: rgba(0,0,0,0.65);*/
  color: rgba(235,235,235);
}

.home-container .nav-container li.current,
.home-container .nav-container li.current a,
.home-container .nav-container li.current a:hover,
.home-container .nav-container li.active,
.home-container .nav-container li.active a,
.home-container .nav-container li.active a:hover,
.home-container .nav-container li a:hover {
  font-size: 16px;
  color: #1DB887;
  font-weight: 400;
}

.home-container .nav-container li .sub-menu li a,
.home-container .nav-container li .sub-menu li a:hover
.home-container .nav-container li.active .sub-menu li a,
.home-container .nav-container li.active .sub-menu li a:hover {
  font-size: 14px;
  color: rgba(0,0,0,0.85);
  letter-spacing: 0;
  font-weight: 400;
}

.home-container .nav-container li .sub-menu li a:hover,
.home-container .nav-container li.active .sub-menu li a:hover {
  color: #1DB887;
}

.home-container .nav-container .sub-menu {
  top: 32px;
}

.home-container .nav-container li.current .sub-menu a {
  font-weight: 400;
}


.home-container .topic {
  text-align: center;
  margin-top: 178px;
}

.home-container .topic .title {
  font-family: hanSansRegular;
  font-size: 48px;
  color: #fff;
  letter-spacing: 7.2px;
  line-height: 56px;
  font-weight: 400;
}

.home-container .topic .desc {
  font-family: futuraBTMedium;
  font-size: 20px;
  color: #fff;
  letter-spacing: 4px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 4px;
}

.home-search-group {
  position: relative;
  margin-top: 100px;
  padding-bottom: 22px;
  border-bottom: 1px solid #fff;
}

.home-search-group .home-search__suffix {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-top: 4px;
  cursor: pointer;
}

.home-search-icon {
  width: 28px;
  height: 28px;
  background-position: -378px top;
}

.home-search-high-icon {
  background-position: -378px -67px;
}

.home-search-group .home-input-container {
  line-height: 36px;
  height: 36px;
  margin: 0 48px 0 55px;
  overflow: hidden;
}

.home-search-group .home-input__inner {
  line-height: 30px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 400;
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
}

.home-search-group .home-input__inner::placeholder {
  color: rgba(255,255,255);
  opacity: 0.45;

}

.home-search-dropdown {
  width: 320px;
  height: 356px;
  overflow: hidden;
  position: absolute;
  left: 48px;
  top: 64px;
  background: #fff;
  box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05);
  border-radius: 2px;
  z-index: 100;
}

.home-search-dropdown__content {
  height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}

.home-search-dropdown {
  padding: 8px 0;
}

.home-search-dropdown li {
  line-height: 32px;
  font-size: 14px;
  color: #000000;
  opacity: 0.85;
  font-weight: 400;
  padding: 0 12px
}

.home-search-dropdown li:hover {
  background: #F2F4F5;
  cursor: pointer;
}

.home-search-dropdown li .delete {
  float: right;
  font-size: 12px;
  color: #000000;
  opacity: 0.45;
}

.home-search-dropdown__clear {
  width: 100%;
  font-size: 12px;
  color: #000000;
  opacity: 0.45;
  text-align: right;
  padding: 0 12px;
  line-height: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-container .footer-container {
  background: transparent;
  padding: 0;
  font-size: 14px;
  color: rgba(255,255,255);
  opacity: 0.45;
  line-height: 22px;
  font-weight: 400;
  width: 740px;
  margin: 380px auto 0 auto;
}

.home-container .footer-nav {
  line-height: 22px;
}

.home-search-high-container {
  width: 684px;
  /*height: 432px;*/
  /*height: 240px;*/
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -216px 0 0 -342px;
  background: #fff;
  z-index: 220;
}
.leave-comments{
  min-height: 80px ;
  resize: vertical;
  line-height: 22px !important;
  padding-top: 12px !important;

}
.text-danger{
  color: #F44336;
}
.home-search-high-container .header {
  height: 56px;
  font-size: 16px;
  color: #000000;
  opacity: 0.85;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 24px 0 24px;
  position: relative;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.09);
}

.home-search-high-container .header .close {
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 24px;
  background-position: -155px -65px;
}

.home-search-high-container .main {
  padding: 24px 24px 0 24px;
}

.home-search-high-container .main li {
  line-height: 32px;
  margin-bottom: 20px;
}

.home-search-high-container .inner {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #000000;
  opacity: 0.85;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 2px;
  padding: 0 12px;
  outline: none;
}

.home-search-high-container .inner::placeholder {
  color: #000000;
  opacity: 0.25;
}

.home-search-high-container .inner:focus {
  border: 1px solid rgba(29,184,135,1);
  outline: 0
}

.home-search-high-container .main .label {
  color: #000000;
  opacity: 0.65;
  width: 98px;
  float: left;
}

.home-search-high-container .main .content {
  padding-left: 102px;
  height: 100%;
}

.home-search-high-container .h-select-controls {
  width: 100%;
  color: #000000;
  opacity: 0.15;
  height: 32px;
  line-height: 32px;
}

.home-search-high-container .h-select-controls .h-select-controls-title {
  margin-top: 4px;
}

.home-search-high-container .h-select-controls .h-select-controls-arrow {
  top: 8px;
}

.home-search-high-container .h-select-controls .h-select-controls-content {
  width: 100%;
  top: 30px;
  z-index: 20;
}

.home-search-high-container .h-select-controls .h-select-controls-content li {
  margin-bottom: 0;
}

.home-search-high-container .footer {
  background: #fff;
  padding: 0 24px 24px 24px;
  text-align: right;
}

.home-search-high-container .btn {
  width: 60px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: rgba(0,0,0,0.65);
  font-weight: 400;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 2px;
  padding: 0;
  text-align: center;
}

.home-search-high-container .btn:hover {
  color: #000000;
  opacity: 0.85;
}

.home-search-high-container .btn-search {
  color: #fff;
  background: #262626;
}

.home-search-high-container .btn-search:hover {
  color: #fff;
  background: #1DB887;
}
/* ================== card ================== */
.card-columns {
  position: relative;
  overflow: hidden;
}

.card {
  position: relative;
  margin-bottom: 24px;
  width: 586px;
  box-sizing: border-box;
  counter-increment: count;
  display: inline-block;
}

.card img {
  display: block;
  height: auto;
  width: 100%;
}

/*.card::after {
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #000;
  color: #fff;
  content: counter(count);
}*/

/* ================== margin/padding ================== */
.margin-top-20 {
  margin-top: 20px;
}

.margin-top-26 {
  margin-top: 26px;
}

.margin-top-28 {
  margin-top: 28px;
}

.margin-top-32 {
  margin-top: 32px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-36 {
  margin-top: 36px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-48 {
  margin-top: 48px;
}

.margin-top-62 {
  margin-top: 62px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-82 {
  margin-top: 82px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-84 {
  margin-bottom: 84px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-left-10 {
  margin-left: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-28 {
  margin-left: 28px;
}

/* ================== [input/select/tab/date-range/checkbox]-group ================== */
.h-search-group,
.h-input-group {
  position: relative;
  width: 240px;
  /*line-height: 40px;*/
}

.h-search-group {
  width: 100%;
}

.h-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 38px 0 12px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
  outline: 0;
  border: 1px solid rgba(0,0,0,1);
}

.h-input__inner::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.h-input.is-active .h-input__inner,
.h-input__inner:focus {
  border-color: #000;
  outline: 0
}

.h-search-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background-position: -425px -59px;
}

.h-input__suffix {
  position: absolute;
  top: 0;
  -webkit-transition: all .3s;
  height: 100%;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  cursor: pointer;
}

.h-input__suffix {
  right: 4px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.h-input__suffix .h-search-icon {
  margin-top: 4px;
}

.h-input__suffix-inner {
  pointer-events: all
}

.h-select-group,
.h-select-group .h-input__inner::placeholder {
  color: rgba(0, 0, 0, 0.85);
}

.h-select-props {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 39px;
  z-index: 100;
  padding: 4px 0;
  border: 1px solid rgba(0,0,0,1);
}

.h-select-props li {
  line-height: 24px;
  padding: 4px 12px;
}

.h-select-select-group {
  width: 320px;
}

.h-select-select-group .h-select-group {
  width: 122px;
}

.h-select-select-group .h-input-group {
  width: 199px;
  margin-left: -1px;
}

.h-search-group {
  border: 1px solid rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  padding-top: 8px;
  line-height: 30px;
  height: 48px;
}

.h-search-group .h-search-icon {
  margin-left: 10px;
  background-position: -204px 5px;
}

.h-search-group .h-search-icon__close {
  margin-left: 0;
  background-position: -149px -60px;
}

.h-search-group .h-input__inner {
  /*width: 810px;*/
  width: 1025px;
  line-height: 32px;
  height: 32px;
  padding: 0 12px 0 12px;
  border: none;
  font-size: 18px;
}
.su {
  user-select: none;
  cursor: pointer;
  padding-left: 10px;
  font-size: 18px;
}

.h-search-group .h-search__inline {
  width: 1px;
  height: 24px;
  margin: 4px 16px 0 8px;
  overflow: hidden;
  background: rgba(0,0,0,0.15);
}

.h-search-group .h-search-select {
  width: 80px;
  margin-right: 16px;
}

.h-search-group .h-search-select:last-child {
  margin-right: 0;
}


.h-search-group .h-select-controls {
  width: 80px;
  border: none;
  height: 30px;
  line-height: 30px;
}

.h-search-group .h-select-controls .h-select-controls-title {
  margin-top: 6px;
}

.h-search-group  .h-select-controls .h-select-controls-title-wrap {
  padding: 0 16px 0 0;
}
.h-search-group .h-select-controls .h-select-controls-content {
  width: 100px;
  top: 26px;
}

.h-search-group .h-select-controls .h-select-controls-arrow {
  right: 4px;
  top: 3px;
}

.h-tabs-group {
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  height: 52px;
  position: relative;
  overflow: hidden;
}

.h-tabs-group::after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
}

.h-tabs-group li {
  float: left;
  position: relative;
  height: 52px;
  line-height: 32px;
  margin-right: -1px;
  background: #fff;
  border: 1px solid #fff;
}

.h-tabs-group li a {
  position: relative;
  display: block;
  padding: 11px 28px;
  text-align: center;
  font-size: 16px;
}

.h-tabs-group li .about-tabs {
  font-size: 22px;
}
.h-tabs-group li.current, .h-tabs-group a {
  color: rgba(0, 0, 0, 0.65);
}
.h-tabs-group li .num {
  padding-left: 6px;
}

.h-tabs-group li.current,
.h-tabs-group li:hover {
  z-index: 10;
  border-color: rgba(0, 0, 0, 0.15);
  border-bottom: none;
  font-weight: 400;
}

.h-tabs-group li.current,
.h-tabs-group li.current a {
  color: rgba(0, 0, 0, 0.85);
}

.h-tabs-group li a:hover,
.h-tabs-group li.current a:hover {
  font-weight: 400;
}

.h-tabs-group li a::after {
  content: ' ';
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.h-tabs-group li.current a::after {
  background: #fff;
  bottom: 2px;
}

.h-tabs-group__inline {
  width: 100%;
  border: none;
}

.h-tabs-group__inline::after {
  background: rgba(0,0,0,0.15);
}

.h-tabs-group__inline li {
  width: 240px;
  text-align: center;
  font-size: 16px;
  color: rgba(0,0,0,0.85);
  font-weight: 400;
  border: none;
}

.h-tabs-group__inline li.current a::after,
.h-tabs-group__inline li:hover a::after {
  background: rgba(0,0,0,0.85);
}

.h-tabs-group__inline li:hover a::after {
  bottom: 2px;
}

.h-date-range {
  width: 410px;
  height: 40px;
  position: relative;
  border: 1px solid rgba(0,0,0,0.65);
}

.h-date-range-content,
.h-date-range input {
  width: 380px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: transparent;
  font-size: 0;
}

.h-date-range-content .start,
.h-date-range-content .desc,
.h-date-range-content .end {
  width: 170px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: rgba(0,0,0,0.45);
}

.h-date-range-content .start,
.h-date-range-content .end  {
  cursor: pointer;
}

.h-date-range-content .desc {
  width: 30px;
}

.h-date-range-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  padding: 19px 15px;
  background-position: -536px 12px;
}

.h-date-range input {
  border: none;
  outline: none;
  z-index: 11;
}

.h-checkbox_item {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  font-size: 0;
  margin: 0 23px 0 0;
  display: inline-block;
}

.h-checkbox_item:last-child {
  margin: 0;
}

.h-checkbox_item .h-checkbox__label {
  font-size: 0;
  display: inline-block;
  line-height: 20px;
  overflow: hidden;
}

.h-checkbox_item input {
  display: none;
}

.h-checkbox_item .h-checkbox__icon {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 8px;
  cursor: pointer;
  background-position: -120% -120%;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.85);
}

.h-checkbox_item .h-checkbox__text {
  font-size: 14px;
  color: rgba(0,0,0,0.85);
  font-weight: 400;
  display: inline-block;
}

.current .h-checkbox__icon {
  background-position: 0 0;
  background-size: 558px auto;
  border: transparent;
}

/* ================== swiper ================== */
.swiper-container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  direction:ltr;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);
  -webkit-transition-timing-function:ease;
  
  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  -moz-transform:translate3d(0px,0,0);
  -moz-transition-timing-function:ease;
  
  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transition-timing-function:ease;
  -o-transform:translate(0px,0px);
  
  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);
  -ms-transition-timing-function:ease;
  
  transition-property:transform, left, top;
  transition-duration:0s;
  transform:translate3d(0px,0,0);
  transition-timing-function:ease;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  line-height: 300px;
  text-align: center;
  font-size: 50px;
  position: relative;
}

.swiper-slide img {
  height: 100%;
  object-fit: cover;

}

.swiper-container-bg {
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 100%);
}

.swiper-button-prev,
.swiper-button-next {
  width: 64px;
  height: 64px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  /* background: url("../img/arrow-left.png") no-repeat center;
  background-size: 30px auto; */
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -32px;
  background-position: -245px 8px;
}

.swiper-button-prev {
  left: 40px;
}

.swiper-button-next {
  background-position: -413px 8px;
  /* background: url("../img/arrow-right.png") no-repeat center; */
  right: 40px;
}


.swiper-slide .title {
  position: absolute;
  left: 24px;
  bottom: 19px;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  z-index: 12;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.swiper-container .pagination {
  position: absolute;
  z-index: 20;
  bottom: 30px;
  right: 24px;
  z-index: 12;
}

.swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-left: 12px;
  background: #fff;
  border: 2px solid #fff;
  cursor: pointer;
}

.swiper-container .swiper-active-switch {
  background: transparent;
}

/* ================== news-container ================== */
.news-container .search-container {
  padding: 40px 0;
}
.carousel-container {
  width: 100%;
  height: 370px;
  margin-bottom: 12px;
  color: #fff;
  /*background: rgba(0,0,0,0.45);*/
  background: #fff;
}
.flow-news-container {
  width: 101%;
  margin-left: -6px;
}

.flow-news-container li {
  margin-bottom: 0;
}

.flow-news-container li .pic {
  width: 240px;
  height: 136px;
  margin-right: 24px;
  object-fit: cover;

}
.flow-news-container li:hover {
  color: rgba(0, 0, 0, 0.85);
}

.flow-news-container li .title,
.flow-news-container li .desc ,
.flow-news-container li .label {
  width: 100%;
}

.flow-news-container li .title,
.flow-news-container li .title a {
  font-family: futuraBTMedium;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.85);
}
/*@@@@@*/
.flow-news-container li .desc {
  font-size: 16px;
  /*color: #242933;*/
  color: rgba(0, 0, 0, 0.75);
  /*line-height: 24px;*/
  /*opacity: 0.75;*/
  font-size: 16px;
  /*color: #242933;*/
  line-height: 24px;
  font-weight: 400;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 70px;
}

.flow-news-container li .label {
  margin-top: 16px;
}

.news-content {
  height: 100%;
  padding-left: 264px;
}

.news-content .title a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}

.news-content .title a:hover {
  color: #1DB887;
  font-weight: 500;
}

.banner {
  height: 264px;
  margin: 40px 0;
}

.banner img {
  width: 100%;
  height: 100%;
  outline: none;
}

/* ================== about ================== */
.about-content {
  margin-top: 32px;
}

.about-content p {
  font-size: 18px;
  color: rgba(0,0,0,0.65);
  line-height: 40px;
  margin-bottom: 40px;
  text-indent: 2em;
}

/* ================== detail ================== */
.detail-container .title {
  color: rgba(0,0,0,0.85);
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  padding-top: 37px;
  padding-bottom: 7px;
}

.detail-container .label {
  position: relative;
  color: rgba(0,0,0,0.55);
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E7E7E7;;
}

.detail-container .desc {

  text-align: justify;
  word-break: break-all;
  text-justify: distribute;
  font-size: 18px;
  color: rgba(0,0,0,0.75);
  text-indent: 2em;
  line-height: 40px;
  padding-top: 40px;
}

.detail-container .pic {
  text-align: center;
  margin-top: 32px;
}

.detail-container .pic-desc {
  font-size: 18px;
  color: rgba(0,0,0,0.45);
  line-height: 26px;
  text-align: center;
  padding: 15px 0 5px 0;
}

.detail-container .pdf {
  position: absolute;
  right: 0;
  padding-left: 26px;
  cursor: pointer;
  line-height: 20px;
  color: rgba(0,0,0,0.75);
  background: url("../img/pdf.png") no-repeat;
  background-size: 18px auto;
}


.detail-container .relevant {
  font-size: 18px;
  color: rgba(0,0,0,0.75);
  text-indent: 2em;
  line-height: 40px;
  padding-top: 40px;
}

.detail-container .link {
  font-size: 18px;
  color: rgba(0,0,0,0.45);
  text-indent: 2em;
  line-height: 40px;
  text-decoration:underline;
}

/* .detail-container .pdf:hover {
  font-weight: 400;
} */

/* ================== breadcrumb ================== */
.breadcrumb-container {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  font-size: 0;
  color: rgba(0,0,0,0.45);
}

.breadcrumb__item {
  margin-right: 9px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.breadcrumb__item::after {
  content: '/';
  margin-left: 9px;
}

.breadcrumb__item:last-child::after {
  display: none;
}

.breadcrumb__item + .current {
  color: rgba(0,0,0,0.85);
}

/* ================== publication-info ================== */
.publication-info-carousel {
  width: 234px;
  height: 332px;
  /*background: #D8D8D8;*/
}

.publication-info-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.publication-info-carousel .pagination {
  bottom: 24px;
  right: 30%;
}
.publication-info-carousel .swiper-pagination-switch {
  margin-left: 24px;
}

.publication-content {
  padding-left: 276px;
  height: 100%;
}

.publication-content .title {
  font-size: 24px;
  color: rgba(0,0,0,0.85);
  font-weight: 500;
  line-height: 35px;
  padding: 10px 0 20px 0;
}

.publication-content-list {
  font-size: 16px;
  color: rgba(0,0,0,0.45);
  line-height: 24px;
}

.publication-content-list li {
  margin-bottom: 8px;
}
.publication-content-list .label {
  /*@cd del 2022年08月31日12: 11: 18*/
  /*width: 66px;*/
}

.publication-content-list .content {
  padding-left: 90px;
  height: 100%;
  color: rgba(0,0,0,0.75);
  line-height: 24px;
}


.publication-detail-pic li {
  float: left;
  width: 281px;
  height: 281px;
  margin: 0 24px 24px 0;
  background: rgba(0,0,0,0.04);
  position: relative;
}

/*.publication-detail-pic li:last-child {*/
.publication-detail-pic li:nth-child(4n) {
  margin-right: 0;
}

.publication-detail-pic li a {
  display: block;
}

.publication-detail-pic li img {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  object-fit: cover;

/*  top: 50%;
  transform: translate(0, -50%);*/
}

/* ================== button ================== */
.btn,
a.btn {
  display: inline-block;
  line-height: 24px;
  padding: 8px 26px;
  background: rgba(0,0,0,0.85);
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border: 0;
}

.btn:hover,
a.btn:hover {
  color: #fff;
}

.btn-black,
a.btn-black {
  background: rgba(0,0,0,0.85);
}

.btn-green,
a.btn-green {
  background: #1DB887;
}

/* ================== button ================== */
.standard-title {
  position: relative;
}

.standard-title .title {
  font-size: 28px;
  line-height: 40px;
  color: rgba(0,0,0,0.85);
  background: #fff;
  display: inline-block;
  padding-right: 12px;
  position: relative;
  z-index: 100;
}

.standard-title .title::before {
  content: " ";
  width: 6px;
  height: 28px;
  background: rgba(0,0,0,0.85);
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 16px;
}

.standard-title::after {
  content: " ";
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.15);
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
}

.standard-title.no-inline::after {
  display: none;
}

.standard-title.no-inline .title {
  width: 100%;
}

.standard-title .more {
  position: absolute;
  right: 0;
  top: 0;
}

/* ================== exhibition ================== */
.exhibition-carousel-container {
  height: 600px;
  margin-top: 22px;
}

.exhibition-carousel-container .pagination {

}

.exhibition-video-container,
.exhibition-video-container img,
.exhibition-video-container .video-js {
  width: 100%;
  height: 617px;
}

.exhibition-video-container .swiper-button-prev,
.exhibition-video-container .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-position: -488px -67px;
}

.exhibition-video-container .swiper-button-prev {
  left: 40px;
}

.exhibition-video-container .swiper-button-next  {
  right: 40px;
  background-position: -488px 0;
}

.exhibition-video-container .vjs-poster {
  background-size: cover;
}

.exhibition-detail-info .label {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0,0,0,0.55);
  margin-bottom: 10px;
}

.exhibition-detail-info .content {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0,0,0,0.85);
  margin-bottom: 24px;
}

.exhibition-container .line {
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.15);
  margin-bottom: 20px;
}
.exhibition-container .desc {
  font-size: 18px;
  color: rgba(0,0,0,0.75);
  line-height: 40px;
}

.exhibition-container .title {
  width: 100%;
}

.exhibition-news li {
  width: 50%;
}

.exhibition-site-video,
.exhibition-site-video img {
  width: 586px;
  height: 440px;
  position: relative;
  object-fit: cover;
}

.exhibition-site-video .play-button {
  width: 40px;
  height: 50px;
  background: url("../img/play.png") no-repeat center center;
  background-size: 40px auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -20px;
  z-index: 210;
}

.exhibition-site-video:hover {
  cursor: pointer;
}

.exhibition-site-list {
  width: 612px;
}

.exhibition-site-list li {
  float: left;
  width: 282px;
  height: 208px;
  background: rgba(0,0,0,0.44);
  margin-left: 24px;
  margin-bottom: 24px;
}

.exhibition-site-list li:hover {
  cursor: pointer;
}

.exhibition-site-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exhibition-academic-video {
  width: 510px;
  height: 396px;
  margin-right: 32px;
  background: rgba(0,0,0,0.44);
}

.exhibition-academic-video img {
  width: 100%;
  height: 100%;
}
.exhibition-academic-news {
  padding-left: 542px;
}

.exhibition-academic-news li {
  font-size: 0;
  margin-bottom: 19px;
}
.exhibition-academic-news li:last-child {
  margin-bottom: 0;
}

.exhibition-academic-news li .label {
  font-size: 12px;
  color: #242933;
  line-height: 20px;  
  background: #EEEFF1;
  border-radius: 2px;
  display: inline-block;
  /*padding: 0 8px;*/
  padding: 5px 8px 0px 8px;
}

.exhibition-academic-news li a {
  font-size: 18px;
  color: rgba(0,0,0,0.85);
  margin-left: 12px;
}

.exhibition-academic-news li a:hover {
  font-weight: 400;
}

.exhibition-academic-news li .time {
  font-size: 18px;
  color: rgba(0,0,0,0.65);
  float: right;
}

/* ================== exhibition ================== */
.artist-info-container .pic {
  width: 164px;
  height: 164px;
}

.artist-content-container {
  padding-left: 204px;
  height: 100%;
}

.artist-profile .standard-title .title {
  font-size: 24px;
  color: rgba(0,0,0,0.85);
  font-weight: 400;
}

.artist-profile .standard-title .title::before {
  height: 24px;
}

.artist-content-container .standard-title {
  margin-bottom: 18px;
}

.artist-content-container .standard-title .title {
  font-size: 32px;
  font-weight: 400;
}

.artist-content-container .standard-title .title::before {
  display: none;
}

.artist-content-container .desc,
.artist-content-container .more {
  font-size: 20px;
  color: rgba(0,0,0,0.65);
  line-height: 32px;
}

.artist-content-container .more {
  display: inline-block;
  color: rgba(0,0,0,0.45);
  line-height: 26px;
  margin-top: 10px;
}

.artist-profile-list li {
  float: left;
  width: 90%;
  margin-bottom: 18px;
}

.artist-profile-list li .pic {
  width: 140px;
  height: 96px;
  overflow: hidden;
}

.artist-profile-list li .pic img {
  height: 100%;
}

.artist-profile-list li .content {
  padding-left: 160px;
  padding-right: 70px;
  height: 100%;
  line-height: 26px;
}

.artist-profile-list li .title {
  font-size: 18px;
  font-family: hanSansMedium;
  font-weight: 500;
  line-height: 26px;
  margin-top: 18px;
  color: rgba(0,0,0,.85);
/*  color: #000000;
  opacity: 0.85;*/
}

.artist-profile-list li .desc {
  font-size: 18px;
  line-height: 26px;
  margin-top: 6px;
  color: rgba(0,0,0,.85);
  /*color: #000000;*/
  /*opacity: 0.85;*/
}

.artist-progress {
  line-height: 26px;
  margin-bottom: 16px;
}

.artist-progress-content {
  padding-left: 70px;
  height: 100%;
  line-height: 26px;
}

.artist-progress-card .card {
  width: 382px;
}

.artist-profile-video {
  height: 798px;
}

.artist-profile-video img,
.artist-profile-site img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-profile-site {
  margin-top: 24px;
}

.artist-profile-site .video-container {
  float: left;
  width: 383px;
  height: 384px;
  margin-right: 24px;
  position: relative;
}

.artist-profile-site .video-container .play {
  width: 40px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -20px;
  cursor: pointer;
  z-index: 6;
}

.artist-profile-site .video-container .bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: 5;
}

/*.artist-profile-site .video-container:last-child {*/
.artist-profile-site .video-container:nth-child(3n) {
  margin-right: 0;
}


.search-container .h-tabs-group__inline li {
  width: auto;
}

.search-container .h-tabs-group li.current a {
  color: rgba(0, 0, 0, 0.85);
}

.search-container .h-tabs-group li a {
  padding: 11px 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}

.h-select-input-group .h-select-controls,
.h-select-input-group .h-select-controls .h-select-controls-content {
  width: 122px;
}

.h-select-input-group .h-select-controls {
  border-right-color: transparent;
}

/* ================== pic-video ================== */
.pic-video-container {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  position: relative;
}

.pic-video-container .close-container {
  width: 100%;
  height: 106px;
  position: relative;
}

.pic-video-container .close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 300;
  cursor: pointer;
  background: url("../img/pic-close.png") no-repeat center center;
  background-size: 24px auto;
}

.pic-video-container .vjs-poster {
  background-color: rgba(0,0,0,0.75);
}

.pic-video-container .pic-video-carousel {
  width: 87%;
  margin: 0 auto;
  background: transparent;
  margin-bottom: 0;
  min-height: calc(100% - 306px);
  box-sizing: border-box;
}

.pic-video-carousel .swiper-slide .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  text-align: center;
}

.pic-video-carousel .swiper-slide .info .title {
  width: 100%;
  font-family: hanSansMedium;
  font-weight: 500;
  position: static;
  line-height: 24px;
}

.pic-video-carousel .swiper-slide .info .info-desc {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 20px;
}

.pic-video-carousel .swiper-slide img {
  /*width: 749px;*/
}

.pic-video-container .pic-video-thumbnails {
  height: 88px;
  padding: 8px 124px;
  background: rgba(0,0,0,0.40);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.pic-video-thumbnails-scroll {
  height: 72px;
  width: 100%;
  overflow: hidden;
}

.pic-video-container .pic-video-thumbnails__list {
  width: 300%;
}

.pic-video-container .pic-video-thumbnails__list li {
  width: 72px;
  height: 72px;
  margin-right: 8px;
  float: left; 
  position: relative;
  cursor: pointer;
}
.pic-video-container .pic-video-thumbnails__list li:last-child {
  margin-right: 0;
}

.pic-video-container .pic-video-thumbnails__list li img,
.pic-video-container .pic-video-thumbnails__list li .bg {
  width: 72px;
  height: 72px;
}

.pic-video-container .pic-video-thumbnails__list li .bg {
  background: #000;
  opacity: 0.5;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.pic-video-container .pic-video-thumbnails__list li.current .bg,
.pic-video-container .pic-video-thumbnails__list li:hover .bg {
  display: none;
}

.pic-video-container .video-js,
.pic-video-container video {
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}
.pic-video-dialog {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 800;
}
.cd-hr {
  margin-top: 170px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(231,231,231,1);
  margin-left: 40px;
  margin-right: 40px;
}
.cd-empty {
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  text-align:center;
  color: rgba(36, 41, 51, 0.66);
  display: block;
  margin-bottom: 330px;
  font-weight: 400;
}
.flow-news-container .clearfix{
  width: 1222px;
}

.desc-hide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.h-select-input-group .h-input-literature-container,
.h-select-input-group .h-input-artist-container
 {
  /*margin-top: -0.3px;*/
}


.load-box {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
/*cd*/
.image-wrapper {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  padding-bottom: 100%;
  overflow: hidden;

}

.image-wrapper img {
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.monthselect {
    height: 24px !important;
    padding: 1px 7px !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
 }
.yearselect {
    height: 28px !important;
    padding: 1px 7px !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
 }
.min-height-420 {
  min-height:420px;
}
.video-js-pic {
  width: 1200px;
  margin-top: 32px;
}
.pic img{
  width: 1200px;
}
.f-family-hm {
  font-family: hanSansMedium;
}
.link a {
  color: rgba(0,0,0,0.45);
  text-decoration: none;
}