/*新闻公告*/
.news ul{
    padding-right: 20px;
}
.news ul li{
    overflow: hidden;
    padding-left: 20px;
    line-height: 20px;
    padding-top:10px;
    padding-bottom: 10px;
    background-image: url("../images/news/xwlb.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.news ul li a{
    float: left;
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #494a4a;
}
.news ul li a:hover{
    color: #2a74c4;
}
.news ul li span{
    color: #777979;
    float: right;
}
.news .br{
    border-bottom: 1px dashed #c7c9c9;
    margin: 20px 0;
}
/*新闻列表 正文*/
.news .title{
    margin-bottom: 20px;
}
.news .title h1{
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    color: #515151;
}
.news .title p{
    text-align: right;
    line-height: 36px;color: #2a74c4;
}
.news .title p span{
    color: #515151;
}
.news .text{
    padding:20px 0;
}

.news .page div{
    line-height: 30px;
    color: #0055aa;
}
.news .page div a{
    color: #666;
}
.news .page div a:hover{
    color: #2a74c4;
}





