/*电子地图*/
.map{padding: 30px 0;}
.map .title{ font-size: 22px; line-height: 34px;}
.map img{max-width: 100%;}

.linkbg{overflow: hidden; height: 80px; background: #cd2a30;}
.link{overflow: hidden; border-bottom: 1px solid #3260a7; margin-bottom: 30px;}
.link h2{float: left; font-size: 16px; font-weight:bold; color: #FFF; line-height: 66px; width: 80px;}
.link ul{float: left; width: calc((100% - 80px));}
.link ul li{float: left;line-height: 66px;}
.link ul li a{color: #FFF;}
.link ul li i{margin:0 10px; color: #FFF;}

.here{overflow: hidden; height: 60px; line-height: 60px;}
.here p{overflow: hidden;}


/*搜索查询*/
.search {overflow: hidden;position: relative;  height: 67px; border-bottom: 1px solid #e2e2e2;}
.search-left{float: left;padding: 18px 0; }
.search-left span{display: block; color: #666;}
.search-left span b{color: #222;}
.search-left span a{color: #666;}
.search-left span a:hover{color: #1479d7;}
.search-right{float: right; padding: 13px 0;}
.search-right input{float: left; color: #666; height: 39px;line-height: 39px; padding-left: 20px; width: 200px;border: 1px solid #e2e2e2;}
.search-right .search-go{float: left;background:url(../images/ss.jpg) no-repeat;border: 0;color: #FFF;height: 41px;width: 64px; cursor: pointer;  border-radius: 0; padding-left: 0;}

/*搜索结果*/
.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;}




/*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: #cb0c1c;border-radius: 3px; color: #FFF; border: 1px solid #cb0c1c;}

/*上一条,下一条*/
.Previous{border-bottom: 1px solid #e7e7e7;line-height:40px; padding: 15px 0;}