@charset "utf-8";
/* 全局 */
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}
/*分页样式*/
.pglist{padding: 20px 0 30px;width:100%;text-align: center;clear: both;}
.pglist a {color: #999;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 30px;background: #fff;border: 1px solid #f2f2f2;}
.pglist a:hover,.pglist .hover {display:inline-block;color: #fff;background: #23ac38;border-color: #23ac38;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
/*返回首页*/
#tip{padding-top: 30px;min-height: 640px;}
#tip b{color: #23ac38;}
/*网站地图*/
.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_list{overflow:hidden;line-height:30px;padding: 10px;border-bottom:1px solid #ddd;}
.tags_list dt{float: left;margin-right: 2%;margin-bottom: 2%;width: 14.66666667%;}
.tags_list dt a{display:block;text-align:center;background: #ececec;font-size:14px;padding:8px 0;font-weight:normal;}
.tags_list dt a:hover{background: #ccc;color:#fff;}
.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: #23ac38;border-color: #23ac38;color: #fff;}
/*点赞*/
.xiycms-zan { margin-top: 30px; text-align: center; }
.xiycms-zan p { font-weight: bold;     margin-bottom: 20px;}
.xiycms-zan a { display: inline-block; margin: 0 10px; cursor: pointer; background: #fff; border-radius: 4px; border: 1px solid #ddd; padding: 6px 20px; min-width: 100px; }
.xiycms-zan a i { font-size: 18px; margin-right: 10px; }
.xiycms-zan a em { font-style: normal; font-size: 18px; }
.xiycms-zan a:hover { background:#23ac38; border-color: #23ac38; color: #fff; }
.xiycms-zan a:hover i { color: #fff; }
/*视频样式*/
video {background-color: #000;}
/*分页专用css1 -- .xiycms-page*/
.xiycms-page {list-style:none;margin:20px 0px;text-align:center;}
.xiycms-page li {display:inline-block; margin:0px 5px !important;border:1px solid #dedede; margin-right:5px; line-height:30px;color:#999;width: auto !important; padding: 0px 6px;}
.xiycms-page li a { display:inline-block;line-height:30px;padding:0 6px;}
.xiycms-page li.active,.qipapage li.hover {border:1px solid #00b5f9; color:#00b5f9; font-weight:bold; text-decoration:none;}
.xiycms-page li.active a,.qipapage li.hover a { color:#00b5f9; font-weight:bold; text-decoration:none;}

.xiycms-filter{border:1px solid #f3f3f3;padding:6px 20px;margin-top:20px;padding:15px;}
.xiycms-filter dl{margin:0;}
.xiycms-filter dl dd{float:left;width:70px;font-weight:bold;font-size:14px;margin:0;padding-top:5px;}
.xiycms-filter dl dt{margin:0 0 0 80px;}
.xiycms-filter dl dt a{font-weight:normal;margin:0 5px 5px 0;padding:5px 10px;color:#666;font-size:14px;display:inline-block;}
.xiycms-filter dl dt a:hover{background:#23ac38;color:#fff;}
.xiycms-filter dl dt .hover{background:#23ac38;color:#fff;}

.xiycms-tags {width:100%;display:block;clear:both;}
.xiycms-tags li {float: left; margin: 10px 10px 0 0; border: 1px solid #ddd; height: 28px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px;}
.xiycms-tags li a { font: 14px/28px "Microsoft YaHei"; color: #000;  white-space: nowrap; padding: 0 15px; line-height: 28px; }
.xiycms-tags li:hover  { border: 1px solid #23ac38; }
.xiycms-tags li:hover a { color:#23ac38; }