.headline{
    font-size: 24px;
    padding: 10px 13px;
}
/*导航*/
.breadcrumbnav{
    font-size: 14px;
    color: #666;
}
.breadcrumbnav a{
    padding: 0 6px 0 2px;
}
/*资讯列表*/
.newsbox .newslist{
    padding: 15px 0 15px 15px;
}
.newsbox .newspic img{
    width: 170px;
    height: 125px;
}
.newsbox .newspic, 
.newsbox .newscon{
    display: inline-block;
    vertical-align: top;
}
.newsbox .newscon{
    width: 70%;
    font-size: 16px;
    padding: 3px 15px;
}
.newsbox .newscon .cont{
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsbox .newscon .condes{
    height: 46px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 8px 0 10px 0;
}
.newsbox .condetails a{
    border-radius: 20px;
    padding: 5px 20px;
}
.newsbox .newscon .date{
    color: #888;
    padding-left: 25px;
    background: url(/uploads/image/sdpsimg/date_muying.jpg) left no-repeat;
}

