.header-wrapper {
  height: 80px;
  background: #e8e5dc;
}
.header-wrapper .container {
  padding: 0;
}
.header-wrapper .container .logo {
  font-size: 30px;
  line-height: 80px;
}
.header-wrapper .container .logo a {
  color: #333333;
}
.header-wrapper .container .nav {
  font-size: 18px;
}
.header-wrapper .container .nav .nav-item {
  margin-left: 40px;
  height: 80px;
  line-height: 80px;
  color: #333333;
}
.main-wrapper h2 {
  padding-top: 75px;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}
.main-wrapper p.info {
  padding-top: 56px;
  padding-bottom: 40px;
  max-width: 777px;
  font-size: 14px;
  margin: 0 auto;
}
.main-wrapper .review {
  position: relative;
  padding: 0 5px;
  line-height: 1.5em;
  text-align: justify;
  font-size: 14px;
  color: #545453;
}
.main-wrapper .ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-wrapper .collapse {
  padding-right: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.5em;
  cursor: pointer;
}
.main-wrapper .collapse .text {
  color: #208fc9;
}

.titleList{
  padding-bottom: 30px;
}

.list-wrapper {
  padding-top: 60px;
}
.list-wrapper .item {
  max-width: 360px;
  width: 100%;
  min-height: 365px;
  margin-bottom: 70px;
  -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);
}
.list-wrapper .item .img-con {
  width: 100%;
  height: 178px;
}
.list-wrapper .item .img-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-wrapper .item .item-info {
  padding: 18px;
}
.list-wrapper .item .item-info .title {
	height: 74px;
    overflow: hidden;
  padding-bottom: 20px;
  font-size: 18px;
}
.list-wrapper .item .item-info .item-person {
  padding-bottom: 22px;
  font-size: 14px;
}
.list-wrapper .item .item-info .item-handle .btn {
  width: 92px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #99c392;
  padding: 0;
}
.list-wrapper .item .item-info .item-handle .btn + .btn {
	margin-left: 10px;
}
.list-wrapper .item .item-info .item-handle .btn a {
  color: #333;
}
.list-wrapper .item .item-info .item-handle .btn:hover {
  background: #99c392;
  color: #fff;
}
nav {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  height: 50px;
  z-index: 9998;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
/*菜单图标*/
.ico-menu {
  margin-top: 24px;
  position: relative;
  width: 25px;
  height: 2px;
  background: #3e3e3e;
  transition: all 0.3s;
}
.ico-menu:before,
.ico-menu:after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #3e3e3e;
  transition: all 0.3s;
}
.ico-menu:before {
  bottom: 8px;
}
.ico-menu:after {
  bottom: -8px;
}
.on .ico-menu {
  height: 0;
}
.on .ico-menu:before {
  bottom: 0px;
  transform: rotate(225deg);
}
.on .ico-menu:after {
  bottom: 0px;
  transform: rotate(-225deg);
}
.nav-logo {
  float: left;
}
.nav-logo a {
  height: 24px;
  margin-top: 11px;
  width: 30px;
  display: block;
  overflow: hidden;
  margin-left: 20px;
}
.nav-logo a img {
  display: block;
  height: 23px;
  transition: all 0.2s;
}
.nav-logo a:hover img {
  margin-left: -29px;
}
.nav-menu {
  float: right;
  line-height: 50px;
}
.nav-menu li {
  float: left;
  font-size: 14px;
  margin: 0 25px;
}
.nav-menu li a {
  color: #eee;
  padding: 2px 5px;
  height: 50px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.nav-menu li a:hover {
  color: #ccc;
}
.nav-menu li a.act {
  border-bottom: 1px solid #ccc;
}
.m-nav-menu {
  position: relative;
  display: none;
  z-index: 9999;
  overflow: hidden;
  height: 50px;
  float: right;
  margin-right: 20px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  body {
    background: #f2f2f2 !important;
  }
  .m-nav-menu {
    display: block;
  }
  .header-wrapper {
    background: #fff;
  }
  .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 {
    position: absolute;
    left: 0;
    top: 14px;
	  margin-left: 20px;
  }
  .header-wrapper .header-con .nav-menu {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 67px;
    left: 0;
    text-align: center;
    background: #555;
  }
  .header-wrapper .header-con .nav-menu 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-menu a:last-child {
    border-bottom: 1px solid #333;
  }
  .header-wrapper .header-con .nav-menu a.act {
    border: none;
  }
  .header-wrapper .header-con .nav-menu a:hover {
    background: #efefef;
    color: #333;
  }
  .main-wrapper .container h2 {
    padding-top: 30px;
	  font-size: 18px;
  }
  .main-wrapper .container p.info {
    padding-top: 18px;
    font-size: 14px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    line-height: 24px;
  }
  .list-wrapper {
    padding-top: 0;
  }
  .list-wrapper .item {
	width: 100%;
    display: block;
	float: none;
    min-height: 120px;
    max-width: 100%;
    margin-bottom: 24px;
	  background: #fff;
  }
  .list-wrapper .item .img-con {
    height: auto;
  }
  .list-wrapper .item .item-info {
    padding: 12px;
  }
  .list-wrapper .item .item-info .title {
	height: auto;
    padding-bottom: 14px;
    font-size: 14px;
  }
  .list-wrapper .item .item-info .item-person {
    padding-bottom: 14px;
    font-size: 12px;
  }
  .list-wrapper .item .item-info .item-handle .btn {
    min-width: 64px;
	  width: auto;
    height: 32px;
	  padding: 0 10px;
    line-height: 32px;
    font-size: 14px;
  }
  .list-wrapper .item .item-info .item-handle .btn a {
    color: #333;
  }
  .m-nav {
    display: block;
  }
	.main-wrapper .container{
	   padding: 0 15px 20px!important;
	}
}
