
.header {
	width: 100%;
	height: 100px;
	background: #1369C0;
	background: url(/images/lz-lbj.jpg) no-repeat top center;
	line-height: 100px;
}
.header-centered {
	width: 1200px;
	height: 100px;
	margin: auto;
}
.header-logo {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.header-logo img {
	height: 80px;
	border: 0;
	vertical-align: middle;
}
@media screen and (max-width: 768px){
	body{
		min-width: auto;
	}
	.header-centered{
		width: 100%!important;
	}
	.header-logo img{
		height: 1rem!important;
	}
	.content{
		width: 100%;
		box-sizing: border-box;
		padding: 0 .2rem;
	}
	.nav{
		height: auto;
		display: flex;
		justify-content: space-between;
	}
	.nav div{
		font-size: .36rem;
		line-height: .5rem;
		padding: .1rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: .1rem!important;
	}
	.small-nav div{
		font-size: .34rem;
	}
	.search{
		display: block;
		margin-bottom: .2rem!important;
		height: auto;
	}
	.search .inputBox{
		display: block;
		width: 100%;
	}
	.search input, .search .time{
		width: 100%!important;
		margin: 0 0 .3rem;
		height: .8rem;
		font-size: .32rem;
		padding: 0 .3rem;
	}
	.search-btn{
		width: 100%;
		margin: 0 0 .3rem;
		height: .8rem;
		font-size: 0;
		text-align: center;
		display: flex;
		align-items: center;
	}
	.search-btn:before,.search-btn:after{
		display: none;
	}
	.search-btn img{
		width: auto;
		height: .5rem;
		margin: 0 .4rem 0 0 ;
		vertical-align: top;
		float: none;
	}
	.search-btn p{
		line-height: .8rem;
		font-size: .32rem;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.list-wrap{
		width: 100%;
		overflow-x: auto;
	}

	.page_div button{
		display: none;
		font-size: .32rem;
		line-height: .5rem;
	}
	#nextPage,#prePage{
		display: inline-block;
	}

	.popup-box{
		width: 96%;
		top: 50%;
		left: 50%;
		position: fixed;
		padding-bottom: .3rem;
		height: auto;
	}
	.popup-title{
		height: auto;
		padding: .2rem 0;
	}
	.popup-title p{
		font-size: .36rem;
		padding-left: 2%;
		width: 87%;
		line-height: .5rem;
	}
	.popup-info{
		margin: 0 .2rem;
		border-right: 1px solid #eaedf7;
		max-height: 505px;
		height: auto;
		overflow-y: scroll;
	}
	.popup-info .popup-li{
		height: auto;
		display: flex;
	}
	.popup-info .popup-li-two{
		display: none;
	}
	.popup-info .popup-li.clearfix:before, .popup-info .popup-li.clearfix:after{
		display: none;
	}
	.popup-info .popup-li>div{
		width: 34%;
		font-size: .28rem;
		padding: .1rem .2rem;
		box-sizing: border-box;
		line-height: .5rem;
		display: flex;
		align-items: center;
		height: auto!important;
		line-height: initial!important;
	}
	.popup-info .popup-li>p{
		font-size: .28rem;
		line-height: .5rem;
		height: auto;
		padding: .1rem .2rem;
		white-space: normal;
	}
	#PZMX p li{
		margin-bottom: .1rem;
	}
	#PZMX p li, #PZMX p li p{
		display: flex;
		height: auto!important;
		line-height: initial!important;
	}

	.box{
		min-height: auto;
		max-width: auto;
	}

	.box-title{
		height: auto;
	}
	.box-title p{
		padding: .1rem 0;
	}
	.box-title p, .box-title div{
		font-size: .32rem;
		line-height: .42rem;
	}
	.box-info-ul p{
		height: auto;
		font-size: .32rem;
		line-height: .42rem;
		padding: .1rem 0;
	}
	.box-info-ul .flexbox{
		word-break: break-all;
		line-height: .42rem!important;
	}


	.popup-info .left, .popup-info .right{
		width: 100%;
	}

	.popup-li-eight{
		display: flex;
	}
	.popup-li-eight>p{
		width: 34%!important;
	}
	.popup-div div audio{
		position: initial;
	}
	.popup-tit{
		width: 34%!important;
	}
	.popupVid{
		width: 62%;
	}
	.popup-div div video{
		max-width: 100%;
	}

	.nav-first br{
		display: none;
	}
	.search-btn-160{
		margin-left: .3rem;
	}
}