@charset "UTF-8";
/**
* 典型案例
* date: 2023-2-24
* author: qianyuting
*/
body {
  background: #F4F8FF;
}

.case-header {
  height: 591px;
  background: url("../images/classiccase/classiccase_bg.jpg") no-repeat center center;
  background-size: cover;
  font-size: 48px;
  line-height: 72px;
  padding-top: 143px;
  box-sizing: border-box;
  text-align: center;
}

.case-header-left {
  margin-top: 194px;
}

.case-header-left p:last-child {
  margin-left: 52px;
}

.case-header-right {
  margin-top: 79px;
}

.case-content {
  margin-top: -70px;
  padding-bottom: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case-title {
  height: 65px;
  font-size: 36px;
  font-weight: 600;
  line-height: 53px;
  margin-bottom: 59px;
  background: url("../images/tit.png") center bottom no-repeat;
  text-align: center;
}

.case-box {
  display: flex;
  align-items: center;
  height: 196px;
  background: #fff;
  position: relative;
  margin-bottom: 32px;
  padding: 24px;
  border-radius: 16px;
  box-sizing: border-box;
  color: #333;
}

.case-box-logo {
  margin-right: 24px;
  width: 128px;
  height: 128px;
}

.case-box-logo img {
  vertical-align: middle;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.case-box-info {
  flex: 1;
  width: 0;
}

.case-box-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.case-box-conent {
  max-height: 120px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #666;
}

.case-box-date {
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}

/* 分页 */
.m-pagination {
  height: 30px;
  text-align: center;
}

.m-pagination-page > li {
  margin-right: 8px;
}

.m-pagination-page > li > a {
  height: 28px;
  line-height: 28px;
  color: #5C5C5C;
  border-radius: 4px;
}

.m-pagination-page > li.active > a {
  background: #fff;
  border-color: #0570FE;
  color: #0570FE;
}

.m-pagination-page > li:hover > a {
  border-color: #0570FE;
}

.m-pagination-size > select {
  height: 30px;
  color: #5C5C5C;
  border-radius: 4px;
}

.m-pagination-jump {
  width: 80px;
}

.m-pagination-group > input {
  height: 28px;
  border-radius: 4px 0 0 4px;
}

.m-pagination-group > button {
  border-radius: 0 4px 4px 0;
  height: 30px;
}

.m-pagination-group > button:hover {
  border-color: #0570FE;
}