/*电子地图*/
.map{padding: 5% 0;}
.map .title{ font-size: 22px; line-height: 34px;}
.map img{max-width: 100%;}


/*搜索查询*/
.search {overflow: hidden;border-bottom: 1px solid #e2e2e2;}
.search-left{float: left;padding: 22px 0; }
.search-left span{display: block; color: #999; height: 38px;line-height: 38px;}
.search-left span b{color: #333;}
.search-right{float: right;padding: 22px 0;}
.search-right input{float: left; color: #666; height: 38px;line-height: 38px; padding-left: 20px; width: 200px; border-radius: 20px 0 0 20px;  background: #f1f1f1;}
.search-right .search-go{float: left;background:url(../images/ss.jpg) no-repeat;height: 38px;width: 40px; cursor: pointer;border-radius:0;}

/*搜索结果*/
.ssjg{overflow: hidden;background: #155778;padding: 150px 100px 100px 100px; text-align: center; font-size: 28px; color: #FFF;}
.search_result{overflow: hidden; margin: 50px 0;}
.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: 50px 0;}
.page span{padding:8px 12px; margin: 0 5px; border: 1px solid #E7E7E7;border-radius: 3px;}
.page a{padding:8px 12px; margin: 0 5px; border: 1px solid #E7E7E7;border-radius: 3px;}
.page span.a{ background: #155778;border-radius: 3px; color: #FFF; border: 1px solid #333;}
.page .nolink{display: none;}

/*上一条,下一条*/
.Previous{border-bottom: 1px solid #e7e7e7;line-height:40px; padding: 15px 0;}
.Previous b{font-weight: bold;}