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: #0da9a5;
	text-align: center;
	color:#fff;
}
table td,table th {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5px 10px
}
.layui-psition{
	padding-top: 1rem;
}
.layui-psition,
.layui-psition a {
	color: #999;
	font-size: .9rem;
}

.layui-list{	
	margin-top: 1rem;
}
.layui-list-left{
	padding-left: 0;
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
}
.layui-list-left>ul li{
	padding:1rem;
	border-bottom: 1px solid #f4f4f4;
}
.layui-list-left .l-h-l{
	display: block;
	width: 23%;
	margin-right: 2%;
}
.layui-list-left .l-h-l,.layui-list-left .l-h-l img{
	height: 7.5rem;
}
.layui-list-left .l-h-l img{
	display:block;
	width:100%;
	object-fit: cover;
}
.layui-list-left .l-h-r{
	flex-wrap: wrap;
	width: 75%;
}
.layui-list-left .l-h-r h2{
	width: 100%;
	line-height: initial;
	font-weight: normal;
	font-size: 1.2rem;
}
.layui-list-left .l-h-r h2 a{
	color: #333;
}
.layui-list-left .l-h-r h2 a:hover{
	color:#00a4a0;
}
.layui-list-left .l-h-r p{
	width: 100%;
	font-size: .9rem;
	margin-top: 1rem;
}
.layui-list-left .l-h-r p a{
	color: #999;
}
.layui-list-left .l-h-r{
	justify-content: space-between;
}
.layui-list-left .l-h-r .layui-other{
	margin-top: 1rem;
	color: #B3B3B3;
}
.layui-list-left .l-h-r .layui-other a{
	color: #00A4A0;
}
.layui-list-left .l-h-r .layui-other span{
	padding-left: 1rem;
	padding-right: 1rem;
}

.pages {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    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: #00a4a0;
	background-color: #00a4a0;
	border-radius: 4px;
}
.pages a, .pages span {
    display: inline-block;
    padding: .2rem .5rem;
    color: #666;
    border: 1px solid #e1e1e1;
}
.pages a:hover,
.pages .pages_moren {
    background-color: #00a4a0;
    border-color: #00a4a0;
    color: #fff;
    text-decoration: none;
	border-radius: 4px;
}
.layui-list-right{
	margin-left: 1.4%;
	box-sizing: border-box;
}
.area_h2 {
	font-size: 1rem;
	position: relative;
	padding: .8rem 0;
	margin-bottom: 1rem;
	border-bottom: 1px #E5E5E5 solid;
}

.area_h2 strong:before {
	content:'';
	border-bottom: 1px solid #00a4a0;
	position: absolute;
	width: 6rem;
	bottom: 0;
}

.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;
}
.layui-right-item1,.layui-right-item3{
	padding: 0 1rem 1rem;
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
}
.layui-right-item1 dl{
	justify-content:space-between;
}
.layui-right-item1 dl:not(:last-child){
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.layui-right-item1 dl dt{
	width: 25%;
}
.layui-right-item1 dl dt,.layui-right-item1 dl dt img{
	height: 4rem;
}
.layui-right-item1 dl dt img{
	object-fit: cover;
	width: 100%;
}
.layui-right-item1 dl dd{
	width:70%;
}
.layui-right-item1 dl dd>a{
	font-size:.95rem;
}
.layui-right-item1 dl dd .layui-other{
	margin-top: .5rem;
	color: #B3B3B3;
}
.layui-right-item1 dl dd .layui-other a{
	color: #00A4A0;
	display: none;
}
.layui-right-item1 dl dd .layui-other span{
	padding-left: 1rem;
	padding-right: 1rem;
	display: none;
}
.layui-right-item1 dl dd p{
	display: none;
	color: #767676;
	margin-top:.75rem;
	line-height: 1.7rem;
	font-size: .95rem;
	text-align:justify;
}
.layui-right-item3{
	margin-top: 1rem;
}
.layui-right-item3 ol li{
	margin-top: 1rem;
	position:relative;
	padding-left: .75rem;
}
.layui-right-item3 ol li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 0.625rem;
    left: 0px;
    top: 0.85rem;
}
.layui-right-item3 ol li i{
	color: #00a4a0;
	padding-right:.5rem;
}
.layui-article{
	margin-top: 1rem;
	align-items: flex-start;
}
.layui-article-left{
	padding: 1rem;
	box-sizing: border-box;
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
}
.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{
	text-indent: 2rem;
	font-weight: 600;
	position:relative;
	color: #000000;
	padding-bottom:.5rem;
}
.layui-article-body h3:before{
	content: '';
    border-bottom: 2px solid #00a4a0;
    position: absolute;
    width: 6rem;
    bottom: 0;
}
.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;
}
.article-zixun{
	text-indent: 2rem;
}
.article-shenming {
	border: 1px solid #eee;
	padding: 1rem;
	box-sizing: border-box;
	color: #7d7d7d;
}

.article-shenming div {
	text-align: center !important;
	margin-bottom: .3rem;
	line-height: 1.5rem;
	font-size: .95rem;
}

.article-shenming span {
	font-size: .9rem;
	line-height: 1;
}
.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%;
}
.layui-article-relation{
	/* border:solid 1px #eee; */
	/* padding: 0 1rem .7rem; */
}
.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;
}



@media(max-width: 800px) {
	.layui-psition{
		padding: 1rem .5rem 0;
	}
	.layui-list-right{
		display: none;
	}
	.pages ul{
		justify-content: center;
	}
	.pages li{
		display:none;
	}
	.pages li:first-child,.pages li:last-child,.pages li.active{
		display:block;
	}
}
@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;
	}
}
@media(max-width: 480px) {
	.layui-article-relation ul li{
		width: 100%;
	}
}

