.zspg_banner,
.zspg_banner img{
    width: 100%;
    height:  120px   ;
}
.zspg_banner{
    margin: 10px 0;
}
.zspg_items_box{
    width: 100%;
}
.zspg_item:hover{
    cursor: pointer;
    box-shadow:  0 0 6px #d0e7ff;
}

.zspg_item{
    transition: 0.2s;
    height: 160px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.zspg_img,
.zspg_img img{
    width: 240px;
	height: 126px;
}
.zspg_img{
    margin-left: 20px;
}
.zspg_text{
    flex: 1;
    margin:0 35px;

}
/*.zspg_text:hover .zspg_text h4,*/
/*.zspg_text:hover .zspg_text p{*/
/*    color: ;*/
/*}*/

.zspg_text h4{
    font-size: 18px;
	font-weight: 600;
	color: #333333;
    transition: 0.2s;
}
.zspg_text p{
   font-size: 14px;
	color: #666666;
    margin-top: 20px;
       transition: 0.2s;
}
.btns:hover{
    opacity: 0.8;
}
.btns{
    transition: 0.2s;
    width: 140px;
	line-height: 36px;
	background-color: #337bf0;
	border-radius: 18px;
    font-size: 14px;
	color: #ffffff;
    text-align: center;
    margin-right: 20px;
}