.c_title {
  text-align: center;
  line-height: 44px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.c_time {
  text-align: center;
  line-height: 22px;
  color: #777777;
  margin: 15px 0 0;
}
.c_time span:first-of-type {
  margin-right: 12px;
}
.c_ctn {
  line-height: 32px;
  color: #000000;
  position: relative;
  overflow: hidden;
  margin: 37px 0 0;
  /*text-indent: 2em;*/
}
.c_ctn img {
  display: block;
  width: auto;
  margin: 1.6% auto;
}
.artInfo-page {
  margin: 75px 0 64px;
}
.artInfo-page p {
  margin-top: 16px;
}
.artInfo-page p:first-of-type a {
  color: #B68A65;
}
.artInfo-page a {
  color: #999999;
  font-size: 16px;
}
@media screen and (max-width: 880px) {
  .c_ctn img {
    width: 100%!important;
  }
  .artInfo-page {
    margin: 8.5% 0 7.2%;
  }
}
