.newslist{
    padding: 16px 0;
    border-bottom: 1px dotted rgb(178,178,178);
    overflow: hidden;
    height: 87px;}

.date {
    float: left;
    width: 58px;
    height: 49px;
    margin-top: 6px;}
.date .d {
    width: 63px;
    height: 30px;
    line-height: 30px;
    background: #003466;
    color: #fff;
    text-align: center;
    font-size: 18px;}
.date .ym {
    width: 63px;
    height: 32px;
    line-height: 32px;
    background: #eeeeee;
    font-size: 12px;
    text-align: center;
    color: #333;}
.new {
    float: right;
    width: 800px;
    height: 87px;
    overflow: hidden;}
.tit {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;}
.tit a {
    color: rgb(30,87,154);}
.new .jj {
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    color: rgb(102,102,102);
    font-size: 14px;
    margin: 6px 0 7px 0;}
.new .more {
    line-height: 20px;
    color: rgb(30,87,154);}

