.news_content{
    margin-bottom: 70px;
}
.newtitle{
    border-bottom: 1px solid #dbdbdb;
    padding-left: 40px;
}
.newtitle h3{
    font-size: 22px;
    color:#666;
}
.newtitle span
{font-size: 12px;
    color: #999;
    line-height: 45px;
}
.newfont{
    font-size: 14px;
    color: #808080;
    line-height: 32px;
    
    padding: 40px 20px 70px 40px;
}
.newnext{
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 20px;

}
.newnext li{
    margin-bottom: 22px;
    color: #666666;
    font-size: 14px;
    padding-left: 40px;
}

.newnext img{
float: left;
}
.newnext p{
    float: left;
    width: 247px;
    overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}


@media screen and (max-width:1200px){
    .newtitle{
        padding-left: 0;
    }
    .newfont{
        padding: 20px 0;
    }
    .newnext li{
        padding-left: 0;
    }
    .news_content{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:640px){
    .newnext li{
        margin-bottom: 15px;
    }
    .newnext img{
        width: 25px;
    }
    .newtitle h3{
        font-size: 20px;
    }
}