.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;
    text-indent: 2em;
    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;
}
