.page {margin: 20px 0px; text-align: center; width:100%;}  
.page span {padding: 0px 10px; border-radius: 2px; height: 28px; line-height: 28px; margin-right: 6px; display: inline-block; transition-duration: 0.2s; -webkit-border-radius: 2px; -moz-border-radius: 2px; -webkit-transition-duration: .2s; -moz-transition-duration: .2s;}
.page a {padding: 0px 10px; border-radius: 2px; height: 28px; line-height: 28px; margin-right: 6px; display: inline-block; transition-duration: 0.2s; -webkit-border-radius: 2px; -moz-border-radius: 2px; -webkit-transition-duration: .2s; -moz-transition-duration: .2s;}
.page a {border: 1px solid rgb(187, 187, 187); color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);}
.page a:hover {border: 1px solid rgb(234, 78, 3); color: rgb(234, 78, 3); text-decoration: none;}
.page .disabled {border: 1px solid rgb(204, 204, 204); color: rgb(153, 153, 153); background-color: rgb(252, 252, 252);}
.page .cur {background: rgb(234, 78, 3); border: 1px solid rgb(234, 78, 3); color: rgb(255, 255, 255);}
.page .hellip {padding: 0px;}
.page .total {color: rgb(136, 136, 136);}

.news-item {
    display: flex;
    padding: 20px 0;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}
.news-item .m-tit {
    font-size: 20px;
    font-weight: lighter;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 10px 0px 10px;
}
.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    min-height: 500px;
    background-color: #fff;
}
.news-item .m-cont {
    margin-left: 20px;
    margin-right: 20px;
    flex: 7;
}
.news-item .m-des {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    margin: 10px 0;
    height: 72px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.btn-more i {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ff6600;
    z-index: -1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.btn-more {
    display: inline-block;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    padding: 0 25px;
    border: 1px solid #dedede;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.news-item .m-pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    object-fit: cover;width:230px; height:150px;
}
.news-item:hover .btn-more i {
    width: 100%;
}

.news-item:hover .btn-more {
    color: #fff;
}

.news-item:hover .m-tit {
    color: #ff6600; max-height:150px;
}

.news-item:hover .m-pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	width:230px; height:150px;}

.news_li:hover {
    background-color: #f5f5f6;
    color: #ff6a00;width:230px; height:150px;
}

.news_li {
    font-size: 13px;
    color: #999999;
    font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif !important;
    padding: 0 20px;
    width: 100%;
}

.news_datano {
    color: #999999;
    width: 100%;
}
/*news-list end */