#detail_left {
  width: 880px;
  float: left;
}
#detail_left .article-info {
  padding: 0 45px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  width: 800px;
  background-color: #fff;
  display: inline-block;
}
#detail_left .article-info .tit {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
#detail_left .article-info .date {
  text-align: center;
  font-size: 12px;
  color: #989898;
  width: 100%;
}
#detail_left .article-info .detail {
  overflow-X: hidden;
  padding: 22px 0 30px 0;
  font-size: 16px;
  line-height: 2;
  color: #333!important;
  text-indent: 2em;
}
#detail_left .article-info .pages {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-top: 1px dashed #ccc;
}
#detail_left .article-info .pages a.text_info {
  font-size: 12px;
  color: #333;
}
#detail_left .article-info .pages a.text_info.f_l {
  float: left;
}
#detail_left .article-info .pages a.text_info.f_r {
  float: right;
}
#detail_left .relate_articles {
  width: 800px;
  padding: 50px 45px 30px;
  background-color: #fff;
  margin-bottom: 70px;
}
#detail_left .relate_articles .tit {
  display: inline-block;
  width: 100%;
  line-height: 28px;
  height: 28px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-align: left;
}
#detail_left .relate_articles .sub_articles {
  margin-top: 30px;
}
#detail_left .relate_articles .sub_articles ul.active {
  display: none;
}
#detail_left .relate_articles .sub_articles ul li {
  height: 100px;
  width: 100%;
  margin-bottom: 30px;
  clear: left;
}
#detail_left .relate_articles .sub_articles ul li img {
  width: 150px;
  height: 100px;
  float: left;
}
#detail_left .relate_articles .sub_articles ul li .right_info {
  margin-left: 160px;
  height: 100px;
}
#detail_left .relate_articles .sub_articles ul li .right_info .a_tit {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
  height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#detail_left .relate_articles .sub_articles ul li .right_info .time {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#detail_left .relate_articles .sub_articles ul li .right_info .introduce {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  line-height: 1.8;
  font-size: 13px;
  margin-top: 5px;
}
#detail_right {
  width: 242px;
  float: right;
}
#detail_right .r_register {
  background-color: #fff;
  width: 100%;
  margin-bottom: 27px;
  height: 200px;
}
#detail_right .r_register .rr_title {
  padding-top: 23px;
  color: #000;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#detail_right .r_register .rr_sub_title {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
  margin-top: 6px;
  margin-bottom: 20px;
}
#detail_right .r_register .rr_input {
  height: 34px;
  border: 1px solid #ccc;
  width: 163px;
  margin: 0 auto 16px;
}
#detail_right .r_register .rr_input .icon_phone {
  height: 34px;
  width: 26px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}
#detail_right .r_register .rr_input input {
  height: 100%;
  line-height: 34px;
  color: #3c3c3c;
  border: none;
  text-indent: 2px;
  width: 130px;
}
#detail_right .r_register .rr_submit {
  width: 165px;
  height: 36px;
  background-color: #ce0000;
  color: #fff;
  text-align: center;
  line-height: 36px;
  margin: 16px auto 0;
  cursor: pointer;
}
#detail_right #lastest_articles {
  border: 1px solid #ccc;
  background: white;
  padding: 20px;
  margin-bottom: 40px;
}
#detail_right #lastest_articles p {
  color: #F79100;
  font-size: 18px;
  margin-bottom: 16px;
}
#detail_right #lastest_articles ul a {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  overflow: hidden;
}
#detail_right #lastest_articles ul a:first-child {
  height: auto;
}
#detail_right #lastest_articles ul a li {
  white-space: nowrap;
  line-height: 30px;
  color: #888;
}
#detail_right #lastest_articles ul a li #first_article {
  width: 200px;
  background: white;
  position: relative;
  margin-bottom: 5px;
}
#detail_right #lastest_articles ul a li #first_article img {
  width: 200px;
  height: 134px;
}
#detail_right #lastest_articles ul a li #first_article #first_article_title {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 200px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  color: white;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: black;
}
#detail_right #lastest_articles ul a li span {
  color: #F79100;
}
