body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
nav.navbar.bootsnav {
  min-height: 120px;
  border: none;
  background-color: #9D7238;
  z-index: 999;
  transition: all 0.5s;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  height: auto;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-top: 50px;
}
nav.navbar.bootsnav ul.nav > li {
  position: relative;
}
nav.navbar.bootsnav ul.nav > li:last-child:after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li a {
  text-align: center;
  font-weight: normal;
  color: #fff;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li > a:hover,
nav.navbar.bootsnav ul.nav li > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a,
nav.navbar.bootsnav ul.nav li.dropdown.on > a {
  background-color: transparent;
  border-bottom-color: #fff;
  color: #fff !important;
}
.nav-line {
  color: #fff;
  line-height: 1;
  float: right;
  padding-top: 10px;
  position: absolute;
  right: 0;
}
.nav-line a {
  color: rgba(255, 255, 255, 0.8);
  float: left;
  line-height: 26px;
  margin-left: 20px;
}
.nav-line a:first-child {
  margin-left: 0;
}
.nav-line a:hover {
  text-decoration: underline;
}
.menu-box-empty {
  display: none;
  transition: all 0.5s;
}
/*footer*/
.footer {
  background: url(footer-bg.png) repeat;
  position: relative;
  z-index: 1;
}
.footer:after {
  content: '';
  position: absolute;
  left: 4%;
  top: 10%;
  bottom: 0;
  background: url(img-01.png) no-repeat bottom left;
  background-size: auto 100%;
  width: 50%;
  z-index: -1;
}
.footer .footer-info {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer-info .container {
  position: relative;
}
.footer .footer-info img {
  display: block;
}
.footer .footer-info .footer-logo {
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .footer-info .footer-img img {
  margin-left: auto;
  margin-right: auto;
}
.footer .footer-info .footer-erwm {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10px;
}
.footer .footer-info .footer-erwm .box-erwm {
  float: left;
  width: 76px;
  text-align: center;
  margin-right: 20px;
}
.footer .footer-info .footer-erwm .box-erwm:last-child {
  margin-right: 0;
}
.footer .footer-info .footer-erwm .box-erwm .img-s {
  width: 76px;
  height: 76px;
  margin-bottom: 10px;
}
.footer .footer-info .footer-erwm .box-erwm .title-s {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.footer .footer-copy {
  text-align: center;
  color: #ffffff;
  background-color: rgba(125, 83, 27, 0.55);
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .footer-copy span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
/*index-banner*/
.index-banner {
  overflow: hidden;
  position: relative;
}
.index-banner .banner-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.index-banner .banner-box .a-img {
  height: 600px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
}
.index-banner .banner-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img-16.png) no-repeat bottom center;
}
.index-banner .banner-search {
  max-width: 920px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 44px 50px;
  margin: 100px auto;
}
.index-banner .banner-class-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-banner .banner-class-menu .box-s {
  display: block;
  text-align: center;
  color: #fff;
}
.index-banner .banner-class-menu .box-s span {
  display: block;
}
.index-banner .banner-class-menu .box-s .icon-s img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.index-banner .banner-class-menu .slick-arrow:before {
  opacity: 1;
  font-size: 24px;
}
.index-banner .banner-class-menu .slick-prev {
  left: 0;
}
.index-banner .banner-class-menu .slick-next {
  right: 0;
}
.index-banner .search-top {
  position: relative;
  padding-right: 100px;
  margin-bottom: 10px;
}
.index-banner .search-top .a-other {
  position: absolute;
  right: 0;
  top: 0;
  color: #85591e;
  line-height: 42px;
}
.index-banner .search-top .a-other:hover {
  text-decoration: underline;
}
.index-banner .search-top a.a-s {
  display: block;
  float: left;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 10px;
  background: rgba(205, 185, 129, 0.70);
  color: #775528;
}
.index-banner .search-top a.a-s:last-child {
  margin-right: 0;
}
.index-banner .search-top a.a-s.active,
.index-banner .search-top a.a-s:hover {
  background-color: #9d7238;
  color: #fff;
}
.index-banner .search-box {
  position: relative;
  margin-bottom: 15px;
}
.index-banner .search-box .s-inp {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #8d6248;
  width: 100%;
  padding-left: 160px;
  padding-right: 70px;
  height: 52px;
  line-height: 50px;
}
.index-banner .search-box .s-btn {
  background: url(search-btn.png) no-repeat center center #9d7238;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 4px 4px 0;
  width: 60px;
}
.index-banner .search-box .search-select {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 142px;
  padding-right: 15px;
  padding-left: 15px;
}
.index-banner .search-box .search-select:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  width: 1px;
  height: 36px;
  background-color: #eeeeee;
}
.index-banner .search-box .search-select .ui-select-wrap {
  display: block;
  border: none;
  height: 36px;
  line-height: 36px;
  border-radius: 0;
  background-color: transparent;
  font: 100 18px/30px;
  margin-top: 8px;
}
.index-banner .search-box .search-select .ui-select-input {
  font-size: 18px;
  color: #333333;
}
.index-banner .search-other > div {
  float: left;
  margin-right: 20px;
  color: #333333;
}
.index-banner .search-other > div:last-child {
  margin-right: 0;
}
.public-box {
  padding-top: 60px;
  padding-bottom: 60px;
}
.public-box.main-bg {
  background-color: #f6f6f6;
}
.public-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 20px;
}
.public-title .title-s {
  float: left;
  color: #9d7238;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  line-height: 30px;
}
.public-title .title-s:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background-color: #9d7238;
}
.public-title .more-s {
  float: right;
  line-height: 40px;
}
.index-mod-01 .row {
  margin-left: -9px;
  margin-right: -9px;
}
.index-mod-01 .row .box-w {
  padding-left: 9px;
  padding-right: 9px;
}
.index-mod-01 .row .box-w:nth-child(1) .box-s {
  background-color: #6081bc;
}
.index-mod-01 .row .box-w:nth-child(2) .box-s {
  background-color: #4b93d9;
}
.index-mod-01 .row .box-w:nth-child(3) .box-s {
  background-color: #c16c59;
}
.index-mod-01 .row .box-w:nth-child(4) .box-s {
  background-color: #ac679b;
}
.index-mod-01 .row .box-w:nth-child(5) .box-s {
  background-color: #b3b085;
}
.index-mod-01 .row .box-w:nth-child(6) .box-s {
  background-color: #8476ba;
}
.index-mod-01 .row .box-w:nth-child(7) .box-s {
  background-color: #6fc095;
}
.index-mod-01 .row .box-w:nth-child(8) .box-s {
  background-color: #46b0d6;
}
.index-mod-01 .row .box-w:nth-child(9) .box-s {
  background-color: #b07080;
}
.index-mod-01 .row .box-w:nth-child(10) .box-s {
  background-color: #6081bc;
}
.index-mod-01 .row .box-w:nth-child(11) .box-s {
  background-color: #4b93d9;
}
.index-mod-01 .row .box-w:nth-child(12) .box-s {
  background-color: #69cdc5;
}
.index-mod-01 .box-s {
  display: block;
  height: 123px;
  border-radius: 0 20px 0 20px;
  margin-bottom: 22px;
  position: relative;
  transition: all 0.5s;
}
.index-mod-01 .box-s:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.index-mod-01 .box-s:hover .icon-s img {
  transform: scale(1.05);
}
.index-mod-01 .box-s span {
  position: absolute;
}
.index-mod-01 .box-s .icon-s {
  right: 25px;
  top: 18px;
}
.index-mod-01 .box-s .icon-s img {
  transition: all 0.5s;
}
.index-mod-01 .box-s .title-s {
  left: 20px;
  bottom: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.index-mod-02 .fc-day-header {
  line-height: 36px;
}
.index-mod-02 .fc-day-header span {
  font-weight: normal;
  color: #8d6248;
  font-size: 16px;
}
.index-mod-02 .fc-day-top {
  padding-top: 2px;
  padding-bottom: 2px;
  max-height: 38px;
}
.index-mod-02 .fc-day-top.active span {
  position: relative;
  background-color: #e5deda;
  color: #8d6248;
}
.index-mod-02 .fc-day-top.active span:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #8d6248;
}
.index-mod-02 .fc-day-number {
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  cursor: pointer;
}
.index-mod-02 .table-info {
  height: 80px;
  background-color: #9d7238;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  overflow: hidden;
}
.index-mod-02 .table-info .mCSB_scrollTools .mCSB_draggerRail,
.index-mod-02 .table-info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
}
.index-mod-02 .fc-event-container {
  display: none!important;
}
.index-mod-02 .schedule-list {
  position: relative;
  padding-left: 75px;
}
.index-mod-02 .schedule-list .day-s {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  background-color: #ffffff;
  border-radius: 4px;
  line-height: 24px;
  padding-left: 5px;
  padding-right: 5px;
  color: #9d7238;
  margin-right: 5px;
}
.index-mod-02 .schedule-list .box-s {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 6px;
}
.index-mod-02 .schedule-list .box-s span {
  display: inline-block;
}
.index-mod-02 .schedule-list .box-s span.time-s {
  margin-right: 20px;
}
.index-mod-02 .schedule-list .box-s img {
  vertical-align: top;
  margin-left: 5px;
  width: 30px;
}
.index-mod-03 {
  overflow: hidden;
}
.index-mod-03 .info-groups {
  background: url(img-52.png) no-repeat right bottom;
  min-height: 170px;
  margin-bottom: 15px;
  position: relative;
}
.index-mod-03 .info-groups .box-s .box-img {
  float: left;
  width: 157px;
}
.index-mod-03 .info-groups .box-s .box-img img {
  display: inline-block;
  width: 157px;
  height: 170px;
}
.index-mod-03 .info-groups .box-s .box-info {
  margin-left: 185px;
}
.index-mod-03 .info-groups .box-s .box-title {
  display: block;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  height: 48px;
  overflow: hidden;
  margin-bottom: 20px;
}
.index-mod-03 .info-groups .box-s .box-other > div {
  line-height: 30px;
  color: #666666;
}
.index-mod-03 .info-groups .box-s .box-other > div img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.index-mod-03 .info-groups .box-s .box-other > div span {
  display: inline-block;
}
.index-mod-03 .info-groups .slick-dots {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 10px;
  width: auto;
}
.index-mod-03 .info-groups .slick-dots .slick-dot {
  width: 12px;
  height: 12px;
  background-color: #bfbfbf;
  border-radius: 6px;
}
.index-mod-03 .info-groups .slick-dots .slick-dot.slick-active {
  background-color: #9d7238;
}
.index-mod-03 .info-list .box-s {
  position: relative;
  padding-left: 84px;
  border-bottom: 1px dashed #cbcbcb;
  padding-bottom: 19px;
  margin-bottom: 19px;
  min-height: 85px;
}
.index-mod-03 .info-list .box-s:last-child {
  margin-bottom: 0;
}
.index-mod-03 .info-list .box-s .box-date {
  position: absolute;
  margin-left: -84px;
  width: 65px;
}
.index-mod-03 .info-list .box-s .box-date span {
  display: block;
  text-align: center;
}
.index-mod-03 .info-list .box-s .box-date .day-s {
  height: 40px;
  line-height: 38px;
  color: #9d7238;
  font-weight: bold;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
}
.index-mod-03 .info-list .box-s .box-date .year-s {
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #9d7238;
}
.index-mod-03 .info-list .box-s .box-info {
  overflow: hidden;
}
.index-mod-03 .info-list .box-s .box-title {
  display: block;
  color: #333;
  margin-top: 6px;
  margin-bottom: 5px;
  height: auto;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.index-mod-03 .info-list .box-s .box-other {
  color: #666666;
  line-height: 30px;
}
.index-mod-03 .info-list .box-s .box-other span {
  display: inline-block;
}
.index-mod-03 .info-list .box-s:hover .box-title {
  color: #9d7238;
  /* text-decoration: underline; */
}
.index-mod-04 {
  margin-bottom: 25px;
  height: 260px;
  overflow: hidden;
}
.index-mod-04 .box-s {
  display: block;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  background: url(img-41.png) no-repeat 0 13px;
  padding-left: 15px;
}
.index-mod-04 .box-s:hover {
  color: #9d7238;
  text-decoration: underline;
}
/*Ã¦Â»Å¡Ã¥Å Â¨Ã¦Â Â·Ã¥Â¼Â*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  transition-timing-function: ease;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.training-seminars {
  overflow: hidden;
}
.training-seminars .box-s img {
  display: block;
  width: 100%;
}
.training-seminars .slick-dots {
  position: absolute;
  right: 10px;
  left: auto;
  bottom: 10px;
  width: auto;
}
.training-seminars .slick-dots .slick-dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
}
.training-seminars .slick-dots .slick-dot.slick-active {
  background-color: #9d7238;
}
.index-mod-05 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.index-mod-05 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.index-mod-05 .row .box-w:nth-child(1) .box-s {
  background-color: #d9e9ea;
}
.index-mod-05 .row .box-w:nth-child(2) .box-s {
  background-color: #edd8d9;
}
.index-mod-05 .row .box-w:nth-child(3) .box-s {
  background-color: #e4d2e6;
}
.index-mod-05 .row .box-w:nth-child(4) .box-s {
  background-color: #e5f3f8;
}
.index-mod-05 .row .box-w:nth-child(5) .box-s {
  background-color: #e5ebf8;
}
.index-mod-05 .row .box-w:nth-child(6) .box-s {
  background-color: #f2e8e8;
}
.index-mod-05 .box-s {
  height: 110px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}
.index-mod-05 .box-s:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.index-mod-05 .box-s:hover .icon-s img {
  transform: scale(1.05);
}
.index-mod-05 .box-s span {
  display: block;
}
.index-mod-05 .box-s .icon-s {
  margin-top: 15px;
  margin-bottom: 5px;
  height: 50px;
}
.index-mod-05 .box-s .icon-s img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.index-mod-05 .box-s .title-s {
  color: #333333;
}
.index-mod-06 .row {
  margin-left: -14px;
  margin-right: -14px;
}
.index-mod-06 .row .box-w {
  padding-left: 14px;
  padding-right: 14px;
}
.index-mod-06 .box-s {
  position: relative;
}
.index-mod-06 .box-s .box-img {
  height: 240px;
}
.index-mod-06 .box-s .box-erwm {
  background: url(img-45.png) no-repeat;
  width: 106px;
  height: 112px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
.index-mod-06 .box-s .box-erwm img {
  display: block;
  width: 76px;
  height: 76px;
  margin: 15px auto;
}
.index-mod-06 .box-s:hover .box-erwm {
  z-index: 1;
  opacity: 1;
}
/*other-banner*/
.other-banner {
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 245px;
  position: relative;
  overflow: hidden;
}
.other-banner .banner-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img-17.png) no-repeat top left;
  padding-top: 75px;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  background-size: contain;
  color: #fff;
}
.bread-crumbs .bread-title {
  color: #ffffff;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  padding-top: 15px;
  margin-bottom: 20px;
}
.bread-crumbs .bread-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #ffffff;
}
.bread-crumbs .bread-item-groups {
  line-height: 40px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #fff;
}
.bread-crumbs .bread-item:last-child {
  color: #fff;
}
.bread-crumbs .bread-item:last-child a {
  color: #fff;
}
.bread-crumbs .bread-item.cur {
  color: #fff;
}
.bread-crumbs .bread-item + .bread-item:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 5px;
}
.bread-crumbs .bread-item + .bread-item:before a {
  color: #fff;
}
.bread-crumbs a:hover {
  color: #fff;
}
/*page-main*/
.page-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .page-main .main-left {
    width: 21%;
  }
  .page-main .main-right {
    width: 79%;
  }
}
/*---------- side-menu  ----------*/
.side-menu .menu-groups {
  overflow: hidden;
}
.side-menu .menu-groups .menu-box {
  margin-bottom: 10px;
}
.side-menu .menu-groups .menu-box .a-title {
  min-height: 50px;
  line-height: 28px;
  background: url(img-25.png) no-repeat right 15px center #f8f8f8;
  position: relative;
  padding: 10px 20px;
  color: #333333;
  display: block;
  border: solid 1px #eeeeee;
}
.side-menu .menu-groups .menu-box .a-title:hover,
.side-menu .menu-groups .menu-box .a-title.active {
  background: url(img-26.png) no-repeat right 15px center #9d7238;
  color: #fff;
}
.side-menu-groups .close-side {
  display: none;
}
/*content-main*/
.main-content {
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  padding: 25px 30px;
}
/*page*/
.page {
  text-align: right;
 /* margin-top: 30px;*/
}
.page a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 4px;
  border: solid 1px #eeeeee;
  text-align: center;
}
.page a.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.page a:hover,
.page a.active {
  background-color: #9d7238;
  color: #fff;
}
#pages {
  text-align: right;
  margin-top: 30px;
}
#pages a,
#pages span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 4px;
  border: solid 1px #eeeeee;
  text-align: center;
}
#pages a.a-s,
#pages span.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
#pages a:hover,
#pages span:hover,
#pages a.active,
#pages span.active {
  background-color: #9d7238;
  color: #fff;
}
#pages span {
  background-color: #9d7238;
  color: #fff;
}
.page-phone {
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  background-color: #1958af;
  display: none;
}
.text-list .box-s {
  position: relative;
  line-height: 40px;
  margin-bottom: 10px;
  padding-right: 120px;
}
.text-list .box-s .a-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #7d8fa4;
}
.text-list .a-box {
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("img-12.png") no-repeat 0 16px;
  color: #404040;
  padding-left: 15px;
}
.text-list .a-box:hover {
  background: url("img-13.png") no-repeat 0 16px;
  color: #20573d;
  text-decoration: underline;
}
.single-page {
  color: #3b4461;
}
.single-page .m-title {
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #d9dfe7;
  padding-bottom: 15px;
}
.single-page .m-title h1 {
  margin-bottom: 30px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
}
.single-page .m-title .title-other {
  color: #7d8fa4;
  line-height: 26px;
}
.single-page .m-title .title-other span {
  display: inline-block;
}
.single-page .m-title .title-other .other-l {
  float: left;
}
.single-page .m-title .title-other .other-r {
  float: right;
}
.single-page .m-title .title-other .other-r > div,
.single-page .m-title .title-other .other-r > span {
  display: inline-block;
  vertical-align: top;
}
.single-page .box-cont {
  color: #333333;
  text-align: justify;
  line-height: 2;
}
.mod-01 .row {
  margin-left: -12px;
  margin-right: -12px;
}
.mod-01 .row .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.mod-01 .box-s {
  margin-bottom: 20px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #eeeeee;
  overflow: hidden;
  display: block;
  position: relative;
  transition: all 0.5s;
}
.mod-01 .box-s img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mod-01 .box-s:hover {
  transform: scale(1.05);
}
.mod-02 .box-tip {
  color: #c82020;
}
.mod-02 .m-title {
  text-align: center;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}
.mod-02 .box-form {
  margin-bottom: 20px;
  color: #333333;
  margin-left: -10px;
  margin-right: -10px;
}
.mod-02 .box-form .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-02 .box-form label {
  font-weight: normal;
  line-height: 40px;
  padding-top: 0;
}
.mod-02 .box-form .inp-s {
  border-radius: 0;
  height: 40px;
  line-height: 28px;
  box-shadow: none;
}
.mod-02 .box-form .text-s {
  border-radius: 0;
  line-height: 28px;
  box-shadow: none;
}
.mod-02 .box-form .btn-s {
  width: 208px;
  height: 40px;
  background-color: #9d7238;
  border: solid 1px #eeeeee;
  font-weight: bold;
  color: #fff;
}
.mod-03 {
  color: #333333;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mod-03 .box-groups {
  margin-bottom: 40px;
}
.mod-03 .box-groups:last-child {
  margin-bottom: 0;
}
.mod-03 .box-title {
  margin-bottom: 15px;
}
.mod-03 .box-list {
  margin-left: 30px;
  position: relative;
  z-index: 1;
}
.mod-03 .box-list:after {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 6px;
  background-color: #bfbfbf;
  width: 1px;
  z-index: -1;
}
.mod-03 .box-s {
  margin-bottom: 15px;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
}
.mod-03 .box-s:last-child {
  margin-bottom: 0;
}
.mod-03 .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  background-color: #bfbfbf;
  border-radius: 50%;
}
.mod-03 .box-s .box-time {
  display: inline-block;
  margin-right: 20px;
}
.mod-03 .box-s.active:after {
  background-color: #9d7238;
}
.mod-04 .box-map {
  margin-bottom: 30px;
}
.mod-04 .box-map img {
  display: block;
  width: 100%;
}
.mod-04 .box-info {
  color: #333333;
  line-height: 2.2;
}
.mod-05 .box-s {
  margin-bottom: 30px;
}
.mod-05 .box-s .box-img {
  height: 268px;
}
.mod-06 .box-s {
  position: relative;
  border-bottom: 1px dotted #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 116px;
}
.mod-06 .box-s.img-none .box-info {
  margin-left: 0;
}
.mod-06 .box-s .box-img {
  width: 300px;
  float: left;
  overflow: hidden;
}
.mod-06 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.mod-06 .box-s .box-info {
  margin-right: 20px;
  position: relative;
  padding-right: 100px;
  padding-top: 10px;
}
.mod-06 .box-s .box-info .box-date {
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}
.mod-06 .box-s .box-info .box-date span {
  display: block;
  text-align: center;
}
.mod-06 .box-s .box-info .box-date .s-1 {
  height: 40px;
  line-height: 40px;
  color: #9d7238;
  font-weight: bold;
}
.mod-06 .box-s .box-info .box-date .s-2 {
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #9d7238;
}
.mod-06 .box-s .box-info .box-title {
  display: block;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.mod-06 .box-s .box-info .box-txt {
  line-height: 30px;
  color: #666666;
  max-height: 120px;
  overflow: hidden;
}
.mod-06 .box-s .box-info .box-date {
  line-height: 24px;
  color: #a5aabd;
}
.mod-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-06 .box-s:hover .box-info .box-title {
  color: #9d7238;
}
.mod-07 .box-s {
  min-height: 142px;
  margin-bottom: 30px;
  padding-left: 330px;
  position: relative;
}
.mod-07 .box-s .box-img {
  width: 300px;
  height: 142px;
  position: absolute;
  margin-left: -330px;
  overflow: hidden;
}
.mod-07 .box-s .box-img img {
  display: block;
  width: 100%;
  max-height: 142px;
  transition: all 0.7s;
}
.mod-07 .box-s .box-title {
  display: block;
  height: 142px;
  line-height: 142px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #333333;
}
.mod-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-07 .box-s:hover .box-title {
  color: #9d7238;
}
.mod-11 .box-s {
  position: relative;
  padding-right: 100px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 14px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 12px;
}
.mod-11 .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #9d7238;
}
.mod-11 .box-s .box-title {
  background: url(img-41.png) no-repeat 0 15px;
  padding-left: 18px;
  padding-right: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 36px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mod-11 .box-s:hover .box-title {
  text-decoration: underline;
  color: #9d7238;
}
.mod-table .box-search {
  margin-bottom: 15px;
}
.mod-table .box-search.search-other {
  position: relative;
  padding-right: 135px;
}
.mod-table .box-search.search-other .btn-wrap {
  position: absolute;
  right: 15px;
  top: 0;
  width: 100px;
}
.mod-table .box-search .box-s {
  float: left;
  width: 50%;
  margin-bottom: 18px;
  padding-left: 100px;
  line-height: 40px;
}
.mod-table .box-search .box-s > div {
  float: left;
}
.mod-table .box-search .box-s .box-title {
  position: absolute;
  margin-left: -100px;
  text-align: right;
  line-height: 40px;
  width: 90px;
  color: #333333;
}
.mod-table .box-search .box-s .box-inp {
  width: 100%;
}
.mod-table .box-search .box-s .inp-s {
  height: 40px;
  padding: 5px 10px;
  line-height: 30px;
  box-shadow: none;
  border-radius: 4px;
}
.mod-table .box-search .btn-s {
  width: 94px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #9d7238;
}
.mod-table .box-table {
  overflow: hidden;
  overflow-x: auto;
  background-color: #fff;
}
.mod-table .box-table .t-title {
  display: block;
  text-align: left;
  color: #333333;
}
.mod-table .box-table .t-title:hover {
  color: #1958af;
}
.mod-table .box-table table {
  width: 100%;
  border: solid 1px #dcdcdc;
  min-width: 600px;
}
.mod-table .box-table table tr td {
  border: solid 1px #dcdcdc;
  padding: 12px 15px;
  color: #333333;
}
.mod-table .box-table table thead tr td {
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  background-color: #f3f3f3;
}
.mod-table .box-table table tbody tr td {
  line-height: 1.4;
}
.mod-table .box-table .title-s {
  display: block;
  color: #333;
}
