.inside-page {
  padding: 4% 0;
  min-height: calc(100vh - 112px);
}
.inside-page .back {
  position: absolute;
  right: 0;
  left: -100px;
  width: 70px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.inside-page .back:hover {
  background-color: #1890ff;
  color: #fff;
}
.pag-bar {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pag-bar a {
  width: 37px;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 13px;
  margin: 4px;
  border-radius: 4px;
  color: #666;
}
.pag-bar a:hover {
  border-color: #1890ff;
}
.pag-bar .page-num-current {
  border-color: #1890ff;
  background-color: #1890ff;
  color: #fff;
}
.pro-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-list li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-list li:nth-child(5n) {
  margin-right: 0;
}
.pro-list li p {
  text-align: center;
  line-height: 50px;
}
.pro-detail .con {
  display: flex;
}
.pro-detail .con img {
  width: 250px;
}
.pro-detail .con ul {
  flex: 1;
  margin-left: 50px;
  line-height: 2.5;
}
.pro-detail .con ul h5 {
  font-size: 24px;
  font-weight: bold;
}
.pro-detail .con ul li {
  font-size: 18px;
}
.pro-detail .details {
  margin-top: 60px;
}
.pro-detail .pics {
  border-top: 1px solid #e2e2e2;
  margin-top: 50px;
  padding-top: 50px;
  display: flex;
}
.pro-detail .pics li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-detail .pics li:nth-child(5n) {
  margin-right: 0;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
}
.honor-list li {
  background: #f1f1f1;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 2% 2% 0;
  transition: all 0.2s linear;
}
.honor-list li:nth-child(4n) {
  margin-right: 0;
}
.honor-list li img {
  height: 188px;
  margin: 0 auto;
}
.honor-list li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 15px;
  color: #666;
  padding: 12px 0 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor-list li:hover {
  background-color: #1890ff;
  transition: all 0.2s linear;
}
.honor-list li:hover p {
  color: #fff;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 4%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.news-list li:nth-child(3n) {
  margin-right: 0;
}
.news-list li img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.news-list li .text {
  padding: 30px 30px;
  color: #333;
}
.news-list li .text .date {
  font-size: 18px;
  font-weight: lighter;
}
.news-list li .text h5 {
  margin-top: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  height: 72px;
}
.news-list li .text .more {
  margin-top: 18px;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #1890ff;
}
.news-list li .text .more i {
  font-size: 20px;
  margin-right: 5px;
}
.news-con .tit {
  text-align: center;
  padding: 0 5%;
}
.news-con .tit h2 {
  font-size: 36px;
}
.news-con .tit p {
  font-size: 24px;
  color: #999;
  font-weight: lighter;
  margin-top: 15px;
}
.turn_page {
  padding-top: 15px;
  border-top: 1px solid #e1e7f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #666;
}
.turn_page .lf {
  max-width: 600px;
  overflow: hidden;
}
.turn_page .lf li {
  line-height: 2.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.turn_page .lf a {
  display: inline;
}
.turn_page .lf a:hover {
  color: #1890ff;
}
.turn_page .return a {
  padding: 10px 35px;
  border-radius: 50px;
  border: 1px solid #ccc;
  transition: all 0.2s linear;
}
.turn_page .return a:hover {
  background-color: #1890ff;
  color: #fff;
  border-color: #1890ff;
}
