/*通用部分*/
body {
  font-family: "微软雅黑";
}
a,
a:visited {
  color: #333;
  font-size: 13px;
}
a:hover,
a:visited:hover {
  color: #125aae;
}
.container {
  width: 1200px;
  margin: 0px auto;
  background: #fff;
  padding-bottom: 50px;
  margin-top: 30px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.banner {
  height: 400px;
  background: url("ddh14_bg_01.jpg") no-repeat top center;
}
.daoyu {
  background: #fef9f9;
  border: 6px solid #ffd6d6;
  padding: 15px 20px;
  line-height: 44px;
  font-size: 22px;
  text-indent: 2em;
}
.catname {
  height: 56px;
  background: url("ddh14_bg_02.jpg") no-repeat;
  margin-top: 50px;
  text-align: center;
  overflow: hidden;
}
.catname a,
.catname span {
  font-size: 29px;
  color: #fff;
  line-height: 46px;
  margin-left: -45px;
}
.catname a:hover,
.catname span:hover {
  color: #fff;
}
.news-box {
  height: 380px;
  background: #f3f3f3;
  position: relative;
  padding-left: 640px;
  margin-top: 20px;
}
.news-box .slide-box {
  width: 610px;
  height: 380px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.news-box .slide-box .hd {
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.news-box .slide-box .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.news-box .slide-box .hd ul li {
  float: left;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background: url("ddh14_bg_04.png") no-repeat;
  cursor: pointer;
}
.news-box .slide-box .hd ul li.on {
  background: url("ddh14_bg_05.png") no-repeat;
}
.news-box .slide-box .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.news-box .slide-box .bd li {
  zoom: 1;
  vertical-align: middle;
}
.news-box .slide-box .bd li a {
  display: block;
  width: 610px;
  height: 380px;
  position: relative;
}
.news-box .slide-box .bd li a img {
  width: 610px;
  height: 380px;
  display: block;
}
.news-box .slide-box .bd li a i {
  display: block;
  width: 610px;
  height: 50px;
  background: #000;
  opacity: 0.4;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.news-box .slide-box .bd li a h3 {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 0px;
}
.news-box .news-right {
  padding-top: 20px;
  padding-right: 20px;
}
.news-box .news-right .news-first > a {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  line-height: 44px;
}
.news-box .news-right .news-first p {
  display: block;
  height: 52px;
  line-height: 26px;
  font-size: 15px;
  color: #999;
}
.news-box .news-right .news-first p a {
  color: #f80000;
  font-size: 15px;
}
.news-box .news-right .news-list {
  padding-top: 15px;
}
.news-box .news-right .news-list li {
  height: 40px;
  position: relative;
  padding-left: 17px;
  background: url("ddh14_bg_03.png") no-repeat left center;
}
.news-box .news-right .news-list li a {
  font-size: 17px;
  line-height: 40px;
}
.news-box .news-right .news-list li span {
  font-size: 17px;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 40px;
}
.active-list {
  width: 1200px;
  overflow: hidden;
}
.active-list ul {
  width: 1240px;
}
.active-list ul li {
  display: inline-block;
  width: 585px;
  height: 97px;
  background: url("ddh14_bg_06.png") no-repeat;
  position: relative;
  float: left;
  margin-right: 30px;
  margin-top: 20px;
  padding-left: 75px;
}
.active-list ul li i {
  display: block;
  width: 44px;
  height: 95px;
  position: absolute;
  left: 1px;
  top: 1px;
  line-height: 95px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-style: normal;
}
.active-list ul li p {
  display: block;
  width: 485px;
  height: 97px;
  font-size: 20px;
  font-weight: bold;
  line-height: 97px;
}
.active-list ul li p.t {
  line-height: 35px;
  padding-top: 13px;
}
.img-list {
  width: 1200px;
  overflow: hidden;
}
.img-list ul {
  width: 1240px;
}
.img-list ul li {
  width: 224px;
  height: 168px;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
.img-list ul li a {
  display: block;
  width: 224px;
  height: 168px;
  overflow: hidden;
  position: relative;
}
.img-list ul li a img {
  width: 224px;
  height: 168px;
}
.img-list ul li a span {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.img-list ul li a i {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  opacity: 0.4;
  z-index: 1;
}
