.platform{
    display: flex;
    height: 110px;
    margin: 50px 0px;
}
.workPlatform,
.sharePlatform{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    padding: 0px 20px;
}
.workPlatform{
    background: url(../images/leftBg.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}
.sharePlatform{
    background: url(../images/rightBg.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}
.img-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.img-content a,
.icon-youjiantou{
    color: #ffffff;
}
.img-content a:hover
{
    color: #ffffff !important;
}
.workPlatform .iconfont,
.sharePlatform .iconfont{
    font-size: 26px;
}
.LayoutItems{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.layout-item{
    width: 28%;
    border: 1px solid #E7EBE6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0px;
}
.img-title{
    font-size: 18px;
    color: #111111;
line-height: 26px;
text-align: left;
margin: 20px 20px 0px 20px;
}
.img-time{
    color: #888888;
line-height: 24px;
text-align: left;
margin: 20px ;
}