.news{
    width: 1344px;
    margin: 100px auto;
}
.news .warp .item{
    width: 100%;
    background: #F8F9FB;
    overflow: hidden;
    margin-bottom: 35px;
    display: block;
}
.news .warp .item .center{
    width: 90%;
    margin: 30px auto;
}
.news .warp .item .center .time{
    display: flex;
    align-items: center;
}
.news .warp .item .center .time svg{
    width: 20px;
    margin-right: 15px;
    fill: #909090;
}
.news .warp .item .center .time p{
    color: #909090;
    margin-right: 10px;
}
.news .warp .item .center span{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 15px 0;
    display: block;
}
.news .warp .item .center p{
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.page{
    width: 1344px;
    margin: 100px auto;
}
.page .title{
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}
.page .title span{
    font-size: 24px;
    color: #333;
    margin-bottom: 40px;
}
span{
    display: block;
}
.page .time{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page .time svg{
    width: 20px;
    margin-right: 15px;
    fill: #909090;
}
.page .time p{
    color: #909090;
}
.page .content{
    margin-top: 40px;
}
.page .content p{
    line-height: 2;
    color: #030303;
    font-size: 18px;
}
.page .content p