
.container{
	display: none;
}


.mobile_footer{
	display: none;
}

@media  screen and (min-width:1000px){
    html,body{
		background-color: white;
	}

}


@media  screen and (max-width:600px) {
body, td, th {
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "???¨¨??¨¦?¡­¨¦?¡®", STHeitiSC-Light, simsun, "?¡°", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}
html, body {
    background-color: #eee;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'STHeitiSC-Light', 'simsun', 'ËÎÌå', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important;
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "Î¢ÈíÑÅºÚ", STHeitiSC-Light, simsun, "ËÎÌå", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

.rightpart, .footlinks, .foot, .copy, .xiangguanxinwen, .topbox, .navaddress, .topbar{
	display: none;
}
	
.main{
	
}
.pagew{
	width: 100%;
}

.leftpart{
	width: 100%;
}
	
.container{
	display: block;
}

.newscontent{
	background: #eee;
}


.newscontent video{
	width: 100% !important;
}

.newscontent iframe{
	width: 100% !important;
	height: 60vw;
}

.newscontent img{
	width: 100% !important;
	height: 50% !important;
}
.content_title{
	padding: 4px;
margin-top: 12px;
font-size: 24px;
font-weight: 600;
text-align: center;
line-height: 32px;
}

.from{
	padding: 12px 20px;
font-size: 16px;
text-align: center;
color: #acacac;
}

.detail{
	padding: 12px;
	font-size: 16px;
	line-height: 36px;
	font-family: "SimSun";
}
	
	
.shengming{
	padding: 12px;
	font-size: 15px;
	line-height: 20px;
	color: #acacac;
}
.more{
	color: black;
	text-align: right;
	line-height: 10vw;
	font-size: 15px;
	line-height: 20px;
}
	
.mobile_footer{

	display:block;
}

.mobile_footer {
    background: #1E90FF;
    padding: 0 10px 0.4rem;
    color: #F2F2F2;
    font-size: 0.4rem;
    text-align: center;
    line-height: 1.5;
	margin-top: 1rem;
}



}