.nav-header .nav-body .nav-item{
	width: 14.2%!important;
}
.nav-header .nav-body .active a{
	color: #ffcc00;
}
.nav-header .nav-body li:hover{
	background: #333;
}
.nav-header .nav-body li:not(:last-child):hover a{
	color: #99FF00;
}
.content a{color: green;}
.content a:hover{color: black;}
.article-body{
	padding: 4.5rem 0 50px;
	background: #FFFFFF;
}
.article-body .recommend-list{
	background: #f7f7f7;
	padding: 0.6rem 1rem;
}
.article-body .recommend-list ul{
	overflow: hidden;
}
.article-body .recommend-list ul li{
	position: relative;
	float: left;
	width: 20%;
	font-size: 14px;
	line-height: 22px;
}
.article-body .recommend-list ul li:before{
  content: "";
  position: absolute;
  margin-top: 0.55rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: orange;
}
.article-body .recommend-list ul li a{
	display: block;
	padding-left: 0.7rem;
	color: #454545;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-body .recommend-list ul li a:hover{
	color: #e2cf90;
	text-decoration: underline;
}
@media only screen and (max-width: 1000px) {
	.article-body .recommend-list ul{
		height: 22px;
	}
	.article-body .recommend-list ul li{
		width: 100%;
		float: none;
	}
}
.article-body .nav-path{
	padding: 1rem 0;
}
.article-body .nav-path i{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/article/home.png) no-repeat center center;
	background-size: 100% 100%;
}
.article-body .nav-path a{
	font-size: 15px;
	color: #838383;
	padding: 0 5px;
}
.article-body .content-body .more{
	font-size: 14px;
  color: #adadad;
}
.article-body .content-body .more b{
  padding: 0 3px;
  margin-left: 5px;
  background: #e2cf90;
  color: white;
}
/*详情页   start*/
.article-body .left-content .article-title{
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #252525;
}
.article-body .left-content .source-time{
	margin: 1rem 0;
	font-size: 0.8rem;
	color: #bbb;
	text-align: center;
	word-break: break-all;
}
.article-body .left-content .source-time a{
	color: #bbb;
}
.article-body .left-content .source-time i{
	display: inline-block;
	width: 17px;
  height: 18px;
  margin-right: 5px;
  vertical-align: -3px;
  background: url(../img/article/ico.png) no-repeat 0 0;
}
.article-body .left-content .source-time i.source{
	width: 15px;
	background: url(../img/article/ico.png) no-repeat -17px 0;
}
.article-body .left-content .content{
	margin: 1.5rem 0;
	font-size: 16px;
}
.article-body .left-content .page-desc{
	margin: 1rem 0 1.5rem;
	font-size: 16px;
	text-align: center;
}
.article-body .left-content .page-desc a{
	margin: 0 5px;
}
.article-body .left-content .pre-next{
	margin: 1rem 0;
	font-size: 15px;
}
.article-body .left-content .pre-next p{
	line-height: 25px;
	padding: 0.2rem 0;
}
.article-body .left-content .pre-next a:hover{
	color: #E2CF90;
	text-decoration: underline;
}
/*详情页   end*/

.article-body .left-content .article-sort{
	border-bottom: 2px solid #e2cf90;
}
.article-body .left-content .article-sort span{
  padding: 5px 13px;
	font-size: 20px;
  font-weight: bold;
  color: white;
  background: #e2cf90;
}
.article-body .left-content .article-list li{
	position: relative;
	font-size: 13px;
	padding: 1.2rem 0;
	border-bottom: 1px dotted #d2d2d2;
}
.article-body .left-content .article-list li label{
	position: absolute;
	left: 0;
	top: 1.2rem;
  padding: 3px 5px;
  background: #ff7800;
  color: white;
  font-size: 15px;
}
.article-body .left-content .article-list li .article-desc{
	width: calc(100% - 255px);
}
.article-body .left-content .article-list li img{
	width: 240px;
}
.article-body .left-content .article-list li a:hover .a_title{
	color: #E2CF90;
}
.article-body .left-content .article-list li .a_title{
	font-size: 1.1rem;
  font-weight: 400;
  color: #252525;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-body .left-content .article-list li .a_desc{
	margin-top: 0.6rem;
	font-size: 0.8rem;
	color: #838383;
}
@media only screen and (max-width: 768px) {
	.article-body .left-content .article-list li img{
		width: 90px;
	}
	.article-body .left-content .article-list li .article-desc{
		width: calc(100% - 100px);
	}
	.article-body .left-content .article-list li .a_desc{
		display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
}
.article-body .left-content .article-list li .a_other{
	margin-top: 0.6rem;
	color: #bbb;
}
.article-body .left-content .article-list li .a_other a{
	color: #bbb;
}
.article-body .left-content .article-list li .a_other i{
	display: inline-block;
	width: 17px;
  height: 18px;
  margin-right: 5px;
  vertical-align: -3px;
  background: url(../img/article/ico.png) no-repeat 0 0;
}
.article-body .left-content .article-list li .a_other i.read{
  background: url(../img/article/ico.png) no-repeat -32px 0;
}
/*所有tag分类页  start*/
.article-body .left-content .tag-list{
	margin-top: 2rem;
}
.article-body .left-content .tag-list li{
	padding-right: 3%;
	padding-bottom: 5%;
	font-size: 14px;
}
.article-body .left-content .tag-list li .tag-name:hover, .article-body .left-content .tag-list li span:hover{
	color: #E2CF90;
}
.article-body .left-content .tag-list li .tag-name{
  font-weight: bold;
	padding: 6px 12px;
	margin-right: 5px;
  background: #f1f1f1;
  color: #434343;
}
.article-body .left-content .tag-list li .desc{
	padding-top: 1rem;
	color: #838383;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
	.article-body .left-content .tag-list li:nth-child(4n+0){
		padding-right: 0;
	}
}
@media only screen and (min-width: 768px) {
	.article-body .left-content .tag-list li:nth-child(2n+0){
		padding-right: 0;
	}
}
/*所有tag分类页  end*/

.article-body .right-content .right-item{
	font-size: 16px;
	padding: 15px 0.8rem;
	background: #f5f5f5;
	border-top: 2px solid #e2cf90;
}
.article-body .right-content .right-item .s_title{
	padding-bottom: 13px;
	font-size: 18px;
  font-weight: bold;
  color: #252525;
}
.article-body .right-content .right-item .hot-list li{
	position: relative;
	line-height: 20px;
	padding: 8px 0;
}
.article-body .right-content .right-item .hot-list li .index{
	position: absolute;
  left: 0px;
  top: 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #ccc9c9;
  color: white;
}
.article-body .right-content .right-item .hot-list li:nth-of-type(1) .index{
	background: #ff5341;
}
.article-body .right-content .right-item .hot-list li:nth-of-type(2) .index{
	background: #ff9641;
}
.article-body .right-content .right-item .hot-list li:nth-of-type(3) .index{
	background: #ffc452;
}
.article-body .right-content .right-item .hot-list li a{
	display: block;
	padding: 0 70px 0 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-body .right-content .right-item .hot-list li a:hover{
	color: #E2CF90;
}
.article-body .right-content .right-item .hot-list li .read-num{
	position: absolute;
  right: 0px;
  top: 8px;
  font-size: 12px;
  color: #9b9c9e;
}
.article-body .right-content .right-item .tag-list li{
	float: left;
	width: 32%;
  line-height: 32px;
  text-align: center;
  margin: 3% 2% 0 0;
 	padding: 0px 3px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-body .right-content .right-item .tag-list li:nth-child(3n+0){
	margin-right: 0;
}
.article-body .right-content .right-item .tag-list li:hover{
	background: #E2CF90;
}
.article-body .right-content .right-item .tag-list li:hover a{
	color: white;
}
.article-body .right-content .right-item .soft-list img{
	width: 100%;
	margin-bottom: 1rem;
}

