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
}
.layui-psition{
	padding-top: 1rem;
}
.layui-psition,
.layui-psition a {
	color: #999;
	font-size: .9rem;
}

.layui-list{	
	margin-top: 1rem;
}
.layui-list-left{
	padding: 0 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: #16a085;
	background-color: #16a085;
	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: #16a085;
    border-color: #16a085;
    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: 1rem 0;
	margin-bottom: 1rem;
	border-bottom: 1px #E5E5E5 solid;
}
.area_h2:before {
	/* content:''; */
	/* border-left: 5px solid #16a085; */
	/* position: absolute; */
	/* width: 1rem; */
	/* height: 1.2rem; */
}
.area_h2 strong{
	/* padding-left:.75rem; */
}
.layui-right-item1,.layui-right-item3{
	padding: 0 1rem 1rem;
}
.layui-right-item1 ol li:not(:last-child){
	border-bottom: 1px solid #f4f4f4;
	padding-bottom:.7rem;
}
.layui-right-item1 ol li,.layui-right-item3 ol li{
	font-size: .95rem;
	line-height: 1.9rem;
}
.layui-right-item1 li:not(:first-child){
	padding-top:.7rem;
}
.layui-right-item1 li a {
	color: #666;
	/* margin-bottom:.5rem; */
}
.layui-right-item1 li time{
	color: #666;
	display: none;
}
.layui-right-item3{
	margin-top: 1rem;
}
.layui-right-item3 ol li{
	margin-top: 1rem;
}
.layui-article{
	margin-top: 1rem;
	align-items: flex-start;
}
.layui-article-left{
	padding: 1rem;
	box-sizing: border-box;
}

.layui-list-left dl{
	justify-content:space-between;
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 1rem;
	margin-top: 1rem;
}
.layui-list-left dl dt{
	width: 25%;
}
.layui-list-left dl dt,.layui-list-left dl dt img{
	height: 8rem;
}
.layui-list-left dl dt img{
	object-fit: cover;
	width: 100%;
}
.layui-list-left dl dd{
	width:73%;
}
.layui-list-left dl dd>a{
	font-size:1.2rem;
	display: block;
}
.layui-list-left dl dd .layui-other{
	margin-top: 1rem;
	color: #B3B3B3;
}
.layui-list-left dl dd .layui-other a{
	color: #B3B3B3;
}
.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;
}
.layui-article-head{
	margin-bottom: 1.5rem;
}
.layui-article-head h1 {
	font-size: 1.2rem;
	color: rgb(51, 51, 51);
	font-weight: 600;
	margin-bottom: 2rem;
	margin-top: 1rem;
	text-align: center;
}

.layui-article-editor {
	color: #C0C4CC;
	font-size: .9rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #f0f0f0;
	justify-content: center;
}
.layui-article-editor span{
	padding-right: .75rem;
}
.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 #16a085;
    position: absolute;
    width: 6rem;
    bottom: 0;
}
.layui-article-body p,.layui-article-body h3 {
	font-size: 1rem;
	line-height: 1.75rem;
	overflow: hidden;
	text-align: justify;
	margin: 1rem 0;
	color: #506664;
}
.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{
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.layui-article-relation .area_h2{
	width: 100%;
}
.layui-article-relation .layui-card{
	box-sizing: border-box;
	justify-content: space-between;
	width: 49%;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.01);
}
.layui-article-relation .layui-card .layui-card-header{
	font-size: 1rem;
	padding: 0;
}
.layui-card:last-child{
	margin-bottom: auto;
}
.layui-article-relation .layui-card .layui-card-body{
	color: #999;
	padding: 1rem 0 0;
	margin-bottom: 1rem;
}
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: 1rem .5rem 0;
	}
	.layui-list{
		flex-wrap: wrap;
	}
	.layui-list-right{
		margin-left: 0;
		margin-top: 1rem;
	}
	.pages ul{
		justify-content: center;
	}
	.pages li{
		display:none;
	}
	.pages li:first-child,.pages li:last-child,.pages li.active{
		display:block;
	}
	table{
	    width: 100%;
	}
}
@media(max-width: 768px) {
    .layui-article{
        flex-wrap: wrap;
    }
	.preNext span{
		width: 100%;
	}
	.preNext {
		flex-wrap: wrap;
	}
	.preNext span:first-child {
		margin-bottom: 0.625rem;
	}
}
@media(max-width: 600px) {
	.layui-article-relation .layui-card{
		width: 100%;
	}
}
@media(max-width: 480px){
	.layui-list-left dl dt{
		width: 29%;
	}
	.layui-list-left dl dd{
		width: 68%;
	}
	.layui-list-left dl dt, .layui-list-left dl dt img{
		height: 5.2rem;
	}
	.layui-list-left dl dd .layui-other{
		display: none;
	}
	.layui-list-left dl dd>a{
		font-size:1rem;
	}
	.layui-list-left dl dd p{
		font-size:0.875rem;
	}
	.layui-article-editor{
		flex-wrap: wrap;
	}
}
