/* body {
  background-color: #f5f6ed;
} */
body {
  position: absolute;
  width: 1920px;
  overflow-x: hidden;
  background-color: #f3f3f3;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.inline-block {
  display: inline-block;
}
.main-wrap {
  overflow: hidden;
}
.main {
  width: 1920px;
  margin: 0 auto;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.container-fixed {
  width: 1520px;
  padding: 0;
}
.text-center {
  text-align: center;
}

/* 头部 */
.top {
  height: 150px;
}
.nav.nav-default li {
  font-size: 18px;
  color: #333;
}
.nav.nav-default li > a {
  height: 120px;
  padding: 70px 12px 0px;
  margin: 30px 16px 0;
}
.nav.nav-default li.active > a,
.nav.nav-default li > a:hover {
  color: #fff;
  background-color: #93c556;
}
.search-form {
  position: relative;
  margin-top: 98px;
  margin-left: 30px;
  vertical-align: top;
  width: 200px;
  height: 30px;
  border: 1px solid #93c556;
  box-sizing: border-box;
}
.search-form input[type='text'] {
  width: 165px;
  height: 28px;
  margin-left: 10px;
  border: none;
  font-size: 14px;
  color: #6f6f6f;
  line-height: 30px;
  background-color: transparent;
}
.search-form input[type='text']:focus-visible {
  outline: none;
}
.search-form .icon-search {
  color: #93c556;
}
.banner {
  position: relative;
  height: 360px;
  z-index: -1;
}
.banner > img {
  width: 100%;
  height: 100%;
}
/* 新闻动态 */
.news .container-fixed {
  background-color: #fff;
}
.news .sub-nav {
  width: 360px;
  margin-top: -80px;
}
.news .sub-nav > img {
  display: block;
  height: 160px;
}
.news .sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news .sub-nav ul li {
  border-bottom: 1px dashed #b2b2b2;
  padding-left: 120px;
  font-size: 18px;
  line-height: 49px;
  text-align: left;
  color: #333;
  letter-spacing: 2px;
  cursor: pointer;
  
}
.news .sub-nav ul li a {
  color: #000;
  text-decoration: none;  
}

.news .sub-nav ul li:hover a {
  color: #FFF;
  text-decoration: none;  
}


.news .sub-nav ul li::before {
  position: relative;
  left: -10px;
  content: '◇';
}
.news .sub-nav ul li:hover,
.news .sub-nav ul li.active {
  /* font-weight: bold; */
  color: #fff;
  background-color: #92c556;
  text-decoration: none;  
}
.news .sub-nav ul li.active::before {
  content: '◆';
}
.news .content {
  display: inline-block;
  width: 1120px;
  min-height: 280px;
  padding-left: 79px;
  border-left: 1px solid #b2b2b2;
}
.news .title  {
  position: relative;
  height: 84px;
  padding-top: 25px;
  padding-bottom: 16px;
  border-bottom: 4px solid #82bd32;
  font-size: 30px;
  color: #333;
}
.title {
  padding-bottom: 80px;
}
.content {
  /* padding-top: 80px; */
  /* padding-bottom: 80px; */
}
.content p:nth-child(2) {
  /* padding-top: 80px;*/
}
.content p:last-child {
  /* padding-bottom: 80px;*/
}

.breadcrumb-wrap {
  position: absolute;
  right: 0;
  bottom: 10px;
  text-align: right;
}
.breadcrumb {
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  font-size: 14px;
  /* color: #999; */
  color: #f27200;
}

.breadcrumb li a {
  font-size: 14px;
  /* color: #999; */
  color: #f27200;
}

.breadcrumb>li+li:before {
  content: ">>";
}
.article-list .item {
  height: 240px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.article-list img {
  float: left;
  width: 320px;
  height: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
}
.article-list .item-content {
  height: 100%;
  margin-left: 360px;
  border-bottom: 1px dashed #b2b2b2;
}
.article-list .item-content h3 {
  margin-top: 0px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.article-list .item-content .date {
  font-size: 18px;
  color: #f27200;
  margin: 40px 0;
}
.article-list .item-content p {
  font-size: 16px;
  text-indent: 32px;
  line-height: 1.8;
  color: #666;
}
.pager-wrap {
  text-align: right;
}
.pager-wrap .pager {
  margin: 30px 0;
}
.pager-wrap .pager a {
  color: #666;
  border: none;
  border-radius: 20px !important;
  margin: 0 10px;
}
.pager-wrap .pager li:hover> a,
.pager-wrap .pager .active > a {
  color: #fff;
  background-color: #f27200;
}
.pager-wrap .pager .prev > a,
.pager-wrap .pager .next > a {
  color: #fff;
  background-color: #92c556;
}
.pager-wrap .pager .last > a {
  color: #fff;
  background-color: #b2b2b2;
}

/* 脚部 */
.footer {
  height: 100px;
  padding-top: 14px;
  background-color: #497e0a;
}
.ft-list {
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 36px;
}
.ft-list span {
  padding: 0 37px;
}
.ft-list span + span {
  border-left: 1px solid #fff;
}
.ft-list.bold {
  font-size: 14px;
  font-weight: bold;
}
.ft-list.bold span + span {
  border-width: 2px;
}