@charset "utf-8";
/* CSS Document */
.contentlist{
margin-top: 10px;
    margin-bottom: 40px;
}
.contentlist li{border-bottom:1px #ccc solid;}
.contentlist a{
    color: #2d2d2d;
    font-size: 14px;
    line-height: 34px;
    font-weight: bolder;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.contentlist a:hover{color:#273f99;}
.subnews_right .contentlist span{float:right;color: #999;font-size: 10px;margin-top:6px;}
.contentlist .circle{width:5px;height: 5px;border-radius: 5px;background: #273f99;float:left;margin-right: 10px;margin-top: 10px;}