﻿
.tab {
  width: 740px;
  margin: 0px auto;
}
.tab-title {
  height: 45px;
  font-size: 0;
  background-color: #f5f5f5;
}
.tab-title .item {
  display: inline-block;
  width: 100px;  
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 16px;
  padding:3px 30px;
}
.tab-title .item-cur 
{    
  color: #fff;
  background-color: #08BAA2;
}
.tab-cont {
  position: relative;
  width: 740px;
  height: 250px;
  overflow: hidden;
  border:solid 1px #EBEBEB;  
}
.tab-cont__wrap 
{
  position: absolute;
}
.tab-cont .item 
{
   padding-top:5px;
  width: 740px;
  height: 250px;
  line-height: 27px;
  text-align: left;
  color: #fff;  
  
}


