﻿/*词条*/
.keywordbody {color: #444;font-size: 14px;line-height: 26px;margin: 8px 15px 8px 15px;word-wrap: break-word;white-space: normal;word-break: break-all;}
.keywordbody div.line {background-color: #dbdbdb;height: 1px;font-size: 1px;margin: 15px 0px 15px 0px;border-top: 0px solid #f1f1f1;border-bottom: 0px solid #f1f1f1;overflow: hidden;}
.keywordbody .title {text-align: left;font-size: 26px;margin: 16px 0px 10px 0px;color: #334356;line-height: 42px;font-family: PingFangSC-Semibold;font-weight: 600;padding-left: 30px;font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif,PingFangSC-Semibold;}

.context02-cards ._card .top .text p {color: #444;}
.context10-content {padding-left: 30px;min-height:420px;}
.text--2 {min-height: 40px;}
.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-image: linear-gradient(to right, #bec4ca, #9a9fad);
  border-color: #a5a6a9;
}
.context10-content {min-height: 20px;}
.context10-content p{margin-bottom:10px;}
.context10-block{line-height:2;}

.kc-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
}
.kc-alert-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.kc-alert-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: white;
  border-radius: 12px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
}
.kc-alert-close {
  position: absolute;
  top: -32px;
  right: 0;
  color: white;
  cursor: pointer;
}
.kc-alert.is-show {
  visibility: visible;
}
.kc-alert.is-show .kc-alert-content {
  width: 100px;
  height: 100px;
  opacity: 1;
}
.__kc .pegional-project {
  width: 100%;
  height: 100%;
}
.__kc .pegional-project p {
  white-space: nowrap; text-align:center;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.__kc.is-show .kc-alert-content {
  width: 260px;
  height: 300px;
}
.pegional-project img {
  height: 250px;
}
