﻿@charset "utf-8";
/*常用css*/
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -96099em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #005CC3;
}
.btn {
  cursor: pointer;
}
body {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  min-width: 1200px;
  font-family: 'Microsoft YaHei';
  background: url(../images/heaerbg.jpg) center 0 repeat-x #fff;
}
.body {
  background: url(../images/footerbg.jpg) 0 bottom repeat-x;
  min-height: 800px;
}
.l {
  color: #005CC3 !important;
}
.w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.news-focus {
  height: 960px;
  background: url(../images/newsbg.jpg) no-repeat;
  position: relative;_zoom: 1;
  overflow: hidden;
}
.news-focus .title {
  height: 33px;
  line-height: 33px;
  position: relative;_zoom: 1;
}
.news-focus .inner {
  margin: 0px;
}
.news-focus .focus-box {
    text-align: center;
}
.news-focus .focus-box .bd-box {
  width: 960px;
  height: 260px;
  padding: 2px;
  position: relative;_zoom: 1;
  /*border: 1px solid #E3E2E2;*/
}
.news-focus .focus-box .bd {
	width: 960px;
	height: 260px;
	position: relative;
	_zoom: 1;
	overflow: hidden;
}
.news-focus .focus-box .bd li,
.news-focus .focus-box .bd a,
.news-focus .focus-box .bd img {
	display: block;
	width: 960px;
	height: 260px;
}
.news-focus .focus-box .hd-bg {
  height: 16px;
  line-height: 16px;
  position: absolute;
  left: 4px;
  bottom: 4px;
  right: 4px;
  background: #000;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.news-focus .focus-box .hd {
  height: 16px;
  line-height: 16px;
  position: absolute;
  bottom: 4px;
  right: 3px;
  text-align: right;
}
.news-focus .focus-box .hd span {
  width: 28px;
  display: inline-block;
  line-height: 16px;
  text-align: center;
  background: #000000;
  border-right: 1px solid #fff;
  cursor: pointer;
  color: #fff;
}
.news-focus .focus-box .hd span.on {
  color: #fff;
  background: #D30805;
}
.news-focus .focus-box .txts {
  line-height: 20px;
  position: relative;_zoom: 1;
  overflow: hidden;
  height: 20px;
  text-align: 1eft;
}
.news-focus .focus-box .txts li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  
}
.a-more {
  display: inline-block;
  line-height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  float: right;
  color: #045A95;
  font-family: 'SimSun';
  margin-top: -12px;
}
.a-more a {
  display: none;
  color: #045A95;
}
