/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

body
{
	/* Font */
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	font-size: 16px;
	line-height: 1.6;
	/* Text color */
	color: #333;

	/* Remove the background color to make it transparent */
	

	margin: 10px 10px 50px 10px;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

a
{
	color: #0782C1;
}

ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 40px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	line-height: 1.2;
}

h1{font-size:28px;font-weight:bold;color:#a54137;background:url(../images/h1ico.png) center left no-repeat;padding-left:34px;}
h2{font-size:24px;font-weight:bold;color:#a54137;background:url(../images/h2ico.png) center left no-repeat;padding-left:30px;}
h3{font-size:20px;font-weight:bold;color:#a54137;background:url(../images/h3ico.png) center left no-repeat;padding-left:24px;}
h4{font-size:16px;font-weight:bold;color:#a54137;background:url(../images/h4ico.png) center left no-repeat;padding-left:22px;}

hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	tab-size: 4;
}

.marker
{
	background-color: Yellow;
}

span[lang]
{
	font-style: italic;
}

figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}

a > img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;
}

/*------------自定义样式------------*/
/*练习题*/
.testListDiv{ background:#e9e9e9; padding:10px 20px;border:1px #c6c7c6 solid; margin-bottom:4px; text-align:left;}
.testListDiv .testTitle{ font-size:16px; border-bottom:1px dotted #c6c7c6; padding-bottom:10px;}
.testListDiv .testOption{ margin-top:10px;}
.testListDiv .testOption .optionList{ margin:5px 0px;}
.testListDiv .testOption .optionList input{margin:0px 3px;}
.testListDiv .testBtn{ margin-top:20px;}
.testListDiv .testBtn .testSubBtn{ padding:2px 20px;}
.testListDiv .answerShow{ display:none; margin-top:5px; font-size:16px;}
.testListDiv .answerDiv{ display:none; margin-top:5px;}
.testListDiv .testOption .qandaList input{ min-width:300px;}
.testListDiv .testOption .qandaList textarea{ min-width:400px;}
.testListDiv .testOption .qandaList span{ color:#FF0004; display:none;}

/*段前缩进*/
.blankkey{text-indent: 2em; padding:0px; margin:0px;}

/*tabs标签*/
.doubletabsDiv{ overflow:hidden;display:inline-block;}
.doubletabsDiv .doubletabs_title{ height:31px; text-align:left;}
.doubletabsDiv .doubletabs_title a{ display:inline-block; *display:inline;zoom:1;height:30px; line-height:30px; padding:0px 15px; border:1px #d6d3d6 solid;background:#FFFFFF; margin-left:5px; color:#848284; cursor:pointer; background:#f7f3f7; font-size:14px; border-bottom:none;}
.doubletabsDiv .doubletabs_title a:hover{ background:#dbdbdb; text-decoration:none;}
.doubletabsDiv .doubletabs_title .curr{ color:#525563; cursor:default;background:#fff;}
.doubletabsDiv .doubletabs_title .curr:hover{background:#fff;}
.doubletabsDiv .doubletabs_content{border:1px #d6d3d6 solid; min-height:400px;padding:10px; background:#FFFFFF;}
.doubletabsDiv .doubletabs_content .doubletabs_list{ display:none;}

blockquote{padding-left: 20px;padding-right: 8px;border-left:5px solid #CCC; color:#888888;font-style: italic;}

/*锚点导航菜单*/
.contentA-Menu{ position:fixed; top:100px; left:20px; background:#FFFFFF; border:1px #000000 solid; z-index:9999;}
.contentA-Menu .amenuContent{ padding:10px;}
.contentA-Menu a{ display:block; padding:7px 10px; color:#2D2D2D; border-top:1px #D3D3D3 solid;text-decoration:none;}
.contentA-Menu a:hover{ background:#D3D3D3; text-decoration:none;}
.contentA-Menu .first{ border:none;}
.contentA-Menu .amenuTitle{ height:35px; line-height:35px; background:#E7E7E7; border-bottom:1px #000000 solid; text-align:center; font-size:16px; cursor:pointer;}