.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:#ffffff;
	border-left-color:#00A4A0;
}
.layui-list-left dl dt{
	width: 10rem;
}
.layui-list-left dl dt,.layui-list-left dl dt img{
	height: 7rem;
}
.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;
	box-sizing:border-box;
}
.layui-list-left dl dd>a{
	font-size: 1.1rem;
	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.5rem;
	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;
	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;
	position: relative;
	padding-left: .8rem;
}
.layui-hot-list ul li:not(:last-child) {
    border-bottom: 1px solid #f7f7f7;
}
.layui-hot-list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #adadad;
}
.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 #f7f7f7;
}
.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{
	max-width:70%;
	position: relative;
}
.layui-hot-view dl dd>a{
	font-size:.95rem;
	display: block;
}
.layui-hot-view dl dd .layui-other{
	display: block;
	color: #999;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.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.4rem;
	color: rgb(12 12 12);
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.layui-article-editor {
	color: #C0C4CC;
	font-size: .9rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #f0f0f0;
}
.layui-article-editor p span{
	padding-right:.5rem;
}
.layui-article-body h3{
	font-weight: 600;
	position:relative;
	color: #000000;
	padding: 1rem;
	border: 1px solid #c4e2df;
	background-color: #f4fffe;
	border-left-width: 3px;
}
.layui-article-body p,.layui-article-body h3 {
	font-size: 1rem;
	line-height: 1.75rem;
	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: 48%;
	position: relative;
	display: block;
	box-sizing: border-box;
}
.preNext span:first-child{
	padding-left: 2.5rem;
}
.preNext span:last-child{
	padding-right: 2.5rem;
	text-align: right;
}
.preNext span:first-child:before{
    content: "←";
    font-size: 21px;
    position: absolute;
    color: #999;
    top: -.3rem;
    left: 0;
    padding-right: .5rem;
    border-right: 1px solid #ccc;
}
.preNext span:last-child:before{
    content: "→";
    font-size: 21px;
    position: absolute;
    color: #999;
    top: -.3rem;
    right: 0;
    padding-left: .5rem;
    border-left: 1px solid #ccc;
}
.layui-article-relation .area_h2{
	padding-left:0
}
.layui-article-relation ul{
	box-sizing: border-box;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: .5rem;
}
.layui-article-relation ul li{
	font-size: .95rem;
	width: 49%;
	line-height: 2.5rem;
	position:relative;
	padding-left:.75rem;
	box-sizing:border-box;
}
.layui-article-relation ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #adadad;
}
.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 {
		flex-wrap: wrap;
	}
	.preNext span{
		width: 100%;
	}
	.preNext span:first-child {
		margin-bottom: 0.625rem;
		padding-left: 3.5rem;
	}
	.preNext span:first-child:before{
		content: '上一篇:';
		font-size: .95rem;
		top: 0;
		border-right: none;
	}
	.preNext span:last-child{
		text-align:left;
		padding-left: 3.5rem;
		padding-right: 0;
	}
	.preNext span:last-child:before{
		content: "下一篇:";
		left: 0;
		border-left: none;
		font-size: .95rem;
		top: 0;
		padding-left: 0;
	}
}

@media(max-width: 480px){
	.layui-hot-view dl dd>a{
		line-height:1.5rem;
		font-size: 1rem;
	}
	.layui-hot-list ul li{
		font-size: 1rem;
		line-height:3.5rem;
	}
	.layui-list-left dl dd>a{
		font-size:1rem;
	}
	.layui-list-left dl dd p{
		font-size:0.875rem;
		margin-top: .5rem;
		line-height: 1.25rem;
	}
	.layui-list-left dl{
		border-left: none;
	}
	.layui-list-left dl dt{
		width:8rem;
	}
	.layui-list-left dl dt, .layui-list-left dl dt img{
		height:5.75rem;
	}
	.layui-list-left dl dd .layui-other{
		margin-top:.5rem;
	}
	.layui-hot-view dl dt{
		width:8rem;
	}
	.layui-hot-view dl dt, .layui-hot-view dl dt img{
		height:6rem;
	}
	.layui-hot-view dl dd{
		max-width:65%;
		padding-left:1rem;
		box-sizing:border-box;
	}
	.layui-article-head h1{
		font-size: 1.2rem;
	}
	.layui-article-relation ul li{
		width: 100%;
		line-height: 3.5rem;
		border-bottom: 1px solid #f7f7f7;
	}
}

