/*1200px*/
@media screen and (max-width: 1200px){
	body,html{
		font-size: 14px;
	}
	header .slogan{
		display: none;
	}

	.newsList{
		width: calc(100% - 17.5rem);
		padding-left: 2rem;
	}

	.picList{
		width: calc(100% - 17.5rem);
	}
	
	.subConts{
		width: calc(100% - 17.5rem);
	}

}
/*998px*/
@media screen and (max-width: 998px){
	.newsList ul.list li{
		margin-bottom: 1rem;
	}



}

/*768px*/
@media screen and (max-width: 768px){
	body,html{
		font-size: 12px;
	}
	.container{
		padding: 0 1rem;
	}
	.top{
		display: none;
	}
	.headerRight{
		display: none;
	}
	nav{
		display: none;
	}
	header{
		padding: 1rem 0;
	}
	header .logo{
		max-width: 75%;
	}
	.dl-menuwrapper{
		display: block;
	}
	
	.fnav{
		display: none;
	}
	.footerList{
		width: 100%;
	}
	.footerList ul li{
		width: 100%;
	}
	.footerList ul li:last-child{
		margin-top: 0;
	}
	.footewm{
		display: none;
	}

	.crumbs{
		display: none;
	}
	/*左侧*/
	.lefter{
		display: none;
	}
	.mlefter{
		display: block;
	}
	.mlefterTitle{
		line-height: 4rem;
		text-align: center;
		background: #f37e15;
	}
	.mlefterTitle span{
		font-size: 1.25rem;
		color: #ffffff;
		padding-left: 2rem;
		display: inline-block;
		background: url(../images/home.png) left no-repeat;
		background-size: 1.5rem;
	}
	.mlefter .lefterList li a{
		line-height: 3rem;
		font-size: 1rem;
	}
	.picList{
		width: 100%;
	}
	.picList ul li .pbox .pic{
		height: 8rem;
	}
	.picList ul li .pbox .pic a{
		height: 8rem;
	}
	.newsList{
		width: 100%;
		padding-left: 0;
		margin-top: 1rem;
	}
	.subConts{
		width: 100%;
	}
	.subConts .info{
		line-height: 2rem;
	}
	.subConts .info .func{
		display: none;
	}
	.subConts .info .share{
		display: none;
	}
	.subConts .sConts{
		font-size: 14px;
	}
	.subConts .title h1{
		margin-bottom: 10px;
	}
	.listCont{
		margin-top: 1.5rem;
	}
	.subConts{
		padding: 0;
	}
	.subConts .info .date{
		font-size: 14px;
	}
	.subConts .title h1{
		line-height: 3rem;
	}


}


