﻿@charset "utf-8";
/*文章部分*/

p {
	line-height:38px;
	border-top: 1px  solid #C0DCC0;
	padding-top:10px;
	text-indent: 2em;
	font-size:19px;
	letter-spacing:1px;
}

pre {
	color: black;
	margin-bottom: 0px;
    font-size: 11pt;
    font-weight: light;
}

/*---------------*/
/*经文*/
.jingwen {
	color:          #006600;
    border:         1px dashed #000000;
    padding:        10px 15px;
	margin:    10px auto;
	line-height:150%;
	font-family:KaiTi;
	font-size: 15pt;
	background-color:#FAFAD2;
	width:90%;
}

/*译文*/
.yiwen {
	color:blue;
}

/*解读*/
.jiedu {
	color:DarkMagenta;
}

/*注释*/
.comment {
	color:DarkSlateGray;
}

/*引用*/
.yinyong {
	color:#8e5d08;
}

/*评析*/
.pingxi {
	color:green;
}
.shici {
	line-height: 25pt;
	font-weight: lighter;
	font-size: 18px;
	padding-left:4em;
	text-indent: 0;
	color: #003333;
	font-family:KaiTi;
}

/*版权*/
.banquan {
	color:red;
	font-weight:bold;
	margin-top:60px;
}



