@CHARSET "UTF-8";
/*顶部导航*/
.top-nav{
	height: 40px;
    background-color: #ff7f14;
}
.top-nav .logo{
	float:left;
	padding:5px 15px 0 15px;
}
.top-nav .logo img{
	height:29px; 
}
.top-nav ul{
	float:left;
	margin-left:15px;
}
.top-nav li{
	float: left;
    line-height: 40px;
    font-size: 14px;
    margin-right: 24px;
}
.top-nav li a{
	color:#fff;
}
.user-bar{
	float: right;
	position: relative;
    cursor: pointer;
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    color:#fff;
}
.user-bar i{
	font-size:1.3em;
}
.user-bar a{
	display: inline-block;
	padding: 0 5px;
	color:#fff;
}

/*面包屑*/
.crumbs-bg{
	background-color:#f2f2f2;
}
.crumbs{
	height:30px;
	line-height:30px;
}

/*-------内页-------*/
.body{
    width: 1000px;
    margin: auto;
    margin-bottom:60px;
}


.body-left{
	float:left;
	width:660px;
}
.body-left-bd{
	background-color:#fff;
}
.body-right{
	float:right;
	width:300px;
}
.body-right-bd{
	margin-bottom:10px;
	background-color:#fff;
}
.body-right-bd h3{
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
    line-height: 30px;
    color:#999;
    font-weight:normal;
    border-left:10px solid #e9e9e9;
    background-color:#f3f3f3;
}
.tags-block{
	padding:20px 0 10px 0;
}
.tags-block a{
	display:inline-block;
	min-width:30px;
	height: 24px;
	padding:0 10px;
	margin-bottom: 8px;
	margin-right:5px;
	line-height: 24px;
	color:#333;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    text-align: center;
}
.tags-block a:hover{
	color:#ff7f14;
	border:solid 1px #ff7f14;
}
.details-title{
	padding:30px 20px 0 0;
	font-size:18px;
	
	color:#333;
}
.details-info{
	height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #f0f0f0	;
}
.details-info .from,
.details-info .date{
	display:inline-block;
    color:#999;
}
.details-info .date{
	padding-left:10px;
	padding-right:20px;
}
.details-info .fun{
	float:right;
	height:40px;
	padding-left:20px;
	line-height:40px;
}
.details-info .fun a{  
	padding:0 10px;
	color:#ccc;
}
.details-info .fun a:hover{
	color:#ff7f14;
}
.details-info .iconfont{
	margin-right:4px;
}
.details-con{
	padding:20px 0;
}
.details-con p img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
.details-con p{
	padding:8px 0;
	font-size:14px;
	line-height:1.8em;
	color:#333;
}
.details-page{
	padding: 20px 0;
	border-top:solid 1px #ddd;
}
.details-page a{
	/* float: left;
    width: 47%; */
    min-height: 24px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.details-page a i{
	margin:0 4px;
}
.details-page a:hover{
	color:#ff7f14;
}
.details-page .a1{
    /* padding-right: 3%; */
    text-align: left;
}
.details-page .a2{
	/* padding-left: 3%; */
    text-align: right;
}
.details-good{
    height: 60px;
    padding:10px 0 40px 0;
    line-height: 60px;
    text-align: center;
}
.details-good a{
	display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #9f9f9f;
    background: #e5e5e5; 
    font-size: 30px;
    border-radius: 50%;
    vertical-align:middle;
}
.details-good a:hover{
	color:#fff;
	background-color:#ff7f14;
}
.details-good span{
	display: inline-block;
    margin-left: 6px;
    font-size:14px;
}

/*文章列表*/
.article-list{
	padding:10px 0;
}
.article-list2 li{
	border-bottom:dotted 1px #ccc;
}
.article-list li{ 
    padding: 5px 0; 
    line-height: 20px;
}
.article-list>li>a{
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	color:#8a8a8a;
	font-size:12px;
}
.article-list .count{
	padding-top:2px;
	text-align:right;
}
.article-list .count a{
	display:inline-block;
	margin:0 5px;
	color:#ccc;
}
.article-list .count a i{
	margin-right:2px;
}
.link-banner img{
	float:left;
	width:100%;
	margin-top:40px;
	margin-bottom:30px;
}
.details-ewm{
	padding:20px 10px;
}
.details-ewm img{
	max-width:100%;
}

/*热门标签*/
.tags-head{
	background-color:#fff;
}
.tags-head h2{
	padding: 20px;
    color: #303030;
    font-size:26px;
    border-bottom: 1px solid #f0f0f0;
}
.tags-list{
    height: 44px;
    padding: 10px 20px;
    margin-bottom: 10px;
    line-height: 44px;
}
.tags-list a{
	position:relative;
	display:inline-block;
	min-width:30px;
	height: 24px;
	padding:0 10px;
	margin-bottom: 8px;
	line-height: 24px;
	color:#333;
    border-radius: 12px;
    border: 1px solid #e7e9ea;
    text-align: center;
}
.tags-list a:hover{
	color:#ff7f14;
	border:1px solid #ff7f14;
}
.tags-list a.cursor{
	color:#fff;
	background-color:#ff7f14;
	border:1px solid #ff7f14;
}
.tags-list a.cursor i{
	position:absolute;
	left:50%;
	bottom:-6px;
	width:0;
	height:0;
	margin-left:-6px;
	border-right:transparent 6px solid;
	border-left:transparent 6px solid;
	border-top:#ff7f14 6px solid;
}
.tags-content li{
    margin-bottom: 10px;
    padding:30px;
    background-color: #fff;
}
.tags-content-img{
	float:left;
	width:150px; 
}
.tags-content-img img{
	width:100%;
	height:150px;
}


.details-con .about-txt{
	padding:15px;
	margin:10px 0;
	background-color:#eee;
	border:solid 1px #ddd;
}
.details-con h2{
	margin-top:25px;
	margin-bottom:55px;
	text-align:center;
	border-bottom:solid 1px #ddd;
}
.details-con h2 span{
	position:relative;
	top:13px;
	display:inline-block;
	padding:0 20px;
	font-size:26px;
	color:#333;
	background-color:#fff;
}

/*热词搜索*/
.hot_bg{
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
.hot{
	padding: 0 20px;
}
.hot h3{
	padding-top: 20px;
	font-size: 18px;
	color: #333;
}
.hot h3 i{ 
	margin-right: 6px;
	font-weight: normal;
}
.hot_a{
	float: left;	
	padding: 15px 0;
}
.hot_a li{
	float: left;
	width: 20%;
	padding: 15px 0;
	font-size: 14px;
	border-bottom: solid 1px #eee;
}
.hot_a li a{
	display: block;
	padding: 0 15px;
}
