.newbanner-icon {
	width: 100%;
	height: 140px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
}

.newbanner-iconitem {
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	text-align: left;
}

.newbanner-icon img {
	display: inline-block;
	height: 140px;
}
.news-box{
	width: 100%;
	padding: 50px 0;
}
.news_item {
    /* overflow: hidden; */
    transition: all .5s;
	margin-bottom: 40px;
	
	
	
}
.newsitem_img {
    width: 100%;
    padding: 0;
	overflow: hidden;
}
.newsitem_img img {
	width: 100%;
	transition: all .5s;
	max-height: 200px;
}

.newsitem_con{
	width: 100%;
	padding: 0 16px;
	-webkit-box-shadow: 1px 1px 5px 1px rgb(191 191 191 / 51%), 0 2px 4px -1px rgba(0,0,0,0.06);
	box-shadow: 1px 1px 5px 1px rgb(191 191 191 / 51%), 0 2px 4px -1px rgba(0,0,0,0.06);
	padding-bottom: 6px;
	
}
.newsitem_tit{
	font-size: 18px;
	font-weight: bold;
	color: #383735;
	/* margin: 20px 0; */
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsitem_metas{
	color: #717171;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.newsitem_time{
	margin: 10px 0;
	color: #717171;
	font-size: 16px;
}
.newsitem_time img{
	display: inline-block;
}
.more-line{
	margin-left: 10px;
}
.more-hua{
	animation: finger infinite 2s;
	margin-left: -6px;
}
@keyframes finger {

    0% {
        transform: translate(-5px)
    }
 
    25% {
        transform: translate(5px)
    }

    50% {
        transform: translate(-5px)
    } 
    75% {
        transform: translate(5px)
    }
    100% {
        transform: translate(-5px)
    }

}
.news_item:hover .newsitem_img img{
	transform: scale(1.05, 1.05);
}

.news_item:hover .newsitem_tit{
	color: #0e6eb8;
}
.newslistbox{
	width: 100%;
	border-top: 1px solid #cacaca;
	padding: 50px 0;
}
.cl{
	clear: both;
}
.newslist{
	overflow: hidden;
	transition: all .5s;
	padding: 20px 10px;
	position: relative;
	-webkit-box-shadow: 3px 2px 6px 2px rgb(163 161 161 / 53%), 3px 3px 4px -1px rgba(0,0,0,0.06);
	box-shadow: 3px 2px 6px 2px rgb(163 161 161 / 53%), 3px 3px 4px -1px rgba(0,0,0,0.06);
}
.newslist:hover{
	-webkit-box-shadow: 3px 2px 6px 2px rgb(163 161 161 / 53%), 3px 3px 4px -1px rgba(0,0,0,0.06);
	box-shadow: 3px 2px 6px 2px rgb(163 161 161 / 53%), 3px 3px 4px -1px rgba(0,0,0,0.06);
}
.newslist_img {
	padding: 0;
	overflow: hidden;
}

.newslist_img img {
	width: 100%;
	height: 160px;
	transition: all .5s;
}

.newslist:hover .newslist_img img {
	transform: scale(1.05, 1.05);
}
.newslist_item {
    padding: 0 0 0 30px;
}
.newslist_title {
	font-size: 18px;
	    font-weight: bold;
	    color: #383735;
	    /* margin: 20px 0; */
	    height: 40px;
	    line-height: 40px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
}
.newslist_metas{
	/* margin: 10px 0; */
	line-height: 30px;
	height: 30px;
	    color: #717171;
	    font-size: 16px;
	}
.newslist_des{
	color: #717171;
	    font-size: 14px;
	    line-height: 24px;
	    height: 72px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
}
.newslist_des p{
    margin: 0;
}
.newslist-out{
	padding: 20px;
}


.newslist:hover .newslist_title{
	color: #0e6eb8;
}
/* 分页 */
.pager{
	margin-bottom: 40px;
}
.pager .pagination {
	margin: 0;
	padding: 0 10px;
	border: 2px solid;
	  border-image-source: linear-gradient(to right, #0e6eb8, #dbdb2f);
	  border-image-slice: 1;
}

.pager .pager {
	margin: 0;
}

.pager li {
	/* margin: 0 .4em; */
	display: inline-block;
	
}
.pager li > a, .pager li > span{
	border: none;
}
.pager li:first-child>a,
.pager li:last-child>a,
.pager li:first-child>span,
.pager li:last-child>span {
	    border: none;
	    padding: 0;
	    margin: 0;
	    background-color: #fff;
	    color: #0e6eb8;
	    line-height: 30px;font-size: 28px;
}

.pager li>a,
.pager li>span {
	/* background: none; */
	/* border: 1px solid #1b1b1b; */
	/* border-radius: 0.25em; */
	/* padding: .5em .93em; */
	font-size: 14px;
	background-color: #fff;
	padding: 0 6px;
	line-height: 30px;
	border-radius: 0;font-size: 20px;
}
.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
    z-index: 2;
    color: #0e6eb8;
	background-color: #fff;
   /* background-color: #eeeeee;
    border-color: #eeeeee; */
	font-weight: bold;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #0e6eb8;
	background-color: #fff;
	border: none;
	cursor: default;
}
/* 新闻详情 */
.article-metas{
	padding: 60px 20px;
	
}
.article-title{
	color: #717171;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
.metas-body{
	color: #717171;
	margin: 0px auto;
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 2px solid;
	border-image-source: linear-gradient(to right, #f4ef11, #106eb8);
	border-image-slice: 1;
}
.metas-body span{
	margin-right: 20px;
}

.article-text{
	padding-bottom: 60px;rgin-bottom: 30px;
	border-bottom: 2px solid;
	border-image-source: linear-gradient(to right, #f4ef11, #106eb8);
	border-image-slice: 1;
}
.entry-meta {
	width: 100%;
	padding: 40px 0;
}

.entry-meta ul {
	overflow: hidden;
	text-align: center;
}

.entry-meta ul li {
	display: inline-block;
	line-height: 26px;
	color: #717171;
	font-size: 16px;
}
	
.entry-meta ul li span{
	font-family: "Microsoft YaHei";
}
.entry-meta ul li a {
	color: #717171;
	font-family: "Microsoft YaHei";
	transition: all .5s;
}
.back{
	padding: 4px 12px;
	border: 2px solid;
	border-image-source: linear-gradient(135deg, #106eb8, #f4ef11);
	border-image-slice: 1;
}
.back>a:hover{
	text-decoration: none;
}
.entry-meta ul li:first-child {
	float: left;
}
.entry-meta ul li:last-child {
	float: right;
}
.entry-meta ul li a:hover{
	text-decoration: none;
	color: #0e6eb8;
}

@media only screen and (max-width: 992px) {
	.newbanner-icon {
		width: 100%;
		height: 80px;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 0;
	}

	.newbanner-iconitem {
		width: 100%;
		height: 80px;
		margin: 0 auto;
		text-align: center;
	}

	.newbanner-icon img {
		display: inline-block;
		height: 80px;
	}
	.news-box{
		padding: 20px 0;
	}
	.news_item{
		margin-bottom: 10px;
	}
	.newslistbox{
		padding: 20px 0;
	}
	.newslist_img img{
		height: auto;
	}
	.newslist_item{
		padding: 0;
	}
	.newslist-out{
		padding: 10px;
	}
	.pager {
	    margin-bottom: 20px;
	}
	.article-metas{
		padding: 20px;
	}
	.entry-meta{
		padding: 10px 0;
	}
	.entry-meta ul li{
		margin-bottom: 10px;
	}
}
