body {
	background: #f9f9f9;
}
ul {
    padding: 0;
}

.article {
	width: 1200px;
	margin: 0 auto;
}
.mianbao {
    margin: 0;
    font-size: 14px;
    padding: 8px;
    border-bottom: 1px solid #f9f9f9;
}
.mianbao a:first-child {
    color: #000;
}
.mianbao a {
    color: #333;
}
.mianbao a {
    text-decoration: underline !important;
}
.mianbao a:hover {
    text-decoration: none !important;
    font-weight: bold;
}
.article-main {
	margin: 0;
	display: inline-block;
	width: 66%;
	padding: 40px;
    background: #fff;
    border-radius: 4px;
}
.article-main .article-main-hd {
	border-bottom: 1px dashed #dddddd;
}
.article-main .article-main-hd h1 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
}
.article-main-hd .article-icon {
	padding: 10px 0;
    font-size: 14px;
    color: #333;
}
.article-main-hd .article-icon .article-icon1 {
    position: relative;
    margin-right: 10px;
    padding-left: 18px;
}
.article-main-hd .article-icon .article-icon1 i {
	font-size: 13px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fb814c;
}
.article-main-hd .article-icon .article-icon1 a {
	font-size: 14px;
    color: #333;
}
.article-main-hd .article-icon .post-time {
    font-weight: 500;
    position: relative;
    margin-right: 10px;
    padding-left: 18px;
}
.article-main-hd .article-icon .post-time i {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 23px;
    color: #fb814c;
}
.article-main .article-body {
	padding: 10px 0 10px;
}

.article-body, .article-body p, .article-body span {
    font-weight: 400;
    line-height: 26px;
    color: #000;
    line-height: 35px;
    margin-bottom: 0;
}
.article-body figcaption {
	color: #999;
    font-size: 14px;
    text-align: center;
}

.article-body table {
	margin: 0;
}

.article-body h2 {
	font-size: 20px;
    line-height: 1.2;
    margin: 30px 0 20px;
    font-weight: 700;
    color: #ea5413;
}

.article-body h2:before {
	content: "";
    display: inline-block;
    height: 22px;
    width: 21px;
    background: url(/images/line.png) no-repeat;
    background-size: 100%;
    vertical-align: bottom;
    margin-right: 5px;
}

.article-body h3 {
	font-size: 18px;
    line-height: 1;
    margin: 20px 0;
    font-weight: 700;
}

.article-body h3:before {
	content: "";
    display: inline-block;
    height: 18px;
    width: 21px;
    background: url(/images/line.png) no-repeat;
    background-size: 80%;
    vertical-align: bottom;
}
.b-tuijian {
    float: left;
    clear: both;
    width: 100%;
    font-size: 13px;
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid #E7E7E7;
}
.b-tuijian li {
    width: 50%;
    float: left;
    color: #777777;
    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b-tuijian li a {
    font-size: 14px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    color: #000;
    display: block;
}

.article-rt {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding-left: 30px;
}
.article-rt h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 5%;
	border-top: 3px solid #ea5413;
	padding: 10px;
	color: #000;
}
.article-rt h3 span {
    
    
}
.article-rt ul {
	padding: 0 15px 15px;
}
.article-rt li {
    width: 100%;
    color: #777777;
    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-rt li a {
    font-size: 14px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    color: #333;
    display: block;
}
.article-rt li a:hover {
	 color: #ea5413;
}
.icon-circle-slelected:before {
    font-size: 12px;
    color: #ea5413;
    margin-right: 3px;
}
@media (max-width: 767px) {
	
	.nav-links a , .nav-links .current {
		font-size: 14px;
	}
	.article {
		width: 94%;
		margin: 20px auto;
	}
	.article-main {
		width: 100%;
		display: block;
		padding: 20px;
	}
	.article-rt {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.article-main .article-main-hd h1 {
		font-size: 20px;
	}
	.b-tuijian {
		float: unset;
	}
	.b-tuijian li {
		width: 100%;
		float: unset;
	}
}
.up-down {
	margin: 20px 0;
	height: 50px;
}
.up-down .ud {
    width: 350px;
	display: flex;
    background-color: #F7F8FA;
    border-radius: 22px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    color: #27274A;
    font-size: 14px;
    font-weight: 400;
}
.up-down .shang {
	float: left;	
}
.up-down .xia {
	float: right;	
}
.up-down .ud .line {
    margin: 0 8px;
    color: #D9D9D9;
}
.up-down a {
	display: inline-block;
	font-size: 14px;
	color: #555;
	width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.up-down a:hover {
	color: #ff6f3d;
}
.biaoqian {
	width: 100%;
}
.biaoqian ul {
	width: 100%
}
.biaoqian ul li {
	display: inline-block;
}
.biaoqian ul li a {
	padding: 3px 10px;
	margin-right: 10px;
	border: 1px solid #c6c6c6;
	color: #555;
	border-radius: 6px;
	font-size: 14px;
}
.biaoqian ul li a:hover {
	background: #ea5413;
	color: #fff;
}
.section-header h2 {
	text-align: center;
}
.sidebar-new {
	margin-left: 20px;
}
.r-tuijian {
	border-radius: 2px;
	background: #fff;
	margin-bottom: 20px;
}

.r-tuijian .r-tuijian-title {
	padding: 10px;
	font-size: 18px;
	color: #383838;
    background-position: center;
    background-size: cover;
	margin: 0;
}
.r-tuijian .tj-zw {
	padding: 20px 0;
}
.wid75 {
	width: 72%;
	display: inline-block;
}
.wid25 {
	width: 25%;
	display: inline-block;
    vertical-align: top;
}
.r-tuijian .tj-bq {
	padding: 20px 10px;
}
.r-tuijian .scroller {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    height: 390px;
    padding-right: 10px;
}
.r-tuijian .scroller::-webkit-scrollbar {
    width: 6px;   
	height:80%;
}
.r-tuijian .scroller::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(9,9,9,0.1);
    background: rgba(9,9,9,0.2);
}
.r-tuijian .scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(9,9,9,0.2);
    border-radius: 0;
    background: rgba(9,9,9,0.1);

}
.r-tuijian .tj-bq li {
	padding: 0;
	display: inline-block;
	width: auto;
	margin-right: 10px;
}
.r-tuijian .tj-bq li a {
	padding: 1px 6px;
	border-radius: 5px;
	border: 1px solid #ea5413;
	margin-right: 10px;
}
.r-tuijian .tj-bq li a:hover {
	border: 1px solid #ffdaca;
}



@media (max-width: 768px) {
.up-down {
		margin: 10px 0;
		height: auto;
	}
	.up-down .pre {
		float: unset;
	}
	.up-down .nex {
		float: unset;
	}
	.up-down .pn {
		width: 100%;
		margin: 10px 0;
		display: block;
		height: auto;
		line-height: unset;
	}
	.up-down a {
		width: 70%;
		vertical-align: middle;
	}
	.wid25 {
		width: 90%;
	}
	.sidebar-new {
		margin: 5%;
	}
}
