.area_h2 {
	font-size: 1.2rem;
	padding-bottom: .8rem;
	margin-bottom: .8rem;
	border-bottom: 1px solid #eee;
}
.area_h2 span {
	color: #797979;
	float: right;
}

.area_h2 span a {
	margin-right: .5rem;
	margin-left: .5rem;
}

.area_h2 span a,
.area_h2 span a i {
	font-size: .9rem;
	color: #797979;
}
.lay-index-one{
	margin-top: .5rem;
	padding-left:0;
	padding-right:0;
}

.lay-banner{
	padding: 0 1.5rem;
	box-sizing: border-box;
}
.lay-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lay-banner .area_h2 strong{
	font-weight: normal;
}
.lay-banner>ul{
	margin-top: 1.5rem;
	flex-wrap:wrap;
	justify-content:space-between;
}
.lay-banner>ul li{
	width:49%;
	margin-bottom: 1rem;
	font-size: 1rem;
}
.lay-banner>ul li:first-child,.lay-banner>ul li:nth-child(2){
	font-weight:bold;
}
.lay-banner>ul li i{
	color: #dddddd;
	padding-right:.5rem;
}
.lay-banner>ul li:nth-last-child(2),.lay-banner>ul li:last-child{
	margin-bottom: 0;
}
.layui-carousel-ind ul{
	background-color: rgba(0,0,0,0);;
}
.lay-article{
	padding: 1rem;
	border: 1px solid #eee;
}
.lay-article ul{
	color: #999;
}
.lay-article ul li{
	overflow: hidden;
	font-size: .95rem;
	justify-content: space-between;
}
.lay-article ul li:not(:last-child){
	padding-bottom: .65rem;
	border-bottom: 1px dashed #eee;
	margin-bottom: .65rem;
}
.lay-article ul li:last-child{
	margin-bottom: 0;
}
.lay-article ul li a{
}
.lay-article ul a i{
	padding-right: .2rem;
	color: #dddddd;
	text-align: center;
}
.lay-hot-list{
	padding: 1rem;
	border: 1px solid #eee;
}
.lay-hot-list .area_h2{
	margin-bottom: 0;
}
.lay-hot-list .area_h2 font{
	color: #ff9660;
}
.lay-hot-list ul{
}
.lay-hot-list ul li{
	font-size: .95rem;
}
.lay-hot-list ul li:not(:last-child) {
    border-bottom: 1px #eee solid;
    margin-bottom: .45rem;
    line-height: 2.5rem;
}
.lay-hot-list ul li:first-child a:before{
	content: '1';
}
.lay-hot-list ul li:nth-child(2) a:before{
	content: '2';
}
.lay-hot-list ul li:nth-child(3) a:before{
	content: '3';
}
.lay-hot-list ul li:nth-child(4) a:before{
	content: '4';
}
.lay-hot-list ul li:nth-child(5) a:before{
	content: '5';
}
.lay-hot-list ul li:nth-child(6) a:before{
	content: '6';
}
.lay-hot-list ul li:nth-child(7) a:before{
	content: '7';
}
.lay-hot-list ul li:nth-child(8) a:before{
	content: '8';
}
.lay-hot-list ul li:nth-child(9) a:before{
	content: '9';
}
.lay-hot-list ul li a:before{
	display: inline-block;
	height: 1.2rem;
	line-height: 1.2rem;
	width: 1.2rem;
	color: #fff;
	text-align: center;
	background-color: #ccc;
	margin-right:.5rem
}
.lay-toutiao{
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.lay-toutiao-head{
	border-right: 1px solid #eee;
}
.lay-toutiao-head strong{
	font-size: 1.2rem;
	color: #318cf5;
	display: block;
	padding-bottom:.5rem;
	letter-spacing: .1rem;
}
.lay-toutiao-head span{
	background-color: #318cf5;
	color: #fff;
	padding: .2rem .3rem;
}
.lay-toutiao-list{
	padding-left: 1rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lay-toutiao-list a{
	width: 32%;
	font-size: .95rem;
}
.lay-toutiao-list a:nth-child(n+4){
	margin-top:.5rem;
}
.lay-toutiao-list a i {
    padding-right: .2rem;
    color: #dddddd;
    text-align: center;
}

.lay-index-title{
	width: 100%;
	border-bottom: 1px #dcdcdc solid;
	justify-content:center;
	position:relative;
	height: 3rem;
	margin-bottom: 3rem !important;
}
.lay-index-title>h2{
	align-items: center;
	padding: .8rem 1rem;
	margin:0;
	font-weight: normal;
	position: absolute;
	bottom: -1.8rem;
	background-color: #fff;
}
.lay-index-title>h2 a.typename{
	font-size: 1.8rem;
	color: #0c0c0c;
}
.lay-index-title>h2>i{
	font-style:normal;
	font-size: 1.8rem;
	color: rgb(155 157 163);
	padding-left: .5rem;
	padding-top: .2rem;
}
.lay-index-title>h2 a.more{
	display:block;
	font-size: .8rem;
	padding-left: 1.5rem;
}
.lay-index-title>h2 a.more,.lay-index-title>h2 a.more i{
	color: #318cf5;
}
.lay-index-two-l{
	flex-wrap: wrap;
	justify-content: space-between;
}
.lay-index-two-l dl{
	width: 48.5%;
}
.lay-index-two-l dl dt{
    overflow: hidden;
}
.lay-index-two-l dl dt img{
	display: block;
	object-fit: cover;
	width: 100%;
	transition: all 1s;
}
.lay-index-two-l dl dt img:hover{
	-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);
}
.lay-index-two-l dl dt,.lay-index-two-l dl dt img{
	height: 8.3rem;
}
.lay-index-two-l dl dt{
	margin-bottom: .5rem;
}
.lay-index-two-l dl dd a{
	font-size: .95rem;
}
.lay-index-two-l dl:first-child{
	width: 100%;
	position: relative;
	margin-bottom: 1rem;
}
.lay-index-two-l dl:first-child dt{
	margin-bottom: 0;
}
.lay-index-two-l dl:first-child dt,.lay-index-two-l dl:first-child dt img{
	height: 11rem;
}
.lay-index-two-l dl:first-child dd{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.lay-index-two-l dl:first-child dd a{
	padding: 0 .5rem;
	box-sizing: border-box;
	z-index: 1;
	position: absolute;
	line-height: 2rem;
	color: #fff;
}
.lay-index-two-l dl:first-child dd span{
	height: 2rem;
	width: 100%;
	display: block;
	opacity: .5;
	background-color: #757474;
}
.lay-index-two-c{
    padding: 0 1.5rem;
    box-sizing: border-box;
}
.lay-index-two-c ul li{
	margin-bottom: 1rem;
	font-size: 1rem;
}
.lay-index-two-c ul li:last-child{
	margin-bottom: 0;
}
.lay-index-two-c ul li:nth-child(5n+1){
	font-weight: bold;
}
.lay-index-two-c ul li:nth-child(6){
	margin-top: 2rem;
}
.lay-index-two-c ul li i,.lay-index-three-r li i,.lay-index-five ul li i,.lay-index-four-r ul li i {
    color: #dddddd;
    padding-right: .5rem;
}
.lay-index-two-r{
	background-color: #f8f8f8;
	padding: 1rem 1.3rem;
	box-sizing: border-box;
}
.lay-index-two-r .area_h2,.lay-index-three-r .area_h2{
	margin-bottom: 0;
	border-bottom: none;
}
.lay-index-two-r ul li,.lay-index-three-r li,.lay-index-five ul li,.lay-index-four-r ul li{
	margin-bottom: 1rem;
	font-size: .95rem;
}
.lay-index-two-r ul li:last-child,.lay-index-three-r li:last-child,.lay-index-five ul li:last-child,.lay-index-four-r ul li:last-child{
	margin-bottom: 0;
}
.lay-index-two-r ul li:first-child{
	justify-content: space-between;
}
.lay-index-two-r ul li:first-child a.pic{
	width: 45%;
	display: block;
	overflow:hidden;
}
.lay-index-two-r ul li:first-child a.pic,.lay-index-two-r ul li:first-child a.pic img {
    height: 5rem;
}
.lay-index-two-r ul li:first-child a.pic img{
	display: block;
	object-fit: cover;
	width: 100%;
	transition: all 1s;
}
.lay-index-two-r ul li:first-child a.pic img:hover{
	-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);
}
.lay-index-two-r ul li:first-child a.tit{
	width: 53%;
}
.lay-index-two-r ul li a i{
	font-weight: bold;
	font-size: 1.1rem;
	padding-right: .5rem;
	color: #ff9660;
}
.lay-index-two-r ul li:nth-child(n+3) a i{
	color: #928f8f;
}
.lay-index-three{
	margin-top: 1rem;
	box-sizing: border-box;
}
.lay-index-three-left{
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 2rem;
}
.lay-index-three-left dl{
	width: 24%;
	margin-bottom: 1rem;
}
.lay-index-three-left dl dt{
	overflow:hidden;
}
.lay-index-three-left dl dt,.lay-index-three-left dl dt img.lazy{
	height: 8.5rem;
}
.lay-index-three-left dl dt img.lazy{
	width: 100%;
	object-fit: cover;
	transition: all 1s;
}
.lay-index-three-left dl dt img:hover{
	-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);
}
.lay-index-three-left dl dd{
	padding: .6rem 0 0;
	box-sizing: border-box;
}
.lay-index-three-left dl dd a{
	font-size: 1rem;
}
.lay-index-three-left dl dd span{
	display: block;
	padding-top: .5rem;
}
.lay-index-three-left dl dd span font{
	color: red;
}
.lay-index-four-r ul li:first-child a{
	display:block;
	width:100%;
	overflow:hidden;
}
.lay-index-four-r ul li:first-child img{
	height: 9.5rem;
	object-fit: cover;
	width: 100%;
	transition: all 1s;
}
.lay-index-four-r ul li:first-child img:hover{
	-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);
}
.lay-index-five ul{
	flex-wrap: wrap;
	justify-content:space-between;
}
.lay-index-five ul li{
	width: 49%;
}
.lay-index-five ul li a{
	width: 75%;
}
.lay-index-five ul li span{
	width: 25%;
	text-align: right;
	font-size: .8rem;
}
@media(max-width: 800px) {
	.lay-index-one{
		flex-wrap: wrap;
		margin-top: 0;
	}
	.lay-article,.lay-banner>ul,.lay-hot-list,.lay-index-two-l,.lay-index-three-r,.lay-index-four-r{
		display:none;
	}
	.lay-banner{
		padding-right:0;
		padding-left:0;
	}
	.lay-toutiao{
		margin: .5rem;
		background-color: #f8f8f8;
		border:none;
	}
	.lay-toutiao .layui-row{
		display:flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.lay-toutiao-head{
		border-right:none;
		margin-bottom:1rem;
	}
	.lay-toutiao-list{
		padding-left:0;
	}
	.lay-toutiao-list a{
		width: 49%;
		line-height: 2rem;
	}
	.lay-toutiao-list a:nth-child(n+4){
		margin-top:0;
	}
	.lay-index-two,.lay-index-three,.lay-index-five{
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.lay-index-two-c{
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.lay-index-three-left{
		padding-right: 0;
	}
	.lay-toutiao-list a,.lay-index-five ul li a{
		font-size: 1rem;
	}
}
@media(max-width: 600px){
	.lay-index-three-left dl{
		width: 49%;
	}
	.lay-index-five ul li{
		width: 100%;
	}
	.lay-toutiao-list a{
		width: 100%;
		margin-bottom: .5rem;
	}
	.lay-toutiao-list a:last-child{
		margin-bottom:0;
	}
}
@media(max-width: 360px){
	.lay-index-title>h2 a.typename,.lay-index-title>h2>i{
		font-size: 1.5rem;
	}
}