﻿@charset "utf-8";
/* css document */

.tab {
  width: 615px;
  float:left;
  margin-top:9px;
}
.tab-title {
  height: 42px;
  font-size: 0;
  background:url(/uploads/image/images/search_title.jpg);
}
.tab-title .item {
  display: inline-block;
  width: 80px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #333;
  font-size:15px;
  font-family:"微软雅黑";
}
.tab-title .item-cur {
  color: #fff;
  background:url(/uploads/image/images/search_title_hover2.png) no-repeat;
}
.tab-cont {

  width: 615px;
  height: 130px;
  overflow: hidden;

}
.tab-cont__wrap {
  position: absolute;
}
.tab-cont .item {
  width: 615px;
  height: 130px;
  padding-left:20px;
  color: #000;
}