/*新闻列表*/
.news_list dl{
    overflow: hidden;
    padding:15px 0;
    border-bottom: 1px solid #dddddd;
}
.news_list .col-md-12:first-child dl{
    padding-top: 0;
}

.news_list .txt dl{
    margin-top: 0;
    font-size: 16px;
}
.news_list dl dt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 15px;
}
.news_list dl dt a{
    color: #000000;
}
.news_list dl dt a:hover{
    color: #02529f;
}

.news_list dl dd{
    overflow: hidden;
}
.news_list dl dd .img{
    width: 200px;
    height: 120px;
    overflow: hidden;
    float: left;
}
.news_list dl dd .img img{
    height: 100%;
    width: 100%;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.news_list .col-md-12 .img a:hover img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.news_list dl dd .img .mr{
    display: none;
}


.news_list dl dd .txt{
    width: calc(100% - 230px);
    float: right;
}

.news_list dl dd .txt p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 10px;
}
.news_list dl dd .txt span{
    color: #999999;
    margin-top: 10px;
    display: block;
    background: url(../images/frame/time.jpg) no-repeat left center;
    padding-left: 25px;
    box-sizing: border-box;
}

/*文字列表*/
.text_list .col-md-12{
    margin-bottom: 20px;
    overflow: hidden;
}
.text_list .col-md-12 h5{
    font-size: 16px;
    max-width: 75%;
    margin: 0;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_list .col-md-12 h5 a{
    color: #333333;
}
.text_list .col-md-12 h5 a:hover{
    color: #02529f;
}
.text_list .col-md-12 span{
    float: right;
    font-size: 14px;
    color: #999999;
}



/*文章正文*/
.article .title{
    text-align: center;
    font-size: 24px;
    color: #000000;
}
.article .tit{
    margin: 20px auto;
    text-align: center;
    color: #666666;
}
.article .text,.article .text p,.article .text span{
    font-family: "微软雅黑"!important;
    font-size: 16px!important;
    line-height: 30px!important;
}


/*分页*/
.pages{
    margin-top: 30px;
}
.pages div{
    line-height: 30px;
    color: #000000;
}
.pages div a{
    color: #333333;
}
.pages div a:hover{
    color: #02529f;
}


/*手机适配*/
@media (max-width:758px) {
    /*新闻列表*/
    .news_list dl dd .txt {
        width: calc(100% - 215px);
        float: right;
    }
/*文章正文*/
.article .text,.article .text p,.article .text span{
    
    font-size: 14px!important;
   
}


}