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

.layui-list{	
	margin-top: 1rem;
}
.layui-list-left{
	padding: 1rem;
}
.layui-list-left dl{
	border-bottom: 1px solid #f7f7f7;
	/* border-left: solid 2px #fff; */
	padding-bottom: 1rem;
	box-sizing: border-box;
	/* padding: 1rem; */
	/* background-color: #fafafa; */
	margin-bottom: 1rem;
	transition: all .5s;
}
.layui-list-left dl:hover{
	background-color:#fffefe;
	border-bottom-color:#ddd;
}
.layui-list-left dl:hover a{
	color: #ff3636;
}
.layui-list-left dl dt{
	width: 2.5rem;
}
.layui-list-left dl dt,.layui-list-left dl dt img{
	height: 2.5rem;
}
.layui-list-left dl dt img{
    object-fit: cover;
    width: 100%;
    border-radius: 2.5rem
}
.layui-list-left dl dd{
	max-width: 94%;
	padding-left:1rem;
	box-sizing: border-box;
}
.layui-list-left dl dd>a{
	font-size: 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 .layui-other span.views em {
    color: #ff3636;
    font-style:normal;
}
.layui-list-left dl dd p{
	color: #767676;
	margin-top:.75rem;
	line-height: 1.7rem;
	font-size: .95rem;
	text-align:justify;
}

.layui-pages {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding-left: 1rem;
    font-size:.95rem;
}
.layui-pages ul{
	display: flex;
	/* justify-content: center; */
}
.layui-pages li {
    text-align: center;
}
.layui-pages li:not(:first-child){
    margin-left: .5rem;
}
.layui-pages li.active span{
	color: #fff;
	border-color: #337ab7;
	background-color: #337ab7;
	border-radius: 4px;
}
.layui-pages a, .layui-pages span {
    display: inline-block;
    padding: .2rem .5rem;
    color: #A4A4A4;
    border-radius: 4px;
    border: 1px solid #337ab7;
}
.layui-pages a:hover,
.layui-pages .layui-pages_moren {
    background-color: #337ab7;
    border-color: #337ab7;
    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 solid #f7f7f7;
}
.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-list ol{
	padding: 0 1rem;
}
.layui-hot-list ul li{
	font-size: .95rem;
	line-height: 3.5rem;
}
.layui-hot-list ul li:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
.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-list ul li .img{
	display: none;
}
.layui-hot-list ol{
	flex-wrap: wrap;
	padding-top: 1.25rem;
}
.layui-hot-list ol li{
    margin-bottom: 1rem;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 1rem;
}
.layui-hot-list ol li .img {
	display: none;
    width: 100%;
    overflow: hidden;
    height: 6.25rem;
}
.img-cover {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.layui-hot-list ol li p{
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    line-height: 1.56rem;
    overflow: hidden;
}
.layui-hot-list ol li:hover a p{
	color: #ff3636;
}
.layui-hot-view dl{
	padding: 1rem;
	align-items: normal;
}
.layui-hot-view dl:hover{
	/*background-color:#fbf2e9;*/
}
.layui-hot-view dl:hover a{
	color: #ff3366;
}
.layui-hot-view dl:not(:last-child){
	border-bottom: 1px solid #f7f7f7;
}
.layui-hot-view dl dt{
	width: 30%;
}
.layui-hot-view dl dt,.layui-hot-view dl dt img{
	height: 4.5rem;
}
.layui-hot-view dl dt img{
	object-fit: cover;
	width: 100%;
	/* border-radius: 5px; */
}
.layui-hot-view dl dd{
	width: 65%;
}
.layui-hot-view dl dd>a{
	font-size: 1rem;
	display: block;
}
.layui-hot-view dl dd .layui-other{
	margin-top: 1.85rem;
	color: #B3B3B3;
	font-size: .85rem;
}
.layui-hot-view dl dd .layui-other a.layui-url{
	color: #ff3366;
}

.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.5rem;
	color: rgb(51, 51, 51);
	font-weight: 600;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
	text-align: center;
}

.layui-article-editor {
	color: #C0C4CC;
	font-size: .9rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #f0f0f0;
}
.layui-article-body{
	padding-top: 1rem;
}
.layui-article-body .layui-icon{
	padding-right: .25rem;
}
.layui-article-body .layui-icon-heart{
	color: #fbae5e;
}
.layui-article-body .layui-icon-fire{
	color: #f73f6d;
}
.layui-article-body .layui-icon-read{
	color: #5ef7fb;
}
.layui-article-body .layui-icon-face-surprised{
	color: #62e646;
}
.layui-article-body .layui-icon-tips{
	color: #825efb;
}
.layui-article-body .layui-icon-github{
	color: #52b2ff;
}
.layui-article-body strong{
	display:block;
}
.layui-article-body p,.layui-article-body div,.layui-article-body h3,.layui-article-body h2{
    text-indent: 2rem;
}
.layui-article-body h3,.layui-article-body h2,.layui-article-body strong{
	font-weight: 600;
	position:relative;
	color: #ff3636;
	padding: 1rem 1rem 1rem 0;
}
.layui-article-body p,.layui-article-body div,.layui-article-body h3,.layui-article-body h2,.layui-article-body strong {
	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-body p.link{
	text-align: left;
}
.layui-article-zixun,.link{
	text-indent: 2rem;
	margin: 1rem 0;
}
.preNext{
	border-radius: .2rem;
	margin: 1.5rem 0 1rem;
	font-size: .95rem;
	line-height: 1.5;
	background-color: #fafafa;
}

.preNext span {
	width: 49%;
	padding: 1rem;
	box-sizing: border-box;
	/* border: 1px solid #fbae5e; */
	/* background-color: #fbf2e9; */
}
.preNext span:last-child{
	text-align: right;
}
.layui-article-relation .area_h2{
	padding-left:0
}
.layui-relation-view{
	flex-wrap: wrap;
	margin-top: 1rem;
}
.layui-relation-view dl{
	width: 33.3%;
	border-bottom: 1px solid #f7f7f7;
	border-left: solid 2px #fff;
	border-right: 1px solid #f7f7f7;
	padding-bottom: 1rem;
	box-sizing: border-box;
	padding: 1rem;
	transition: all 1s;
}
.layui-relation-view dl:hover{
	background-color:#fffefe;
	border-left-color:#ff3636;
}
.layui-relation-view dl dt{
	width: 2.5rem;
}
.layui-relation-view dl dt,.layui-relation-view dl dt img{
	height: 2.5rem;
}
.layui-relation-view dl dt img{
	object-fit: cover;
	width: 100%;
	border-radius: 2.5rem;
}
.layui-relation-view dl dd{
	max-width: 84%;
	padding-left:1rem;
	box-sizing:border-box;
	position: relative;
}
.layui-relation-view dl dd .layui-icon-right{
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #ccc;
	border-radius: 100%;
	color: #ccc;
	display: block;
	text-align: center;
	width: 1.1rem;
	height: 1.1rem;
	padding: .24rem;
	box-sizing: border-box;
	font-size: .6rem;
}
.layui-relation-view dl dd>a{
	font-size: 1rem;
	display: block;
	width: 90%;
}
.layui-relation-view dl dd .layui-other{
	/* display: none; */
	margin-top: 1rem;
	color: #B3B3B3;
}
.layui-relation-view dl dd .layui-other a{
	color: #00A4A0;
}
.layui-relation-view dl dd .layui-other span{
	padding-left: 1rem;
	padding-right: 1rem;
}
.layui-relation-view dl dd p{
	color: #999;
	margin-top:.75rem;
	/* line-height: 1.7rem; */
	font-size: .95rem;
	text-align:justify;
}

table {
    margin: 1.5rem auto 1rem;
    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;
}
table tr:nth-child(1){
    background-color: #f7ebee !important;
}
table tr:nth-child(odd){
    background-color: #f9f9f9;
}
table tr:hover {
	background-color: #f7ebee;
	text-align: center;
}
table td,table th {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5px 10px;
}
.card-news-boxs ul{
	padding: 0 1rem;
	box-sizing: border-box;
}
.card-news-boxs li:not(:last-child){
	border-bottom: 1px solid #f7f7f7;
}
.card-news-boxs li .titles {
	font-size: 1rem;
	line-height: 3.5rem;
    overflow: hidden;
    color: #555;
    font-weight: 400;
}
.card-news-boxs li.on .shadow-txt{
	display: flex;
	padding: 1rem 0;
}
.card-news-boxs li.on .titles,.card-news-boxs li .shadow-txt{
	display: none;
}
.card-news-boxs li .shadow-txt{
	justify-content: space-between;
}
.card-news-boxs li .shadow-txt .img {
    width: 30%;
    height: 5rem;
    overflow: hidden;
}
.card-news-boxs li .shadow-txt .txts {
	width: 65%;
    overflow: hidden;
}
.card-news-boxs li .shadow-txt .txts .titls {
    font-size: 1rem;
    color: #666;
    line-height: 1.56rem;
    overflow: hidden;
    font-weight: 500;
}
.card-news-boxs li .shadow-txt .txts .tool {
    color: #666;
    font-size: 0.87rem;
    margin-top: 1rem;
}
.layui-article-editor{color: #C0C4CC;padding: .5rem 0 1.5rem 0;font-size: .9rem;border-bottom: 1px solid #f7f7f7;margin: .7rem 0 1rem 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.layui-article-editor .user-name{text-align: left;}
.layui-article-editor .user-other span{ padding-right: .5rem;}
.layui-article-editor p a{color: #555ba6;}
.layui-shenming{border: 1px solid #eee;padding: 10px;box-sizing: border-box;color: #7d7d7d;}
.layui-shenming div{text-align: center !important;margin-bottom:.3rem;line-height: 1.5rem;font-size: 1rem;}
.layui-shenming span{ font-size:.9rem}
@media(max-width: 800px) {
	.layui-psition{
		padding: .75rem .5rem 0;
	}
	.layui-list,.layui-article{
		flex-wrap: wrap;
	}
	.layui-pages ul{
		justify-content: center;
	}
	.layui-pages li{
		display:none;
	}
	.layui-pages li:first-child,.layui-pages li:last-child,.layui-pages li.active{
		display:block;
	}
	.layui-list-right{
		margin-top: 1rem;
		margin-left: 0;
	}
	.layui-search{
		display: none;
	}
	table{
		width: 100%;
	}
	.layui-relation-view dl{
		width: 50%;
		padding: 1.5rem 1rem;
	}
	.layui-relation-view dl dd{
		max-width: 85%;
	}
}
@media(max-width: 768px) {
	.layui-list-left dl dd{
		max-width: 90%;
	}
	.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,.layui-list-left dl{
		padding:1rem .5rem;
	}
	.layui-list-left dl dd>a{
		font-size:1rem;
	}
	.layui-list-left dl dd p{
		font-size:0.875rem;
		line-height: 1.25rem;
	}
	.layui-list-left dl dd .layui-other{
		margin-top:.5rem;
	}
	
	.layui-relation-view dl{
		width: 100%;
		padding: 1rem 0;
		border-right: none;
	}
	.layui-relation-view dl dd{
		max-width: 88%;
	}
	.layui-relation-view dl dd p{
		font-size:0.875rem;
	}
}
@media(max-width: 375px){
	.layui-list-left dl dd{
		max-width: 80%;
	}
}

