.news_layout{
	background: #F9F9F9;
}
.news_layout.views{
	background: #fff;
}
.news_layout .page_html{
	padding: 40px 0;
	padding-bottom: 100px;
	min-height: 800px;
}
.news_layout .filters{
	text-align: right;
	padding: 30px 0;
}
.news_layout .filters select{
	width: auto;
	display: inline-block;
}
.news_layout .news_lists{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.news_layout .news_lists .news_rows{
	width: 25%;
	padding: 15px;
	position: relative;
}
.news_layout .news_lists .news_rows .img{
	height: 242px;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 15px;
}
.news_layout .news_lists .news_rows .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.news_layout .news_lists .news_rows:hover .img > img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.news_layout .news_lists .news_rows .date{
	font-size: 13px;
	color: #B42124;
	font-weight: 500;
}
.news_layout .news_lists .news_rows .name{
	display: block;
	padding: 10px 0;
	text-decoration: none;
	font-size: 18px;
	color: #194769;
}
.news_layout .news_lists .news_rows .share_icon > ul{
	position: absolute;
	top : 25px;
	right: 25px;
	opacity: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.news_layout .news_lists .news_rows:hover .share_icon > ul{
	opacity: 1;
}
.new_view > h1{
	font-size: 32px;
	color: #222;
}
.new_view > .date{
	color: #62686A;
	font-size: 14px;
}
.new_view .new_html{
	display: flex;
	flex-direction: row;
	padding-top: 30px;
}
.new_view .new_html .img{
	padding-right: 30px;
	min-width: 40%;
}
.new_view .new_html .img > img{
	width: 100%;
}
.new_view .new_html .info{
	width: 100%;
}
.new_view .new_html .info .share{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}
.new_view .new_html .info .share .share_icon > ul{
	margin-left: 15px;
}
.new_view .new_html .info .share .share_icon > ul > li{
	display: inline-block;
}
.new_view hr{
	border-style: dashed;
}
ul.new_cate{
	border-bottom: 1px dashed #BBBBBB;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
ul.new_cate > li{
	margin-right: 15px;
}
ul.new_cate > li > a{
	border: 1.25px solid #E5E5E5;
	border-radius: 24px;
	color: #222;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
ul.new_cate > li > a:hover{
	background: #E5E5E5;
}
ul.new_cate > li > a.active{
	background: #B42124;
	color: #fff;
	border-color: #B42124;
}

ul.news_fx_layout{
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
}
ul.news_fx_layout > li{
	width: 66.66%;
	padding: 15px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
ul.news_fx_layout > li:hover{
	filter: drop-shadow(0px 5px 24px rgba(0, 0, 0, 0.16));
	-webkit-transform: translateY(-15px);
	   -moz-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	     -o-transform: translateY(-15px);
	        transform: translateY(-15px);
}
ul.news_fx_layout > li .nf{
	display: flex;
	flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 50px;
    background: #fff;
}
ul.news_fx_layout > li .nf > .img,
ul.news_fx_layout > li .nf > .info{
	height: 420px;
	min-width: 464px;
}
ul.news_fx_layout > li .nf > .info{
	padding: 15px 20px;
}
ul.news_fx_layout > li .nf > .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.news_fx_layout > li:nth-child(2),
ul.news_fx_layout > li:nth-child(3),
ul.news_fx_layout > li:nth-child(6){
	width: 33.33%;
}
ul.news_fx_layout > li:nth-child(2) .img,
ul.news_fx_layout > li:nth-child(3) .img,
ul.news_fx_layout > li:nth-child(6) .img{
	display: none;
}
ul.news_fx_layout > li:nth-child(4) .nf{
	flex-direction: row-reverse;
}
ul.news_fx_layout > li .nf > .info{
	position: relative;
}
.new_view .mname,
ul.news_fx_layout > li .nf > .info .mname{
	color: #226699;
	margin-bottom: 15px;
	text-decoration: none;
	display: block;
}
ul.news_fx_layout > li .nf > .info .name{
	font-size: 24px;
	color: #222;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
}
ul.news_fx_layout > li .nf > .info .date{
	font-size: 14px;
	color: #62686A;
	margin-bottom: 15px;
}
ul.news_fx_layout > li .nf > .info p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
}
.new_view a.back{
	margin-top : 15px;
	padding-left: 15px;
	background: url('../image/i-news-prev.svg') left center no-repeat;
	display: block;
	color: #62686A;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.new_view a.back:hover{
	color: #D80C10;
	padding-left: 20px;
}
ul.news_fx_layout > li.datanotfound{
	width: 100%;
	text-align: center;
	font-size: 34px;
	padding: 100px 0;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}
@media (max-width: 1550px) {
	ul.news_fx_layout > li .nf > .info{
		min-width: inherit;
		width: 100%;
	}
	ul.news_fx_layout > li .nf > .img{
		min-width: 350px;
	}
	ul.news_fx_layout > li .nf > .info .name{
		font-size: 20px;
	}
	ul.news_fx_layout > li .nf > .img, ul.news_fx_layout > li .nf > .info{
		height: 320px;
	}
	ul.news_fx_layout > li .nf{
		margin-bottom: 0;
	}
}
@media (max-width: 1199px) {
	ul.news_fx_layout > li .nf > .img{
		min-width: 250px;
	}
	ul.news_fx_layout > li .nf > .img, ul.news_fx_layout > li .nf > .info{
		height: 250px;
	}
	ul.news_fx_layout > li .nf > .info .name{
		font-size: 16px;
	}
	.new_view > h1{
		font-size: 24px;
	}
	.new_view .new_html{
		padding-top: 15px;
	}
}
@media (max-width: 1023px) {

}
@media (max-width: 991px) {
	ul.news_fx_layout{
		margin :  0 -5px;
	}
	ul.news_fx_layout > li{
		padding: 5px;
	}
	ul.news_fx_layout > li .nf > .img{
		min-width: 200px
	}
}
@media (max-width: 767px) {
	.news_layout .page_html{
		padding-top: 20px;
		min-height: 0;
	}
	ul.news_fx_layout{
		margin: 0;
	}
	ul.news_fx_layout > li:nth-child(2), ul.news_fx_layout > li:nth-child(3), ul.news_fx_layout > li:nth-child(6),
	ul.news_fx_layout > li{
		padding: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	ul.news_fx_layout > li:nth-child(2) .img, ul.news_fx_layout > li:nth-child(3) .img, ul.news_fx_layout > li:nth-child(6) .img{
		display: block;
	}
	ul.news_fx_layout > li:nth-child(4) .nf{
		flex-direction: inherit;
	}
	ul.news_fx_layout > li .nf > .img, ul.news_fx_layout > li .nf > .info{
		height: auto;
	}
	ul.news_fx_layout > li .nf > .img{
		min-width: 150px;
		width: 150px;
	}
	ul.news_fx_layout > li .nf > .info p{
		position: inherit;
		padding: 0;
		font-size: 14px;
	}
	ul.news_fx_layout > li:hover{
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
	}
	.news_layout .page_html{
		padding-bottom: 15px;
	}
	.new_view .new_html{
		display: block;
		padding-top: 0;
	}
	.new_view .new_html .img{
		padding-right: 0;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {

}