.newsdetails_wapper{
    width: 100%;
    background: #fff;
}
.newsdetails {
    background: #fff;
}
.newsdetails_top{
    text-align: center;
    border-bottom: 1px solid #ededed;
}
.newsdetails_top h2 {
    margin-top: 90px;
    font-size: 30px;
    color: #333333;
}
.newsdetails_top h3 {
    line-height: 76px;
    font-size: 14px;
    color: #999;
}
.newsdetails_center {
    margin-top: 68px;
}
.newsdetails_center img{
        max-width: 100%;
    height: auto;}
.newsdetails_center p {
    line-height: 26px;
    /*color: #666666;*/
    font-size: 16px;
}
.newsdetails_bottom{
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 106px;
    border-top: 1px solid #ededed;
}
.newsdetails_bottom div{
    margin-top: 28px;
}
.newsdetails_bottom div p {
    line-height: 32px;
    color: #999999;
    font-size: 16px;
}
.newsdetails_bottom button{
    margin-top: 28px;
    height: 60px;
    width: 210px;
    background: #3362d8;
    border-radius: 40px 40px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.details div button {
    position: absolute;
    display: block;
    bottom: 92px;
    right: 40px;
    width: 166px;
    height: 50px;
    
    background: #3362d8;
    color: #fff;
    line-height: 50px;
    
}