.newstitle{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #999;
    text-indent: 25px;
    background:url(../images/home.png) left center no-repeat;
}
.newstitle p{
    line-height: 35px;
    font-size: 16px;
    color: #666;
}

.newscon{
    border-top: 3px solid #26afcc;
    margin: 10px auto;
    background-color: #fff;
    padding: 0 0 10px 0;
}
.newsper{
    width: 95%;
    margin: 0 auto;
    padding: 15px 0;
    
}
.newstit{
    width: 100%;
}
.newstit p{
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color:#333;
}
.newscontent{
    width: 100%;
    border-bottom: 1px dashed #999;
    padding:20px 0;
}
.newscontent p{
    line-height: 30px;
    font-size: 14px;
    color:#333;
}
.newstime{
    width: 100%;
    height: 30px;
    text-align: left;
}
.newstime p{
    line-height: 40px;
    font-size: 14px;
    color: #999;
}
