@media (max-width:768px){
  .pcH{
    display: none;
    height: 0 !important;
  }
  .phoneH{
    display: block !important;
  }

.top {
	width: 100%;
	height: auto;
	margin:auto;
}

.content{
	width:100%;
	height:auto;
	margin:auto;
}

.bottom-png {
	width: 0px;
	height: auto;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 1210px;
}

.main-content {
	width: 80%;
	height: 770px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 40%;
	/*text-align: center;*/
}

.main-content hr{
	width: 100%!important;
}

.news-detail img {
	width:100%;
	height: auto;
}

.news-detail video{
    width:100%;
    height:auto;
}

.news-detail p{
	text-align: left;
	margin: 0;
	display:inline-block;
	width: 100%;
}

.news-detail span{
	/*float: left;*/
}
  
}  
  
  
@media (min-width:768px){
  .phoneH{
    display: none ;
  }
  .topRight {
	width: 50px;
	height: 95px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0px;
	margin-left:  calc((100% - 960px) / 2 + 918px);
}

.top {
	width: 960px;
	height: 234px;
	margin:auto;
}

.content{
	width:960px;
	height:1167px;
	margin:auto;
}

.bottom-png {
	width: 960px;
	height: 114px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 1210px;
	margin-left:  calc((100% - 960px) / 2);
}

.main-content {
	width: 680px;
	height: 770px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 440px;
	/*text-align: center;*/
	margin-left:  calc((100% - 960px) / 2 + 168px);
}

.right-content {
	width: 238px;
	height: 862px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0px;
	margin-left:  calc((100% - 960px) / 2 + 730px);
}

.main-content hr{
	width: 100%!important;
}

.news-detail p{
	text-align: left;
	margin: 0;
	display:inline-block;
	width: 100%;
}

.news-detail span{
	/*float: left;*/
}
  
}    


