.newshowbox {
  width: 835px;
  padding: 30px 0;
  float: left;
}

.newshowbox_r {
  width: 306px;
  float: right;
  margin: 0 0 50px 0;
}

.newshow_name {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
}

.newshow_zx div {
  float: left;
  font-size: 14px;
  color: #999999;
}

.newshow_ctrl a {
  color: #999999;
  font-weight: 600;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.newshow_ctrl a:hover {
  color: #333;
}

.newshow_follow {
  margin-right: 20px;
}

.newshow_fx .bdsharebuttonbox a {
  margin: 0 6px 0 0;
}

.newshow_fx {
  margin-left: 30px;
}

.newshow_zx {
  margin-top: 20px;
}

.newshow_title {
  padding-bottom: 16px;
}

.newshow_zx .newshow_back {
  float: right;
}

.newshow_back a {
  color: #999999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.newshow_back a:hover {
  color: #333333;
}

.newshow_cont {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 24px;
}

.newshow_cont p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
}

.newshow_cont h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}

.newshow_cont h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  color: #333;
}

.newshow_aboutsearch {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.newshow_aboutsearch a {
  color: #333333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.newshow_aboutsearch a:hover {
  color: #666666;
}

.newshow_pjs {
  float: left;
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
}

.newshow_p a {
  color: #333333;
  padding-bottom: 2px;
  border-bottom: 1px solid #666666;
}

.newshow_p {
  float: left;
}

.newshow_pjs_fx {
  float: right;
}

.newshow_bottom {
  margin-top: 14px;
}

.newshow_back {
  float: right;
  font-size: 14px;
  margin-top: 25px;
}

.newshowbox_r_b {
  padding: 0 20px;
  margin-top: 32px;
  width: 306px;
  /*height: 343px;*/
  padding-bottom: 25px;
  border: 7px solid #F3F3F3;
}

.newshowbox_r_b_prev {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 26px;
}

.show_prev_title {
	font-size: 20px;
	color: #555555;
	font-weight: 600;
	margin-top: 30px;
}

.show_prev_time {
	font-size: 12px;
	color: #555555;
	margin-top: 5px;
}

.show_prev_name {
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}

@media screen and (max-width: 640px) {
  .newshowbox {
    float: none;
    width: 100%;
  }

  .newshow_cont {
    margin-top: 0;
  }

  .newshow_cont p {
    margin-bottom: 18px;
  }

  .newshow_cont img {
    max-width: 100%;
    text-indent: 0;
  }

  .newshowbox_r {
    float: none;
    width: 100%;
    margin: 0;
  }

  .newshowbox_r_t {
    display: none;
  }

  .newshowbox_r_b {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .newshow_name {
    font-size: 20px;
  }

  .show_new .box {
    width: 100%;
  }
}