@charset "utf-8";

/* --------------------------- LiYin 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: 2700px;}
div.maincontent_container{position: absolute;width: 1050px;	height: 2670px;	top: 30px; left: 50%;
	margin-left: -525px;}

/* 左边菜单， 留空左边边界， 留空右边边界 */
div.content_emptyspace_left{ position:absolute;	width: 10px; height: 2670px; left:200px; }
div.content_emptyspace_right{ position:absolute; width: 10px; height: 2670px; right:0px; }
	
/* 右边内容范围 */
div.content_mainbox{ position: absolute; width: 830px; height: 2670px; 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: 0; right: 0px; margin:0;	padding:0;}
p.content_description{ position:absolute; width: 830px;	top:20px;}

/* 第一张文章插图 ，第二张文章插图  */
div.sub_image{	position:relative; width: 800px; height: 583px;	top: 0px; padding: 0px 15px 0px 15px;
		border-bottom: gray 1px solid;}
div.sub_image02{ position:relative;	width: 800px; height: 583px; top: 330px; padding: 0px 15px 0px 15px;
		border-bottom: gray 1px solid;}

/* 问题 & 答案 */
div.question_title{	position:relative; width: 830px; height: 60px; top: 20px; 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: 100px; top: 20px; right: 0px; margin:0; padding:0;}
p.paragraph_text{ position:absolute; width: 830px; height: 70px; top:0px;}

/* 网络文章 */
div.special_notebox{ position:relative; width: 630px; height: 50px; top: 40px; left: 100px; margin:0; 
	    padding:0; border-bottom: gray 2px solid; }
p.specialnote_title{ position: absolute; width: 630px; height: 30px; top: 0px; }
div.special_notebox_container {	position:absolute; width: 630px; height: 245px;	top: 50px; left: 0px;
		border-bottom: gray 2px solid;}
p.special_subtext{ position:absolute; width:600px; height: 212px; top: 6px;	left:10px;
		border-left: #cccccc 5px solid;	border-right: #cccccc 5px solid;}

/* 第一段标题 */
div.slogan_container01{	position:absolute; width: 800px; height: 100px;	top: 1980px; left: 50%;
	margin-left: -400px; opacity: 0.8;}
p.slogan_text01{ position:absolute; width: 800px; height: 100px; left: 10px; top:1px;}

/* arcady建议 */
div.special_notebox_container02{ position:absolute;	width: 800px; height: 300px; top: 2130px; left: 50%;
		margin-left: -400px	}
div.special_notebox02{ position:absolute; width: 760px;	height: 250px; top: 25px; left: 20px;}
p.special_subtext02-1{	position: absolute;	width: 760px; height: 30px;	left: 0px; top: 0px;}
p.special_subtext02-2{	position: absolute;	width: 760px; height: 70px;	left: 0px; top:55px; 
	text-indent: 50px;	line-height: 25px;}
p.special_subtext02-3{	position: absolute;	width: 760px; height: 70px;	left: 0px; bottom:2px;
		text-indent: 50px; line-height: 25px;}
p.special_subtext02-3 a { color: black;}
p.special_subtext02-3 a:hover {	color: red;	}

/* 第二段标题 */
div.slogan_container02{	position:absolute;	width: 800px; height: 140px; left: 50%;	margin-left: -400px;
		top: 2480px; border-top: gray 1px solid; border-bottom: gray 1px solid;	}
div.slogan_rightblueline{ position:absolute; width: 760px;	height: 100px; left: 20px; top: 20px;
		border-right: #3EAEFF 5px solid;}
p.slogan_text02{ position:absolute;	width: 740px; height: 200px; left: -70px; top: -6px;}
.slogan_italictxt{font-style: italic;	}
	
	
/* --------------------------- LiYin Content End ---------------------------  */

