/*电子地图*/
.map{padding: 30px 0;}
.map .title{ font-size: 22px; line-height: 34px;}
.map img{max-width: 100%;}

.link{overflow: hidden; border-bottom: 1px solid #555555;}
.link h2{float: left; font-size: 17px;color: #f9a135; line-height: 66px; width: 90px;}
.link ul{float: left; width: calc((100% - 90px));}
.link ul li{float: left;line-height: 66px;}
.link ul li a{color: #FFF;}
.link ul li a:hover{color: #f9a135;}
.link ul li i{margin:0 10px; color: #FFF;}


/*搜索查询*/
.search{overflow: hidden;height: 70px; background: #0aa5cd;}
.search-l{float: left;overflow: hidden;line-height: 70px; color: #FFF; width: calc((100% - 400px)); display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical;}
.search-l b{color: #FFF;}
.search-r{float: right; width: 399px; margin-top: 15px;}
.search .key{float: left;background: #fff; border: 0; height: 38px;padding: 0 10px; width: 260px;}
.search .go{float: left; border:none; height: 38px; width: 50px; text-align: center; cursor: pointer; background: #ff6600; color: #FFF;}

/*搜索结果*/
.searchall{overflow: hidden; margin: 30px 0;padding: 30px; border: 1px solid #E7E7E7; background: #FFF; transition: all 0.5s ease; -webkit-transition:all 0.5s ease;}
.searchall:hover{box-shadow: 0 8px 20px 0 rgba(0,0,0,.10); transform: translate3d(0,-2px,0); transition: all .3s cubic-bezier(.55,0,.1,1);}
.searchall .img{overflow: hidden;float: left; width: 200px; height: 160px; margin-right: 30px;}
.searchall .img img{overflow: hidden;width: 100%; height: 160px;}
.searchall .text{float: left; width: calc((100% - 230px));}
.searchall .text h3{font-size: 22px;}
.searchall .text time{color: #999;}
.searchall .text p{color: #333; line-height: 24px; margin: 10px 0;}
.searchall .text .more{ display: inline-block; border: 1px solid #ccc; padding: 5px 30px; transition: all 0.5s; cursor: pointer;}
.searchall .text .more:hover{display: inline-block;border: 1px solid #DC0110; background: #DC0110;border: 0;}
.searchall .text .more:hover a{color: #FFF;}


/*地图*/
.map .title{ font-size: 22px; line-height: 34px;}



/*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: #f9a135;border-radius: 3px; color: #FFF; border: 1px solid #f9a135;}

/*上一条,下一条*/
.Previous{border-bottom: 1px solid #e7e7e7;line-height:40px; padding: 15px 0;}