* {
  /*box-sizing: border-box; */}

.content {
  width: 1200px;
  margin: 0 auto; }
  .content > p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 40px; }
  .content > div > .leftTab {
    float: left;
    width: 270px; }
    .content > div > .leftTab > ul > li > div > a {
      display: block;
      height: 65px;
      background: #eeeeee;
      text-align: center;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 65px;
      letter-spacing: 0px;
      font-weight: bold;
      color: #666666;
      cursor: pointer; }
    .content > div > .leftTab > ul > li > ul {
      display: none; }
      .content > div > .leftTab > ul > li > ul > li > a {
        display: block;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #666666;
		background: #edf0f4;
        text-align: center;
        line-height: 40px;
        cursor: pointer; }
        .content > div > .leftTab > ul > li > ul > li > a:hover {
          background: #FFF; }
      .content > div > .leftTab > ul > li > ul > .isClickSon > a {
        color: #004398;
		    background: #fff;
        font-weight: 700; }
    .content > div > .leftTab > ul > .isClick > div > a {
      color: #ffffff;
      background: #014886; }
    .content > div > .leftTab > ul > .isClick > ul {
      display: block; }
  .content > div > .rightContent {
    float: right;
    width: 850px; }
    .content > div > .rightContent > ul:first-of-type {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 22px; }
      .content > div > .rightContent > ul:first-of-type > li {
        display: inline-block;
        /*border-right: 1.5px solid #999999;*/
        color: #014886;
        font-size: 24px;
        cursor: pointer;
        font-weight: bold; }
    .content > div > .rightContent > div > a {
      width: 257px;
      height: 80px;
      display: inline-block;
      margin: 10px; }
      .content > div > .rightContent > div > a > img {
        width: 100%;
        height: 100%; }
    .content > div > .rightContent > ul:last-of-type {
      padding: 30px 20px; }
      .content > div > .rightContent > ul:last-of-type > .liOne {
        float: left;
        font-size: 16px;
        color: #666666; }
        .content > div > .rightContent > ul:last-of-type > .liOne > span {
          font-size: 16px;
          color: #ff0000; }
      .content > div > .rightContent > ul:last-of-type > .liTwo {
        float: right;
        color: #999999; }
        .content > div > .rightContent > ul:last-of-type > .liTwo > a {
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 24px;
          letter-spacing: 0px;
          color: #999999; }
        .content > div > .rightContent > ul:last-of-type > .liTwo > input {
          width: 40px;
          border: 1px solid #999999; }
