[class*="c-headline-"] .c_name{
  font-size: 18px;
}
/* BEGIN c-button-1 */
.c-button-1 {
  display: inline-block;
  font-size: 14px;
  line-height: 2.429em;
  text-transform: uppercase;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  background-color: rgba(26, 80, 181, 0.1);
}
.c-button-1 > i, .c-button-1 > span {
  float: left;
  line-height: inherit;
  position: relative;
  z-index: 1;
}
.c-button-1 > i {
  width: 2.429em;
  color: #fff;
  text-align: center;
}
.c-button-1 > span {
  padding: 0 20px 0 7px;
}
.c-button-1::after {
  content: '';
  width: 100%;
  height: 2.429em;
  background-color: #1a50b5;
  position: absolute;
  top: 0;
  right: calc(100% - 2.429em);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.c-button-1:hover > i {
  color: #1a50b5;
}
.c-button-1:hover > span {
  color: #fff;
}
.c-button-1:hover::after {
  right: -2.429em;
}

/* END c-button-1 */
/* BEGIN p-detail-1 */
.p-detail-1 .p_content .title {
  font-size: 25px;
  line-height: 1.2em;
  margin: 0.4em 0 0.6em 0;
  color: #1a50b5;
}
.p-detail-1 .p_thumb{
  margin: 0.55px;
}
.p-detail-1 .p_content .info {
  margin-bottom: 15px;
}
.p-detail-1 .p_content .info li {
  line-height: 25px;
  margin-bottom: 5px;
}
.p-detail-1 .p_content .info li > span {
  color: #111;
}
.p-detail-1 .p_content .info li > span:first-child {
  display: inline-block;
  width: 95px;
  opacity: 0.7;
}
.p-detail-1 .p_content .desc {
  color: #666;
  font-weight: 300;
  line-height: 20px;
  padding: 10px 0;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.p-detail-1 .p_content .hotline{
  margin: 20px 0 30px;
}
.p-detail-1 .p_content .hotline p{
  color: #868686;
  text-transform: uppercase;
}
.p-detail-1 .p_content .hotline span{
  color: #f60;
  font-size: 20px;
  padding: 0px 5px;
}
.p-detail-1 .p_detail {
  padding: 30px 50px;
}
.p-detail-1 .p_social {
  text-align: right;
  line-height: 0;
  margin-bottom: 15px;
}
.p-detail-1 .p_social::before {
  content: '';
  display: inline-block;
  width: 65px;
  height: 1px;
  background-color: #ddd;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  .p-detail-1 .p_content .title {
    font-size: 20px;
    margin-top: 15px, 25px;
  }
  .p-detail-1 .p_detail {
    padding: 20px 0px 10px;
  }
}

/* END p-detail-1 */