

.main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 10px;
  background: #FFFFFF;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.10);
  border-radius: 8px;
  padding-bottom: 18px;
}



.color-line {
  width: 100%;
  height: 16px;
  background-color: #629aed;
  border-radius: 8px 8px 0 0;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  transform-origin: left;
  letter-spacing: .5px;
  margin-top: 30px;
}

.title .left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.publish {
  display: flex;
  justify-content: center;
  line-height: 60px;
  padding-bottom: 12px;
  align-items: center;
  font-size: 16px;
  color: #9CAFC3;
}

.publish>div {
  min-width: 100px;
}

.line-between {
  width: 100%;
  height: 2px;
  background-color: #629aed;
}

.content {
  padding: 30px 40px;
}

/*.content p {*/
/*  font-size: 20px;*/
/*  color: #333333;*/
/*  letter-spacing: 2.78px;*/
/*  text-indent: 2em;*/
/*  line-height: 44px;*/
/*}*/

/*.content p:first-child {*/
  /*text-indent: 0em;*/
/*}*/

/*.content p:last-child {*/
  /*text-align: right;*/
/*}*/

.main .img {
  width: 1120px;
  height: 300px;
  margin: 0 auto;
  background: url('../../images/promise/pic_msg.png')no-repeat;
}

.content-foot {
  color: #9D9D9D;
  font-size: 20px;
  text-align: center;
  line-height: 130px;
}
.searchbar {
 display: none;
}
.cts-attach-list{
  border-top:0px;
}
.cts-attach-file{
  padding-left: 40px;
  text-indent: 2rem;
}
.glyphicon-paperclip:before {
  content: "";
}