﻿/****************************************************************
*                                                              *
*                             js代码                           *
*                        www.jsdaima.com                       *
*            js代码拒绝滥竽充数，我们只提供精品资源！          *
*                                                              *
*****************************************************************/
.whereBox {
  width: auto;
  margin: 10px auto;
  backgr ound-color: #fff;
  font-size:16px;
  border: 1px solid #E9E9E9;
  /* height: 55px; */
}
.whereBox .item {
  line-height:50px;
  border-bottom: 1px solid #E9E9E9; background:#fff;
}
.whereBox .item:last-child {
  border-bottom: 0px solid #E9E9E9;
}
.whereBox .item .fl:first-child {
  background: #f8f8f8;
  border-right: 1px solid #E9E9E9;
  margin-right: 15px;
  color: #666666;
}
.whereBox .item span {
  width:140px;
  display: inline-block;
  text-align: center; background: #086ada;
    color: #fff;
}
.whereBox .item a {
text-align: center;
    /* width: 140px; */
  display: inline-block;
  border: 2px #086ada solid;
  height: 25px;
  padding: 0 20px;
  margin-left: 10px;
  line-height: 25px;
  color: #414141;
}
.whereBox .item a:hover {
  text-decoration: underline;
  color: #414141;
}
.whereBox .item .on {
  background-color: #008d49;
  color: #fff;
}
.whereBox .item .on:hover {
  color: #fff;
  text-decoration: none;
}
.clear {
  clear: both;
}
