@charset "utf-8";
/* CSS Document */
.article
  {
  width:950px;
  float:left;
  }
.article_left
  {
  width:250px;
  height:300px;
  float:left;
  }
.article_right
  {
  width:690px;
  height:90%;
  float:left;
  margin-top:10px;
  border-style:solid;
  border-width:1px;
  border-color: #EBEBEB;
  }  
.article_tit 
  {
  width:690px;
  height:50px;
  line-height:50px;
  overflow: hidden;
  background:url(../images/hbhzskin/place_bg.jpg) 1px 1px repeat-x;
  text-align:center;
  float:left;
  border-style:solid;
  border-width:1px;
  border-color: #EBEBEB;
  font-size:24px;
  font-weight:700;
  }
.article_info
  {
  width:690px;
  height:30px;
  float:left;
  border-style:solid;
  border-width:1px;
  border-color: #EBEBEB;
  }
.article_info ul
  {
  height:30px;
  list-style:none;  
  margin:0px auto;
  text-align:center;
  } 
.article_info ul li
  {
  float:left;
  display:block;
  line-height:30px;
  margin:0 6px;
  }    
.article_content
  {
  width:680px;
  height:90%;
  float:left;
  color:#444;
  font-size:14px;
  line-height:25px;
  margin-left:5px;
  }
.article_jg
  {
  width:950px;
  height:50px;
  float:left;
   }     
