@charset "utf-8";

body {
	font-family: "Microsoft YaHei",宋体,SimHei,tohoma,sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4 {
	font-family: "Microsoft YaHei",宋体,SimHei,tohoma,sans-serif;
	font-size: 0.875em;
	margin-top: 0;
}
h5, h6, p {
	font-family: "Microsoft YaHei",宋体,SimHei,tohoma,sans-serif;
	font-size: 0.875em;
	margin-top: 0;	
}
a img {
	border: none;
}

a:link, a:visited {
	color: #3C78B4;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	background-color: #37a;
	color: #fff;
}
h2 a:link, h2 a:visited {
	color: #666;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
}
h2 a:hover, h2 a:active, h2 a:focus {
	background-color: #37a;
	color: #fff;	
}
.container {
	background: #fff;
	max-width: 700px;
	margin: 0 auto;
}
/* 顶部 */
header {
    padding: 0 0.5em;
    background-image: url('/static/psykr/bc2.png');
    border-bottom: 1px solid #ccc;
}
header .wrapper{
    margin-bottom: 2px;
}
.nav-primary {
    position: relative;
    padding: 5px 0 0 0;
    margin: 0 auto;
    overflow: hidden;
}
.nav-logo {
    float: left;
    margin-right: 13px;
}
.nav-logo a:hover {
    background-color:#fff;
}
.nav-items {
    float: right;
    margin-top:10px; 
}
.nav-items a {
    margin: 0 0px;
    font-size: 18px;
}

/* 顶部-End- */

/* 内容 */
#content {
	max-width: 700px;
	overflow: hidden;
	padding: 0 0.5em;
}
#main {
	background-color:#fff; 
	padding: 10px 0;
	width: 100%;
	float: left;
	min-height:600px;
}
#main h3 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
}
#main h4 {
	font-size: 0.875em;
	font-weight: normal;
	text-align: center;
}
.post {
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
	overflow: hidden;
	}
.post span p {
	font-size: 0.872em;
	color: #3C78B4;
}
.post p {
	font-size: 1.1em;
	margin-bottom: 10px;
	font-family:"Segoe UI","myriad pro",myriad,helvetica,arial,sans-serif,"ClassicGrotesqueW01-Rg", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;

}

.description {
	padding: 10px 5px;
	margin-bottom: 30px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 0.875em;
	color: #666;
}

.article_pic {
	height: 300px;
	overflow: hidden;
}
.article_pic img{
	width: 70%;
	height: auto;
}
article p {
	margin-bottom: 18px;
	line-height: 28px;
}
@media screen and (max-width: 20em) {
	.nav-items {
		display: none;
	}
}
@media screen and (max-width: 40em) {
	.container {
	width: 100%;
	margin: 0 auto;
}
	.article_pic {
	height: auto;
	overflow: hidden;
	}
	.article_pic img{
	width: 100%;
	height: auto;
	}
}
/* share */

#share {
	border-top: 1px dotted #ccc;
	margin: 10px 0 16px 0;
	padding: 10px 0 0 10px;
	text-align: right;
}
/* 内容-End- */

.back-to-top {
position: fixed;
bottom: 20px;
left: 80%;
}
/* 翻页 */
.pagination {
	padding: 5px 0;
	height: 30px;
	overflow: hidden;
}
.current {
	padding: 0;
	margin: 0 auto;
}
/* ~~ 脚注 ~~ */
footer {
	padding: 10px 0.5em 0 0.5em;
	position: relative; 
	clear: both;
	background-image: url('/static/css/bc2.png');
	border-top:1px solid #ccc;
}
footer .wrapper {
	padding: 0 0 5px 0;

}
.ft {
	margin: 10px 0 10px 0;
}
/* 链接提示 */
#linkBox {
	width: 100%;
	padding: 10px 0 20px 0; 
	border-radius: 10px;
}
.tooltip
{
  position: relative;

  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}

.tooltip span
{ color: #000;
  visibility: hidden;
  position: absolute; 
  bottom: 30px;
  left: 50%;
  z-index: 999;
  width: 230px;
  margin-left: -127px;
  padding: 10px;
  border: 1px dashed #ccc;
  opacity: .9;
  background-color: #fff;                     
}

.tooltip:hover
{
  border: 0; /* IE6 fix */
}

.tooltip:hover span
{
  visibility: visible;
}

.tooltip span:before,
.tooltip span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;  
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;        
  border-bottom: 0;  
}

.tooltip span:before
{
  border-top-color: #ccc;
  bottom: -8px;
}


/* ~~ 其它浮动/清除类 ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 0.0625px;
	line-height: 0px;
}


/*HTML 5 支持 */
header, section, footer, aside, article, figure {
	display: block;
}