/*!
 * XTBG theme from Layui - xtbg-themes v1.0 (http://www.xtbg.ac.cn)
 * Copyright 2017-2018 Suny
 * Licensed under Copyright (https://github.com/youngun45/xtbg-dev/LICENSE)
 */
@charset "UTF-8";
/*!
 * Theme Name: XTBG2018官网主题
 * Theme URI: http://www.xtbg.ac.cn
 * Author: Suny
 * Author URI: https://www.tianbianyu.com
 * Description: XTBG2017官网主题
 * Version: 1.0
 * Tags: XTBG2018官网主题
 * Text Domain: xtbg-themes-2018
*/
/*** 颜色 ***/
body {
  background-color: #f0f9ef; }

::selection {
  color: white;
  background: #0aa284; }

::-moz-selection {
  color: white;
  background: #0aa284; }

ul {
  margin: 0px;
  padding: 0px; }
  ul li {
    list-style: none;
    margin: 0px;
    padding: 0px; }

a {
  text-decoration: none;
  color: #666666; }
  a:hover {
    text-decoration: none;
    color: #047632; }

.test_line {
  border: #047632 1px solid; }

/*** 公用 ***/
/*** 头部 ***/
.xtbg-head {
  position: relative;
  width: 100%;
  height: 36px;
  background: #FFF;
  line-height: 36px;
  color: #76817b; }
  .xtbg-head .layui-breadcrumb a {
    color: #1e1e1e !important; }
    .xtbg-head .layui-breadcrumb a:hover {
      color: #149800 !important; }
  .xtbg-head .layui-breadcrumb span[lay-separator] {
    margin: 0 8px;
    color: #ddd; }
  .xtbg-head .xtbg-head-right {
    float: right;
    margin-right: 5px; }

.xtbg-banner {
  height: 150px;
  border-bottom: #fff solid 1px; }
  .xtbg-banner .xtbg-header-wrap {
    background: url("../images/xtbg-logo-title-say-path.svg") no-repeat center top;
    height: 150px; }
  .xtbg-banner .xtbg-bg-gray {
    background: url("../images/banner-r.svg") no-repeat right bottom; }
  .xtbg-banner .logo {
    line-height: 130px;
    padding-bottom: 10px; }
  .xtbg-banner .logo-paint {
    position: absolute;
    right: 180px;
    top: -10px;
    overflow: hidden;
    opacity: 0.3; }

.xtbg-menu {
  height: 53px;
  background: #047632;
  margin-bottom: 0px; }
  .xtbg-menu .layui-nav {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0px; }
  .xtbg-menu .layui-nav .layui-nav-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    z-index: 10000;
    margin-left: -9px; }
  .xtbg-menu .layui-nav * {
    font-size: 16px; }
  .xtbg-menu .layui-nav-child {
    top: 55px;
    background: rgba(255, 255, 255, 0.983);
    font-weight: normal; }
    .xtbg-menu .layui-nav-child a:hover {
      background-color: #5FB878;
      color: #fff; }
    .xtbg-menu .layui-nav-child dd {
      font-weight: normal; }

.xtbg-bg-green {
  background: #047632 !important; }

@media screen and (max-width: 1024px) {
  .xtbg-head {
    width: 1150px; }
  .xtbg-menu {
    width: 1150px; }
    .xtbg-menu .layui-container {
      width: 1150px; } }

/*** 底部 ***/
.xtbg-links {
  width: 100%;
  float: left; }
  .xtbg-links .links-title {
    padding-left: 10px;
    float: left;
    width: 100%; }
    .xtbg-links .links-title h2 {
      font-size: 24px;
      display: block;
      float: left;
      width: 120px;
      color: #00742f;
      line-height: 58px;
      margin-top: 12px;
      margin-left: 10px; }
    .xtbg-links .links-title .links-more {
      display: block;
      float: right;
      margin: 35px 35px 10px 0;
      line-height: 24px; }
      .xtbg-links .links-title .links-more a {
        margin-top: 10px; }
  .xtbg-links .links-body {
    border-top: 2px solid #83c44e;
    width: 98%;
    float: left;
    height: 308px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 24px; }
    .xtbg-links .links-body .links-Item {
      transition: all .3s linear;
      -moz-transition: all .3s linear;
      -webkit-transition: all .3s linear;
      width: 279px;
      height: 154px;
      background-color: #fff;
      border: 1px solid #f5f5f5;
      margin: -1px;
      text-align: center !important; }
      .xtbg-links .links-body .links-Item img {
        width: 46px;
        height: 60px;
        margin: 22px;
        vertical-align: top; }
      .xtbg-links .links-body .links-Item a {
        line-height: 25px; }
    .xtbg-links .links-body .links-Item:hover {
      z-index: 2;
      -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
      -webkit-transform: translate3d(0, -2px, 0);
      transform: translate3d(0, -2px, 0); }

.xtbg-olinks {
  width: 100%;
  float: left;
  height: 50px;
  background: #047632; }
  .xtbg-olinks .layui-input-block {
    margin: 6px 10px 0px 10px;
    min-height: 36px; }

a:focus {
  outline: none; }

a.hidefocus {
  outline: none; }

footer {
  width: 100%;
  padding: 16px 0;
  padding-top: 40px;
  background: #fff; }
  footer .foot-logo {
    padding: 0 0 5px;
    text-align: center;
    border-right: 1px solid #ccc; }
  footer .info {
    padding-left: 20px; }
    footer .info p {
      margin-bottom: 10px; }
  footer .jiama img {
    width: 60px;
    height: 60px; }

@media screen and (max-width: 1024px) {
  footer {
    width: 1150px; } }

/*** 首页 ***/
.xtbg-news {
  margin-top: 20px;
  height: 300px; }
  .xtbg-news .xtbg-silder {
    height: 294px; }
    .xtbg-news .xtbg-silder .s_left {
      width: 177px;
      height: 100%;
      float: left;
      background: url("../images/silder_background.png") no-repeat;
      background-size: cover;
      position: relative;
      border-left: solid 1px #047632;
      z-index: 1000; }
      .xtbg-news .xtbg-silder .s_left .s_left_title {
        position: absolute;
        width: 46px;
        height: 24px;
        line-height: 24px;
        color: #760404;
        background-color: #ffcb2d;
        left: 77px;
        top: 25px;
        z-index: 2;
        text-align: center;
        opacity: .8;
        font-size: 16px; }
      .xtbg-news .xtbg-silder .s_left .s_left_frame {
        position: absolute;
        width: 217px;
        height: 220px;
        background-color: #047632;
        left: 0px;
        top: 36px;
        z-index: 1; }
        .xtbg-news .xtbg-silder .s_left .s_left_frame .s_l_toutiao_title {
          font-weight: 650;
          margin: 16px;
          margin-top: 20px;
          padding-bottom: 5px;
          text-align: justify;
          border-bottom: #ffcb2d 1px solid;
          color: #FFF; }
          .xtbg-news .xtbg-silder .s_left .s_left_frame .s_l_toutiao_title a {
            color: #FFF;
            font-size: 17px; }
          .xtbg-news .xtbg-silder .s_left .s_left_frame .s_l_toutiao_title a:hover {
            color: #ffcb2d; }
        .xtbg-news .xtbg-silder .s_left .s_left_frame .s_l_toutiao_body {
          margin: 14px;
          margin-top: 0px;
          padding-bottom: 5px;
          line-height: 22px;
          text-align: justify;
          color: #FFF; }
        .xtbg-news .xtbg-silder .s_left .s_left_frame .s_l_toutiao_date {
          margin: 16px;
          margin-top: -10px;
          padding-bottom: 5px;
          float: right;
          color: #FFF; }
      .xtbg-news .xtbg-silder .s_left .s_left_buttom {
        position: absolute;
        width: 178px;
        height: 25px;
        line-height: 25px;
        left: 0px;
        top: 269px;
        text-align: center;
        margin: 0 auto; }
        .xtbg-news .xtbg-silder .s_left .s_left_buttom .swiper-pagination-bullet {
          margin: 0px 2px 0px 2px; }
        .xtbg-news .xtbg-silder .s_left .s_left_buttom .swiper-pagination-bullet-active {
          opacity: 1;
          background: #047632; }
    .xtbg-news .xtbg-silder .s_right {
      position: relative;
      width: 390px;
      height: 293px;
      float: right;
      border-right: solid 1px #047632; }
      .xtbg-news .xtbg-silder .s_right img {
        width: 390px;
        height: 292.5px; }
      .xtbg-news .xtbg-silder .s_right .s_right_line {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 89%;
        height: 85%;
        border: #d0d3d1 solid 1px;
        z-index: 100; }
  .xtbg-news .xtbg-mid-news {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 293px; }
    .xtbg-news .xtbg-mid-news .news-item {
      height: 94px;
      float: left; }
      .xtbg-news .xtbg-mid-news .news-item .news-item-title {
        padding: 10px 8px 3px 15px;
        background: url("../images/news-item-left.svg") -2px 13px no-repeat; }
        .xtbg-news .xtbg-mid-news .news-item .news-item-title a {
          font-size: 17px;
          color: #00742F;
          text-align: justify;
          display: block; }
          .xtbg-news .xtbg-mid-news .news-item .news-item-title a h4 {
            font-weight: 650; }
        .xtbg-news .xtbg-mid-news .news-item .news-item-title a:hover {
          color: #FF2A2B; }
      .xtbg-news .xtbg-mid-news .news-item .news-item-body {
        padding: 0px 15px 0px 15px; }
        .xtbg-news .xtbg-mid-news .news-item .news-item-body a {
          display: block;
          font-size: 14px;
          color: #666666;
          line-height: 24px;
          text-align: justify; }
        .xtbg-news .xtbg-mid-news .news-item .news-item-body a:hover {
          color: #00742F; }
  .xtbg-news .xtbg-tongzi {
    background-color: rgba(255, 255, 255, 0.5);
    height: 293px;
    margin-left: 10px; }
    .xtbg-news .xtbg-tongzi .tz-title {
      line-height: 24px;
      border-bottom: #ffcb2d 1px solid;
      padding: 12px 10px 5px 5px; }
      .xtbg-news .xtbg-tongzi .tz-title .title {
        display: inline-block; }
        .xtbg-news .xtbg-tongzi .tz-title .title a {
          font-size: 18px;
          color: #00742F;
          text-align: justify;
          display: block; }
        .xtbg-news .xtbg-tongzi .tz-title .title a:hover {
          color: #ffcb2d; }
      .xtbg-news .xtbg-tongzi .tz-title .r-title {
        display: inline;
        float: right;
        margin-right: 10px;
        padding-top: 3px; }
        .xtbg-news .xtbg-tongzi .tz-title .r-title .tongzi-tab-cur a {
          color: #00742F; }
    .xtbg-news .xtbg-tongzi .tz-body {
      margin: 15px 15px 10px 10px;
      height: 220px;
      overflow: hidden; }
      .xtbg-news .xtbg-tongzi .tz-body .marquee {
        height: 220px;
        overflow: hidden; }
      .xtbg-news .xtbg-tongzi .tz-body .tongzi-active {
        display: block; }
      .xtbg-news .xtbg-tongzi .tz-body li {
        line-height: 24px;
        height: 38px;
        margin-bottom: 20px;
        padding-left: 16px;
        background: url("../images/list-bg.svg") no-repeat 0px 6px;
        text-align: justify; }
        .xtbg-news .xtbg-tongzi .tz-body li a {
          font-size: 14px;
          color: #666666;
          line-height: 24px;
          text-align: justify; }
        .xtbg-news .xtbg-tongzi .tz-body li a:hover {
          color: #00742F; }
        .xtbg-news .xtbg-tongzi .tz-body li span {
          float: left;
          line-height: 24px;
          color: #00742F;
          padding-right: 8px; }

.xtbg-ly {
  margin-top: 20px; }
  .xtbg-ly .xtbg-ly-left {
    width: 100%; }
    .xtbg-ly .xtbg-ly-left .ll {
      position: relative;
      width: 198px;
      height: 250px;
      float: left;
      background: url("../images/xtbg-ly-bg-left-1.png") center center no-repeat; }
      .xtbg-ly .xtbg-ly-left .ll .ll-center {
        position: absolute;
        left: 0;
        top: 26px;
        width: 198px;
        height: 198px;
        background: url("../images/xtbg-ly-left1.svg") center center no-repeat; }
    .xtbg-ly .xtbg-ly-left .lr {
      float: left;
      height: 250px;
      width: 372px;
      position: relative;
      background: url("../images/xtbg-ly-bg-left.png") no-repeat;
      background-size: cover; }
      .xtbg-ly .xtbg-ly-left .lr .lr-center-bg {
        position: absolute;
        left: 0;
        top: 26px;
        width: 350px;
        height: 197px;
        background: #000;
        opacity: 0.5;
        border-bottom: #FFF 1px solid;
        border-right: #FFF 1px solid;
        margin: 0 auto;
        text-align: center; }
      .xtbg-ly .xtbg-ly-left .lr .lr-center {
        position: absolute;
        left: 0;
        top: 26px;
        width: 325px;
        height: 197px;
        margin: 0 auto;
        text-align: center;
        color: #fff; }
        .xtbg-ly .xtbg-ly-left .lr .lr-center h3 {
          margin-top: 20px;
          font-weight: 650;
          font-size: 24px;
          line-height: 38px;
          border-bottom: #ffcb2d solid 1px;
          display: inline-block; }
        .xtbg-ly .xtbg-ly-left .lr .lr-center ul {
          margin-top: 10px; }
          .xtbg-ly .xtbg-ly-left .lr .lr-center ul li {
            display: inline-block;
            font-weight: 650;
            font-size: 16px;
            margin: 5px; }
            .xtbg-ly .xtbg-ly-left .lr .lr-center ul li a {
              color: #fff; }
            .xtbg-ly .xtbg-ly-left .lr .lr-center ul li a:hover {
              color: #FF2A2B; }
  .xtbg-ly .xtbg-ly-right {
    width: 100%; }
    .xtbg-ly .xtbg-ly-right .rl {
      position: relative;
      width: 198px;
      height: 250px;
      float: left;
      background: url("../images/xtbg-ly-bg-right-1.png") center center no-repeat; }
      .xtbg-ly .xtbg-ly-right .rl .rl-center {
        position: absolute;
        left: 0;
        top: 26px;
        width: 198px;
        height: 198px;
        background: url("../images/xtbg-ly-right1.svg") center center no-repeat; }
    .xtbg-ly .xtbg-ly-right .rr {
      float: left;
      height: 250px;
      width: 372px;
      position: relative;
      background: url("../images/xtbg-ly-bg-right.jpg") no-repeat;
      background-size: cover; }
      .xtbg-ly .xtbg-ly-right .rr .rr-center-bg {
        position: absolute;
        left: 0;
        top: 26px;
        width: 350px;
        height: 197px;
        background: #000;
        opacity: 0.5;
        border-bottom: #FFF 1px solid;
        border-right: #FFF 1px solid;
        margin: 0 auto;
        text-align: center; }
      .xtbg-ly .xtbg-ly-right .rr .rr-center {
        position: absolute;
        left: 0;
        top: 26px;
        width: 325px;
        height: 197px;
        margin: 0 auto;
        text-align: center;
        color: #fff; }
        .xtbg-ly .xtbg-ly-right .rr .rr-center h3 {
          margin-top: 20px;
          font-weight: 650;
          font-size: 24px;
          line-height: 38px;
          border-bottom: #ffcb2d solid 1px;
          display: inline-block; }
        .xtbg-ly .xtbg-ly-right .rr .rr-center ul {
          margin-top: 10px; }
          .xtbg-ly .xtbg-ly-right .rr .rr-center ul li {
            display: inline-block;
            font-weight: 650;
            font-size: 16px;
            margin: 5px; }
            .xtbg-ly .xtbg-ly-right .rr .rr-center ul li a {
              color: #fff; }
            .xtbg-ly .xtbg-ly-right .rr .rr-center ul li a:hover {
              color: #FF2A2B; }

.xtbg-other-news {
  margin-top: 20px; }
  .xtbg-other-news .news-frame {
    border-top: #ffcb2d 2px solid;
    border-right: #dfdfdf solid 1px;
    background: rgba(255, 255, 255, 0.4); }
    .xtbg-other-news .news-frame .n-title {
      padding-left: 10px;
      line-height: 40px;
      border-bottom: #dfdfdf solid 1px; }
      .xtbg-other-news .news-frame .n-title a {
        margin-left: 5px;
        font-size: 18px;
        color: #00742F;
        border-bottom: #ffcb2d solid 1px;
        padding-bottom: 11px; }
      .xtbg-other-news .news-frame .n-title a:hover {
        color: #FF2A2B;
        border-bottom: #FF2A2B solid 1px; }
      .xtbg-other-news .news-frame .n-title .more {
        float: right;
        margin-right: 10px;
        display: inline-block; }
        .xtbg-other-news .news-frame .n-title .more a {
          font-size: 12px;
          padding-bottom: 0px;
          border-bottom: none; }
    .xtbg-other-news .news-frame .n-body {
      height: 305px;
      overflow: hidden; }
      .xtbg-other-news .news-frame .n-body .b-top {
        margin: 20px 15px 20px 18px;
        border-bottom: #dfdfdf 1px solid;
        padding-bottom: 20px; }
        .xtbg-other-news .news-frame .n-body .b-top a {
          overflow: hidden;
          border-radius: 4px; }
          .xtbg-other-news .news-frame .n-body .b-top a img {
            border: 0;
            width: 105px;
            height: 79px;
            transition: all 0.3s;
            border-radius: 4px; }
          .xtbg-other-news .news-frame .n-body .b-top a img:hover {
            transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1); }
        .xtbg-other-news .news-frame .n-body .b-top p {
          width: 136px;
          float: right;
          text-align: justify; }
        .xtbg-other-news .news-frame .n-body .b-top span {
          position: relative;
          float: left;
          margin-top: -15px;
          margin-left: 120px;
          font-size: 12px;
          color: #666666; }
        .xtbg-other-news .news-frame .n-body .b-top .xuesu a {
          display: block;
          position: relative;
          overflow: hidden; }
          .xtbg-other-news .news-frame .n-body .b-top .xuesu a img {
            width: 250px; }
          .xtbg-other-news .news-frame .n-body .b-top .xuesu a .intro {
            position: absolute;
            width: 250px;
            bottom: 5px;
            background: rgba(0, 0, 0, 0.5); }
            .xtbg-other-news .news-frame .n-body .b-top .xuesu a .intro p {
              padding-left: 10px;
              width: 200px;
              float: left;
              color: #FFF;
              line-height: 30px; }
            .xtbg-other-news .news-frame .n-body .b-top .xuesu a .intro span {
              float: right;
              position: relative;
              margin-top: -22px;
              right: 10px;
              color: #ffcb2d; }
        .xtbg-other-news .news-frame .n-body .b-top .xuesu a:hover p {
          color: #FF2A2B; }
      .xtbg-other-news .news-frame .n-body .b-bottom {
        margin: -10px 10px 20px 20px; }
        .xtbg-other-news .news-frame .n-body .b-bottom ul li {
          height: 50px;
          padding-left: 12px;
          margin-bottom: 10px;
          line-height: 25px;
          background: url("../images/list-bg.png") no-repeat 2px 10px;
          position: relative; }
          .xtbg-other-news .news-frame .n-body .b-bottom ul li a {
            word-break: break-all;
            text-align: justify; }
          .xtbg-other-news .news-frame .n-body .b-bottom ul li span {
            float: right;
            font-size: 12px;
            color: #949494;
            position: absolute;
            right: 8px;
            bottom: 0; }
        .xtbg-other-news .news-frame .n-body .b-bottom .xuesu-b {
          margin-top: 28px;
          margin-right: 5px; }
      .xtbg-other-news .news-frame .n-body .b-lunwen {
        padding: 15px 20px 7px 20px;
        height: 290px;
        overflow: hidden; }
        .xtbg-other-news .news-frame .n-body .b-lunwen ul li {
          height: 62px;
          padding-left: 12px;
          margin-bottom: 10px;
          line-height: 20px;
          font-family: ArialMT, Arial;
          font-weight: 400;
          font-style: normal;
          background: url("../images/list-bg.png") no-repeat 2px 10px; }
          .xtbg-other-news .news-frame .n-body .b-lunwen ul li a {
            word-break: break-all;
            text-align: justify; }
      .xtbg-other-news .news-frame .n-body .b-email {
        padding: 15px 15px 0px 15px;
        border-bottom: #dfdfdf solid 1px; }
        .xtbg-other-news .news-frame .n-body .b-email .layui-form-label {
          float: left;
          display: block;
          padding: 9px 0px;
          width: 46px;
          font-weight: 400;
          line-height: 20px;
          text-align: right; }
        .xtbg-other-news .news-frame .n-body .b-email .layui-input-block {
          margin-left: 59px;
          min-height: 36px; }
        .xtbg-other-news .news-frame .n-body .b-email .layui-btn {
          background-color: #00742F; }
        .xtbg-other-news .news-frame .n-body .b-email .layui-btn-primary {
          display: inline-block;
          height: 38px;
          line-height: 38px;
          padding: 0 18px;
          background-color: #00742F;
          color: #fff;
          white-space: nowrap;
          text-align: center;
          font-size: 14px;
          border: none;
          border-radius: 2px;
          cursor: pointer; }
      .xtbg-other-news .news-frame .n-body .b-office {
        margin: 0px 10px 10px 10px; }
        .xtbg-other-news .news-frame .n-body .b-office .o-left {
          padding: 8px 8px 8px 17px;
          width: 20px;
          float: left;
          line-height: 30px;
          color: #00742F;
          font-size: 16px;
          font-weight: 600;
          background-color: #dfdfdf62; }
        .xtbg-other-news .news-frame .n-body .b-office .o-right {
          padding: 8px;
          width: 200px;
          float: left; }
          .xtbg-other-news .news-frame .n-body .b-office .o-right ul li {
            display: inline-block;
            padding: 10px 10px 0px 10px;
            width: 42px;
            line-height: 25px; }
            .xtbg-other-news .news-frame .n-body .b-office .o-right ul li a {
              color: #00742F; }
              .xtbg-other-news .news-frame .n-body .b-office .o-right ul li a i {
                font-size: 31px; }
            .xtbg-other-news .news-frame .n-body .b-office .o-right ul li a:hover {
              color: #FF2A2B; }
  .xtbg-other-news .no-border-right {
    border-right: none; }

.xtbg-info {
  margin-top: 20px; }
  .xtbg-info .news-frame {
    border-top: #ffcb2d 2px solid;
    border-right: #dfdfdf solid 1px;
    background: rgba(255, 255, 255, 0.4); }
    .xtbg-info .news-frame .n-title {
      padding-left: 10px;
      line-height: 40px;
      border-bottom: #dfdfdf solid 1px; }
      .xtbg-info .news-frame .n-title a {
        margin-left: 5px;
        font-size: 18px;
        color: #00742F;
        border-bottom: #ffcb2d solid 1px;
        padding-bottom: 11px; }
      .xtbg-info .news-frame .n-title a:hover {
        color: #FF2A2B;
        border-bottom: #FF2A2B solid 1px; }
      .xtbg-info .news-frame .n-title .more {
        float: right;
        margin-right: 10px;
        display: inline-block; }
        .xtbg-info .news-frame .n-title .more a {
          font-size: 12px;
          padding-bottom: 0px;
          border-bottom: none; }
    .xtbg-info .news-frame .n-body {
      height: 245px;
      overflow: hidden; }
      .xtbg-info .news-frame .n-body ul {
        padding: 15px 20px 15px 20px; }
        .xtbg-info .news-frame .n-body ul li {
          height: 22px;
          padding-left: 12px;
          margin-bottom: 10px;
          line-height: 20px;
          background: url("../images/list-bg.png") no-repeat 2px 10px; }
          .xtbg-info .news-frame .n-body ul li a {
            word-break: break-all;
            text-align: justify; }
          .xtbg-info .news-frame .n-body ul li span {
            float: right;
            color: #666666; }
      .xtbg-info .news-frame .n-body .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto; }
      .xtbg-info .news-frame .n-body .swiper-slide {
        text-align: center;
        background: rgba(255, 255, 255, 0.4);
        height: 243px; }
        .xtbg-info .news-frame .n-body .swiper-slide .layui-elem-field legend {
          margin-left: 47px;
          padding: 0px 5px 0px 5px;
          font-size: 14px;
          font-weight: 650;
          color: #00742F; }
        .xtbg-info .news-frame .n-body .swiper-slide ul {
          padding: 3px 5px 10px 15px;
          text-align: left; }
        .xtbg-info .news-frame .n-body .swiper-slide .two li {
          width: 80px;
          float: left;
          height: 22px;
          padding-left: 0px;
          margin-bottom: 10px;
          background: none; }
        .xtbg-info .news-frame .n-body .swiper-slide .one {
          list-style: none; }
          .xtbg-info .news-frame .n-body .swiper-slide .one li {
            padding: 0px;
            width: 100%;
            background: none;
            display: inline-block;
            line-height: 23px;
            height: auto;
            word-break: break-all;
            word-wrap: break-word; }
      .xtbg-info .news-frame .n-body .swiper-container-horizontal > .swiper-pagination-bullets, .xtbg-info .news-frame .n-body .swiper-pagination-custom, .xtbg-info .news-frame .n-body .swiper-pagination-fraction {
        bottom: 0px;
        left: 0;
        width: 100%; }
  .xtbg-info .no-border-right {
    border-right: none; }

.xtbg-pic-show {
  margin-top: 20px; }
  .xtbg-pic-show .news-frame {
    border-top: #ffcb2d 2px solid;
    background: rgba(255, 255, 255, 0.4); }
    .xtbg-pic-show .news-frame .n-title {
      padding-left: 10px;
      line-height: 40px;
      border-bottom: #dfdfdf solid 1px; }
      .xtbg-pic-show .news-frame .n-title a {
        margin-left: 5px;
        font-size: 18px;
        color: #00742F;
        border-bottom: #ffcb2d solid 1px;
        padding-bottom: 11px; }
      .xtbg-pic-show .news-frame .n-title a:hover {
        color: #FF2A2B;
        border-bottom: #FF2A2B solid 1px; }
      .xtbg-pic-show .news-frame .n-title .sub-title {
        margin-left: 10px;
        display: inline-block; }
        .xtbg-pic-show .news-frame .n-title .sub-title a {
          font-size: 14px;
          padding-bottom: 0px;
          border-bottom: none; }
      .xtbg-pic-show .news-frame .n-title .show-nav-cur a {
        color: #FF2A2B; }
      .xtbg-pic-show .news-frame .n-title .more {
        float: right;
        margin-right: 10px;
        display: inline-block; }
        .xtbg-pic-show .news-frame .n-title .more a {
          font-size: 12px;
          padding-bottom: 0px;
          border-bottom: none; }
    .xtbg-pic-show .news-frame .n-body {
      height: 340px;
      overflow: hidden;
      padding: 10px 10px 0px 10px; }
      .xtbg-pic-show .news-frame .n-body .fc-1 {
        float: left; }
        .xtbg-pic-show .news-frame .n-body .fc-1 .fc-l {
          float: left; }
          .xtbg-pic-show .news-frame .n-body .fc-1 .fc-l a {
            float: left;
            border-radius: 4px;
            position: relative;
            font-size: 0;
            line-height: 0;
            margin: 0 10px 10px 0;
            overflow: hidden; }
            .xtbg-pic-show .news-frame .n-body .fc-1 .fc-l a img {
              transition: all 0.3s;
              overflow: hidden; }
            .xtbg-pic-show .news-frame .n-body .fc-1 .fc-l a img:hover {
              transform: scale(1.1, 1.1);
              -moz-transform: scale(1.1, 1.1);
              -webkit-transform: scale(1.1, 1.1);
              -o-transform: scale(1.1, 1.1); }
            .xtbg-pic-show .news-frame .n-body .fc-1 .fc-l a p {
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 30px;
              font-size: 14px;
              line-height: 30px;
              color: #fff;
              text-indent: 12px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              background: rgba(0, 0, 0, 0.6); }
          .xtbg-pic-show .news-frame .n-body .fc-1 .fc-l a:hover p {
            color: #FF2A2B; }
      .xtbg-pic-show .news-frame .n-body .fc-r {
        float: left; }
        .xtbg-pic-show .news-frame .n-body .fc-r a {
          float: left;
          position: relative;
          font-size: 0;
          line-height: 0;
          margin: 0 10px 10px 0;
          overflow: hidden;
          border-radius: 4px; }
          .xtbg-pic-show .news-frame .n-body .fc-r a img {
            transition: all 0.3s;
            overflow: hidden; }
          .xtbg-pic-show .news-frame .n-body .fc-r a img:hover {
            transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1); }
          .xtbg-pic-show .news-frame .n-body .fc-r a p {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
            color: #fff;
            text-indent: 12px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            background: rgba(0, 0, 0, 0.6); }
        .xtbg-pic-show .news-frame .n-body .fc-r a:hover p {
          color: #FF2A2B; }
      .xtbg-pic-show .news-frame .n-body .fc-r:nth-child(odd) a {
        margin-right: 0px; }
      .xtbg-pic-show .news-frame .n-body .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto; }
      .xtbg-pic-show .news-frame .n-body .swiper-slide {
        text-align: center;
        background: rgba(255, 255, 255, 0.4);
        height: 320px; }
      .xtbg-pic-show .news-frame .n-body .swiper-button-prev {
        left: -25px; }
      .xtbg-pic-show .news-frame .n-body .swiper-button-next {
        right: -25px; }
  .xtbg-pic-show .no-border-right {
    border-right: none; }

.xtbg-video {
  margin-top: 20px; }
  .xtbg-video .news-frame {
    border-top: #ffcb2d 2px solid;
    background: rgba(255, 255, 255, 0.4); }
    .xtbg-video .news-frame .n-title {
      padding-left: 10px;
      line-height: 40px;
      border-bottom: #dfdfdf solid 1px; }
      .xtbg-video .news-frame .n-title a {
        margin-left: 5px;
        font-size: 18px;
        color: #00742F;
        border-bottom: #ffcb2d solid 1px;
        padding-bottom: 11px; }
      .xtbg-video .news-frame .n-title a:hover {
        color: #FF2A2B;
        border-bottom: #FF2A2B solid 1px; }
      .xtbg-video .news-frame .n-title .more {
        float: right;
        margin-right: 10px;
        display: inline-block; }
        .xtbg-video .news-frame .n-title .more a {
          font-size: 12px;
          padding-bottom: 0px;
          border-bottom: none; }
    .xtbg-video .news-frame .n-body {
      height: 270px;
      overflow: hidden;
      padding: 10px 12px 0px 12px; }
      .xtbg-video .news-frame .n-body #xtbg-video .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto; }
      .xtbg-video .news-frame .n-body #xtbg-video .swiper-slide {
        text-align: center;
        background: rgba(255, 255, 255, 0.4);
        height: 250px;
        border-radius: 4px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative; }
      .xtbg-video .news-frame .n-body #xtbg-video .swiper-slide:after {
        z-index: 1;
        opacity: 0.3;
        background: #000;
        transition: opacity .4s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        overflow: hidden;
        display: block;
        border-radius: 4px; }
      .xtbg-video .news-frame .n-body #xtbg-video .swiper-button-prev, .xtbg-video .news-frame .n-body #xtbg-video .swiper-button-next {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 60px;
        text-align: center;
        opacity: 1;
        display: none; }
      .xtbg-video .news-frame .n-body #xtbg-video .swiper-button-prev:after {
        content: "\e603";
        display: block;
        font-family: 'layui-icon'; }
      .xtbg-video .news-frame .n-body #xtbg-video .swiper-button-next:after {
        content: "\e602";
        display: block;
        font-family: 'layui-icon'; }
      .xtbg-video .news-frame .n-body #xtbg-video .swiper-slide {
        background-image: url(../uploads/img01.png); }
      .xtbg-video .news-frame .n-body #xtbg-video .swiper-slide:hover:after {
        display: none; }
      .xtbg-video .news-frame .n-body #xtbg-video .swiper-slide:hover .info {
        bottom: 0px; }
      .xtbg-video .news-frame .n-body #xtbg-video img {
        border-radius: 4px; }
      .xtbg-video .news-frame .n-body #xtbg-video .info {
        position: absolute;
        background: rgba(0, 0, 0, 0.6) 363px 250px no-repeat;
        padding: 20px;
        z-index: 999;
        transition: all .2s;
        bottom: -100px;
        color: #fff;
        font-size: 14px;
        padding-top: 20px;
        width: 89%; }
        .xtbg-video .news-frame .n-body #xtbg-video .info .date {
          font-size: 14px;
          margin-bottom: 10px; }
        .xtbg-video .news-frame .n-body #xtbg-video .info h3 {
          margin-bottom: 16px; }
          .xtbg-video .news-frame .n-body #xtbg-video .info h3 a {
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            text-decoration: none; }
        .xtbg-video .news-frame .n-body #xtbg-video .info p {
          text-indent: 2em; }
        .xtbg-video .news-frame .n-body #xtbg-video .info .btn {
          margin-top: 40px;
          display: inline-block;
          border: 2px solid #fff;
          color: #fff;
          font-size: 16px;
          padding: 9px 35px;
          border-radius: 20px;
          line-height: 20px;
          text-decoration: none; }
          .xtbg-video .news-frame .n-body #xtbg-video .info .btn i {
            font-size: 24px; }
        .xtbg-video .news-frame .n-body #xtbg-video .info .btn:hover {
          background: #fff;
          color: #000; }
          .xtbg-video .news-frame .n-body #xtbg-video .info .btn:hover i {
            color: #FF2A2B; }
      .xtbg-video .news-frame .n-body #xtbg-video:hover .swiper-button-prev, .xtbg-video .news-frame .n-body #xtbg-video:hover .swiper-button-next {
        display: block; }
  .xtbg-video .no-border-right {
    border-right: none; }

.xtbg-zt {
  margin-top: 20px; }
  .xtbg-zt .news-frame {
    border-top: #ffcb2d 2px solid;
    background: rgba(255, 255, 255, 0.4); }
    .xtbg-zt .news-frame .n-title {
      padding-left: 10px;
      line-height: 40px;
      border-bottom: #dfdfdf solid 1px; }
      .xtbg-zt .news-frame .n-title a {
        margin-left: 5px;
        font-size: 18px;
        color: #00742F;
        border-bottom: #ffcb2d solid 1px;
        padding-bottom: 11px; }
      .xtbg-zt .news-frame .n-title a:hover {
        color: #FF2A2B;
        border-bottom: #FF2A2B solid 1px; }
      .xtbg-zt .news-frame .n-title .more {
        float: right;
        margin-right: 10px;
        display: inline-block; }
        .xtbg-zt .news-frame .n-title .more a {
          font-size: 12px;
          padding-bottom: 0px;
          border-bottom: none; }
    .xtbg-zt .news-frame .n-body {
      height: 270px;
      overflow: hidden;
      padding: 10px 10px 0px 10px; }
      .xtbg-zt .news-frame .n-body #xtbg-swiper-zt .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto; }
      .xtbg-zt .news-frame .n-body #xtbg-swiper-zt .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: 120px;
        border-radius: 4px;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .xtbg-zt .news-frame .n-body #xtbg-swiper-zt .swiper-slide a {
          display: block; }
        .xtbg-zt .news-frame .n-body #xtbg-swiper-zt .swiper-slide img {
          width: 230px;
          border-radius: 4px; }
      .xtbg-zt .news-frame .n-body #xtbg-swiper-zt .swiper-slide:hover {
        -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0); }
  .xtbg-zt .no-border-right {
    border-right: none; }

@media screen and (max-width: 1024px) {
  .xtbg-news, .xtbg-ly, .xtbg-other-news, .xtbg-info, .xtbg-pic-show, .xtbg-video, .xtbg-olinks {
    width: 1150px; } }

/*** 列表页 ***/
.test {
  clear: both;
  height: 100px; }

.xtbg-list-mu {
  margin-top: 20px; }
  .xtbg-list-mu .list-left {
    border-top: #ffcb2d 2px solid;
    background: rgba(255, 255, 255, 0.4);
    margin-right: 20px; }
    .xtbg-list-mu .list-left .n-title {
      padding-left: 10px;
      line-height: 40px;
      border-bottom: #dfdfdf solid 1px; }
      .xtbg-list-mu .list-left .n-title a {
        margin-left: 5px;
        font-size: 18px;
        color: #00742F;
        border-bottom: #ffcb2d solid 1px;
        padding-bottom: 11px; }
      .xtbg-list-mu .list-left .n-title a:hover {
        color: #FF2A2B;
        border-bottom: #FF2A2B solid 1px; }
      .xtbg-list-mu .list-left .n-title .sub-title {
        margin-left: 10px;
        display: inline-block; }
        .xtbg-list-mu .list-left .n-title .sub-title a {
          font-size: 14px;
          padding-bottom: 0px;
          border-bottom: none; }
      .xtbg-list-mu .list-left .n-title .more {
        float: right;
        margin-right: 10px;
        display: inline-block; }
        .xtbg-list-mu .list-left .n-title .more a {
          font-size: 14px;
          padding-bottom: 0px;
          border-bottom: none; }
    .xtbg-list-mu .list-left .n-body {
      line-height: 40px; }
      .xtbg-list-mu .list-left .n-body ul li {
        position: relative;
        border-bottom: #efefef solid 1px;
        padding: 0 15px; }
        .xtbg-list-mu .list-left .n-body ul li a {
          display: block; }
        .xtbg-list-mu .list-left .n-body ul li .bg-bot {
          width: 0;
          height: 1px;
          position: absolute;
          bottom: -1px;
          left: 0;
          background-color: #d63636;
          transition: width 1s; }
      .xtbg-list-mu .list-left .n-body ul li:hover .bg-bot {
        width: 100%; }
    .xtbg-list-mu .list-left .menu-btn {
      width: 32px;
      height: 32px;
      font-size: 24px;
      color: #fff;
      text-align: center;
      position: absolute;
      top: 50%;
      right: -32px;
      margin-top: -16px;
      background-color: #00742F;
      opacity: 0.8;
      z-index: 99;
      cursor: pointer; }
  .xtbg-list-mu .list-right {
    border-top: #ffcb2d 2px solid;
    background: rgba(255, 255, 255, 0.4);
    margin-left: 20px; }
    .xtbg-list-mu .list-right .n-title {
      padding-left: 10px;
      line-height: 40px;
      border-bottom: #dfdfdf solid 1px; }
      .xtbg-list-mu .list-right .n-title a {
        margin-left: 5px;
        font-size: 18px;
        color: #00742F;
        border-bottom: #ffcb2d solid 1px;
        padding-bottom: 11px; }
      .xtbg-list-mu .list-right .n-title a:hover {
        color: #FF2A2B;
        border-bottom: #FF2A2B solid 1px; }
      .xtbg-list-mu .list-right .n-title .more {
        float: right;
        margin-right: 10px;
        display: inline-block;
        font-size: 12px; }
        .xtbg-list-mu .list-right .n-title .more a {
          font-size: 12px;
          padding-bottom: 0px;
          border-bottom: none; }
    .xtbg-list-mu .list-right .n-body .bg-bottom {
      width: 0;
      height: 1px;
      background-color: #00742F;
      position: absolute;
      left: 0;
      bottom: -1px;
      transition: width 1s; }
    .xtbg-list-mu .list-right .n-body ul {
      padding: 0px 20px 20px 20px;
      position: relative; }
      .xtbg-list-mu .list-right .n-body ul li {
        padding-top: 12px;
        padding-bottom: 16px;
        padding-right: 16px;
        padding-left: 16px;
        border-bottom: 1px solid #e0e0e0;
        position: relative; }
        .xtbg-list-mu .list-right .n-body ul li span {
          color: #9b9b9b;
          line-height: 24px; }
        .xtbg-list-mu .list-right .n-body ul li h4 {
          font-size: 16px;
          font-weight: 650;
          line-height: 40px; }
          .xtbg-list-mu .list-right .n-body ul li h4 a {
            color: #575757;
            display: block; }
          .xtbg-list-mu .list-right .n-body ul li h4 a:hover {
            color: #00742F; }
        .xtbg-list-mu .list-right .n-body ul li .content {
          color: #666;
          line-height: 28px; }
        .xtbg-list-mu .list-right .n-body ul li .more {
          margin-left: 20px;
          color: #bd2727;
          line-height: 28px; }
        .xtbg-list-mu .list-right .n-body ul li .pic {
          padding: 10px; }
          .xtbg-list-mu .list-right .n-body ul li .pic img {
            transition: all 0.3s;
            overflow: hidden; }
          .xtbg-list-mu .list-right .n-body ul li .pic img:hover {
            transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1); }
        .xtbg-list-mu .list-right .n-body ul li .words {
          padding-left: 20px; }
      .xtbg-list-mu .list-right .n-body ul li:hover .bg-bottom {
        width: 100%; }
    .xtbg-list-mu .list-right .n-body .article {
      padding: 30px; }
      .xtbg-list-mu .list-right .n-body .article h1 {
        font-size: 28px;
        color: #00742F; }
      .xtbg-list-mu .list-right .n-body .article .note {
        margin-top: 24px;
        padding-bottom: 5px;
        color: #666;
        border-bottom: 1px solid #d1d1d1; }
        .xtbg-list-mu .list-right .n-body .article .note .writer {
          margin-right: 16px; }
        .xtbg-list-mu .list-right .n-body .article .note .time {
          margin-right: 32px; }
        .xtbg-list-mu .list-right .n-body .article .note a {
          color: #666; }
        .xtbg-list-mu .list-right .n-body .article .note a:hover {
          color: #FF2A2B; }
        .xtbg-list-mu .list-right .n-body .article .note .cur {
          color: #FF2A2B; }
      .xtbg-list-mu .list-right .n-body .article .content {
        padding: 16px 0;
        line-height: 2em; }
        .xtbg-list-mu .list-right .n-body .article .content a {
          color: #d63636; }
    .xtbg-list-mu .list-right .n-body .mu-list {
      padding-top: 30px; }
      .xtbg-list-mu .list-right .n-body .mu-list .title {
        position: relative; }
      .xtbg-list-mu .list-right .n-body .mu-list .bg-bottom {
        width: 0;
        height: 1px;
        background-color: #00742F;
        position: absolute;
        left: 0;
        bottom: -1px;
        transition: width 1s; }
      .xtbg-list-mu .list-right .n-body .mu-list h3 {
        color: #666;
        font-size: 1.8rem;
        font-size: 18px;
        font-weight: bold;
        border-left: 8px solid #00742F;
        padding: 5px 0 5px 15px;
        border-bottom: 1px solid #e0e0e0; }
        .xtbg-list-mu .list-right .n-body .mu-list h3 span a {
          float: right;
          margin-right: 15px;
          font-size: 1.2rem;
          font-size: 12px;
          font-weight: normal;
          color: #00742F;
          line-height: 22px; }
        .xtbg-list-mu .list-right .n-body .mu-list h3 span a:hover {
          color: #d63636; }
      .xtbg-list-mu .list-right .n-body .mu-list .time {
        bottom: 0;
        color: #999;
        display: block;
        float: none;
        font-size: 1.2rem;
        font-size: 12px;
        position: absolute;
        right: 0;
        text-align: center;
        width: 80px;
        line-height: 48px; }
      .xtbg-list-mu .list-right .n-body .mu-list ul {
        padding: 20px; }
      .xtbg-list-mu .list-right .n-body .mu-list ul:hover .bg-bottom {
        width: 100%; }
      .xtbg-list-mu .list-right .n-body .mu-list li {
        border-bottom: none; }
      .xtbg-list-mu .list-right .n-body .mu-list a {
        padding-left: 5px; }
    .xtbg-list-mu .list-right .pages {
      padding: 30px 0;
      text-align: center; }
      .xtbg-list-mu .list-right .pages a {
        display: inline-block;
        height: 36px;
        padding: 0 12px;
        margin: 0 5px;
        text-align: center;
        line-height: 36px;
        border: 1px solid #b0b0b0; }
      .xtbg-list-mu .list-right .pages span {
        display: inline-block;
        padding: 0 12px;
        margin: 0 5px;
        text-align: center;
        line-height: 36px;
        color: #fff;
        border: 1px solid #00742F;
        background-color: #00742F; }
      .xtbg-list-mu .list-right .pages a:hover {
        color: #fff;
        background-color: #00742F;
        border: 1px solid #00742F; }
      .xtbg-list-mu .list-right .pages .cur {
        color: #fff;
        background-color: #00742F;
        border: 1px solid  #00742F; }
    .xtbg-list-mu .list-right #attach {
      border-top: 1px solid #e0e0e0; }
      .xtbg-list-mu .list-right #attach li {
        background: url(../images/list-bg.png) no-repeat 8px 15px;
        position: relative; }
      .xtbg-list-mu .list-right #attach a {
        display: block;
        border: none;
        text-align: left; }
      .xtbg-list-mu .list-right #attach a:hover {
        color: #00742F;
        background-color: transparent;
        border: none; }

@media only screen and (max-width: 992px) {
  .menu {
    position: fixed;
    left: -50%;
    top: 20%;
    background-color: #fff;
    z-index: 9;
    transition: left 1s; }
  .menu-cur {
    left: 0; } }
