.banner {
  height: 300px;
  background: url("//cdn-static-poster.huazhen2008.com/huazhen2008.com/test/pc/2.jpg") no-repeat center/cover;
}

.clearfix {
  zoom: 1;
}

.testing_list {
  width: 1200px;
  margin: 50px auto 20px;
}

.list_l, .list_r {
  display: inline-block;
  vertical-align: top;
}

.list_l {
  width: 880px;
  font-size: 0;
}

.list_l .testing_tit {
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.list_l .testing_tit span, .list_l .testing_tit a {
  display: inline-block;
}

.list_l .testing_tit .testing_name {
  display: inline-block;
  font-size: 26px;
  color: #333333;
}

.list_l .testing_tit .testing_name:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  vertical-align: middle;
  border-radius: 10px;
  margin-right: 10px;
  background: #ff5b6f;
}

.list_l .testing_tit .testing_children {
  margin-left: 80px;
}

.list_l .testing_tit .testing_children i {
  display: inline-block;
  width: 100px;
  font-style: initial;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #666666;
}

.list_l .testing_tit .testing_children i:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -12px;
}

.list_l .testing_tit .testing_children i:hover {
  color: #ff5b6f;
}

.list_l .testing_tit .testing_children i:hover:after {
  background: #ff5b6f;
}

.list_l .testing_tit .testing_children .active {
  color: #ff5b6f;
}

.list_l .testing_tit .testing_children .active:after {
  background: #ff5b6f;
}

.list_l .testing_tit .testing_more {
  float: right;
  font-size: 14px;
  color: #999999;
  margin-top: 16px;
}

.list_l .blank_link {
  margin: 14px auto;
  font-size: 14px;
  color: #aaaaaa;
}

.list_l .blank_link a:hover {
  color: #ff5a72;
}

.list_l .list_ul {
  font-size: 0;
}

.list_l .list_ul .list_item_con:nth-of-type(n+2) {
  display: none;
}

.list_l .list_ul .list_item {
  display: block;
  border-top: 1px dashed #e8e8e8;
  padding: 25px 20px;
}

.list_l .list_ul .list_item img {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.list_l .list_ul .list_item div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 620px;
  height: 136px;
}

.list_l .list_ul .list_item div .list_item_name .name_con {
  display: inline-block;
  width: 520px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
}

.list_l .list_ul .list_item div .list_item_name .fl {
  float: right;
  font-size: 14px;
  color: #999999;
  margin-top: 7px;
}

.list_l .list_ul .list_item div .list_item_des {
  font-size: 14px;
  color: #505050;
  margin-top: 12px;
}

.list_l .list_ul .list_item div .list_item_price {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 22px;
  color: #f8485e;
}

.list_l .list_ul .list_item:last-child {
  border-bottom: 1px dashed #e8e8e8;
}

.list_r {
  width: 290px;
  margin-left: 25px;
}

.list_r .ad1 {
  display: block;
  margin-bottom: 20px;
}

.list_r .ad1 img {
  display: block;
}

.list_r .other_url {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
}

.list_r .other_url .other_tit {
  font-size: 18px;
  color: #000000;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e8e8;
}

.list_r .other_url .other_tit:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 14px;
  background: #ff5a72;
  border-radius: 10px;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -3px;
}

.list_r .other_url a {
  display: block;
  margin-top: 12px;
}

.list_r .other_url a span {
  display: inline-block;
  vertical-align: middle;
  width: 164px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_r .other_url a i {
  float: right;
  font-style: initial;
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
}

.list_r .other_url a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #707070;
  margin-right: 6px;
  vertical-align: middle;
}

.list_r .other_url a:hover span {
  color: #ff5a72;
}

.list_r .other_url a:hover:before {
  background: #ff5a72;
}

.list_r .moulde_side {
  margin-bottom: 25px;
  width: 100%;
  margin-top: 25px;
}

.list_r .moulde_side .tab_txt {
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_r .moulde_side .tab_txt li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  cursor: pointer;
  color: #999;
  font-size: 14px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.list_r .moulde_side .tab_txt .tab_in {
  color: #666;
  font-weight: 700;
}

.list_r .moulde_side .moudle_con {
  padding-top: 20px;
  color: #959595;
  line-height: 20px;
  border: 1px solid #eee;
}

.list_r .moulde_side .moudle_con .tab_con {
  display: none;
}

.list_r .moulde_side .moudle_con .tab_con:first-child {
  display: block;
}

.list_r .watch_information .watch_left li a {
  display: block;
  width: 90%;
  margin: 0 auto 14px;
  line-height: 13px;
  color: #666;
}

.list_r .watch_information .watch_right p {
  text-indent: 2em;
  line-height: 24px;
  padding: 0 10px;
  margin-bottom: 0;
}

.list_r .watch_information .cate_articles {
  display: table;
  padding: 10px;
}

.list_r .watch_information .cate_articles div {
  display: table;
}

.list_r .watch_information .cate_articles a {
  float: left;
  margin-right: 10px;
}

.paging {
  text-align: center;
  margin: 20px auto;
}

.paging p {
  font-size: 14px;
  display: initial;
}

.paging a {
  padding: 10px 15px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  margin: 10px;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50em;
  color: #aaa;
}

.paging a:hover {
  background: #ff5562;
  color: #fff;
  border: 1px solid #ff5562;
}

.paging .next, .paging .prev {
  width: auto;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.paging .active {
  background: #ff5562;
  color: #fff;
  border: 1px solid #ff5562;
}

.bottom_ad1 {
  display: block;
}

.bottom_ad1 img {
  display: block;
}

.lines {
  height: 1px;
  background: #e4e4e4;
}
/*# sourceMappingURL=list.css.map */