.bodycontent {
  min-width: 1000px;
  overflow-x: hidden; }
  .bodycontent .header {
    width: 100%;
    background: #fff; }
    .bodycontent .header .logo {
      width: 661px;
      height: 97px;
      margin: 15px auto 25px; }
      .bodycontent .header .logo img {
        width: 100%;
        height: auto; }
    .bodycontent .header .nav {
      background: #9a6618;
      width: 100%;
      height: 50px;
      line-height: 50px;
      color: #fff; }
      .bodycontent .header .nav .wcenter {
        font-size: 0; }
        .bodycontent .header .nav .wcenter span {
          position: relative;
          display: inline-block;
          width: 150px;
          font-size: 22px;
          text-align: center;
          border-right: 1px solid rgba(255, 255, 255, 0.2);
          vertical-align: top; }
          .bodycontent .header .nav .wcenter span a {
            color: #fff; }
          .bodycontent .header .nav .wcenter span a:hover {
            color: #fff;
            text-decoration: none; }
          .bodycontent .header .nav .wcenter span ul.navlist {
            display: none;
            position: absolute;
            width: 100%;
            height: auto;
            z-index: 999; }
            .bodycontent .header .nav .wcenter span ul.navlist li {
              width: 100%;
              background: #ba7d22;
              font-size: 14px; }
            .bodycontent .header .nav .wcenter span ul.navlist li:hover {
              background: #9a6618; }
        .bodycontent .header .nav .wcenter span:first-child {
          border-left: 1px solid rgba(255, 255, 255, 0.2); }
        .bodycontent .header .nav .wcenter span:hover {
          background: #885811; }
        .bodycontent .header .nav .wcenter span:hover > ul.navlist {
          display: block; }
    .bodycontent .header .nav.fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99999; }
  .bodycontent .banner {
    width: 100%;
    height: 600px;
    overflow: hidden; }
    .bodycontent .banner .img {
      width: 100%;
      height: 100%; }
      .bodycontent .banner .img img {
        widows: 100%;
        height: auto; }
  .bodycontent div.content .wcenter {
    display: flex;
    justify-content: space-between; }
    .bodycontent div.content .wcenter > div {
      display: inline-block; }
      .bodycontent div.content .wcenter > div p.title {
        height: 38px;
        line-height: 38px;
        background: #c7782e;
        color: #fff;
        font-size: 18px;
        padding-left: 10px; }
        .bodycontent div.content .wcenter > div p.title > i {
          margin: 0 10px;
          display: inline-block;
          width: 0;
          height: 0;
          border-top: 7px solid transparent;
          border-left: 9px solid #fff;
          border-bottom: 7px solid transparent;
          vertical-align: middle; }
    .bodycontent div.content .wcenter div.w_left {
      width: 24%; }
      .bodycontent div.content .wcenter div.w_left > div {
        border: 1px solid #c7782e; }
      .bodycontent div.content .wcenter div.w_left .navlist {
        margin-bottom: 20px; }
        .bodycontent div.content .wcenter div.w_left .navlist > ul {
          padding: 20px 30px;
          vertical-align: top; }
          .bodycontent div.content .wcenter div.w_left .navlist > ul li {
            line-height: 40px;
            color: #c7782e;
            cursor: pointer; }
            .bodycontent div.content .wcenter div.w_left .navlist > ul li > i {
              margin: 0 10px;
              display: inline-block;
              width: 0;
              height: 0;
              border-top: 7px solid transparent;
              border-left: 9px solid #c7782e;
              border-bottom: 7px solid transparent;
              vertical-align: middle; }
          .bodycontent div.content .wcenter div.w_left .navlist > ul li:hover {
            color: #333; }
          .bodycontent div.content .wcenter div.w_left .navlist > ul li.on {
            color: #333; }
      .bodycontent div.content .wcenter div.w_left .code > div.img {
        text-align: center;
        padding: 20px 0; }
    .bodycontent div.content .wcenter div.w_right {
      width: 74%;
      margin-bottom: 60px; }
      .bodycontent div.content .wcenter div.w_right > div {
        display: none;
        border: 1px solid #c7782e; }
        .bodycontent div.content .wcenter div.w_right > div div.com {
          padding: 20px 30px;
          font-size: 16px;
          color: #666; }
          .bodycontent div.content .wcenter div.w_right > div div.com p {
            margin: 15px 0;
            line-height: 1.5; }
          .bodycontent div.content .wcenter div.w_right > div div.com p.tit {
            font-size: 22px;
            color: #c7782e;
            font-weight: 600;
            margin: 25px 0; }
        .bodycontent div.content .wcenter div.w_right > div div.newslist {
          padding: 15px 20px; }
          .bodycontent div.content .wcenter div.w_right > div div.newslist p {
            height: 35px;
            line-height: 35px;
            font-size: 14px;
            color: #333; }
            .bodycontent div.content .wcenter div.w_right > div div.newslist p span.time {
              float: right;
              line-height: 35px;
              color: #999; }
            .bodycontent div.content .wcenter div.w_right > div div.newslist p i {
              display: inline-block;
              width: 10px;
              height: 10px;
              border: 1px solid #ccc;
              border-radius: 50%;
              margin-right: 10px;
              font-style: normal; }
        .bodycontent div.content .wcenter div.w_right > div div.aboutlist {
          padding: 15px 20px; }
          .bodycontent div.content .wcenter div.w_right > div div.aboutlist p {
            margin: 10px 0; }
          .bodycontent div.content .wcenter div.w_right > div div.aboutlist p.tit {
            font-weight: 700;
            font-size: 24px;
            color: #c7782e; }
          .bodycontent div.content .wcenter div.w_right > div div.aboutlist p > img {
            margin: 10px 0; }
        .bodycontent div.content .wcenter div.w_right > div div.teaching_list {
          font-size: 16px;
          color: #666;
          padding: 10px;
          min-height: 384px; }
          .bodycontent div.content .wcenter div.w_right > div div.teaching_list p {
            margin: 10px 0; }
          .bodycontent div.content .wcenter div.w_right > div div.teaching_list i {
            display: inline-block;
            margin: 0 10px;
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-left: 9px solid #c7782e;
            border-bottom: 7px solid transparent;
            vertical-align: middle;
            margin-right: 10px; }
          .bodycontent div.content .wcenter div.w_right > div div.teaching_list > div.list {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            .bodycontent div.content .wcenter div.w_right > div div.teaching_list > div.list > div {
              width: 228px;
              height: auto;
              margin-bottom: 15px; }
              .bodycontent div.content .wcenter div.w_right > div div.teaching_list > div.list > div div.img {
                width: 100%;
                height: 175px;
                margin-bottom: 8px; }
                .bodycontent div.content .wcenter div.w_right > div div.teaching_list > div.list > div div.img img {
                  width: 100%;
                  height: auto; }
              .bodycontent div.content .wcenter div.w_right > div div.teaching_list > div.list > div > p {
                text-align: center;
                font-size: 14px;
                color: #c7782e;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
          .bodycontent div.content .wcenter div.w_right > div div.teaching_list > div.paging {
            text-align: center;
            font-size: 14px;
            margin: 20px 0 30px; }
            .bodycontent div.content .wcenter div.w_right > div div.teaching_list > div.paging > span {
              margin: 0 5px;
              cursor: pointer; }
            .bodycontent div.content .wcenter div.w_right > div div.teaching_list > div.paging select {
              padding: 0 15px;
              border-radius: 3px;
              cursor: pointer; }
        .bodycontent div.content .wcenter div.w_right > div div.dress {
          padding: 20px 30px;
          min-height: 344px; }
          .bodycontent div.content .wcenter div.w_right > div div.dress p {
            font-size: 18px;
            color: #c7782e;
            line-height: 2; }
      .bodycontent div.content .wcenter div.w_right > div.on {
        display: block; }
    .bodycontent div.content .wcenter div.detail_con {
      width: 100%;
      height: auto; }
      .bodycontent div.content .wcenter div.detail_con p.title {
        width: 100%; }
      .bodycontent div.content .wcenter div.detail_con .detail_txt {
        width: 100%;
        height: auto;
        padding: 30px 20px 60px;
        border: 1px solid #c7782e;
        color: #666; }
        .bodycontent div.content .wcenter div.detail_con .detail_txt p {
          text-indent: 2em;
          line-height: 1.5;
          margin: 5px 0; }
        .bodycontent div.content .wcenter div.detail_con .detail_txt p.tit {
          font-size: 18px;
          color: #333;
          margin-bottom: 10px;
          text-indent: 0;
          text-align: center; }
        .bodycontent div.content .wcenter div.detail_con .detail_txt p.stit {
          font-size: 14px;
          color: #999;
          margin-bottom: 25px;
          text-indent: 0;
          text-align: center; }
        .bodycontent div.content .wcenter div.detail_con .detail_txt .del_jump {
          margin-top: 40px; }
          .bodycontent div.content .wcenter div.detail_con .detail_txt .del_jump a {
            display: block;
            color: #333;
            margin-bottom: 10px; }
          .bodycontent div.content .wcenter div.detail_con .detail_txt .del_jump a:hover {
            color: #c7782e; }
  .bodycontent .footer {
    margin-top: 30px;
    width: 100%;
    height: 185px;
    background: #9a6618;
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6); }
    .bodycontent .footer ul.footnav {
      display: block;
      font-size: 16px;
      margin: 30px auto 40px;
      text-align: center; }
      .bodycontent .footer ul.footnav li {
        display: inline-block;
        padding: 0 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.4); }
        .bodycontent .footer ul.footnav li a {
          color: #fff; }
        .bodycontent .footer ul.footnav li a:hover {
          text-decoration: underline; }
      .bodycontent .footer ul.footnav li:last-child {
        border-right: none; }
    .bodycontent .footer p {
      margin: 5px 0; }
