/*container*/
		.container{
			/*margin-top: 170px;*/
		}
		/*.title-box{
			display: flex;
			justify-content:space-between;
			padding: 0 0 0 20px;
			margin: 30px 0 10px;
			box-shadow: 10px 0 10px -6px #19a7f0 inset;
		}*/
		.title-line{
			width: 40px;
			height: 5px;
			margin: 10px 0 0;
			background: #2A90EF;
		}
		/*两化资讯*/
		.lhzx:nth-child(1){
			margin: 0; 
		}
		.lhzx{
			margin: 60px 0 0; 
		}
		.lhzx:last-child{
			margin-bottom: 79px;
		}
		/*.lhzximg{
			width: 100%;
			height: 250px;
			margin: 
		}*/
		.lhzx-column .lhzx-title-time{
			display: flex;
			justify-content:space-between;
			align-items:center;
			position: relative;
		}
		.lhzx-column-title{
			margin-bottom: 16px;
		}
		.lhzx-column-title a{
			height: 16px;
			line-height: 16px;
			font-size: 14px;
			font-weight: bold;
			color: #333;
			display: -webkit-box;
    		-webkit-box-orient: vertical;
    		-webkit-line-clamp: 1;
    		overflow: hidden;
		}
		.lhzx-time{
			color: #999;
			font-size: 14px;
		}
		.lhzx-content{
			font-size: 14px;
			height: 40px;
			overflow: hidden;
			/*line-height: 22px;*/
		}
		.lhzx-content-link{
			height: 38px;
			line-height: 19px;
			display: block;
			color: #999;
			display: -webkit-box;
    		-webkit-box-orient: vertical;
    		-webkit-line-clamp: 2;
    		overflow: hidden;
		}
		.lhzx-column li{
			margin-bottom: 30px;
		}
		/*新修改后的*/
		.lhzx-list{
			display: flex;
			justify-content:space-between;
			flex-wrap:wrap;
		}
		.lhzx-item{
			width: 48%;
			display: flex;
			align-items:center;
			margin-bottom: 40px;
		}
		.date-box{
			width: 100px;
			height: 96px;
			border-radius: 10px;
			overflow: hidden;
		}
		.month{
			font-size: 19px;
			color: #635555;
			height: 36px;
			line-height: 36px;
			text-align: center;
			background: skyblue;
		}
		.date{
			height: 60px;
			line-height: 60px;
			font-size: 40px;
			color: #635555;
			background: #f1f1f1;
			text-align: center;
		}
		.content-box{
			flex:1;
			margin-left: 22px;
		}
		/************search-pagination************/
.search-pagination{
	width: 100%;
	/*margin: 50px 0 100px;*/
	padding: 20px 20px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-pagination>span{
	margin-right: 20px;
	display: inline-block;
	cursor: pointer;
}
.search-pagination>span:last-child{
	margin-right: 0;
}
.search-prev{
	width: 10px;
	height: 26px;
	background: url(../img/zhejnews/prev.png) center no-repeat;
	background-size: 100%;
    vertical-align: middle;
}
.search-prev1{
	width: 10px;
	height: 26px;
	background: url(../img/zhejnews/prev1.png) center no-repeat; !important
	background-size: 100%;
    vertical-align: middle;
}
.search-next{
	width: 10px;
	height: 26px;
	background: url(../img/zhejnews/next.png) center no-repeat;
	background-size: 100%;
	vertical-align: middle;
}
.search-next1{
	width: 10px;
	height: 26px;
	background: url(../img/zhejnews/next1.png) center no-repeat;!important
	background-size: 100%;
	vertical-align: middle;
}
.search-num{
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 26px;
	font-size: 16px;
}
.search-num:hover{
	color: #fff;
	background: #2A90EF;
}
.search-num-active{
	color: #fff;
	background: #2A90EF;
}
/*政策公告*/
.qyzt-container{
	height: 726px;
}
.qyzt-bar{
	height: 202px;
	margin-bottom: 40px;
}

.qyzt-bar-img{
	display: block;
	float: left;
    width: 332px;
    height: 202px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 40px;
    /*border: 1px solid #d4d4d4;*/
}
.qyzt-bar-img img
{
	 width: 332px;
    height: 202px;
}
@media screen and (max-width: 1200px){
	.qyzt-bar-img{
		width: 332px;
	}
	.qyzt-bar-img img{
		width: 332px;
		height: 202px;
	}
}
@media screen and (max-width: 1100px){
	.qyzt-bar-img{
		width: 320px;
	}
	.qyzt-bar-img img{
		width: 320px;
		height: 194px;
	}
}
@media screen and (max-width: 1020px){
	.qyzt-bar-img{
		width: 290px;
	}
	.qyzt-bar-img img{
		width: 290px;
		height: 176px;
	}
}
@media screen and (max-width: 935px){
	.qyzt-bar-img{
		width: 265px;
	}
	.qyzt-bar-img img{
		width: 265px;
		height: 160px;
	}
}
@media screen and (max-width: 865px){
	.qyzt-bar-img{
		width: 240px;
	}
	.qyzt-bar-img img{
		width: 240px;
		height: 145px;
	}
}
@media screen and (max-width: 790px){
	.qyzt-bar-img{
		width: 220px;
	}
	.qyzt-bar-img img{
		width: 220px;
		height: 133px;
	}
}
@media screen and (max-width: 735px){
	.qyzt-bar-img{
		width: 200px;
	}
	.qyzt-bar-img img{
		width: 200px;
		height: 121px;
	}
}


.qyzt-bar-title {
	height: 28px;
	line-height: 28px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #3a3f5c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}
.qyzt-bar-content {
    height: 100px;
    line-height: 25px;
    font-size: 16px;
    color: #707070;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 30px;
}
.qyzt-rightbox{
	padding: 14px 0;
}
#lhzx-box{
	height: 408px;
}