@charset "utf-8";

/*电子地图*/
.map .title{ font-size: 22px; line-height: 34px;}


/*搜索查询*/
.search {overflow: hidden; height: 80px; line-height: 80px; border-bottom: 1px solid #f3f3f3; clear: both;}
.search-left{float: left; }
.search-left b{color: #333;}
.search-left a{color: #666;}
.search-left a:hover{color: #ff3300;}
.search-right{float: right;}
.search-right .search-keyword{color: #666; height: 40px;line-height: 40px; padding-left: 5px; width: 300px; background: #f0f0f0; border: 0;}
.search-right .search-option{color: #333; height: 30px;line-height: 30px; cursor: pointer;}
.search-right .search-submit{background:#3883ff; border: 0; color: #FFF; height: 40px; line-height: 40px; padding: 0 15px; cursor: pointer;}

/*搜索结果样式*/
.resultbar{font-size: 22px; padding: 20px 0; border-bottom: 1px solid #ccc; }
.resultbar strong{ color:#ff3300;}

.resultlist{overflow: hidden;padding: 20px 0;}
.resultlist ul{margin: 0;}
.resultlist ul li{ border-bottom: 1px dashed #ccc; padding: 15px 0;}
.resultlist ul li h3{font-size: 20px;}


/*tag标签*/
.sp-title{padding: 10px 0; border-bottom: 1px solid #ccc; margin-bottom: 15px;}
.tags_list { overflow: hidden;border: 1px solid #ccc;margin-bottom: 20px;}
.tags_list dl{padding: 15px; overflow: hidden; } 
.tags_list dl dt{font-size: 16px; padding-bottom: 10px;} 
.tags_list dl dd{float: left;border: 1px dashed #ccc; padding: 0 10px;}

/*taglist标签*/
.tagsbox{ overflow: hidden;padding: 20px 0;}
.tagsbox ul{margin:0;}
.tagsbox ul li{overflow: hidden; padding: 20px 0; border-bottom: 1px solid #ccc;}
.tagsbox ul li h5{display: block; font-size: 16px;}
.tagsbox ul li span{display: block; color: #666;}
.tagsbox ul li img{ width: 125px; height: 115px; float: left; margin-right: 20px; border: 1px solid #E7E7E7;}

/*pages分页*/
.pages{overflow: hidden;padding: 20px 0;}
.pages li{float: left; padding: 0 5px;}
.pages li.thisclass{border: 1px solid #50aee2; margin-top: -1px; padding-left:10px;padding-right:10px;}
.pages li a{border: 1px solid #e7e7e7; padding: 4px 10px;}
.pages li select{border: 1px solid #e7e7e7; height: 27px;}
