.tabmain {
  background: #fff;
  margin: 0 0 1rem 0;
  padding: 0 0 .6rem 0;
}

.tabmain .titblue {
  color: #239cdb;
  font-size: 14px;
  font-weight: 600;
  padding: 1rem .5rem 0 .5rem;
}

.tabmain .tabul {
  *zoom: 1;
  margin: .6rem 0;
}

.tabmain .tabul:before,
.tabmain .tabul:after {
  display: table;
  content: "";
  line-height: 0;
}

.tabmain .tabul:after {
  clear: both;
}

.tabmain .tabul:before,
.tabmain .tabul:after {
  display: table;
  content: "";
  line-height: 0;
}

.tabmain .tabul:after {
  clear: both;
}

.tabmain .tabul li {
  float: left;
  display: inline-block;
  margin: .2rem .3rem;
  text-align: center;
}

.tabmain .tabul li a {
  padding: 5px;
  margin: 5px auto;
  border: 1px solid #239cdb;
  color: #000000;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 12px;
  text-align: center;
}

.tabmain .tabul li a.selectbut {
  color: #fff;
  background: #239cdb;
}

.smsmain {
  border-top: 1px solid #c3c6c5;
}

.smsmain li {
  border-bottom: 1px solid #c3c6c5;
  padding: .5rem;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
}

.smspages {
  text-align: center;
  margin: 1rem 0;
}

.smspages a {
  margin: 0 .2rem;
  padding: .2rem .4rem;
  border: 1px solid #c9dde4;
  color: #006cda;
}

.smspages a.aon {
  color: #000000;
  border: 1px solid #fff;
}

ul.smsullinks li {
  border-bottom: 1px solid #c3c6c5;
  padding: .3rem;
  *zoom: 1;
}

ul.smsullinks li:before,
ul.smsullinks li:after {
  display: table;
  content: "";
  line-height: 0;
}

ul.smsullinks li:after {
  clear: both;
}

ul.smsullinks li:before,
ul.smsullinks li:after {
  display: table;
  content: "";
  line-height: 0;
}

ul.smsullinks li:after {
  clear: both;
}

ul.smsullinks li a {
  padding: 0 5px 0 5px;
  line-height: 30px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50%;
  float: left;
  display: inline-block;
}

.all {
  padding: 8px;
}

.all .bigtit {
  color: #239cdb;
  font-size: 1rem;
  font-weight: 600;
  margin: 15px 0 0 0;
}

.all .unitWrap {
  border-bottom: 1px solid #c3c6c5;
  padding: 15px 0 10px 0;
}

.all .unitWrap .titStyle {
  background: #00a0e9;
  color: #fff;
  padding: 3px 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
  font-size: 12px;
}

.all .unitWrap ul {
  margin-top: 8px;
  *zoom: 1;
}

.all .unitWrap ul:before,
.all .unitWrap ul:after {
  display: table;
  content: "";
  line-height: 0;
}

.all .unitWrap ul:after {
  clear: both;
}

.all .unitWrap ul:before,
.all .unitWrap ul:after {
  display: table;
  content: "";
  line-height: 0;
}

.all .unitWrap ul:after {
  clear: both;
}

.all .unitWrap ul.cn-2 li {
  width: 48%;
  margin-right: 5px;
}

.all .unitWrap ul.cn-3 li {
  width: 31%;
  margin-right: 5px;
}

.all .unitWrap ul li {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 98%;
  float: left;
  display: inline-block;
  line-height: 25px;
  font-size: 12px;
}