/* CSS Document */


/** photos **/
.photo_body{
  width:680px;
  display:inline;
  margin:0 auto;
  }
.photos{
  width:310px;
  height:200px;
  padding:2px;
  margin:8px;
  float:left;
  border:1px #cccccc solid;
  }

/**contacts**/

.contact_titile{
   width:640px;
   float:left;
   font-size:15px;
   color:#0172ac;
   height:30px;
   line-height:30px;
   padding-left:25px;
   font-weight:bold;
   background:url(../images/title_ico.gif) no-repeat left center;
   margin-top:8px;
   border-bottom:1px #a0bbde dashed;
}
.contact_lx{
	width:650px;
	float:left;
	color:#666666;
	margin-top:8px;
	padding-left:20px;
	line-height:25px;
	height: 400px;
   }



/**news**/
.new{
  width:680px;
  float:left;
  }
.news_list{
   width:680px;
   margin:0 auto;
   height:25px;
   background:url(../images/news_ico.gif) no-repeat left center;
   border-bottom:1px #333333 dashed;
   margin-top:2px;
   }
.news_list a,.news_list a:link{
    display:block;
	width:650px;
	padding-left:20px;
	float:left;
	height:25px;
	line-height:25px;
	text-decoration:none;
	text-align:left;
	font-size:9pt;
	color:#777777;
	}
.news_list a:hover{
    display:block;
	width:650px;
	padding-left:20px;
	float:left;
	height:25px;
	line-height:25px;
	text-align:left;
	font-size:9pt;
	color:#ff0000;
	}

