.fshd_row {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
.fshd_left {
  float: left;
  box-sizing: border-box;
}

.fshd_right {
  float: right;
  width: 340px;
  height: 471px;
}
.dshd_rcontent {
  padding: 15px;
  background: #838384;
}
.first_news {
  width: 100%;
  position: relative;
}
.first_news img {
  width: 100%;
  position: relative;
}
.first_news .bottom_p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  text-align: left;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.6);
  /* filter:聽progid:DXImageTransform.Microsoft.Gradient(startColorstr=#60000000,endColorstr=#60000000); */
}
.first_news:hover .bottom_p a {
  color: #ffcc00;
}
.else_p {
  overflow: hidden;
  margin-top: 16px;
}
.else_p a {
  display: block;
  width: 100%;
  padding: 10px;
  background: #75777a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
.else_p a:hover {
  color: #ffcc00;
}

.ndfw_row {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.jiedian {
  position: relative;
  width: 100%;
  height: 549px;
  background: url(../image/niandufawu_bg.png) no-repeat left top;
  background-size: 100%;
}
.jiedian li:first-child {
  left: 20px;
  top: 53px;
}
.jiedian li:first-child + li {
  left: 215px;
  top: 53px;
}
.jiedian li:first-child + li + li {
  left: 410px;
  top: 53px;
}
.jiedian li:first-child + li + li + li {
  left: 606px;
  top: 53px;
}
.jiedian li:first-child + li + li + li + li {
  left: 606px;
  top: 208px;
}
.jiedian li:first-child + li + li + li + li + li {
  left: 410px;
  top: 208px;
}
.jiedian li:first-child + li + li + li + li + li + li {
  left: 410px;
  top: 361px;
}
.jiedian li:first-child + li + li + li + li + li + li + li {
  left: 606px;
  top: 361px;
}
.jiedian li:first-child + li + li + li + li + li + li + li + li {
  left: 801px;
  top: 361px;
}
.jiedian li:first-child + li + li + li + li + li + li + li + li + li {
  left: 996px;
  top: 361px;
}
.jiedian .jiedian_item {
  position: absolute;
  z-index: 2;
  width: 180px;
  height: 137px;
  padding: 60px 10px 10px 10px;
  background: url(../image/jiedian_bg.png) no-repeat center top;
}
.jiedian_item .jd_title a {
  display: block;
  font-size: 14px;
  color: #ffcc00;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}
.jiedian_item .cont_text {
  font-size: 12px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 6px auto;
}
.jiedian_item:hover .cont_text,
.jiedian_item:hover .cont_text a,
.jiedian_item:hover .time {
  color: #ffcc00;
}
.jiedian_item .time {
  color: #bdbebe;
  text-align: center;
  font-size: 12px;
}

.jiedian_item:hover {
  -webkit-animation: swinging 10s ease-in-out 0s infinite;
  -moz-animation: swinging 10s ease-in-out 0s infinite;
  animation: swinging 10s ease-in-out 0s infinite;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(10deg);
  }
  10% {
    -webkit-transform: rotate(-9deg);
  }
  15% {
    -webkit-transform: rotate(8deg);
  }
  20% {
    -webkit-transform: rotate(-7deg);
  }
  25% {
    -webkit-transform: rotate(6deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
  }
  35% {
    -webkit-transform: rotate(4deg);
  }
  40% {
    -webkit-transform: rotate(-3deg);
  }
  45% {
    -webkit-transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(0);
  } /* Come to rest at 50%. The rest is just stillness */
  100% {
    -webkit-transform: rotate(0);
  }
}

.ygfc_row {
  margin-top: 20px;
  overflow: hidden;
}
.ygfc_left {
  width: 830px;
  float: left;
}
.ygfc_pic {
  overflow: hidden;
  margin-top: 15px;
}
.pic_item {
  float: left;
  width: 256px;
  height: 200px;
  margin-right: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.ygfc_pic li:first-child + li + li {
  margin-right: 0;
}
.ygfc_pic li:first-child + li + li + li + li + li {
  margin-right: 0;
}
.pic_item img {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pic_item:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.ygfc_right {
  float: right;
  width: 340px;
  height: 444px;
}
.fc_content {
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #838384;
}
.fist_hd h3 a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fist_hd h3:hover a {
  color: #ffcc00;
}
.fist_hd h3:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../image/news_dot.png) no-repeat center center;
}
.fist_hd .text_hd {
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  margin-top: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 16px;
}
.fist_hd:hover h3 a,
.fist_hd:hover .text_hd {
  color: #ffcc00;
}
.hdnew_title li {
  margin-top: 17px;
  padding-left: 2px;
}

.hdnew_title li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  background: #f8b551;
  margin-right: 8px;
}

.hdnew_title li a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hdnew_title li:hover a {
  color: #ffcc00;
}

.hengfu_yigong {
  width: 100%;
  height: 110px;
  background: url(../image/yigon_hengfu.png) no-repeat center center;
  background-size: 100%;
}
.ygtext_box {
  float: right;
  padding: 30px 130px;
}
.ygtext_box h3 {
  font-size: 20px;
  color: #453d0e;
}
.ygtext_box a {
  float: right;
  margin-top: 10px;
  text-align: right;
  color: #8d8d8d;
}
.ygtext_box a:hover {
  color: #a0810c;
}

/*涔夊伐鍥鹃泦涓夊浘涓€缁�*/
.yg_tuji_three .tuji_item {
  width: 259px;
  /*height: 180px;*/
}
.yg_tuji_three > li:nth-child(3n) {
  margin-right: 0;
}
.yg_tuji_three > li:nth-child(4n) {
  margin-right: 26px !important;
}
