/* table for list class */
table.list
{
    border-collapse: collapse;
    border: 1px #ccc solid;
    padding: 0px;
    width: 98%;
    margin: 10px auto;
}
table.list td
{
    border: 1px #ccc solid;
    line-height: 28px;
    padding: 1px 6px;
}
table.list table td
{
    border: none;
    line-height: 22px;
    padding: 0px;
}
table.list tr.thead
{
    background-color: #3280be;
    color: #fff;
}
table.list tr.thead td, table.list tr.thead th
{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}
table.list tr.thead a, table tr.thead a:link
{
    color: #fff;
}
table.list tr.thead a:hover
{
    color: #ffffcc;
}
table.list tr.tbottom
{
    background-color: #FFFFCC;
}
table.list tr.aa
{
    background-color: #fff;
}
table.list tr.cc
{
    background-color: #d8eefe;
}
/* layout */
.bigLayer{width:960px;overflow:hidden;margin:0px auto;}

/* css class */
.input{height:19px;}
.input .inputMid{height:19px;float:left;}
.input .inputMid input{border:none;background-color:transparent;color:#fff;}

/* 城市列表margin: 71px 3px 0 0; */
.mainBox{width:100%;height:auto;background:rgb(245,245,245);padding-top: 30px;}
.mainBox .citys{width: 1200px;margin: auto;overflow: hidden;}
.citys .blank{width: 100%;height: 37px;}
.citys .citysItem{width: 597px;height: 362px;background: #FFFFFF;position: relative;margin-left: 6px;float: left;margin-bottom: 71px;}
.citys .citysItem1{margin-left: 0;}
.citysItem .cityImg{position: absolute;left: 36px;top: -24px;width: 229px;height: 301px;box-shadow:-2px 2px 5px -1px #d0cfcf;}
.citysItem .cityName{width: 229px;height: 30px;float: left;text-align: center;padding-top:294px;margin-left:36px;font-size:30px;font-family:MicrosoftYaHei-Bold;font-weight:bold;color:rgb(0,0,0);line-height:30px;}
.citysItem .address{float: left;width: 270px;height: 303px;margin-left: 38px;overflow-y: auto;margin-top: 33px;padding-right: 8px;box-sizing: border-box;}
/* 滚动槽 */
.citysItem .address::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  
  .citysItem .address::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
  }
  
  /* 滚动条滑块 */
  .citysItem .address::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  }
.address .style2{padding-top: 0;}
.address .margtop{margin-top: 22px;}
.address .cityTitle{width:100%;height:17px;font-size:16px;font-family:MicrosoftYaHei-Bold;font-weight:bold;color:rgb(1,1,1);line-height:17px;margin-bottom: 12px;}
.address .addressItem{width: 100%;font-size:14px;font-family:MicrosoftYaHei;font-weight:400;color:rgb(1,1,1);line-height:24px;overflow: hidden;}
.addressItem .leftName{float: left;width: 42px;display: inline-block;}
.addressItem .rightDetail{float: left;width: auto;display: inline-block;}