@charset "utf-8";
/**
 * 一级标题
 ***/
h1{
  text-transform: uppercase;
  color:#c61322;
  font-size:20px;
  font-family:Century Gothic;
  font-weight: normal;
}
h1 sup{
  font-size: 12px;
}

p sup{
  font-size: 8px;
}
/**
 * 一级标题下面的红线
 ***/
.first_red_line{
  margin:20px 0;
}

/**
 * 二级标题
 ***/
h3{
  text-transform: uppercase;
  color:#B21B24;
  font-size:14px;
  font-family:Century Gothic;
}

/**
 * 三级标题
 ***/
h4{
  color: #4a5f6a;
  font-size:12px;
}

/**
 * 文本<P>标签
 ***/
p{
  margin:5px 0 15px 0;
  font-size:12px;
  color:#4F4F4D;
}

/**
 * 内容左边
 ***/
.content_left{
  float:left;
  width:205px;
  margin-top:8px;
  margin-right:15px;
}

.left_title_list h4 a {
  color: #40535F;
  font-size: 11px;
  text-transform: uppercase;
}

.left_title_list .pointer {
    color: #40535F;
    font-size: 12px;
    margin-top: 5px;
}

/**
 * 内容右边
 ***/
.content_right{
  float:left;
  width:735px;
  margin-top:-3px;
}

.hover_nolink:hover{
  text-decoration:none;
}

/**
 * Star 分页Page
 ***/
.page{
  font-size:11px;
  color: #4F4F4D;
}

.page label{
  color:#B21B24;
}

.page span{
  margin:0 5px;
}

.page a:hover{
  text-decoration: underline;
  color:#B21B24;
}
/**
 * End 分页Page
 ***/
.content_left_top_title{
  background:url(../images/red_line2.png) no-repeat left bottom;
  height:20px;
  margin-bottom:30px;
  font-size:12px;
  font-family:Century Gothic;
}

.content_title{
  background: url(../images/red_line.png) no-repeat left bottom;  
  height: 45px;
}

.pointer{
  padding-left: 18px;
  background: url(../images/red_point.gif) no-repeat left center;
  color:#4A5F6A;  
}

.contentBox{
  margin-left: 240px;
}

.coutent_list ul li{
   font-size:11px;
}


.staff_p  p{
  margin:5px 0px 0px 0px;
  padding:0px;
}


 .listtable p {
  font-size:11px;
}

table.listtable {
  font-size:11px;
}








































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
