.layui-psition{
	padding-top: 1rem;
}
.layui-psition,
.layui-psition a {
	color: #999;
	font-size: .9rem;
}

.layui-list{	
	margin-top: 1rem;
}
.layui-list-left dl{
	border-bottom: 1px solid #f7f7f7;
	border-left: solid 2px #fff;
	padding-bottom: 1rem;
	box-sizing: border-box;
	padding: 1rem;
	transition: all 1s;
}
.layui-list-left dl:hover{
	background-color:#fafff8;
	border-left-color:#81c53f;
}
.layui-list-left dl dt{
	width: 10rem;
}
.layui-list-left dl dt,.layui-list-left dl dt img{
	height: 7.5rem;
}
.layui-list-left dl dt img{
	object-fit: cover;
	width: 100%;
	border-radius: 5px;
}
.layui-list-left dl dd{
	max-width:75%;
	padding-left:1rem;
}
.layui-list-left dl dd>a{
	font-size: 1.1rem;
	font-weight: bold;
	display: block;
}
.layui-list-left dl dd .layui-other{
	margin-top: 1rem;
	color: #B3B3B3;
}
.layui-list-left dl dd .layui-other a{
	color: #00A4A0;
}
.layui-list-left dl dd .layui-other span{
	padding-left: 1rem;
	padding-right: 1rem;
}
.layui-list-left dl dd p{
	color: #767676;
	margin-top:.75rem;
	line-height: 1.7rem;
	font-size: .95rem;
	text-align:justify;
}

.pages {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding-left: 1rem;
    font-size:.95rem;
}
.pages ul{
	display: flex;
	/* justify-content: center; */
}
.pages li {
    text-align: center;
}
.pages li:not(:first-child){
    margin-left: .5rem;
}
.pages li.active span{
	color: #fff;
	border-color: #4c4b4b;
	background-color: #4c4b4b;
	border-radius: 4px;
}
.pages a, .pages span {
    display: inline-block;
    padding: .2rem .5rem;
    color: #A4A4A4;
    border: 1px solid #e1e1e1;
}
.pages a:hover,
.pages .pages_moren {
    background-color: #4c4b4b;
    border-color: #4c4b4b;
    color: #fff;
    text-decoration: none;
	border-radius: 4px;
}
.layui-list-right{
	margin-left: 1.4%;
	box-sizing: border-box;
}
.area_h2 {
	font-size: 1rem;
	font-weight: bold;
	padding: 1rem 0;
	padding-left: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px #E5E5E5 solid;
}
.layui-hot-list .area_h2{
	margin-bottom: 0;
}
.layui-hot-list .area_h2 i{
	color:#f05a14;
	padding-right: .5rem;
}
.layui-hot-list ul,.layui-hot-view ul{
	padding: 0 1rem;
}
.layui-hot-list ul li{
	font-size: .95rem;
	line-height: 2.9rem;
}
.layui-hot-list ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.layui-hot-list ul li:first-child a:before{
	content: '1';
	color: #ffffff;
	background-color: #f33308;
}
.layui-hot-list ul li:nth-child(2) a:before{
	content: '2';
	color: #ffffff;
	background-color: #0090ce;
}
.layui-hot-list ul li:nth-child(3) a:before{
	content: '3';
	color: #ffffff;
	background-color: #3ac6c3;
}
.layui-hot-list ul li:nth-child(4) a:before{
	content: '4';
}
.layui-hot-list ul li:nth-child(5) a:before{
	content: '5';
}
.layui-hot-list ul li:nth-child(6) a:before{
	content: '6';
}
.layui-hot-list ul li:nth-child(7) a:before{
	content: '7';
}
.layui-hot-list ul li:nth-child(8) a:before{
	content: '8';
}
.layui-hot-list ul li:nth-child(9) a:before{
	content: '9';
}
.layui-hot-list ul li:nth-child(10) a:before{
	content: '10';
}
.layui-hot-list ul li:nth-child(11) a:before{
	content: '11';
}
.layui-hot-list ul li:nth-child(12) a:before{
	content: '12';
}
.layui-hot-list ul li a:before{
	display: inline-block;
	/* height: 1.1rem; */
	line-height: 1.1rem;
	width: 1.1rem;
	color: #fff;
	text-align: center;
	background-color: #ccc;
	border-radius: 1.1rem;
	margin-right: .2rem;
	/* font-size:.5rem; */
}
.layui-hot-view dl{
	padding: 1rem;
	justify-content:space-between;
}
.layui-hot-view dl:hover{
	background-color:#fafff8;
}
.layui-hot-view dl:not(:last-child){
	border-bottom: 1px solid #e4e4e4;
}
.layui-hot-view dl dt{
	width: 25%;
}
.layui-hot-view dl dt,.layui-hot-view dl dt img{
	height: 4rem;
}
.layui-hot-view dl dt img{
	object-fit: cover;
	width: 100%;
	border-radius: 5px;
}
.layui-hot-view dl dd{
	width:70%;
}
.layui-hot-view dl dd>a{
	font-size:.95rem;
	display: block;
}
.layui-hot-view dl dd .layui-other{
	margin-top: .5rem;
	color: #B3B3B3;
}
.layui-hot-view dl dd .layui-other a{
	color: #00A4A0;
	display: none;
}
.layui-hot-view dl dd .layui-other span{
	padding-left: 1rem;
	padding-right: 1rem;
	display: none;
}
.layui-hot-view dl dd p{
	display: none;
	color: #767676;
	margin-top:.75rem;
	line-height: 1.7rem;
	font-size: .95rem;
	text-align:justify;
}
.layui-article{
	margin-top: 1rem;
	align-items: flex-start;
}
.layui-article-left{
	padding: 1rem;
	box-sizing: border-box;
}
.layui-article-head h1 {
	font-size: 1.2rem;
	color: rgb(51, 51, 51);
	font-weight: 600;
	margin-bottom: 1rem;
	margin-top: 1rem;
	text-align: center;
}

.layui-article-editor {
	color: #C0C4CC;
	font-size: .9rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #f0f0f0;
	text-align:center;
}
.layui-article-editor p span{
	padding-right:.5rem;
}
.layui-article-body h3{
	font-weight: 600;
	position:relative;
	color: #000000;
	padding: 1rem;
    border: 1px solid #D6E9C6;
    background-color: #F4FFEF;
    border-left-width: 3px;
}
.layui-article-body p,.layui-article-body h3 {
	font-size: 1rem;
	line-height: 1.5;
	overflow: hidden;
	text-align: justify;
	margin: 1rem 0;
}
.layui-article-body img {
	display: block;
	margin: 0 auto;
	max-width: 550px;
	width: 100% !important;
	height: auto !important;
}
.layui-article-zixun{
	text-indent: 2rem;
}
.preNext {
	justify-content: space-between;
	background-color: #f9f9f9;
	border-radius: .2rem;
	margin: 1.5rem 0 1rem;
	font-size: .95rem;
	line-height: 1.5;
	padding: 1rem;
	border: 1px solid #efefef;
	color: #999;
}

.preNext span {
	width: 49%;
}
.preNext span:last-child{
	text-align: right;
}
.layui-article-relation .area_h2{
	padding-left:0
}
.layui-article-relation ul{
	box-sizing: border-box;
	flex-wrap: wrap;
	justify-content: space-between;
}
.layui-article-relation ul li{
	font-size: .95rem;
	width: 49%;
	line-height: 2.5rem;
}
.layui-article-relation ul li i {
    color: #dc140f;
    padding-right: .5rem;
}
table {
    margin: 0 auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-color: #ddd;
	font-size:1rem;
	line-height: 1.5rem;
	width: 90%;
	text-align: center;
	margin-bottom: 1rem;
}
table tr:nth-child(odd){
    background-color: #f9f9f9;
}
table tr:hover {
	background-color: #f8830f;
	text-align: center;
	color:#fff;
}
table td,table th {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5px 10px
}
@media(max-width: 800px) {
	.layui-psition{
		padding: .75rem .5rem 0;
	}
	.layui-list,.layui-article{
		flex-wrap: wrap;
	}
	.layui-list-left dl dd{
		max-width: 68%;
	}
	.pages ul{
		justify-content: center;
	}
	.pages li{
		display:none;
	}
	.pages li:first-child,.pages li:last-child,.pages li.active{
		display:block;
	}
	.layui-list-right{
		margin-top: 1rem;
		margin-left: 0;
	}
	.layui-search{
		display: none;
	}
}
@media(max-width: 768px) {
	.relation-dl{
		padding-right:0;
	}
	.relation-dl dl:first-child img.lazy{
		height:12rem;
	}
	.relation-li{
		margin-top: 1rem;
		padding-left: 0;
	}
	.preNext span{
		width: 100%;
	}
	.preNext {
		flex-wrap: wrap;
	}
	.preNext span:first-child {
		margin-bottom: 0.625rem;
	}
	.preNext span:last-child{
		text-align: left;
	}
}

@media(max-width: 480px){
	.layui-list-left dl dt, .layui-list-left dl dt img{
		height: 7rem;
	}
	.layui-list-left dl dd>a{
		font-size:1rem;
	}
	.layui-list-left dl dd p{
		font-size:0.875rem;
	}
	.layui-article-relation ul li{
		width: 100%;
	}
}

