@charset "utf-8";
/* CSS Document */

section {
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
  padding-bottom: 100px;
}
.product {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}
.prolist {
  width: 400px;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0px 20px;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.prolist .tit {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.prolist .recinfo {
  height: 40px;
  line-height: 20px;
}
.prolist .more {
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: lighter;
  font-family: PingFang SC;
  padding: 10px 0px;
  margin: auto;
}
.prolist:hover {
  cursor: pointer;
  transform: translate(0, -15px);
  transition: all 0.6s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.prolist:hover .more {
  color: #5c1690;
}

/*新闻详情页*/
.prodetail {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  padding-bottom: 50px;
}
.detailcen {
  width: 1280px;
  margin: auto;
  overflow: hidden;
}
.detailcen .detailtit {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
.detailcen .detaildate {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #eee;
}
.detailcen .detailcontent {
  width: 100%;
  height: auto;
  font-size: 15px;
  line-height: 200%;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.detailcen .detailback {
  width: 94%;
  padding-top: 20px;
  margin: auto;
}
.detailcen .detailback .turning {
  width: 980px;
  float: left;
}
.detailcen .detailback .turning p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 5px 0px;
}
.detailcen .detailback .turning p:hover a {
  color: #333;
}
.detailcen .detailback .turning a {
  font-size: 12px;
}
.detailcen .detailback .backlist {
  float: right;
  width: 110px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 36px;
  margin-top: 5px;
}
.detailcen .detailback .backlist:hover {
  color: #fff;
  background: #5c1690;
  border: 1px solid #5c1690;
  cursor: pointer;
}
.detailcen img {
  border: none;
}
