
.ellipsis {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
/*地图*/
.map .title{ font-size: 22px; line-height: 34px;}

/*友情链接*/
.link-bt{overflow: hidden;border-bottom: 1px solid #E7E7E7; height: 42px;line-height: 42px;margin: 10px 0; }
.link-bt span{display: inline-block; color: #242323; font-size: 18px;font-weight: normal;}
.link-bt span i{ color: #f57921; padding-right: 10px; padding-left: 5px; font-size: 24px; font-weight: bold;}
.link{overflow: hidden; }
.link ul{}
.link ul li{float: left;line-height: 25px; color: #333; margin-bottom: 8px;}
.link ul li a{color: #666;}
.link ul li a:hover{color: #f57921;}
.link ul li i{padding: 0 4px;}



/*搜索查询*/
.search {overflow: hidden;position: relative;  height: 68px;box-shadow: 0px 2px 5px #ccc; }
.search-left{float: left;}
.search-left span{display: block; color: #666; height: 25px; line-height: 68px;}
.search-left span b{color: #333; height: 25px;}
.search-left span a{color: #666;}
.search-left span a:hover{color: #f57921;}
.search-right{float: right; padding: 13px 0;}
.search-right input{float: left; color: #999; height: 38px;line-height: 38px; padding-left: 20px; width: 250px; border: 1px solid #E7E7E7;}
.search-right .search-go{float: left;background:#f57921;border: 0;color: #FFF;height: 38px;width: 60px; cursor: pointer;padding-left: 0;}

/*搜索结果*/
.search_result{overflow: hidden;}
.search_result ul{}
.search_result ul li{ float: left; width: 100%; border-bottom: 1px solid #E7E7E7; padding: 8px 0;}
.search_result ul li h2{ font-weight: bold; font-size: 16px;}
.search_result ul li time{ color: #999;}
.search_result ul li p{line-height: 28px;}

/*TAG标签*/
.tag{border-top: 1px dashed #e7e7e7;border-bottom: 1px dashed #e7e7e7;line-height:36px;}

.tags{overflow: hidden;}
.tags ul{}
.tags ul li{float: left; border: 1px dashed #e7e7e7;line-height:36px;padding: 0px 10px; margin: 0 6px;}

/*分页样式*/
.page{ text-align: center; padding: 30px 0;}
.page span{padding:5px 8px; margin: 0 5px; border: 1px solid #E7E7E7;border-radius: 3px;}
.page a{padding:5px 8px; margin: 0 5px; border: 1px solid #E7E7E7;border-radius: 3px;}
.page span.a{ background: #f57921;border-radius: 3px; color: #FFF; border: 1px solid #f57921;}


/*上一条,下一条*/
.Previous{border-bottom: 1px solid #e7e7e7;line-height:36px;}
.Previous a{color: #999;}
.Previous a:hover{color: #f57921;}