.newslist{
    margin-top: 15px;
}

.newstitle{
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
}

.newstitle a{
    color: #2B384E;
}

.newstype{
    margin-top: 5px;
    font-size: 13px;
    color: #666;
    height: 20px;
    line-height: 20px;
}

.newstype a{
    color: #666;
}

.newstype span{
    margin-left: 30px;
}

.newsabstract{
    margin-top: 5px;
    font-size: 14px;
    color: #576688;
    line-height: 25px;
}

.newsseperator{
    margin-right: 15px;
    height: 1px;
    border-bottom: 1px dotted #E7B345;
    margin-top: 15px;
}

.paging{
    margin-top: 10px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    line-height: 32px;
    height: 32px;
}

.paging a{
    border: 1px solid #E7B345;
    padding: 3px;
    color: #2B384E;
}
