.img_hz{
	width: 40%;
	height: 100%;
	text-align:  center;


}
.gw_hz{
		display: flex;
	flex-wrap: wrap;
}
.gw_item{
	display: flex;
	width: 48%;
	height: 176px;
	margin-bottom: 30px;
}
.right{
	width: 60%;
	padding-left: 20px;
}
.img_hz img{
	display: block;
	margin: 0 auto;
	height: 100%;
	width: auto;

}
.rig_tit{
	font-size: 26px;
	padding-bottom: 20px;
}
.rig_des{
	font-size: 16px;
	height: 81px;
	overflow: hidden;
	line-height: 25px;
}
.rig_bt{
	padding: 20px 0;
	text-align: right;
}
.rig_bt a{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px;
	color: #fff;
	background: #6F6F6F;
}
.gw_item:nth-child(2n){
	margin-left: 30px;
}

@media screen and (max-width: 600px) {
    .img_hz{
	width: 40%;
	height: 100%;


}
.gw_hz{
		display: block;
}
.gw_item{
	display: flex;
	width: 100%;
	height: 176px;
	margin-bottom: 30px;
}
.right{
	width: 60%;
	padding-left: 20px;
}
.rig_tit{
	font-size: 26px;
	padding-bottom: 20px;
}
.rig_des{
	font-size: 16px;
	height: 81px;
	overflow: hidden;
	line-height: 25px;
}
.rig_bt{
	padding: 20px 0;
	text-align: center;
	display: flex;
	justify-content: space-around;
}
.rig_bt a{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px;
	color: #fff;
	background: #f00;
}
.gw_item:nth-child(2n){
	margin-left: 0;
}
}
