@charset "UTF-8";
/* content-1 ======== ======== ======== ======== ======== ======== ======== ======== */
.content-1-container {
  width: 100%;
  background-color: #fdf6ce;
  background-position: center;
  background-image: url(../img/bg1.jpg);
}

.content-1 {
  width: 900px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 45px;
}

.smp .content-1 {
  width: 100%;
}

.smp .content-1 .boss-title {
  width: 100%;
  margin-bottom: -17px;
}

.smp .content-1 .boss-title img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/* -------- */
.boss-title {
  width: 596px;
  margin: 0 auto;
  margin-bottom: -2px;
}

/* -------- */
.content-title {
  width: 596px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.content-title.top {
  padding-top: 20px;
}

/* -------- */
.content-banner {
  width: 864px;
  /*900-30-6*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fcaa5a;
  padding: 5px 15px 5px 15px;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-radius: 15px;
  border: solid 3px #fb9736;
  margin-bottom: 30px;
}

.banner-list {
  margin-bottom: 30px;
}

.content-banner-icon {
  width: 60px;
  height: 60px;
}

.content-banner-title {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  margin-left: 20px;
}

.smp .content-1 .block {
  width: 80%;
}

.smp .content-1 .banner-list .content-banner {
  width: 562px;
}

/* -------- */
.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* -------- */
.block-photo {
  width: 288px;
  text-align: center;
}

.block-photo img:last-of-type {
  margin-top: 10px;
}

.block-photo img:first-of-type {
  margin-top: 0;
}

.block-photo img {
  width: 288px;
}

.block-photo .caption {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #000;
}

.block-photo .caption::before {
  content: "\A";
}

/* -------- */
.block-body {
  width: 505px;
  margin-left: 30px;
}

.block-body .date {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  min-width: 135px;
  height: 22px;
  line-height: 2.2rem;
  /*22px;*/
  background-color: #fb9736;
  border-radius: 4px;
  margin: 0 56px 11px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  display: inline-block;
}

.block-body .title {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  width: 100%;
}

.block-body .body {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  word-break:break-all;
}

/* -------- */
.content-1 .block {
  width: 820px;
  /*900-80*/
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-radius: 15px;
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

/* -------- */
/*# sourceMappingURL=boss.css.map */