.xingg_con{
    padding: 85px 0 186px;
    background: #EFF3F6;
}
.xingg_box{
    display: flex;
    flex-wrap: wrap;
}
.xingg_ever{
 border-radius: 10px;
background: #FFF;
padding: 0 36px;
margin-right: 1.4%;
width: 32.4%;
margin-bottom: 20px;

}
.xingg_ever:nth-child(3n){
    margin-right: 0;
}
.xingg_everone{
    padding-top: 36px;
}
.xingg_evetwo{
    color: #333;
font-family: Microsoft YaHei;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
-webkit-line-clamp: 3;/*设置了最大显示行数为2行，超出的内容将被隐藏。*/
display: -webkit-box;/*声明将元素以flex盒子布局方式显示*/
-webkit-box-orient: vertical;/*设置了盒子的主轴方向为垂直方向*/
overflow: hidden;/*声明当内容溢出容器时进行隐藏。*/
text-overflow: ellipsis;/*声明当文本溢出容器时使用省略号表示*/
margin-top: 21px;
}
.xingg_evethree{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 36px;
    margin-top: 17px;
}
.xingg_evethreetime{
    color: #999;
font-family: Microsoft YaHei;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}

.xingg_evethreetimeright span{
    color: #666;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: 26px; /* 162.5% */
    padding-right: 13px;
    border-right: 1px solid #eee;
}
.xingg_evethreetimeright img{
    margin-left: 13px;
}
.xingg_evethreetimeright{
    display: flex;
    align-items: center;
}
@media (max-width:1058px){
    .xingg_ever{
        width: 49%;
    }
  
    .xingg_ever{
        margin-right: 1.4% ;
    }
    .xingg_ever:nth-child(3n){
        margin-right: 1.4% ;
     }
    .xingg_ever:nth-child(2n){
        margin-right: 0;
     }
}
@media (max-width:574px){
    .xingg_ever{
        width: 100%;
    }
    .xingg_ever{
       margin-right: 0;
    }
    
}
@media (max-width:767px){
    .xingg_con {
        padding: 30px 0 30px !important;
    }
}
