@charset "utf-8";
/* CSS Document */


/* **********************网页主体****************************/
.main_content
{
	width:100%; 
	height:auto; 
	margin-top:10px; 
	float:left;
	min-height:480px;
}


/* **********************网页左半部分****************************/
.left_content
{
	width:69%; 
	height:auto; 
	float:left;
}

.personal_status
{
	width:100%; 
	height:auto; 
	float:left; 
	margin-left:5px; 
	margin-right:5px;
}

.status_title
{
	font-size:24px; 
	font-weight:bolder; 
	color:#007898
}

.status_bigtext
{
	font-size:24px;
}

.status_text
{
	 font-size:16px;
}

.news
{
	width:100%; 
	height:auto; 
	float:left; 
	margin-left:5px; 
	margin-right:5px; 
	margin-top:20px;
}

.news_title
{
	font-size:20px; 
	color:#007898; 
	font-weight:bolder;
}

.news_ul_li
{
	list-style:none;
	margin-top:5px;
	margin-bottom:5px;
}

.news_ul_li_a
{
	cursor:pointer; 
	color:#007898;
}

.news_ul_li_a:hover{ text-decoration:underline;}

.personal_introduction
{
	width:100%; 
	height:auto; 
	float:left; 
	margin-left:5px; 
	margin-right:5px; 
	margin-top:20px;
}

<!-- -->
.personal_introduction_title
{
	font-size:20px; 
	color:#007898; 
	font-weight:bolder;
}

.personal_introduction_2
{
	width:100%; 
	height:auto; 
	float:left; 
	margin-top:20px;
}

.personal_introduction_2_text
{
	width:14px; 
	margin-left:50px;
}

.leavemessage
{
	width:80%; 
	height:30px; 
	float:left; 
	margin-left:20px; 
	margin-top:50px;
}

.leavemessage_a
{
	font-size:20px; 
	text-decoration:underline; 
	cursor:pointer;
}



.right_content
{
	width:30%; 
	height:auto; 
	float:right; 
	border-left:1px dashed #CCC;
}

.personal_image
{
	width:100%; 
	height:80px; 
	float:left;
	margin-left:20px;
	margin-right:5px;
}



.last_article
{
	width:100%; 
	height:auto; 
	float:left; 
	margin-left:20px; 
	margin-right:5px;
	margin-top:20px;
}

.last_article_title
{
	font-size:20px; 
	font-weight:bolder;
	color:#007898
}

.last_article_ul_li
{
	
}

.last_article_ul_li_a
{
	font-size:14px; 
	cursor:pointer;
}

.last_article_ul_li_a:hover{ text-decoration:underline;}

.last_work
{
	width:100%; 
	height:auto; 
	float:left; 
	margin-left:20px; 
	margin-right:5px;
	margin-top:20px;
}

.last_work_title
{
	font-size:20px; 
	font-weight:bolder;
	color:#007898
}

.last_work_ul_li_a
{
	font-size:14px; 
	cursor:pointer;
}

.last_work_ul_li_a:hover{ text-decoration:underline;}
body
{
	font-family:'Microsoft Yahei'; 
	color:#555;
}

/* */

/*总div*/
.container
{
	width:960px; 
	margin:0 auto;
	min-height:500px;
	border-bottom:1px dashed #CCC;
}

/* 网页首部*/
.header
{
	height:45px; 
	margin-bottom:5px; 
	border-bottom:1px dashed #CCC; 
	margin-left:5px; 
	margin-right:5px;
}

.header-1
{
	float:left;
}

/* 网页LOGO部分*/
.logo
{
	color:#007898; 
	text-decoration:none; 
	font-size:30px;
}

.logo_text
{
	font-size:20px; 
	font-weight:bolder; 
	margin-left:15px;
}

/* **********************网页导航栏****************************/
.header-2
{
	width:300px; 
	height:20px; 
	float:right; 
	padding-top:0px; 
	float:right;
}

.header-2-ul
{
	margin: 10px 10px 10px 0; 
	padding: 0 0 0 15px;
}

.header-2-ul-li
{
	float:left; 
	padding:5px; 
	list-style:none; 
	margin:0 0 0 0px; 
	cursor:pointer;
}

.header-2-lu-li-a
{
	font-size:14px;
	color:#007898;
}

.header-2-lu-li-a:hover{ color:#555;}

/********************** footer ****************************/

.footer
{
	width:960px; 
	height:40px; 
	margin:0 auto;
}

.footer_1
{
	width:90%; 
	height:100%; 
	margin-left:5px; 
	margin-right:5px; 
	margin-top:20px;
}

.footer_text
{
	font-size:10px; 
	color:#B3B3B3;
}

.footer_a
{
	font-size:10px; 
	color:#007898; 
	cursor:pointer;
}