html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #515a6e;
  background-color: #efefef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.pull-left {
  float: left;
}
.pluu-right {
  float: right;
}
li {
  list-style: none;
}
[v-cloak] {
  display: none !important;
}
header {
  background:url('https://t2.chei.com.cn/ncss/zt/jzw/banner.jpg') no-repeat center;
  height: 110px;
}
.container {
  width: 1180px;
  margin: 0 auto;
}
.header-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.search-box {
  width: 392px;
  position: absolute;
  right: 0;
  top: 32px;
}
.header-container .ivu-input-search {
  background: #2fcfc3 !important;
  border-color: #2fcfc3 !important;
  padding: 0 36px !important;
  font-size: 16px;
}
.header-container .ivu-input {
  height: 44px;
  padding: 4px 18px;
}

.sitename {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  line-height: 110px;
}
.sitename .logo{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sitename .sitename-sp{
  display: inline-block;
  vertical-align: middle;
}
nav {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
}
.nav-item {
  float: left;
  /* width: 20%; */
}
.nav-item a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 30px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.nav-item a.active,
.nav-item a:hover {
  background: #00bcae;
  color: #fff;
}

.h3-title {
  margin-top: 15px;
  margin-bottom: 22px;
  height: 35px;
  line-height: 35px;
  position: relative;
}
.h3-title.text-news-title {
  margin-bottom: 10px;
}
.h3-title::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #ddd;
  right: 0;
  top: 16px;
}
.h3-title span {
  font-size: 20px;
  color: #00bcae;
  position: relative;
  z-index: 10;
  padding-right: 30px;
  background: #efefef;
  font-weight: 700;
}
.h3-title .more{
  position: absolute;
  background: #efefef;
  right: 0;
  color: #999;
  z-index: 10;
  font-size: 14px;
  padding-left: 28px;
}
.h3-title .more:hover{
  text-decoration: underline;
}
.list-box-item{
  float: left;
  width: 376px;
  overflow: hidden;
}
.list-box-item:nth-child(3n + 2),.list-box-item:nth-child(3n) {
  margin-left: 26px;
}
.list-box-item img{
  width: 100%;
  display: block;
}
.link-item{
  height: 60px;
  line-height: 58px;
  border: 1px solid #dbdbdb;
  text-align: center;
}
.link-item a{
  display: block;
  width: 100%;
  color: #333;
  background: #e5e5e5;
  font-size: 16px;
}
footer {
  margin-top: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #555;
  color: #fff;
}
footer a{
  color: #fff;
}
footer a:hover{
  color: #fff;
  text-decoration: underline;
}
.main-content{
  min-height: calc(100vh - 365px);
  overflow: hidden;
  padding: 0 !important;
  margin-top: 15px;
}
.main-content2{
  min-height: calc(100vh - 512px);
  overflow: hidden;
}
/* 分页 */
.ivu-page-item{
  min-width: 18px;
  height: 19px;
  line-height: 19px;
  border: none;
  margin-right: 8px;
}
.ivu-page-item-active{
  background: #00baae;
  color: #fff;
}
.ivu-page-item-active a, .ivu-page-item-active:hover a{
  color: #fff;
}
.ivu-page-item-jump-next, .ivu-page-item-jump-prev, .ivu-page-next, .ivu-page-prev{
  min-width: 30px;
  height: 22px;
  line-height: 20px;
}
.ivu-page-item a:active{color: #fff;}
.tip-box {
  color: #999;
}
.intro-box {
  min-height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tip-box {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
a{
  -webkit-transition: none;
  transition: none;
}
.back-index{
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #fff;
}
.back-index a{
  color: #fff;
}
.container{
	max-width:none;
	padding:0;
}