#article{
    width: 100%;
    height:100%;
    background: #ffffff;
}
.banner{
    display: none;
    width:100%;
    overflow: hidden;
    position: relative;
    top:0px;
    left:0px;
}
#article .content{
    width: 100%;
    background: #ffffff;
    margin:80px auto;
}
.new{
    /* width: 100%; */
    background: #ffffff;
    margin:0 auto; 
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;   
}
.new .left{
    width: 940px;
    padding: 0 10px;
    background: #ffffff;
    margin:0 auto;  
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start; 
    padding-bottom: 80px;
}
.new .left>h3{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 44px;
    margin-top:25px;
    margin-bottom: 45px;
} 
.new .left .new-info{
    width: 100%;
    height: 22px;
    margin-bottom: 30px;

} 
.new .left .new-info>span{
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    margin-right: 35px;
} 
.new .left .new-text{
    width:100%;
    /* background: #ffffff; */
}
.new .left .new-text >h5{
    line-height: 30px;
    color: #878787;
    font-size: 20px;
    font-weight:400;
    padding: 30px 0px;
}
.new .left .new-text >p{
    line-height: 30px;
    color: #878787;
    font-size: 14px;
    text-indent:28px;
}
.new .left .new-text >img{
    display: block;
    width: 400px;
    height: 288px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
}
.new .right {
    display: none;
    width:340px;
    height: 1000px;
    background: #09c;
}

