/* public */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.text-danger {
  color: rgb(235, 42, 49);
}

.text-yellow {
  color: #fff000;
}

.text-info {
  color: #1d3383;
}

.text-warning {
  color: rgb(251, 209, 14);
}

.text-white {
  color: #fff;
}

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

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

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

.text-strong {
  font-size: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:before {
  content: "";
  clear: both;
  display: block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-small {
  font-size: 12px;
}

.media {
  width: 100%;

}

.media-left, .media-body, .media-right {

}

/* 正文 */
.container-fuild {
  width: 100%;
}


.container .banner {
  padding: 80px 0 130px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.container h1 {
  font-size: 18px;
  margin: 0 0 15px;
}

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

.container .media-left {

}

.container .media-right {

}

.container .media-body h3 {
  font-size: 16px;
}

.container p {
  font-size: 14px;
  line-height: 1.5;
}

