
/* CSS Document */
body {
  font-size: 12px;
  margin: 0px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif, '宋体';
  background: #fff;
}

#main {
  width: 1000px;
  margin: 0px auto;/*上下，左右*/
  background: #fff;
  padding-top: 10px;
}

a {
 hide-focus: expression(this.hideFocus=true); /* for ie 5+ */ outline: none; /* for firefox 1.5 + */ }/*去掉a点击时的虚线*/

.dd img { margin-left: 5px; }

.h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
}

img { border: none }

.foot_menu a {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.news_title_a {
  border-bottom: #ccc dotted 1px;
  vertical-align: middle;
  width: 430px;
  height: 25px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.news_title_c {
  /*border-bottom:#ccc dotted 1px; vertical-align:middle;*/
  width: 430px;
  height: 60px;
  line-height: 190%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  /*white-space:nowrap;*/
  overflow: hidden;/*border-bottom:#993300 dotted 1px;*/
}

/*===========================================*/

#guest_book input, textarea { border: 1px solid #CCCCCC; }

.left_cat {
  margin: 10px auto;
  width: 180px;
}

.left_cat li {
  height: 30px;
  line-height: 30px;
  border-bottom: #ccc dashed 1px;
}

.left_cat a { color: #fff; }

.left_cat a:visited {
  color: #000;
  text-decoration: none;
}

.left_cat a:link {
  color: #000;
  text-decoration: none;
}

.left_cat a:hover {
  color: #000;
  text-decoration: underline;
}

/*===============================*/
.about_ul {
  width: 220px;
  margin: 0px auto;
  margin-top: 20px;
}

.about_ul li {
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  border-bottom: #d3e9c2 dotted 1px;
}

.in_nav {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding-left: 10px;
  height: 53px;
  line-height: 53px;
  background: url(images/in_nav.jpg) no-repeat;
  padding-left: 60px;
  color: #fff;
}

/*必须要这个顺序link,visited,hover,否则会不起作用*/

/*====================*/
.menu a {
  display: inline-block;
  float: left;
  width: 100px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.menu a:visited {
  color: #fff;
  text-decoration: none;
}

.menu a:link {
  color: #fff;
  text-decoration: none;
}

.menu a:hover {
  color: #104c86;
  text-decoration: none;
  background: url(images/menu_hover.jpg) no-repeat;
}

.menu_line {
  display: inline-block;
  width: 10px;
  height: 64px;
  float: left;
  background: url(images/menu_line.jpg) no-repeat;
}

/*必须要这个顺序link,visited,hover,否则会不起作用*/




/*必须要这个顺序link,visited,hover,否则会不起作用*/

/*====================*/
a:visited {
  color: #000;
  text-decoration: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #0066CC;
  text-decoration: underline;
}

/*必须要这个顺序link,visited,hover,否则会不起作用*/


/*分页*/
.n_page { width: 100%; }

.n_page a {
  float: left;
  border: #d6d6d7 solid 1px;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  margin-left: 5px;
  margin-top: 5px;
  color: #333333;
  background-color: #f3f7fa;
  text-decoration : none;
  display: inline-block;
}

.n_page a:link {
  color: #333333;
  background-color: #f3f7fa;
  text-decoration : none;
  border: #d6d6d7 solid 1px;
}

.n_page a:visited {
  color: #333333;
  background-color: #f3f7fa;
  text-decoration : none;
  border: #d6d6d7 solid 1px;
}

.n_page a:hover {
  color: #FFFFFF;
  background-color: #1f86c1;
  text-decoration : none;
}

.n_page a:active {
  color: #FFFFFF;
  background-color: #889dde;
  text-decoration : none;
}

/*分页_end*/

/*自己写的分页*/
.s_page {
  width: 100%;
  margin: 5px 5px;
}

.s_page a {
  float: left;
  border: #d2e9c1 solid 1px;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  margin-left: 5px;
  margin-top: 5px;
  color: #333333;
  background-color: #f5faf1;
  text-decoration : none;
  display: inline-block;
}

.s_page a:link {
  color: #333333;
  background-color: #f3f7fa;
  text-decoration : none;
  border: #d6d6d7 solid 1px;
}

.s_page a:visited {
  color: #333333;
  background-color: #f3f7fa;
  text-decoration : none;
  border: #d6d6d7 solid 1px;
}

.s_page a:hover {
  color: #FFFFFF;
  background-color: #488313;
  text-decoration : none;
}

.s_page a:active {
  color: #FFFFFF;
  background-color: #488313;
  text-decoration : none;
}
