.serve_list .item .lead p{
  line-height: 2;
  margin-bottom: 10px;
}

.paging .nav_box .pagination {
  display: flex;
  justify-content: center;
}
.paging .nav_box a {
  display: inline-block;
  color: #FFC755;
  padding: 10px 17px;
  font-size: 18px;
  line-height: 1.3333333;
  text-decoration: none;
  background: #fff;
  margin: 0 3px;
  border: 1px solid #ddd;
  width: auto;
}
.pagination>a:first-child, .pagination>a:first-child>span {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination>a:last-child, .pagination>a:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.paging .nav_box .pagination a.page-num-current {
  color: #fff;
  background-color: #FFC755;
  border-color: #FFC755;
}
.details .lead p{
    font-size: 14px;
    line-height: 2.2;
    padding: 6px 0;
    font-weight: 400;
}
.maximg img{
	max-width: 100%;
	height: auto !important;
}
.about_us .content .explain p{
    font-size: 13px;
    line-height: 2.3;
}
.over5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}


td{
    border: 1px solid #e2e2e2;
}


.serve_list .item .content .more {
  width: 150px;
  height: 40px;
  border-radius: 45px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  position: relative;
  border: 2px solid #676767;
}
.serve_list .item .content .more .link {
  font-size: 14px;
  color: #676767;
}
.serve_list .item .content .more::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #676767;
  position: absolute;
  top: 50%;
  left: 16px;
  opacity: 0;
  transition: 0.3s ease;
}
.serve_list .item .content .more::after {
  content: '';
  width: 16px;
  height: 2px;
  background: #676767;
  position: absolute;
  top: 50%;
  right: 16px;
  opacity: 0;
  transition: 0.3s ease;
}
.serve_list .item .content .more:hover::before {
  left: 20px;
  opacity: 1;
}
.serve_list .item .content .more:hover::after {
  right: 20px;
  opacity: 1;
}



.serve_list .item .content .more:hover {
  background: #FFC755;
  border-color: #FFC755;
}
.serve_list .item .content .more .link:hover {
  color: #fff;
}
.serve_list .item .content .more:hover::before {
  background: #fff;
}
.serve_list .item .content .more:hover::after {
  background: #fff;
}

p,span{
    word-break: auto-phrase !important;
}






