.cates {
  margin-top: 20px;
  margin-bottom: 40px;
}
.cates .tit {
  font-size: 28px;
  font-weight: bold;
  color: #020202;
  text-indent: 9px;
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #000;
}
.cates .tit .show_more_cate {
  color: #cd0104;
  font-size: 13px;
  float: right;
  height: 48px;
  line-height: 70px;
  margin-right: 23px;
  font-weight: normal;
}
.cates .tit .show_more_cate span {
  width: 8px;
  display: inline-block;
  height: 15px;
  float: left;
}
.cates .tit .show_more_cate.show_all .jian {
  display: block;
}
.cates .tit .show_more_cate.show_all .jia {
  display: none;
}
.cates .tit .show_more_cate .jian {
  display: none;
}
.cates .cate_list {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e9e9e9;
  display: inline-block;
  margin-top: 10px;
}
.cates .cate_list.hide {
  height: 45px;
  overflow: hidden;
}
.cates .cate_list ul li {
  float: left;
  width: 11.111%;
  text-align: center;
  margin-bottom: 3px;
}
.cates .cate_list ul li a {
  padding: 10px 23px;
  display: inline-block;
  font-size: 12px;
  color: #000;
}
.cates .cate_list ul li.active a {
  background-color: #ffe5e4;
  color: #cd0000;
}
#detail_left {
  width: 880px;
  float: left;
}
#detail_left .cate-info {
  padding: 0 40px;
  margin-bottom: 20px;
  width: 800px;
  background-color: #fff;
  display: inline-block;
}
#detail_left .cate-info .tit {
  font-size: 23px;
  color: #000;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e7e7e7;
}
#detail_left .cate-info .zu {
  width: 100%;
  display: inline-block;
  border-bottom: 1px dashed #e7e7e7;
  padding-bottom: 11px;
}
#detail_left .cate-info .zu .zu_tit {
  font-size: 16px;
  color: #020202;
  height: 20px;
  line-height: 20px;
  border-left: 5px solid #cd0001;
  text-indent: 7px;
  margin-bottom: 20px;
}
#detail_left .cate-info .zu ul {
  height: 39px;
  overflow: hidden;
}
#detail_left .cate-info .zu ul li {
  float: left;
  width: 78px;
  height: 30px;
  border: 1px solid #dcdcdc;
  text-align: center;
  margin-left: 9px;
  margin-bottom: 9px;
}
#detail_left .cate-info .zu ul li.active {
  background-color: #ce0000;
  border: 1px solid #ce0000;
}
#detail_left .cate-info .zu ul li.active a {
  color: #fff;
}
#detail_left .cate-info .zu ul li a {
  width: 78px;
  height: 30px;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  color: #000;
}
#detail_left .cate-info .zu ul li:nth-child(1),
#detail_left .cate-info .zu ul li:nth-child(10),
#detail_left .cate-info .zu ul li:nth-child(19),
#detail_left .cate-info .zu ul li:nth-child(28),
#detail_left .cate-info .zu ul li:nth-child(37),
#detail_left .cate-info .zu ul li:nth-child(46),
#detail_left .cate-info .zu ul li:nth-child(55) {
  margin-left: 0px;
}
#detail_left .cate-info .detail {
  margin-top: 20px;
  padding-bottom: 40px;
}
#detail_left .cate-info .detail .tit_sub {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
#detail_left .cate-info .detail p {
  padding-top: 25px;
  line-height: 2;
}
#detail_left .cate-info .detail .text-info {
  color: #777!important;
  text-indent: 2em;
  height: 145px;
  overflow: hidden;
}
#detail_left .cate-info .detail .show_more_info {
  color: #E6352B;
  padding: 0 3px;
}
#detail_left .relate_articles {
  height: 515px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 70px;
}
#detail_left .relate_articles .tit {
  display: inline-block;
  width: 100%;
}
#detail_left .relate_articles .tit li {
  height: 48px;
  float: left;
  width: 50%;
  background-color: #ededed;
  border-top: 2px solid #ededed;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  color: #000;
  cursor: pointer;
}
#detail_left .relate_articles .tit li.active {
  border-top: 2px solid #ce0000;
  background-color: #fff;
  cursor: auto;
}
#detail_left .relate_articles .sub_articles {
  padding: 0 45px 0;
  margin-top: 45px;
}
#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: 8px;
}
#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;
}
