
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
/* 基础 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0}
::-webkit-scrollbar{width:8px;height:8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track{border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);background-color: #555;}
input,textarea{-webkit-user-select:text}
/*返回首页*/
#tip{padding-top: 30px;min-height: 640px;}
#tip b{color: #144bb1;}
/*网站地图*/
.sitemap{overflow:hidden;line-height:30px;padding: 10px;border-bottom:1px solid #ddd;}
.sitemap dt{float: left;margin-right: 2%;width: 14.66666667%;}
.sitemap dt a{display:block;text-align:center;background: #ececec;font-size:14px;padding:8px 0;font-weight:normal;}
.sitemap dt a:hover{background: #ccc;color:#fff;}
.sitemap dd{float: left;width: 83.333333%;}
.sitemap dd a{float:left;color:#666;padding-right:35px;line-height:39px;transition:none;}
.sitemap dd a:hover{color:#333;}
/*网站标签*/
.tags{overflow:hidden;margin-bottom: 20px;}
.tags span{float: left;display: block;line-height: 40px;}
.tags a{border-radius: 4px;-webkit-border-radius: 4px;display: inline-block;line-height: 28px;padding: 0 6px;margin: 5px;background: #fff;border: 1px solid #dadada;}
.tags a:hover {background: #144bb1;border-color: #144bb1;color: #fff;}
/*内容页二维码弹窗*/
.ewmbox {width: 300px;height: 320px;padding-top: 20px;background: #fff;z-index: 9999;position: fixed;left: 50%;top: 50%;margin: -170px 0 0 -150px;text-align: center;font-size: 16px;display: none;}
.ewmbox .close {width: 32px;height: 32px;position: absolute;top: -15px;right: -15px;cursor: pointer;border-radius: 100%;background: #333 url(../images/dialogclose.png) no-repeat center center;transition: all ease 300ms;}
.ewmbox .close:hover {transform: rotate(180deg);}
.ewmbox img {width: 260px;height: 260px;display: block;margin: 0 auto 10px;}
.dialog-layout {width: 100%;height: 100%;position: fixed;z-index: 100;top: 0;left: 0;background: #000;opacity: 0.5;filter: alpha(opacity=50);}
/*视频样式*/
video {background-color: #000;}
/*分页样式*/
.pagebar {padding:20px; overflow:hidden}
.pagebar .pagination{display:flex;justify-content:center;margin-top:10px;}
.pagination a{background:#fff;border:1px solid #144bb1;color:#144bb1;font-size:14px;padding:2px 7px;margin:0 1px;border-radius:3px;display:inline-block;}
.pagination span{background:#fff;color:#aaa;border:1px solid #aaa; font-size:14px;padding:2px 7px;margin:0 1px;border-radius:3px;display:inline-block;}
.pagination a:hover{color:#fff;background:#144bb1;border:1px solid #144bb1;}
.pagination span.current{color:#fff;background:#144bb1;border:1px solid #144bb1;}