@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{width:100%;text-align: center;clear: both;}
.pglist a,.pglist span{color: #fff;padding: 0 16px;margin: 0 6px;display: inline-block;vertical-align: middle;line-height: 40px;background: #6A6A6A;}
.pglist a:hover,.pglist span{display:inline-block;color: #fff;background: #0054DE;border-color: #0054DE;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
/*返回首页*/
#tip{padding-top: 30px;min-height: 320px;}
#tip b{color: #0054DE;}
/*网站地图*/
.sitemap{overflow:hidden;line-height:30px;padding: 10px;border-bottom: 1px solid #686A6B;}
.sitemap:last-child{border: 0;}
.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: #0044DE;color:#fff;}
.sitemap dd{float: left;width: 83.333333%;}
.sitemap dd a{float:left;color: #fff;padding-right:35px;line-height:39px;}
.sitemap dd a:hover{color: #0054DE;}
/*网站标签*/
.tags_list{overflow:hidden;line-height:30px;padding: 10px;margin-bottom: -2%;border-bottom:1px solid #ddd;}
.tags_list:last-child{border: 0;}
.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: #0044DE;color: #fff;}
.tags{color: #fff;overflow:hidden;margin-bottom: 20px;}
.tags span{float: left;display: block;line-height: 40px;}
.tags a{color: #fff;border-radius: 4px;display: inline-block;line-height: 28px;padding: 0 6px;margin: 5px;background: rgba(178,178,178,0.1);border: 1px solid #686A6B;}
.tags a:hover{background: #0044DE;border-color: #0044DE;}
.website{color: #fff;}
.website a{color: #fff;text-decoration: underline;}
/*评论列表*/
.comment-main{border: 1px solid #686A6B;background-color: rgba(178,178,178,0.1);margin-top: 25px;font-size: 12px;color: #fff;line-height: 14px;transition: all .5s;}
.comment-show-box{padding: 20px 12px;}
.comment-show-box .pl-box2{width: 100%}
.comment-show-box .pl-box2 dl{float: left;width: 100%;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #686A6B;}
.comment-show-box .pl-box2 dl dt{float: left;width: 50px;margin-right: 15px;}
.comment-show-box .pl-box2 dl dt img{width: 50px;height: 50px}
.comment-show-box .pl-box2 dl dd{float: right;width: 93%;}
.comment-show-box .pl-box2 dl dd h1{font-weight: 700;font-size: 100%;}
.comment-show-box .pl-box2 dl dd h1 span{color: #fff;font-weight: 400;float: right;opacity: .5;}
.comment-show-box .pl-box2 dl dd p{margin-top: 10px;line-height: 20px}
.comment-show-box .pl-box2 dl dd p.xz-fc1{color: #0044DE;}
.comment-show-box .xz-cb{zoom: 1}
.comment-show-box .xz-cb:after{display: block;clear: both;visibility: hidden;height: 0;overflow: hidden;content: "."}
.c-more {text-align: center;line-height: normal;}
.c-more a {display: block;color: #fff;padding: 13px 0;border: 1px solid #686A6B;background: rgba(178,178,178,0.1);border-radius: 2px;}
.c-more a:hover{background: #0044DE;border-color: #0044DE;}
/*评论表单*/
.comment-show-box .fb-box{background: rgba(178,178,178,0.1);border: 1px solid #686A6B;margin-top: 20px;}
.comment-show-box .fb-box dl{float: left;width: 97%;padding: 12px;}
.comment-show-box .fb-box dt{float: left;width: 50px;margin-right: 15px;}
.comment-show-box .fb-box dt img{-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;width: 50px;height: 50px}
.comment-show-box .fb-box dd{float: right;width: 92%;}
.comment-show-box .fb-box dd p{color: #656565;}
.comment-show-box .fb-box dd p textarea{width: 97%;height: 120px;line-height: 20px;color: #fff;padding: 12px;border: 1px solid #686A6B;outline: 0;background: rgba(178,178,178,0.1);font-family: "microsoft yahei";transition: all .5s;}
.comment-show-box .fb-box dd p textarea::-webkit-input-placeholder {color: #fff;}
.comment-show-box .fb-box dd p textarea:focus{border: 1px solid #0044DE;box-shadow: 0 0 10px 0 #0044DE}
.comment-show-box .fb-box-div{margin-top: -1px;background: rgba(178,178,178,0.1);border-radius: 0 0 5px 5px;border: 1px solid #686A6B;}
.comment-show-box .fb-box-div dl{padding: 12px;position: relative;}
.comment-show-box .fb-box-div dd{font-size: 12px;line-height: 13px;color: #fff;opacity: .5;}
.comment-show-box .fb-box-div input{-webkit-border-radius: 0 0 5px 0;-moz-border-radius: 0 0 5px 0;-ms-border-radius: 0 0 5px 0;-o-border-radius: 0 0 5px 0;border-radius: 0 0 5px 0;position: absolute;top: -1px;right: -1px;width: 80px;height: 39px;font-size: 12px;line-height: 39px;background: #AAA;color: #FFF;border: 0;cursor: pointer;transition: all .5s;}
.comment-show-box .fb-box-div input:hover{background: #0044DE;color: #FFF;}
/*点赞*/
#mood{margin-bottom: 30px;text-align:center;}
#mood p{font-size: 16px;color: #fff;font-weight:bold;margin-bottom: 20px;}
#mood a{display:inline-block;margin:0 10px;cursor:pointer;color: #555;background:#fff;border-radius:4px;border:1px solid #ddd;padding:6px 20px;min-width:100px;-webkit-box-sizing: border-box;box-sizing: border-box;}
#mood a span{display: inline-block;width: 18px;height: 18px;margin-right:10px;vertical-align: sub;background: url(../images/dianzan.png) no-repeat;transition: all .5s;}
#mood a span.dianzan-down{background-position: top right;}
#mood a em{font-style:normal;font-size: 16px;}
#mood a:hover{background: #0054DE;border-color: #0054DE;color:#fff;}
#mood a:hover span.dianzan-up{background-position: bottom left;}
#mood a:hover span.dianzan-down{background-position: bottom right;}
/*视频样式*/
video {background-color: #000;}
/*相关内容*/
.relate-news ul{color: #fff;margin-top: 25px;padding: 15px;border: 1px solid #686A6B;background-color: rgba(178,178,178,0.1);}
.relate-news ul li{float: left;position: relative;width: 48%;line-height: 35px;border-bottom: 1px dashed #686A6B;}
.relate-news ul li:nth-child(even) {float: right;}
.relate-news ul li a{display: block;color: #fff;padding-right: 100px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.relate-news ul li a:before{content: '+';font-weight: bold;font-size: 16px;line-height: 1;margin-right: 5px;}
.relate-news ul li span{position: absolute;top: 0;right: 0;color: #fff;opacity: .5;white-space: nowrap;}
.relate-news ul li a:hover{color: #0054DE;}