body{
    background: #fff;
    font-family: Microsoft YaHei;
}
.list {
    padding-bottom: 65px;
    margin-left: -12px;
    margin-right: -12px;
    overflow: hidden;
}
.article{
    background: #fff;
    padding:56px 0 55px 0 ;
}
.article .title{
    height: 34px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    width: 100%;
    text-align: center;
    margin-bottom: 36px;
}
.article .time{
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    width: 100%;
    text-align: center;
	line-height: 20px;
	margin-bottom: 20px;
}
.content .operate{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    padding: 0 0 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 50px;
}