#main-container,
.container {
  width: 380px;
  max-width: 1160px;
}
.content {
  margin-left: 0;
  height: auto;
}
.content > ul {
  list-style: none;
}
.content .menu-one > li {
  height: auto;
  overflow: hidden;
  border-top: 1px solid #93BDEF;
}
.content .menu-one > li.firstChild {
  border: 0;
}
.content .menu-one .header {
  height: 35px;
  background: #A9CAF0;
  line-height: 34px;
  text-indent: 15px;
  cursor: pointer;
}
.content .menu-one .header > span {
  display: block;
}
.content .menu-one .header .txt {
  float: left;
  color: #fff;
}
.content .menu-one .header .arrow {
  float: right;
  width: 35px;
  height: 35px;
  background: url(../images/arrow-d.png) no-repeat center center;
}
.content .menu-one .header:hover,
.content .menu-one .menuOne-current {
  background: #4f8ad0;
}
.content .menu-two {
  display: none;
  height: auto;
}
.content .menu-two li {
  height: 35px;
  background: #f7f7f7;
  border-top: 1px solid #ccc;
  line-height: 34px;
  text-indent: 40px;
}
.content .menu-two li.firstChild {
  border: 0;
}
.content .menu-two li a {
  display: block;
  color: #888;
}
.content .menu-two li:hover,
.content .menu-two li.menuTwo-current {
  background: #fff;
}
.content .menu-show .header {
  background: #75A9E5;
}
.content .menu-show .header .arrow {
  background-image: url(../images/arrow-u.png);
}
.right_title {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  background: #eaeaea;
  padding-left: 13px;
}
