.xrxld{
    display: flex;
    justify-content: space-between;
}
.xrxld .left,.xrxld .right{
    width: 48%;
}
.xrxld ul li{width:100%;}
.xrxld ul li a{
    margin-bottom: 50px;
    display: flex;
    background: #f2f2f2;
    padding: 25px;
    box-sizing: border-box;
    width: 100%;
}

.xrxld ul li a .img{
    position: relative;
    overflow: hidden;
    width: 150px;
}
.xrxld ul li a .img  .img_hezi{
    padding-bottom: 120%;
    transition: .5s;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.xrxld ul li a:hover .img  .img_hezi{transform: scale(1.08);}
.xrxld ul li a .txt{
    width: calc(100% - 180px);
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
}
.xrxld ul li a .txt .name{
    font-size: 22px;
    color: #333;
    /* width: 100%; */
}
.xrxld ul li a .txt .zc{
    color: #609;
    /* width: 100%; */
}
@media screen and (max-width: 1199px) {
    .xrxld ul li a{padding: 20px;}
    .xrxld ul li a .img{
        width:120px;
    }
    .xrxld ul li a .txt{
        width:calc(100% - 130px);
    }
}
@media screen and (max-width: 768px) {
.xrxld ul li a .txt {
    flex-direction:column;
    text-align: left;
}
.xrxld ul li a .txt>div{
    width:100%;
    display:block;
}
 .xrxld ul li a{justify-content: space-between;align-items: center;}

}
@media screen and (max-width: 600px) {
.xrxld{
   flex-direction: column;
}
.xrxld .left,.xrxld .right{
    width: 100%;
}
 .xrxld ul li a{
    margin-bottom:25px;
}
}