/*电子地图*/
.ellipsis {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

/*地图*/
.map{}
.map .title{ font-size: 22px; line-height: 34px;}
.map img{max-width: 100%;}

/*返回顶部*/
#goTopBtn{position:fixed;z-index:10000;bottom:100px;right:2%;width:50px;height:50px;display: none; overflow:hidden; cursor: pointer; background: #2f709a; border-radius: 50%; }
#goTopBtn i{width:50px;height:50px;display: block;background:url(../images/go_top.svg)no-repeat center;background-size:30px; color: #FFF;}


/* 友情连接 */
.linkbg{overflow: hidden; height: 80px; background: #cd2a30;}
.link{overflow: hidden;}
.link h2{float: left; font-size: 32px; font-weight:bold; color: #FFF; line-height: 80px; width: 120px;}
.link ul{float: left; width: calc((100% - 120px));}
.link ul li{float: left; position: relative;line-height: 80px;}
.link ul li a{color: #FFF;}
.link ul li::after{content: '|';position: absolute;margin:0 10px; color: #FFF;}

/* 上一条下一条 */
.previous{margin: 30px 0;}
.previous span{float: left;background: #e7e7e7; border-radius: 6px; padding: 5px 10px;color: #222; margin-right:10px;}
.previous a{line-height:34px;}
.nexts{margin: 30px 0;}
.nexts span{float: left;background: #e7e7e7; border-radius: 6px; padding: 5px 10px;color: #222; margin-right:10px;}
.nexts a{line-height:34px;}

/* 分页样式 */
.pglist {margin-top:20px;margin-bottom:40px;text-align:center!important;font-size:14px;}
.pglist a {border:1px solid #e4eaec;background:#fff;padding:10px 16px;margin: 0 4px;text-align:center;color:#76838f;}
.pglist a:hover {background:#f5f5f5}
.pglist a.NextA {border-right:1px solid #e4eaec}
.pglist .NextSpan,.pglist .PreSpan {border:1px solid #e4eaec;padding:10px 16px;background:#fff;color:#ccd5db;cursor:default}
.pglist .firstPage,.pglist .lastPage {height:28px;line-height:28px;min-width:40px}
.pglist span {border:1px solid #e4eaec;border-right:none;padding:10px 18px;text-align:center;background:#cd2a30;border-color:#cd2a30;color:#fff;cursor:default}
.pglist a,.pglist a:active,.pglist a:focus,.pglist a:hover {text-decoration:none}
.pglist .PageText {margin-left:10px;color:#aaa;display:none}
.pglist a:last-child{ border-right:1px solid #e4eaec}