.clearfix::after,  
	.clearfix::before {  
	    content: "";  
	    display: table;  
	}  	  
	.clearfix::after {  
	    clear: both;  
	}
	.zxftbox{
		width: 100%;
	}
	.zxftleft{
		width:68%;float: left;
	}
	.zxftlefttop{
		float:left;margin-right: 10px;
	}
	.zxftlefttext a{
		font-size:22px;
	}
	.zxftlefttext>p{
		font-size: 16px; margin-top: 10px;text-align: justify;max-height: 150px;overflow: hidden;
	}
	.zxftlefttext>div{
		font-size: 16px;
		color: #999;
		/* margin-top: 20px; */
		/* display: inline-block; */
		}
	.zxftright{
		width: 30%;float: right; background: #f5faff;
	}
	.zxftright>div{
		padding: 0 20px 15px;margin-top: 20px;
	}
	.zxftrighttop>h5{
		font-size: 18px;float: left;color: #1658a0;padding-left: 40px;background: url(/dtszf/xhtml/images/bqft20241102001.png) no-repeat left center;
	}
	.zxftrighttop>span{
		float: right;color: #999;font-size: 14px;
	}
	.zxftrightbottom>h5{
		font-size: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-top: 15px;
	}
	.zxftrightbottom>h5>a{
		color:#000;font-size: 18px;
	}
	.zxftrightbottom>p{
		font-size: 14px;margin-top: 5px;line-height: 26px;text-align: justify;
	}
	.jbq{
		font-size: 14px;color: #999;margin-top: 15px;margin-right: -15px;
	}
	.img4box{
		width:100%;
	}
	.img4box ul{
		list-style-type: none; margin: 0px; padding: 0px;
	}
	.img4box ul li{
		width: 23%; float: left;padding: 10px;
	}
	.img4box ul li a{
		display: block;background-color: #f9f9f9;margin-right: 27px;padding-bottom: 12px;transition: .3s all;
	}
	.img4box ul li a h3{
		margin-top: 10px;line-height: 28px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-weight: normal;
	}
	.img4box ul li a p{
		color: #999999;line-height: 24px;
	}
	 
	@media  (max-width: 768px) {  
	    
		.img4box ul li{
			width: 98%;
		}
		.zxftleft{
			width:98%;
		}
		.zxftright{
			width: 98%;
		}
		.zxftlefttop{
			float:none;
			text-align: center;
		}
	}  