/*图文列表*/
.news dl{
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}
.news dl dt{
    width: 200px;
    height: 150px;
    float: left;
}
.news dl dt img{
    width: 100%;
    height: 100%;
}
.news dl dd{
    width: calc(100% - 230px);
    float: right;
    height: 150px;
    overflow: hidden;
}
.news dl dd h4{
    line-height: 30px;
    font-size: 16px;
}
.news dl dd span{
    line-height: 24px;
    color: #666666;
    margin: 10px 0;
    display: block;
}
.news dl dd p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
}
.news dl dd .more{
    color: #666666;
}
.news dl dd .more:hover{
    color: #02529f;
}


/*文章正文*/
.news .text{
    word-break: break-all;
}
.news .text .bt{
    text-align: center;color: #666;
}
.news .text .bt h1{
    font-size: 26px;
    margin-bottom: 20px;
}
.news .text .tet{
    padding: 20px 0;
    min-height: 500px;
}
.news .text .page div{
    line-height: 30px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
}
.news .text .page div span{
    display: table;
    float: left;
    text-align: right;
    width: 100px;
}
.news .text .page div a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
    color: #666;
}
.news .text .page div a:hover{
    color:#02529f;
}

























