@charset "utf-8";
@import url(style.css);
/*PART ONE*/
 .con_l, .con_r {float:left; }
/*left top one*/
.con_l {width:650px; }
.hpic{
  display: block;
  width: 586px;
  margin: 0px auto;
  padding: 8px 0px 0px;
}
.hpic img {
  border: 1px solid #ddd;
}

.zContainer {
  border: 1px solid #f0c8c8;
  font-family: Arial;
  min-height: 668px;
}
.zContainer h2 {
  margin: 20px 20px 0px;
  padding:3px 10px 6px;
  background: #fff;
  color: #03005c;
  font-size: 150%;
  border-bottom: 1px solid #f0c8c8;
  text-align: center;
}
.zContainer .author {
  margin: 0px 20px;
  padding: 6px 0px;
  text-align: center;
  color: #666;

}
.zContainer .con{
  padding: 16px 22px;
  font-size: 14px;
}
.zContainer .con p {
  text-indent: 2em;
  margin-bottom: 18px;
}

/*right top one*/
.con_r {
	width:328px;
	/*padding-left:8px;
	border:1px solid #ddd; */
    background: #f2f2f2;
    text-align: left;
}
.con_r h3{
    height: 29px;
    line-height: 29px;
    padding:3px 11px 0px;
    margin-right: 1px;
    color: #c66822;
    font-family: Arial;
    font-size: 118%;
    background: url(images/right_top_bg.gif) repeat-x left top;
}
.con_r h3 span { float: right; font-size: 12px; font-weight: normal;}

.aCon { padding:8px 0px 0px 5px;  border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; }
.aCon p img{
  display: block;
  margin-bottom: 8px;
}

.txt ul {
  padding: 0px 6px 6px 8px;
  border-bottom: 1px solid #ddd;
}
.txt ul li{
  padding:0px 0px 0px 13px;
  line-height: 1.9em;
  background: url(images/ico/ico_li.gif) no-repeat 0px center;
}
.txt ul li a,.txt ul li a:visited { color: #6b6b6d;}
.txt ul li a:hover{ color: #c66822;}
.pic ul {
  padding: 8px 0px 2px 3px;
  border-bottom: 1px solid #ddd;
  overflow: auto;
  zoom:1;
}
.pic ul li{
  float: left;
  display: block;
  width:150px;
  height: 107px;
  padding:0px 0px 8px 8px;
}
.pic ul li img {
  display: block;
  width:148px;
  height:105px;
  border: 1px solid #555;
}

/*public*/


