.nd_wrap {
  width: 100%;
  min-height: 100%;
  background: #f1f4f6;
}
.nd_wrap .main_con {
  width: 1200px;
  margin: 65px auto 0;
}
.nd_wrap .main_con .cm-title {
  margin-bottom: 16px;
}
.nd_wrap .main_con .cm-title a {
  color: #333;
}
.nd_wrap .main_con .cm-title .iconfont {
  font-size: 12px;
}
.nd_wrap .main_con .det_con {
  width: 1200px;
}
.nd_wrap .main_con .det_con .dc_left {
  width: 890px;
  padding: 42px 28px 35px;
  background: #fff;
}
.nd_wrap .main_con .det_con .dc_left .dl_title {
  font-size: 24px;
  color: #333;
}
.nd_wrap .main_con .det_con .dc_left .dl_short {
  padding: 20px 0;
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid #e5e5e5;
}
.nd_wrap .main_con .det_con .dc_left .dl_short span {
  margin-right: 38px;
}
.nd_wrap .main_con .det_con .dc_left .acticle_det {
  padding: 30px 0;
}
.nd_wrap .main_con .det_con .dc_left .acticle_det span,
.nd_wrap .main_con .det_con .dc_left .acticle_det p {
  display: block;
  font-size: 16px;
  text-indent: 2em !important;
  line-height: 2 !important;
}
.nd_wrap .main_con .det_con .dc_left .neighbor_article {
  margin: 30px 0;
  padding: 20px 25px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
}
.nd_wrap .main_con .det_con .dc_left .neighbor_article .na_left p {
  margin-bottom: 22px;
}
.nd_wrap .main_con .det_con .dc_left .neighbor_article .na_left p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.nd_wrap .main_con .det_con .dc_left .neighbor_article .na_left p .na_title {
  font-size: 14px;
  color: #333;
}
.nd_wrap .main_con .det_con .dc_left .neighbor_article .na_left p a {
  font-size: 14px;
  color: #333;
}
.nd_wrap .main_con .det_con .dc_left .neighbor_article .na_left p:hover a {
  color: #7589db;
}
.nd_wrap .main_con .det_con .dc_left .neighbor_article .about_like p {
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
}
.nd_wrap .main_con .det_con .dc_left #bshare .bsWXBox {
  height: 256px !important;
  width: 232px !important;
}
.nd_wrap .main_con .det_con .dc_left .disclaimer {
  margin-top: 15px;
  font-size: 12px;
  color: #999;
}
.nd_wrap .main_con .det_con .dc_left .disclaimer > span {
  font-size: 14px;
}
.nd_wrap .main_con .det_con .dc_right {
  width: 290px;
}
.nd_wrap .main_con .det_con .dc_right .QR_code {
  padding: 40px 14px 20px;
  text-align: center;
  background: #fff;
}
.nd_wrap .main_con .det_con .dc_right .QR_code .qr_title {
  font-size: 16px;
  font-weight: bold;
  color: #ff7300;
}
.nd_wrap .main_con .det_con .dc_right .QR_code .qr_des {
  margin: 20px 0;
}
.nd_wrap .main_con .det_con .dc_right .QR_code .frame {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.nd_wrap .main_con .det_con .dc_right .QR_code .frame em {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
}
.nd_wrap .main_con .det_con .dc_right .QR_code .frame .left_top {
  left: 0;
  top: 0;
  border-right: none;
  border-bottom: none;
}
.nd_wrap .main_con .det_con .dc_right .QR_code .frame .top_right {
  right: 0;
  top: 0;
  border-left: none;
  border-bottom: none;
}
.nd_wrap .main_con .det_con .dc_right .QR_code .frame .right_bottom {
  right: 0;
  bottom: 0;
  border-left: none;
  border-top: none;
}
.nd_wrap .main_con .det_con .dc_right .QR_code .frame .left_bottom {
  left: 0;
  bottom: 0;
  border-top: none;
  border-right: none;
}
.nd_wrap .main_con .det_con .dc_right .QR_code .frame img {
  position: absolute;
  width: 125px;
  height: 125px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nd_wrap .main_con .det_con .dc_right .QR_code .profess {
  margin-top: 18px;
}
.nd_wrap .main_con .det_con .dc_right .recom_info,
.nd_wrap .main_con .det_con .dc_right .hot_city {
  margin: 18px 0;
  padding: 0 14px;
  background: #fff;
}
.nd_wrap .main_con .det_con .dc_right .recom_info .ar_title,
.nd_wrap .main_con .det_con .dc_right .hot_city .ar_title {
  height: 42px;
  margin: 0 -14px;
  padding-left: 14px;
  line-height: 42px;
  background: #fafafa;
}
.nd_wrap .main_con .det_con .dc_right .recom_info .ar_title span,
.nd_wrap .main_con .det_con .dc_right .hot_city .ar_title span {
  color: #ff7300;
  font-size: 18px;
}
.nd_wrap .main_con .det_con .dc_right .recom_info .hot_info,
.nd_wrap .main_con .det_con .dc_right .hot_city .hot_info {
  padding: 20px 0;
}
.nd_wrap .main_con .det_con .dc_right .recom_info .hot_info a,
.nd_wrap .main_con .det_con .dc_right .hot_city .hot_info a {
  display: block;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
.nd_wrap .main_con .det_con .dc_right .recom_info .hot_info a:nth-last-of-type(1),
.nd_wrap .main_con .det_con .dc_right .hot_city .hot_info a:nth-last-of-type(1) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.nd_wrap .main_con .det_con .dc_right .recom_info .hot_info a > em,
.nd_wrap .main_con .det_con .dc_right .hot_city .hot_info a > em {
  float: left;
  width: 4px;
  height: 4px;
  margin-top: 5px;
  margin-right: 8px;
  color: #fff;
  background: #7589db;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.nd_wrap .main_con .det_con .dc_right .recom_info .hot_info a span,
.nd_wrap .main_con .det_con .dc_right .hot_city .hot_info a span {
  float: left;
  width: 210px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nd_wrap .main_con .det_con .dc_right .recom_info .city_list,
.nd_wrap .main_con .det_con .dc_right .hot_city .city_list {
  margin-top: 30px;
}
.nd_wrap .main_con .det_con .dc_right .recom_info .city_list a,
.nd_wrap .main_con .det_con .dc_right .hot_city .city_list a {
  float: left;
  width: 50%;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
.nd_wrap .main_con .det_con .dc_right .recom_info .city_list a:nth-last-of-type(1),
.nd_wrap .main_con .det_con .dc_right .hot_city .city_list a:nth-last-of-type(1) {
  padding-bottom: 0;
}
.nd_wrap .main_con .det_con .dc_right .recom_info .city_list a > em,
.nd_wrap .main_con .det_con .dc_right .hot_city .city_list a > em {
  float: left;
  width: 4px;
  height: 4px;
  margin-top: 5px;
  margin-right: 8px;
  color: #fff;
  background: #7589db;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.nd_wrap .main_con .det_con .dc_right .recom_info .city_list a span,
.nd_wrap .main_con .det_con .dc_right .hot_city .city_list a span {
  float: left;
  width: 118px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
