.news_detail {
  position: relative;
  width: 1020px;
  margin: 0 auto 90px;
  padding: 40px 50px 60px;
  color: #444;
  background: url(../img/in_news/frame_detail_repeat.png) no-repeat center top 60px;
  -webkit-background-size: 1020px 100%;
          background-size: 1020px 100%;
  background-color: #fff;
  text-align: left;
}

.news_detail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: url(../img/in_news/frame_detail_head.png) no-repeat center top;
}

.news_detail:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: url(../img/in_news/frame_detail_foot.png) no-repeat center top #fff;
}

.news_detail h3 {
  color: #444;
  font-weight: 700;
  line-height: 1.5;
  font-size: 24px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  background: url(../img/in_news/line.png) no-repeat center bottom;
}

.news_detail .news_txt {
  padding-bottom: 70px;
  font-size: 15px;
  line-height: 1.6;
}

.news_detail .news_txt:last-child {
  padding-bottom: 20px;
}

.news_detail .news_txt h4 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
}

.news_detail .news_txt h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 15.5px;
  font-weight: 700;
}

.news_detail .news_txt .indent_txt {
  padding-left: 1em;
}

.news_detail .news_txt a {
  color: #ff7398;
}

.news_detail .news_txt a:hover {
  text-decoration: underline;
}

.news_detail .news_txt strong {
  font-weight: 600;
}

.news_detail .contact_lead {
  line-height: 2;
  font-size: 15px;
}

.news_detail .contact {
  margin: 20px 0 0;
  padding: 25px 0;
  background: url(../img/in_news/line.png) no-repeat center top, url(../img/in_news/line.png) no-repeat center bottom;
  line-height: 1.9;
}

.news_detail .bold {
  font-weight: 500;
}

.news_detail .contact_btn {
  padding: 25px 0 0;
  text-align: center;
  font-size: 13px;
}

.news_detail .contact_btn p {
  margin-bottom: 10px;
}
