/*布局*/
.column {
  /*border: 1px #d6d6d6 solid;*/
  margin: 9px auto 0;
}
/*标题*/
.mod-grid {
  width: auto;
}
.mod-grid .title-head {
  font-family: "微软雅黑";
  height: 37px;
  background: transparent url('images/sprite-bar.png') repeat-x 0 -31px;
}
.mod-grid .title-head .title .words {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  line-height: 37px;
}
.mod-grid .title-head .link {
  float: right;
  _display: inline;
  line-height: 37px;
}
.mod-grid .title-head .ico {
  float: left;
  _display: inline;
}
.mod-grid .title-head .ico {
  background: 0 0;
  width: 0;
  height: 0;
}
.mod-grid .title-head .title {
  margin-left: 10px;
}
.mod-grid .dotted-head {
  overflow: hidden;
  _zoom: 1;
  background: transparent url('images/sprite-bar.png') repeat-x 0 0;
}
.mod-grid .dotted-head .ico {
  background: transparent url('images/sprite-ico.png') no-repeat -60px -160px;
  width: 16px;
  height: 30px;
}
.mod-grid .dashed-head {
  height: 40px;
  border-bottom: 1px dashed #cccccc;
}
.mod-grid .dashed-head .title .words {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}
.mod-grid .dashed-head .link {
  float: right;
  _display: inline;
  line-height: 40px;
}
.mod-grid .dashed-head .ico {
  float: left;
  _display: inline;
}
.mod-grid .dashed-head .title {
  margin-left: 5px;
}
.mod-grid .dashed-head .title .words {
  font-size: 20px;
}
.mod-grid .dashed-head .link {
  float: right;
  _display: inline;
  margin-right: 10px;
  font-size: 12px;
}
.tab-head {
  float: right;
  _display: inline;
}
.tab-head li {
  float: left;
  _display: inline;
}
.tab-head li a {
  float: left;
  _display: inline;
  color: #333;
  line-height: 30px;
  height: 30px;
  text-align: center;
  width: 34px;
  border-left: 1px solid #ddd;
}
.tab-head li .tabactive {
  background-color: #FFF;
  width: 50px;
  border-left: none;
}
/*.m-main*/
.m-main {
  padding: 0 25px 35px;
}
.m-main a {
  color: #333333;
}
.m-main a:hover {
  color: #c00;
}
.m-main .inner {
  padding-top: 18px;
}
.leter-search {
  overflow: hidden;
  _zoom: 1;
  padding-top: 18px -3px;
}
.leter-search ul {
  overflow: hidden;
  _zoom: 1;
}
.leter-search ul li,
.leter-search ul a {
  float: left;
  _display: inline;
  line-height: 32px;
}
.leter-search ul a {
  width: 100px;
  padding: 9px 0 0 9px;
  font-size: 16px;
}
