﻿html, h1, h2, h3, h4, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	background: #3A0404 url(../images/page_bg.jpg) repeat-x;
	font: 12px 宋体, Arial, Helvetica, sans-serif;
	color: #464544;
	padding-bottom: 10px;
	text-align: center;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.name{
font-size: 14px;
color:#FFEA00;
}


/** layout **/
#wrapper {
	width: 780px;
	margin: 0px auto 0px auto;
	min-height: 750px;
	height: 750px;
	background: url(../images/header1.jpg) no-repeat;
	position: relative;
	text-align: left;
}
h1 {
	padding: 55px 0 0 0px;
	font: 48px 宋体, Arial, Helvetica, sans-serif;
	width: 350px;
	color: #ffffff;
    font-weight: bold;
    font-style: normal;
    position: relative;
}
#subtitle{
	padding: 25px 0 0 0px;
	font: 48px 宋体, Arial, Helvetica, sans-serif;
	color: #FFEA00;
	/*width: 150px;*/
	font-weight: bold;
	font-style: normal;
	position: relative;
	left: 195px;
}

/* nav */

#nav {
	position: absolute;
	top: 0px;
	left: 330px;
	width: 500px;
}
#nav li {
  float: left;
  background: url(../images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 18px;
  padding-top: 43px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

/** topcontent **/

#topcon {
  background: url(../images/topcon.gif) no-repeat;
  width: 427px;
  position: absolute;
  top: 105px;
  right: -15px;
  color: #fff;
}
#topcon-inner {
  margin: 25px 40px 41px 85px;
  height: 120px;
  overflow: auto;
}
#topcon h2 {
  font-size: 14px;
}
#topcon-inner p{
line-height: 150%;
text-indent: 2em;
}
#topcon-inner p a{
color: #FFEA00;
}
.name{
font-size: 14px;
color:#FFEA00;
}


/** Body **/

#content {
  width: 780px;
  margin: 0px auto 0px auto;
  position: absolute;
  color: #fff;
  top: 299px;
  left: 0px;
}
#content h2{
	color: #FFffff;
	font-size: 14px;
	font-weight: bold;
	font-family: 宋体, Arial, Helvetica, sans-serif;
}
#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}
#outside {
  border: 3px solid white;
  background: #901315;
  padding: 18px;
}

.box {
  float: left;
  width: 200px;
  background: #730F11;
  margin-right: 18px;
}
.box-t { background: top url(../images/box_t.gif) repeat-x; }
.box-r { background: right url(../images/box_r.gif) repeat-y; }
.box-b { background: bottom url(../images/box_b.gif) repeat-x; }
.box-l { background: left url(../images/box_l.gif) repeat-y; }
.box-tr { background: top right url(../images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(../images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(../images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(../images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}
/*------------------------------------------------------*/
#show {
 margin:0px;
 padding:0px;
 width: 300px;
}
#show .box-tl {
  padding-bottom: 22px;
}
#show p{
	text-indent: 2em;
	line-height: 120%;
}
#show .name{
  font-size: 12px;
  color: #FFEA00;
}
#show .name a{
color:#FFEA00;
}
#show img{
   float: right;
   border: 1px solid #FFFF00;
   margin: 15px -5px 0px 5px;
}
#study {
  margin-right: 18px;
}
#study .box-tl {
  padding-bottom: 18px;
}
#study ul {
  margin: 1em 0;
}
#study li {
  list-style: none;
  line-height: 120%;
  margin: 0.9em 0;
}
#study ul a {
  text-decoration: none;
}
#study ul a:hover {
  text-decoration: underline;
}
#news p{
	margin: 0;
	line-height: 120%;
}


#outside h2 {
  font-size: 14px;
  text-align: right;
  margin-bottom: 1.5em;
}
#outside h3 {
  font-size: 12px;
  color: #FFEA00;
  margin: 0px 0px 5px 0px; 
}
#outside a {
   text-decoration: none;
}
#outside a:hover {
  text-decoration: underline;
}
#outside .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}


/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}
