@charset "utf-8";

/* --------------------------- Rachel Content Start ---------------------------  */

/* area=big box, container= center box, box= content box */
/* main picture */
div.main_banner{ position:relative; width:100%; height:480px; background-position:center;
	background-repeat:no-repeat; }
/* 100%内容背景颜色， 中间内容背景 */
div.maincontent_area{ position:relative; width: 100%; height: 3430px;}
div.maincontent_container{position: absolute;width: 1050px;	height: 3430px;	top: 30px; left: 50%;
	margin-left: -525px;}

/* 左边菜单， 留空左边边界， 留空右边边界 */
div.content_emptyspace_left{ position:absolute;	width: 10px; height: 3430px; left:200px; }
div.content_emptyspace_right{ position:absolute; width: 10px; height: 3430px; right:0px; }
	
/* 右边内容范围 */
div.content_mainbox{ position: absolute; width: 830px; height: 3430px; left: 210px;	top: 0px;}

/* 文章范围， 文章主题 */
div.content_header{	position:relative; width: 830px; height: 60px; top: 0px; right: 0px; margin:0; padding:0;}
p.header_slogan{ position: absolute; width: 830px; height: 35px; border-bottom: gray 1px solid;	}

/* 文章第一段 */
div.paragraph_01{ position:relative; width: 830px; height: 160px; top: 30px; right: 0px; margin:0;	padding:0;}
p.content_description{ position:absolute; width: 830px;	 height: 100px; top:-15px;  }
p.content_description01{ position:absolute; width: 830px; height: 70px; top:80px;  }

/* 第一张文章插图 ，第二张文章插图  */
div.sub_image{	position:relative; width: 800px; height: 550px;	top: 100px; padding: 0px 15px 0px 15px;
		border-bottom: gray 1px solid;}
div.sub_image02{ position:relative;	width: 800px; height: 543px; top: 670px; padding: 0px 15px 0px 15px;
		border-bottom: gray 1px solid; }

/* 问题 & 答案 */
div.question_title{	position:relative; width: 830px; height: 60px; top: 50px; right: 0px; margin:0;	padding:0;}
p.question_text{ position: absolute; width: 830px; height: 35px; top: 0px; }	

/* 文章第二段 */
div.paragraph_02{ position:relative; width: 830px; height: 90px; top: 50px; right: 0px; margin:0; padding:0;}
p.paragraph_text{ position:absolute; width: 830px; height: 70px; top:0px; }

/* 网络文章 */
div.special_notebox{ position:relative; width: 750px; height: 50px; top: 130px; left: 15px; margin:0; 
	    padding:0; /*background-color: aqua; */ }
p.specialnote_title{ position: absolute; width: 380px; height: 30px; top: 0px; border-bottom: gray 2px solid; /*background-color: crimson;*/}
div.special_notebox_container {	position:absolute; width: 810px; height: 470px;	top: 70px; left: 0px; 
/*background-color: blueviolet;	*/ }
p.special_subtext{ position:absolute; width:815px; height: 450px; top: 0px;	left:5px;
	/*border-left: #cccccc 5px solid;	border-right: #cccccc 5px solid; */ /* background-color: aqua;*/}

/* 第一段标题 */
div.slogan_container01{	position:absolute; width: 800px; height: 100px;	top: 2240px; left: 50%;
	margin-left: -400px; opacity: 0.8; /*background-color: aqua;*/ }
p.slogan_text01{ position:absolute; width: 800px; height: 50px; left: 10px; top:0px; /*background-color: coral;*/}

/* arcady建议 */
div.special_notebox_container02{ position:absolute;	width: 800px; height: 740px; top: 2385px; left: 50%;
		margin-left: -400px; 	}
div.special_notebox02{ position:absolute; width: 770px;	height: 700px; top: 25px; left: 20px; /*background-color: chartreuse;*/ }
p.special_subtext02-1{	position: absolute;	width: 760px; height: 30px;	left: 0px; top: -25px; border-bottom: 1px#524F4F solid; }
p.special_subtext02-2{	position: absolute;	width: 790px; height: 80px;	left: 0px; top:20px; 
	text-indent: 0px;	line-height: 25px; }
p.special_subtext02-3{	position: absolute;	width: 760px; height: 30px;	left: 0px; top: 135px; border-bottom: 1px#524F4F solid; }
p.special_subtext02-4{	position: absolute;	width: 760px; height: 130px;	left: 0px; top:180px;
		text-indent: 0px; line-height: 25px; }
p.special_subtext02-5{	position: absolute;	width: 760px; height: 30px;	left: 0px; top: 345px; border-bottom: 1px#524F4F solid;}
p.special_subtext02-6{	position: absolute;	width: 760px; height: 130px;left: 0px; top:390px;
		text-indent: 0px; line-height: 25px;  }
p.special_subtext02-7{	position: absolute;	width: 760px; height: 30px;	left: 0px; top: 560px; border-bottom: 1px#524F4F solid;}
p.special_subtext02-8{	position: absolute;	width: 760px; height: 70px;	left: 0px; top:605px;
		text-indent: 0px; line-height: 25px; }


/* 第二段标题 */
div.slogan_container02{	position:absolute;	width: 800px; height: 160px; left: 50%;	margin-left: -400px;
		top: 3180px; border-top: gray 1px solid; border-bottom: gray 1px solid; /*background-color: crimson;*/ }
div.slogan_leftredline{ position:absolute; width: 760px; height: 140px; left: 20px; top: 10px;
		border-left: red 5px solid; /*background-color: deepskyblue;*/}
p.slogan_text02{ position:absolute;	width: 740px; height: 130px; left: 10px; top: -10px; /*background-color: darkmagenta;*/}
.slogan_italictxt{font-style: italic;	}
	
	
/* --------------------------- Rachel Content End ---------------------------  */

