/*新闻公告*/

.news{
    min-height: 131px;}
.news ul{
    padding-right: 20px;
}
.news ul li{
    overflow: hidden;
    padding-left: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    background-image: url("../images/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:#e60505;
}

.news ul li span{
    color: #777979;
    float: right;
}

.page{
    padding-top: 30px;
    float: right;
    padding-right: 20px;
}
.page span,.page a{
box-sizing: content-box;
}

/*新闻列表 正文*/
.news .title{
    margin-bottom: 20px;
}
.news .title h1,.news .title h2{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.news .title h2{
    font-size:18px;
    line-height: 30px;
    color: #4a4a4a;
}
.news .title p{
    text-align: center;
    line-height: 36px;
}
.news .text{
    padding: 0 20px;
    word-break: break-word;
}

