@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;}
/*返回首页*/
#tip{width: 100%;padding-top: 80px;min-height: 260px;}
#tip span{color: #333;font-size: 18px;font-weight: bold;}
#tip i{color: #3658c6;font-size: 32px;margin-right: 10px;}
/*网站地图*/
.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;color: #434343;font-size:14px;padding:8px 0;font-weight:normal;}
.sitemap dt a:hover{background: #3658c6;color:#fff;}
.sitemap dd{float: left;width: 76%;}
.sitemap dd a{float:left;color:#666;padding-right:35px;line-height:39px;transition:none;}
.sitemap dd a:hover{color:#333;}
@media screen and (max-width:640px){
.sitemap{padding: 5px 0;}
.sitemap dt{width: 22%;}
.sitemap dt a{font-size: 12px;}
.sitemap dd a{font-size: 12px;padding-right: 3%;line-height: 23px;}}
/*网站标签*/
.tags_list{min-height: 360px;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: #3658c6;color:#fff;}
@media screen and (max-width:640px){
.tags_list{padding: 5px 0;}
.tags_list dt{min-width: 32%;}
.tags_list dt a{font-size: 12px;}
.tags_list dt:nth-child(3n){margin-right: 0;}}
.tags{overflow:hidden;margin-bottom: 15px;}
.tags span{float: left;display: block;color: #595959;line-height: 40px;}
.tags a{border-radius: 4px;display: inline-block;line-height: 28px;padding: 0 6px;margin: 5px;background: #fff;border: 1px solid #dadada;}
.tags a:hover {background: #3658c6;border-color: #3658c6;color: #fff;}
.website{color: #666;}
.website a{color:#3658c6;text-decoration: underline;}
/*点赞*/
#mood{margin-bottom: 30px;text-align:center;}
#mood p{font-size: 16px;color: #555;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 i{display: inline-block;font-size: 18px;margin-right:10px;}
#mood a em{font-style:normal;font-size: 16px;}
#mood a:hover{background: #3658c6;border-color: #3658c6;color:#fff;}
/*视频样式*/
video {width: 100%;height:auto;background-color: #000;}