@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	/*border: solid red 1px;*/
}

body {
	font: 12px Tahoma, Verdana, Arial, "宋体";
	color: #444;
	text-align: center;
	background: #f4f4f4;
}

ul {
	list-style: none;
}

h1 {
	color: #222;
	font-size: 14px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #3B5998;
}

a:hover {
	text-decoration: underline;
	color: #3B5998;
}

/* common useful classes */
.clear {
	clear: both;
	font-size: 0px;
}
.red{color:red;}
.green{color:green;}
.blue{color:blue;}
#header
{
	width:800px;
	height:180px;
	background:url(img/banner.JPG) top left no-repeat;
	margin:auto;
	padding-top:5px;
}

#header span
{
	padding:15px 0 0 670px;
	color:#fff5d2;
}

#header span a { color:#fff5d2;}

#nav 
{
	width:800px;
	height:35px;
	padding-top:162px;
	background:url(img/nav_bg.JPG) left bottom no-repeat;
}
#nav ul
{
	padding-left:60px;
}
#nav li
{
	float:left;
	padding:8px 25px 0 0;
	font-size:14px;
}
#nav li a {color:white;}

#body
{
	width:800px;
	height:650px;
	margin:auto;
	background:url(img/body_bg.JPG) no-repeat;
}
#news_body
{
	width:800px;
	margin:auto;
	background:url(img/news_body_bg.jpg) repeat-y;
	overflow:auto;
}
#news_header
{
	width:800px;
	overflow:auto;
	background:url(img/news_bg_top.JPG) left top no-repeat;
}
#news_bottom
{
	width:800px;
	overflow:auto;
	background:url(img/news_bg_bottom.JPG) left bottom no-repeat;
	padding-bottom:20px;
}
#main
{
	float:left;
	width:575px;
	text-align:left;
}

#letter
{
	float:left;
	width:545px;
	height:210px;
	background-color:#fff0b7;
	border:solid 1px #eb8f7c;
	display:inline;
	margin:20px 0 0 20px;
}

#letter_pic
{
	float:left;
	width:170px;
	height:170px;
	padding:20px 10px 10px 10px;
}
#letter_pic img
{
	border:solid 2px white;
}
#letter_contain
{
	float:left;
	width:340px;
	text-align:left;
}
#letter_contain h2
{
	color:#4a4a4a;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	text-align:left;
}
#letter_contain p
{
	width:340px;
	height:130px;
	overflow:hidden;
	padding-top:10px;
	text-indent:2em;
}
#letter_contain span
{
	float:right;
	padding-right:10px;
}
#news
{
	float:left;
	padding:15px 0 0 20px;
	text-align:left;
}
#news2
{
	float:left;
	padding-top:15px;
	text-align:left;
	width:800px;
	background:url(img/news_bg_top.JPG) left top no-repeat;
}
#news_head
{
	width:134px;
	height:20px;
	background:url(img/news_head.JPG) no-repeat;
}
#news_head2，#receipt_body ul
{
	width:134px;
	height:20px;
	background:url(img/news_head.gif) right bottom no-repeat;
	padding:5px 0 0 5px;
}
#prepare_head
{
	width:134px;
	height:20px;
	background:url(img/prepare_title.JPG) right bottom no-repeat;
	padding:5px 0 0 20px;
}
#prepare_content, #invite_content, #alumni_content
{
	width:800px;
	text-align:left;
	padding:10px 0 30px 0;
	font-size:14px;
	line-height:1.8em;
	background:url(img/news_bg_bottom.JPG) left bottom no-repeat;
	overflow:auto;
}
.prepare_h2
{
	padding: 0 0 0 40px;
	color:#CC0000;
	font-weight:bold;
	font-size:16px;
}
.prepare_member
{
	padding:0 0 10px 70px;
}
.prepare_member span
{
	font-weight:bold;
	color:#CC0033;
}
#news_list
{
	width:520px;
	padding:6px 0 0 10px;
	text-align:left;
}
#news_list2
{
	width:700px;
	padding:6px 0 0 20px;
	text-align:left;
}
#news_list li, #news_list2 li
{
	height:18px;
	border-bottom:solid 1px #ddd;
	background:url(img/add.JPG) 10px 12px no-repeat;
	padding:6px 0 0 20px;
	font-size:12px;
}
#news_content_2 li
{
	height:18px;
	border-bottom:solid 1px #ddd;
	background:url(img/add.JPG) 10px 12px no-repeat;
	padding:3px 0 3px 20px;
	font-size:12px;
}
#news_content_2 li span
{
	line-height:1em;
}


#receipt_body li
{
	width:680px;
	border-bottom:solid 1px #ddd;
	background:url(img/add.JPG) 10px 12px no-repeat;
	padding:3px 0 0 20px;
	font-size:12px;
}

.more
{
	clear:right;
	float:right;
	padding:10px 10px 10px 0;
}

.date
{
	float:right;
	padding:0px;
	padding-right:5px;
}

#news_list span
{
	float:right;
	padding: 5px 10px 0 0;
}
#page
{
	clear:both;
	text-align:center;
	padding-top:10px;
}
#news_title
{
	width:700px;
	text-align:center;
	border-bottom:solid 1px #ddd;	
	margin-left:50px;
	padding-bottom:5px;
}
#news_title h2
{

	padding-bottom:5px;
	font-size:18px;
	font-weight:bold;
	color:#981415;
}
#news_content,#news_content_2
{
	width:800px;
	text-align:left;
	padding:10px 0 20px 0;
	font-size:14px;
	line-height:1.8em;
	background:url(img/news_bg_bottom.JPG) left bottom no-repeat;
}
#news_content_2 div
{
	text-indent:2em;
	padding:5px 30px;
}
#news_content p
{
	padding: 0 30px;
}
#prepare_title
{	
	width:134px;
	height:20px;
	background:url(img/prepare_title.JPG) bottom right no-repeat;
	
}
#photos
{
	float:left;
}
#photos_head
{
	width:168px;
	height:23px;
	padding:10px 0 0 20px;
	background:url(img/photos_head.JPG) right bottom no-repeat;
}

#photos_slideshow
{
	width:540px;
	overflow:auto;
	padding: 10px 0 0 20px;
}
#sidebar
{
	float:left;
	width:205px;
	text-align:left;
	margin-top:12px;
	padding: 10px 0 0 15px;
	background:url(img/sidebar_bg.JPG) left top no-repeat;
}
#announcement_head
{
	width:82px;
	height:19px;
	background:url(img/announcement.JPG) left top no-repeat;
	padding-bottom:8px;
}
#announcement li
{
	width:170px;
	height:20px;
	border-bottom:solid 1px #ddd;
	background:url(img/triangle.JPG) 5px center no-repeat;
	padding-left:15px;
	line-height:1.6em;
}
#map
{
	float:left;
	padding:10px;
}
#invite_left
{
	float:left;
	width:200px;
	padding-left:20px;
}
#invite_left p
{
	font-size:12px;
	padding:8px 0 0 25px;
	line-height:1.2em;
}
#invite_main
{
	float:left;
	width:560px;
}
#invite_main img
{
	padding:15px 0 10px 60px;
}
#invite_main h2
{
	font-wight:bold;
	font-size:14px;
	padding-bottom:10px;
}
#invite_main p
{
	line-height:1.6em;
	text-indent:2em;
	padding-bottom:10px;
}
#receipt_title
{
	width:300px;
	height:24px;
	padding-left:20px;
	background:url(img/return_receipt.JPG) 20px bottom no-repeat;
}
#receipt_title div
{
	padding:0 0 5px 90px;
}
.sub_title a
{
	color:#880000;
	padding-right:5px;
}
.focus a
{
	color:#FF0000;
}
#receipt_body
{
	padding:10px 0 0 40px;
}
.input_field
{
	clear:both;
	height:13px;
	padding-bottom:15px;
}
.input_title
{
	float:left;
	width:10em;
	text-align:right;
	line-height:1.6em;
}
.input_text
{
	float:left;
}
.input_text input
{
	height:1.6em;
	width:120px;	
}
.input_text select
{
	width:4em;
	height:1.6em;
}
.input_text button
{
	display:inline;
	margin:5px 10px 20px 20px;
}
#receipt_note
{
	width:600px;
	padding-left:40px;
	margin-top:10px;
	border-top:dashed 1px #ddd;
}
#alumni_title
{
	width:400px;
	height:30px;
	background:url(img/alumni_title.JPG) 20px bottom no-repeat;
}
#alumni_title div
{
	padding-left:110px;
	padding-top:2px;
}
#alumni_content ul
{	
	padding-left:35px;
	padding-top:10px;
}
#alumni_content li
{
	float:left;
	width: 105px;
	padding:0 15px 5px 0;
}
#alumni_content li img
{
	padding:2px;
	border:solid 1px #ddd;
}
#alumni_content span
{
	width:100px;
}
#alumni_content table
{
	margin:10px 0 0 40px;
}
#alumni_content table td
{
	border:solid 1px #ddd;
}
#history_college ul
{
	height:380px;
	overflow:auto;
	background:url(img/history_bg.JPG) 11px bottom no-repeat;
	padding-bottom:240px;
}
#history_college li
{
	width:650px;
	background:url(img/add.JPG) left 10px no-repeat;
	padding-left:10px;
	margin-left:25px;
}
#donation_title
{
	width:400px;
	height:40px;
	background:url(img/donation_title.jpg) 20px top no-repeat;
}
#donation_title div
{
	padding:0 0 0 110px;
}
#donation
{
	width:700px;
	padding-left:40px;
}
#donation h2
{
	font-size:14px;
}
#donation p
{
	text-indent:2em;
	padding-bottom:10px;
}
#donation p.dona
{
	text-indent:2em;
	padding-bottom:0px;
	margin:0px;
	font-size:14px;
	line-height:1.6em;
}
#communicate
{
	width:545px;
}
#commnunicate_title
{
	padding:18px 0 0 20px;
	width:330px;
	height:29px;
	background:url(img/communicate_title.JPG) 20px 16px no-repeat;
}
#commnunicate_title div
{
	padding:0 0 0 80px;
	font-size:14px;
}
#message
{
	padding:10px 0 0 30px;
	overflow:auto;
}
#message li
{
	border-bottom:solid 1px #ddd;
	background:url(img/add.JPG) 10px 9px no-repeat;
	padding:3px 0 3px 20px;
	line-height:1.2em;
	font-size:12px;
}
#message_detail
{
	padding:5px 0 5px 0;
	text-indent:2em;
	color:#888;
	line-height:1.6em;
}
#tips
{
	font-size:14px;
	height:150px;
	padding:5px;
	line-height:1.6em;
}
#logout
{ 
	float:right;
	padding-right:30px;
}
#login
{
	width:180px;
	padding:5px;
	text-align:center;
}
#login h2
{
	padding-bottom:10px;
	border-bottom:solid 1px #ddd;
}

#login input
{
	width:90px;
	height:1.5em;
	margin-top:5px;
}
#slide_news_title
{
	padding-bottom:8px;
}
#pic_news_desc
{
	width:178px;
	height:19px;
	background:url(img/pic_news_desc.JPG) left 0px no-repeat;
	font-size:12px;
	color:white;
	text-align:center;
	line-height:1.6em;
	padding-bottom:10px;
}


.party img
{
	padding: 2px;
	border: solid 1px #ddd;
}
.party
{
	text-align: left;
	overflow: auto;
	padding: 0 20px;
}
.party h3
{
	text-align: left;
	width: 300px;
	font-size: 14px;
	border-bottom: dashed 1px #ddd;
	padding-bottom: 5px;
}
.party .title
{
	text-align: center;
	font-size:18px;
	font-weight:bold;
	color:#dc2e04;
}
.party p
{
	border: solid 1px #ddd;
}

.party h4
{
	clear: both;
	padding: 5px 0;
	font-size: 12px;
}

.member
{
	width: 120px;
	float: left;
	padding:5px 3px 15px 3px;
}
.member p
{
	float: none;
	width: 102px;
	text-align: center;
	border: solid 1px #ddd;
}
#news_content .member p
{
	padding: 0;
}
.r-side-box
{
	padding:0 0 10px 0;
}
.r-box-head
{
	width:100px;
	height:20px;
	
}
.r-side-box .friendlinks
{
	width:100px;
	height:20px;
	background:url("img/friendlink.jpg") no-repeat;
}
.r-side-box .friendlinks span
{
	display:none;
}
.r-side-box ul
{
	padding-top:5px;
}
.r-side-box ul li
{
	width:170px;
	height:20px;
	border-bottom:solid 1px #ddd;
	background:url(img/triangle.JPG) 5px center no-repeat;
	padding-left:15px;
	line-height:1.6em;
}

.news_slide
{
	padding:25px 0 0 25px;
}
.breadcrumbs
{
	padding-left:20px;
	font-size:14px;
}
.breadcrumbs span
{
	padding:0 5px;
}
.breadcrumbs a
{
	text-decoration:none;
	color:#981415;
}
.article_list ul
{
	padding:0 30px 60px;
}
.r-box-head .study
{
	width:100px;
	height:20px;
	background:url("img/study.jpg") no-repeat;
}
.study span,.party_act span
{
	display:none;
}
.party_act
{
	width:100px;
	height:20px;
	background:url("img/partyAct.jpg") no-repeat;
}
.email
{
	width:150px;
	height:50px;
	padding-top:15px;
}

#honor
{
	padding:15px 0 10px 20px;
}

#honor_head
{
	width:140px;
	height:26px;
	background:url("img/honor_head.jpg") no-repeat;
}
#honor_c span
{
	float:left;
	padding:5px 25px 20px;
}
.blank_left
{
	padding-left:20px;
}
.site_visit
{	float:left;
	width:480px;
	padding:10px 0 0 40px;
}
