.navbar{
	box-shadow: 10px 10px 15px rgb(223 223 223 / 50%);
}
.position{
	padding-top: 1rem;
}
.position,
.position a {
	color: #999;
	font-size: .9rem;
}
.position i{
	font-style: normal;
}
.list-article{	
	margin-top: 1rem;
}
.list-article-left,.article-article-left{
	padding-right: 1rem;
	box-sizing: border-box;
}
.list-article-right{
	padding-left:1rem;
	box-sizing: border-box;
}
.list-article-left>ul li{
	position: relative;
	margin-bottom: 1.2rem;
	padding:1rem;
	box-sizing:border-box;
	box-shadow: 0 0 10px rgb(223 223 223 / 90%);
}
.list-article-left>ul li:nth-child(1)::before {
    content: "1";
    background: #e01109;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.625rem;
    height: 1.875rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    padding: 0.625rem 0 0 0;
}
.list-article-left>ul li:nth-child(2)::before {
    content: "2";
    background: #e01109;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.625rem;
    height: 1.875rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    padding: 0.625rem 0 0 0;
}
.list-article-left>ul li:nth-child(3)::before {
    content: "3";
    background: #e01109;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.625rem;
    height: 1.875rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    padding: 10px 0 0 0;
}
.list-article-left>ul li:nth-child(1)::after {
	border-color: #e01109 #e01109 transparent #e01109;
	position: absolute;
	content: "";
	right: 0;
	top: 2.5rem;
	border-style: solid;
	border-width: 0 13px 13px 13px;
}
.list-article-left>ul li:nth-child(2)::after {
	border-color: #e01109 #e01109 transparent #e01109;
	position: absolute;
	content: "";
	right: 0;
	top: 2.5rem;
	border-style: solid;
	border-width: 0 13px 13px 13px;
}
.list-article-left>ul li:nth-child(3)::after {
	border-color: #e01109 #e01109 transparent #e01109;
	position: absolute;
	content: "";
	right: 0;
	top: 2.5rem;
	border-style: solid;
	border-width: 0 13px 13px 13px;
}
.list-article-left>ul li:hover { 
	box-shadow: rgba(0,0,0,.1) 3px 5px 5px; 
}
.list-article-left>ul li:hover h2 { 
	color: #F00;
}
.list-article-left>ul li:hover h2 a{
	color: #D71318;
}
.list-article-left>ul li:hover img { 
	transform: scale(1.1);
}
.list-article-left .l-h-l{
	display: block;
	width: 10rem;
	margin-right: 2%;
	height: 6.875rem;
	overflow: hidden;
}
.list-article-left .l-h-l img{
	display:block;
	width:100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
.list-article-left .l-h-r{
	flex-wrap: wrap;
	width: 75%;
	position: relative;
}
.list-article-left .l-h-r h2{
	width: 100%;
	font-size: 1rem;
	line-height: initial;
	margin-bottom: 1rem;
}
.list-article-left .l-h-r h2 a{
	color: #292929;
}
.list-article-left .l-h-r p{
	display:-webkit-box;
	width: 100%;
	font-size: .9rem;
	margin-bottom: .5rem;
}
.list-article-left .l-h-r p a{
	color: #999;
}
.list-article-left .l-h-r time{
	color: #999;
	font-size:.9rem;
}
.right-item1,.right-item2,.right-item3{
	box-shadow: 0 0 10px rgb(223 223 223 / 90%);
}
.right-item2,.right-item3{
	margin-top: 1rem;
}
.right-item1 .area_h2{
	padding: 1rem .8rem .8rem;
	font-size: 1rem;
	box-sizing: border-box;
}
.right-item1 ol,.right-item2 ol,.right-item3 ol,.right-item4 ol{
	box-sizing: border-box;
	padding: 0 .8rem .5rem;
}
.right-item1 ol li,.right-item2 ol li,.right-item3 ol li,.right-item4 ol li{
	margin-bottom: 0.625rem;
	position: relative;
	font-size: 0.9375rem;
	align-items: center;
}
.right-item2 li i,.right-item3 li i{
	font-style:normal;
	line-height:2rem;
}
.right-item1 li{
	border: #e4e4e4 1px solid;
	padding: .25rem 0.625rem;
}
.right-item1 li:nth-child(odd) {
    background: #f5f5f5;
}
.right-item1 li a {
	font-size: 0.9375rem;
	display: block;
	line-height: 1.875rem;
	color: #656363;
}
.right-item1 li a span{
	padding-right:5px;
}
.right-item2,.right-item3,.right-item4{
	border: 1px solid #e0e2e7;
}
.right-item2 .area_h2{
	padding: .8rem .5rem;
	font-size: 1rem;
	box-sizing: border-box;
	background: #f5f5f5;
	margin-bottom: .8rem;
}
.right-item2 ol li i,.right-item3 ol li i{
	padding-right: .5rem;
	color: #5a5757;
}
.right-item3,.right-item4{
	border-top: 2px solid #d71318;
}
.right-item3 .area_h2,.right-item4 .area_h2{
	padding: .8rem .5rem;
	font-size: 1rem;
	box-sizing: border-box;
	border-bottom:1px solid #e0e2e7;
}

.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: #f6466c;
	background-color:#f6466c;
	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: #f6466c;
    border-color: #f6466c;
    color: #fff;
    text-decoration: none;
	border-radius: 4px;
}



.right-item4{
	margin-bottom: 1rem;
}
.right-item4 .area_h2 span{
	color: red;
	padding: 0 .2rem;
}
.right-item4 ol li:first-child,.right-item3 ol li:first-child{
	padding-top:1rem;
}
.right-item4 ol li:not(:last-child){
	border-bottom:1px dashed #e5e5e5;
	padding-bottom: 1rem;
}
.right-item4 ol li time{
	padding-right: .5rem;
	color: #999;
}
.article-article{
	margin-top: 1rem;
}
.article-article-left{
	padding:1rem;
	margin-right: 1rem;
	box-shadow: 0 0 10px rgb(223 223 223 / 90%);
}
.article-head h1 {
	font-size: 1.2rem;
	color: rgb(51, 51, 51);
	font-weight: 600;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.article-editor {
	color: #C0C4CC;
	padding: .5rem 0 1rem;
	font-size: .9rem;
	border-bottom: 1px solid #f0f0f0;
}

.article-editor .user-name {
	text-align: left;
}

.article-editor .user-other span {
	padding-right: .5rem;
}

.article-editor p a {
	color: #d71318;
}
.article-body h3{
	text-indent: 2rem;
	font-weight: 600;
	color: #000000;
}
.article-body p,.article-body h3 {
	font-size: 1rem;
	line-height: 1.5;
	overflow: hidden;
	text-align: justify;
	margin: 1rem 0;
}
.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%;
}
.article-relation{
	margin-bottom:1rem;
}
.article-relation .nearby-list{
	justify-content: space-between;
}
.article-relation .nearby-list li{
	width: 48%;
	font-size: .95rem;
	margin-top: 1.5rem;
}
.article-relation{
	border:solid 1px #eee;
	padding: 0 1rem .7rem;
}
.nearby-h3{
	border-bottom: solid 1px #eee;
	height: 3rem;
	line-height: 3rem;
	color: #000000;
	font-weight: bold;
	font-size: 1rem;
}
.nearby-h3 span{
	color: #333;
	border-bottom: solid 2px #d71318;
	padding-bottom: .8rem;
}
.article-relation .nearby-list{
	box-sizing: border-box;
	flex-wrap: wrap;
}
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) {
	.list-article .col-lg-7,.article-article .col-lg-7{
		width: 100%;
	}
	.list-article-left{
		padding-right: 0;
	}
	.article-article-left{
		margin-right: 0;
	}
	.list-article-left>ul li:nth-child(1)::before,
	.list-article-left>ul li:nth-child(2)::before,
	.list-article-left>ul li:nth-child(3)::before,
	.list-article-left>ul li:nth-child(1)::after,
	.list-article-left>ul li:nth-child(2)::after,
	.list-article-left>ul li:nth-child(3)::after{
		content: inherit;
	}
	.list-article-right{
		padding-left: 0;
	}
	.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) {
	.position.marginTop{
		margin-top: 4rem;
	}
	.list-article,.article-article{
		padding-left:.5rem;
		padding-right:.5rem;
	}
	
	.list-article-right,.list-article-left .l-h-r h2 a i,.list-article-left .l-h-r time{
		display: none;
	}
	.article-relation .nearby-list li{
		width: 100%;
		
	}
	.article-relation .nearby-list li:not(:first-child){
		margin-top: .8rem;
	}
	.article-relation .nearby-list li:not(:last-child){
		border-bottom: 1px dashed #eee;
	}
	.article-relation .nearby-list li p{
		margin-bottom: .8rem;
	}
	.preNext span{
		width: 100%;
	}
	.preNext {
		flex-wrap: wrap;
	}
	.preNext span:first-child {
		margin-bottom: 10px;
	}
}
@media(max-width: 480px) {
}

