.list_foot {
  text-align: center;
  padding: 20px;
}
.header-wrapper {
  height: 80px;
  background: #e8e5dc;
  min-width: 1200px;
}
body {
  min-width: 1400px;
}
.header-wrapper .container .logo {
  font-size: 30px;
  line-height: 80px;
}
.header-wrapper .container .nav {
  font-size: 18px;
}
.header-wrapper .container .nav .nav-item {
  margin-left: 40px;
  height: 80px;
  line-height: 80px;
  color: #333333;
}
.banner-wrapper {
  height: 580px;
  min-width: 1200px;
}
.banner-wrapper .search-bar {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 999;
  height: 100%;
}
.banner-wrapper .search-bar .input__inner {
  width: 580px;
  height: 46px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  padding-left: 10px;
}
.banner-wrapper .search-bar .submin-btn {
  margin-left: 12px;
  width: 100px;
  height: 46px;
  line-height: 46px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.main-wrapper .w {
  padding: 80px 0 0;
}
.main-wrapper .w h2 {
  font-size: 36px;
  color: #99c392;
  line-height: 60px;
  text-align: center;
}
.main-wrapper .w .pic-bg {
  margin: 34px 0 70px;
  height: 49px;
  background: #99c392;
}
.main-wrapper .w .list .item {
  text-align: center;
  margin-bottom: 82px;
  width: 360px;
  height: 470px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 27px 2px rgba(172, 172, 172, 0.51);
  box-shadow: 0px 0px 27px 2px rgba(172, 172, 172, 0.51);
}
.main-wrapper .w .list .item:nth-child(3n-1) {
  margin: 0 60px;
}
.main-wrapper .w .list .item .img-con {
  width: 360px;
  height: 174px;
}
.main-wrapper .w .list .item .img-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-wrapper .w .list .item .title {
  padding: 0 10px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 14px;
  color: #99c392;
}
.main-wrapper .w .list .item .info {
  min-height: 56px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main-wrapper .w .list .item .name {
  padding: 0 10px;
  margin: 10px 0 18px;
  font-size: 16px;
  color: #333333;
}
.main-wrapper .w .list .item .time {
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.main-wrapper .w .list .item .tooltip-wrapper {
  position: relative;
}
.main-wrapper .w .list .item .el-tooltip__popper {
  display: none;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, -100%);
  border-radius: 4px;
  background: #fff;
  min-width: 150px;
  width: 80%;
  border: 1px solid #ebeef5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  line-height: 1.2;
  text-align: justify;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 12px;
}
.main-wrapper .w .list .item .el-tooltip__popper .popper__arrow,
.main-wrapper .w .list .item .el-tooltip__popper .popper__arrow:after {
  position: absolute;
  left: 40%;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.main-wrapper .w .list .item .el-tooltip__popper .popper__arrow {
  border-width: 6px;
  bottom: -6px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.main-wrapper .w .list .item .el-tooltip__popper .popper__arrow:after {
  content: " ";
  border-width: 5px;
  bottom: 1px;
  margin-left: -5px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.main-wrapper .w .list .item .location {
  margin-bottom: 22px;
}
.main-wrapper .w .list .item .btn {
  width: 110px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #99c392;
  padding: 0;
}
.main-wrapper .w .list .item .btn:hover {
  background: #99c392;
  color: #ffffff;
}

.m-nav-menu{
  display: none;
}

.list_nothing{
    height: 200px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 200px;
	font-size: 14px;
}

@media (max-width: 1199px) {
  .m-nav-menu {
    display: block;
  }
	.header-wrapper {
	  position: relative;
	}
	.header-wrapper .nav{
	   display:none;
	}
	
  .header-wrapper .header-con {
    padding: 0;
    margin: 0 auto;
    background: #fff;
  }
  .header-wrapper .header-con .logo {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: Songti SC;
    font-weight: 900;
  }
  .header-wrapper .header-con .m-nav-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    margin-left: 20px;
  }
  .header-wrapper .header-con .nav {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 67px;
    left: 0;
    text-align: center;
    background: #555;
  }
  .header-wrapper .header-con .nav a.nav-item {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    height: 48px;
    border-bottom: 1px solid #666;
    line-height: 48px;
    color: #fff;
    margin-left: 0;
  }
  .header-wrapper .header-con .nav a:last-child {
    border-bottom: 1px solid #333;
  }
  .header-wrapper .header-con .nav a.act {
    border: none;
  }
  .header-wrapper .header-con .nav a:hover {
    background: #efefef;
    color: #333;
  }
  .main-wrapper {
    margin: 0 auto;
    padding: 18px 14px;
  }
  .main-wrapper .card {
    padding: 26px 20px;
  }
  .main-wrapper .card h3 {
    font-size: 15px;
    margin-bottom: 26px;
  }
  .main-wrapper .card h3 span::before,
  .main-wrapper .card h3 span::after {
    width: 10px;
    height: 16px;
  }
  .main-wrapper .card p {
    font-size: 11px;
    font-family: Source Han Sans CN;
    color: #999999;
  }
  .main-wrapper .card .list-wrapper .title {
    width: 79px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #a4810f;
    padding-left: 10px;
  }
  .main-wrapper .card .list-wrapper .info {
    font-size: 12px;
  }
  .main-wrapper .card .list-wrapper .info span {
    float: left;
  }
  .main-wrapper .card .preview-img {
    width: 100%;
    height: auto;
  }
	
  body {
    min-width: 100%;
  }
	.header-wrapper{
	  min-width: 100%;
	
	}
	
	.banner-wrapper{
	  min-width: 100%;
      height: 300px;
	}
	
	.banner-wrapper img{
	  max-width: 100%;
	  height: 100%;
	  object-fit: cover;
	}
	
	.header-wrapper .container .logo{
	    float: none;
		text-align: center;
		font-size: 24px;
	}

	
	.banner-wrapper .search-bar .input__inner{
		
	    width: 240px;
	}
	
	.main-wrapper .w{
	    padding: 20px 0 0;
	}
	
	.main-wrapper .w h2{
	  font-size: 20px;
	  line-height: 40px;
	}
	
	.main-wrapper .w .pic-bg{
	  height: 10px;
	  margin: 14px 0 30px;
	}
	
	.main-wrapper .w .list{
	   display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	
	.main-wrapper .w .list .item{
		float: none;
		width: 300px;
		height: auto;
		padding-bottom: 15px;
	}
	.main-wrapper .w .list .item .img-con{
	  width: 100%;
	}
	.main-wrapper .w .list .item,
	.main-wrapper .w .list .item:nth-child(3n-1){
	  margin: 0 10px 20px;
	}
	
	.main-wrapper .w .list:after{
	  display: none;
	}
}
