@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: 1700px;}
div.maincontent_container{position: absolute;width: 1050px;	height: 1670px;	top: 30px; left: 50%;
	margin-left: -525px;}

/* 左边菜单， 留空左边边界， 留空右边边界 */
div.content_emptyspace_left{ position:absolute;	width: 10px; height: 1670px; left:200px; }
div.content_emptyspace_right{ position:absolute; width: 10px; height: 1670px; right:0px; }

div.content_emptyspace{position:relative; width: 1px; height: 30px; left: 0px;}
	
/* 右边内容范围 */
div.content_mainbox{ position: absolute; width: 830px; height: 1670px; 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: 250px; 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: 400px;	top: 0px; padding: 0px 15px 0px 15px;
		border-bottom: gray 1px solid;}
div.sub_image02{ position:relative;	width: 800px; height: 583px; top: 320px; padding: 0px 15px 0px 15px;
		border-bottom: gray 1px solid;}

/* 问题 & 答案 */
div.question_title{	position:relative; width: 830px; height: 60px; top: 160px; 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: 140px; 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: 30px; 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: 760px; left: 50%;
	margin-left: -400px; }
p.slogan_text01{ position:absolute; width: 800px; height: 100px; left: 10px; top:-15px;}

/* arcady建议 */
div.special_notebox_container02{ position:absolute;	width: 800px; height: 300px; top: 2120px; 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: 2470px; 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;	}

/* 不动背景图 */
div.fixbg_image_area{ position: relative; width: 100%; height: 350px;}	
div.fixbg_image{ 
	background: url(../images/general_info/duolanguagebg.jpg); 
	position: fixed;
	width: 1920px; 
	height: 1200px; 
	top: 117px; 
	left: -30px; 
	bottom: -540px; 
	z-index: -1;
}
div.fixbg_container{position: absolute;width: 1050px; height: 350px; top: 0px; left: 50%;
	margin-left: -525px;}
div.fixbg_subimage{ position: absolute; width: 516px; height: 216px; top: 54px; right: 0px;}

/* --------------------------- LiYin Content End ---------------------------  */

