@charset "UTF-8";
/* 文字颜色:主要文字/常规文字/次要文字/醒目文字/主要图标/辅助图标/列表图标/悬浮变色 */
/* 背景颜色/边框颜色 */
.name .banner_box {
  height: 400px;
  background: url("/home/cloudExhibitionBanner.png") no-repeat center center;
}
.cloud_exhibition_box {
  width: 1200px;
  height: 410px;
  border-radius: 10px;
  box-sizing: border-box;
}
.cloud_exhibition_box img {
  width: 358px;
  height: 350px;
}
.cloud_exhibition_form {
  min-height: 860px;
}
.cloud_exhibition_form .left_nav {
  width: 180px;
  height: 860px;
  border-radius: 8px;
  padding: 24px 16px;
  box-sizing: border-box;
  background: #fff;
}
.cloud_exhibition_form .left_nav .active_class, .cloud_exhibition_form .left_nav li:hover {
  border-radius: 4px;
  background: #E8F0FC;
  color: #1A64DE;
  font-weight: bold;
}
.cloud_exhibition_form .left_nav li {
  color: #333;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
}
.cloud_exhibition_form .left_nav li i {
  font-weight: normal;
  vertical-align: -1px;
}
.cloud_exhibition_form .left_nav li + li {
  margin-top: 18px;
}
.cloud_exhibition_form .content-box {
  align-self: flex-start;
  padding: 26px 50px;
  box-sizing: border-box;
  border-radius: 8px;
  width: 0;
  flex: auto;
}
.cloud_exhibition_form .content-box .left-name {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  padding-left: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.cloud_exhibition_form .content-box .left-name::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 21px;
  border-radius: 39px;
  background: #1a64de;
  left: 0;
}
.cloud_exhibition_form .content-box .html-content {
  color: #000 !important;
}
.cloud_exhibition_form .content-box .html-content {
  line-height: 28px;
}
.cloud_exhibition_form .content-box .html-content img {
  width: 100%;
}
.cloud_exhibition_form .content-box .html-content em {
  font-style: italic;
}
.cloud_exhibition_form .content-box .html-content a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #2440b3;
}
.cloud_exhibition_form .content-box .html-content h1 {
  font-weight: bolder;
  font-size: 32px;
}
.cloud_exhibition_form .content-box .html-content s {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.cloud_exhibition_form .content-box .html-content ol > li {
  list-style: decimal;
}
.cloud_exhibition_form .content-box .html-content ul > li {
  list-style: disc;
}
.cloud_exhibition_form .content-box .html-content blockquote {
  margin-left: 2em;
}
.detailcon_feedback_tips {
  width: 100%;
  background: rgba(65, 109, 197, 0.07);
  padding: 28px 45px;
  box-sizing: border-box;
}
.detailcon_feedback_tips .tips_blod {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.detailcon_feedback_tips .mt20 {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-top: 20px;
}
 .el-input.suffix-2 .el-input__suffix {
  line-height: normal;
  right: -50px;
}
 .el-textarea.show-word-limit-3 .el-input__count {
  line-height: normal;
  right: -58px;
}
 .el-input-group--append .el-input__inner {
  height: 52px;
}
