@import url("common.css");
@import url("list.css");
.nr_tab { border-top: 1px solid #e4ebee; padding-top: 20px; }
.tab_h4 { background: #f6f5f5; height: 52px; line-height: 52px; padding: 0 20px; }
.tab_h4 em { margin-right: 10px; }
.tab_bq {  position: relative; padding-bottom: 10px; padding: 20px 0px 60px 0px; }
.con_l .tag_a {  line-height: 30px; height: 30px; font-size: 13px; border: 1px solid #dbe1de; background: #f9f9f9; border-radius:4px; text-align: center; margin: 0 10px 10px 0; padding: 0 10px;  }
.con_l .tag_a:hover { background: #3a82d3; border: 1px solid #e4ebee; }
.tab_sub {  position: absolute;  left: 50%;  bottom: 12px; width: 500px;margin-left: -250px; text-align: center;  }
.tab_sub em { margin-right: 10px; }
.tab_sub .span1 { display: block; }
.tab_sub .span2 { display: none; }
.tab_bq .div_a { height:66px; overflow: hidden; padding-bottom: 10px; }
.tab_bq .div_a.active { height: auto; padding-bottom: 0px;}
.tab_bq .tab_sub.active .span1 {  display: none; }
.tab_bq .tab_sub.active .span2 {  display: block; }
.tab_sub:before {content: ""; display: block; position: absolute; height: 1px; width: 500px;background:linear-gradient(to left,#fff,#dbe1de,#fff); top: -10px;}