.qiyuan_row {
  margin-top: 20px;
}
.qiyuan_content {
  background: #828283;
  width: 100%;
  overflow: hidden;
}
.qy_left {
  float: left;
  width: 744px;
  height: 408px;
  overflow: hidden;
}
.qy_left .qy_left_img {
  display: none;
  width: 100%;
  height: 100%;
}
.qy_left .qy_left_img.active {
  display: block;
}
.qy_left .qy_left_img img {
  width: 100%;
}
.qy_right {
  float: right;
  width: 454px;
  height: 408px;
  box-sizing: border-box;
  padding: 25px;
}
.qy_one p {
  margin-top: 15px;
  font-size: 14px;
  color: #d2d2d3;
  line-height: 1.6;
  text-align: justify;
  text-indent: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin-bottom: 3px;
}
.qy_one .b_yellow {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}
.qy_second {
  position: relative;
  border-top: 1px solid #909091;
  padding: 15px 0;
  overflow: hidden;
}
.qy_second a {
  float: left;
  color: #fff;
  width: 310px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 15px;
  box-sizing: border-box;
}
.qy_second span {
  float: right;
  font-size: 14px;
  color: #d2d2d3;
}
.qy_second:hover a {
  color: #ffcc00;
}
.qy_second:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #e5cb7b;
  margin-right: 8px;
}

.chanwen_row {
  margin-top: 20px;
  overflow: hidden;
}
.cw_left {
  width: 829px;
  height: 362px;
  box-sizing: border-box;
  padding: 20px;
  background: #838384;
  float: left;
}
.cw_left .cw_img {
  width: 319px;
  height: 313px;
  float: left;
}
.cw_left .cw_img img {
  width: 100%;
}
.cw_left .left_list {
  width: 470px;
  float: right;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 12px;
}
.cw_listone {
  padding-bottom: 15px;
  border-bottom: 1px solid #909091;
}
.cw_listone h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.cw_listone h3 a {
  color: #fff;
}
.cw_listone h3 a:hover {
  color: #ffcc00;
}
.cw_text {
  color: #e6e6e6;
  line-height: 1.6;
  text-align: justify;
  text-indent: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.cw_time {
  color: #cdcdce;
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
  margin-right: 12px;
}
.cw_listtwo {
  width: 451px;
  height: 40px;
  margin-top: 20px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 12px;
  background: url(../image/chanwen_bg.png) no-repeat center center;
}
.cw_listtwo h3 {
  float: left;
  font-size: 14px;
  font-weight: bold;
}
.cw_listtwo h3 a {
  color: #fff;
}
.cw_listtwo h3:hover a {
  color: #ffcc00;
}

.cw_listtwo p {
  float: right;
  font-size: 14px;
  color: #cdcdce;
}

.zaoxiang_row {
  margin-top: 20px;
  overflow: hidden;
}
.faqi_row {
  overflow: hidden;
}
.shuhua_row {
  overflow: hidden;
}
.bihua_left {
  float: left;
  width: 829px;
}
.bihua {
  overflow: hidden;
}
.bh_item {
  position: relative;
  width: 269px;
  height: 255px;
  overflow: hidden;
  margin-right: 11px;
  margin-bottom: 11px;
  float: left;
}
.bihua li:first-child + li + li {
  margin-right: 0;
}
.bihua li:first-child + li + li + li + li + li {
  margin-right: 0;
}
.bh_img {
  width: 269px;
  height: 255px;
}
.bh_img img {
  width: 100%;
}
.bh_text {
  position: absolute;
  left: 0;
  top: 256px;
  width: 269px;
  height: 255px;
  box-sizing: border-box;
  padding: 35px 22px;
  background: rgba(0, 0, 0, 0.8);
  /* filter:聽progid:DXImageTransform.Microsoft.Gradient(startColorstr=#80000000,endColorstr=#80000000); */
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.bh_item:hover .bh_text {
  top: 0;
}
.bh_text h3 {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.bh_text:hover h3 {
  color: #ffcc00;
}
.bh_text .auther {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin: 10px 0;
}
.bh_text .sh_text {
  line-height: 1.5;
  text-align: justify;
  text-indent: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.bh_item:hover .sh_text {
  color: #fff;
}
.beike_right {
  float: right;
  width: 339px;
}
.beike_rcontent {
  padding: 15px;
  background: #838384;
}
.beike_rcontent .first_news {
  width: 100%;
  position: relative;
}
.beike_rcontent .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); */
}
.beike_rcontent .first_news .bottom_p a {
  color: #fff;
}
.beike_rcontent .first_news .bottom_p a:hover {
  color: #ffcc00;
}
.beike_rcontent .first_news:hover .bottom_p a {
  color: #ffcc00;
}
.beike_rcontent .else_p {
  overflow: hidden;
  margin-top: 16px;
}
.beike_rcontent .else_p a {
  display: block;
  width: 100%;
  padding: 10px;
  background: #75777a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
.beike_rcontent .else_p a:hover {
  color: #ffcc00;
}
.foyue_row {
  margin-top: 20px;
}

.qianghua_row {
  margin-bottom: 80px;
}
.qh_cont {
  overflow: hidden;
}
.qh_cont .item {
  position: relative;
  width: 299px;
  height: 297px;
  overflow: hidden;
  float: left;
}
.qh_cont .item img {
  width: 100%;
}
.qh_cont .qh_text {
  position: absolute;
  width: 299px;
  height: 297px;
  top: 298px;
  left: 0;
  font-size: 16px;
  text-align: center;
  line-height: 297px;
  background: rgba(0, 0, 0, 0.6);
  /* filter:聽progid:DXImageTransform.Microsoft.Gradient(startColorstr=#60000000,endColorstr=#60000000); */
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.qh_cont .qh_text a {
  color: #fff;
}
.qh_cont .qh_text a:hover {
  color: #ffcc00;
}
.qh_cont .item:hover .qh_text {
  top: 0;
}
.qh_cont .qh_text:hover {
  color: #ffcc00;
}
