.header-title {
  height: 140px;
  background: url('../imge/join.jpg') center center;
  min-width: 900px;
  margin-bottom: 50px;
}
.container-content .message-title {
  margin-bottom: 50px;
}
.container-content .message-title .title-header {
  line-height: 52px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.container-content .message-title .title-header img {
  vertical-align: middle;
  margin: 0 10px 0 20px;
}
.container-content .message-title .title-header .ms-button {
  border: 1px solid #ddd;
  border-radius: 20px;
  height: 40px;
  padding: 8px;
  margin-right: 10px;
}
.container-content .message-title .title-header .ms-button a {
  width: 85px;
  line-height: 40px;
  color: #1c4fa8;
}
.container-content .message-title .title-header .ms-button a span {
  color: #1c4fa8;
}
.container-content .message-title .title-header .ms-button a .to-more {
  margin-left: 0;
  padding-top: 14px;
  margin-top: 2px;
  float: right;
  background: url('../imge/to-left.png') center center no-repeat;
  width: 20px;
  height: 20px;
}
.container-content .message-title .title-header .ms-button:hover,
.container-content .message-title .title-header .ative {
  background-color: #1c4fa8;
  border: 1px solid #1c4fa8;
}
.container-content .message-title .title-header .ms-button:hover a,
.container-content .message-title .title-header .ative a {
  color: #fff;
}
.container-content .message-title .title-header .ms-button:hover a span,
.container-content .message-title .title-header .ative a span {
  color: #fff;
}
.container-content .message-title .title-header .ms-button:hover a .to-more,
.container-content .message-title .title-header .ative a .to-more {
  background: url('../imge/more.png') center center no-repeat;
}
.container-content .title-wating {
  padding-top: 40px;
  min-height: 600px;
}
.container-content .title-wating img {
  margin: 0 auto;
}
