.main-content{
	padding-top: 66px;
}
.news-detail-box {
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb {
  display: flex;
  padding: 27px 0;
}
.breadcrumb .breadcrumb-item {
  font-weight: 500;
  font-size: 17px;
  height: 19px;
  line-height: 19px;
  letter-spacing: 0%;
  border-right: 3px solid #bf9742;
  padding-right: 13px;
  margin-right: 13px;
}
.breadcrumb .breadcrumb-item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.news-detail-title {
  font-weight: 500;
  font-size: 61px;
  line-height: 86px;
  text-align: justify;
  padding-bottom: 60px;
  border-bottom: 1px solid #bf9742;
  margin-bottom: 60px;
}
.news-detail-title {
  font-weight: 500;
  font-size: 61px;
  line-height: 86px;
  text-align: justify;
  padding-bottom: 60px;
  border-bottom: 1px solid #bf9742;
  margin-bottom: 60px;
}
.news-detail-content{
  text-align: justify;
  font-weight: 300;
  font-size: 25px;
  line-height: 45px;
padding-bottom:30px;
}
.news-detail-content img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-top: 24px;
}
.news-detail-content p {
  margin-top: 24px;
}
.news-detail-content video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-top: 24px;
  width:100%;
}

.news-detail-content .article-wfull-img{
	width: 100%;
	height: auto;
}
.news-detail-content .article-long-img{
	width: 600px;
	height: auto;
}

.news-detail-content h1{
	font-size: 35px;
  margin-top: 48px;
	line-height:100%;
	font-weight:700;
}

.news-detail-content h2{
	font-size: 30px;
  margin-top: 48px;
	line-height:100%;
	font-weight:700;
}

.news-detail-content h3{
	font-size: 25px;
  margin-top: 24px;
	font-weight:700;
}
.news-detail-content h4{
	font-size: 20px;
  margin-top: 24px;
	font-weight:700;
}
@media screen and (max-width:1024px){
iframe{
width:100% !important;
}
 .news-detail-box {
        max-width: 100%;
        padding: 0 30px;
    }
.news-detail-title{
line-height:1.7;
font-size:18px;
padding-bottom:20px;
margin-bottom:20px;
}
.news-detail-content{
font-size:16px;
line-height:1.7;
}
.news-detail-content h2{
line-height:1.5;
font-size:20px;
}
.breadcrumb .breadcrumb-item{
font-size:16px;
}
.main-content{
padding-top:0 !important;
}
.news-detail-content h2{
margin:15px 0 !important;
}

}
