/* new */
img {
  display: block;
  width: 100%;
}

.banner a {
  display: block;
  font-size: 0;
}

.banner img {
  display: block;
  width: 100%;
}

.paragraph {
  padding: 15px 10px 0;
}

.title {
  margin-bottom: 15px;
}

.title a {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #67381a;
}

.title small {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #67381a;
  margin-top: 3px;
}

.thirdImg ul {
  overflow: hidden;
}

.thirdImg li {
  width: calc((100% - 20px)/3);
  float: left;
  margin-right: 10px;
}

.thirdImg li:last-child {
  margin-right: 0;
}

.thirdImg li span {
  display: block;
  width: 100%;
  text-align: center;
  color: #212121;
  font-size: 14px;
  padding: 7px 0;
}

.fullBtn {
  margin-top: 15px;
}

.fullBtn a {
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #dd2022;
  border-radius: 8px;
  font-size: 16px;
}

.content {
  font-size: 14px;
  color: #666;
  line-height: 1.6em;
  text-indent: 2em;
}

.halfImg {
  margin-top: 15px;
}

.halfImg ul {
  overflow: hidden;
}

.halfImg li {
  width: calc((100% - 10px)/2);
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.halfImg li:nth-child(2n+2) {
  margin-right: 0;
}

.halfImg li span {
  display: block;
  text-align: center;
  padding: 7px 0 0;
  color: #67381a;
}

.kdal {
  overflow: hidden;
}

.kdal li {
  box-sizing: border-box;
  width: calc((100% - 10px)/2);
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #d2d2d2;
}

.kdal li:nth-child(2n+2) {
  margin-right: 0;
}

.intro {
  border-top: 1px solid #d2d2d2;
  text-align: center;
  color: #67381a;
}

.intro strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.intro span {
  display: block;
  font-size: 14px;
}

.intro font {
  display: block;
  font-size: 14px;
}