/* tab */
.headerRow {
  text-indent: 0!important;
  text-align: center!important;
}

.page-breadcrumb-section {
  position: relative;
  margin: 60px 0 0;
  box-sizing: content-box;
}

/* content */
.allCase {
  text-align: center;
  margin: 10px auto 40px;
}

.classficationContent {
  opacity: 1;
  background: rgba(247, 250, 255, 1);
  padding-top: 26px;
}

.classification {
  display: flex;
  font-size: 18px;
  font-weight: 700;
}

.serviceClassfication {
  display: flex;
  flex-wrap: wrap;
  margin-left: 40px;
}

.serviceClassfication span {
  font-weight: 700;
}

.serviceClassfication ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 11px;
}

.serviceClassfication ul li {
  display: flex;
}

.hover-content .btn-detail:hover {
  background: #1677ff !important;
  color: #fff;
}

.hover-content {
  background: #fff;
  padding: 20px 20px 0;
}

.hover-content .subtitle {
  margin-top: 0;
  height: 52px;
  line-height: 26rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.hover-content .subText {
  font-size: 12px;
  line-height: 16px;
}

.hover-content .btn-detail {
  border: 1px solid #ddd;
}

#Material-portfolio .mix {
  padding-bottom: 30px;
  display: none;
  margin: -2px;
}

.case-item-wrapper .col-md-6,
.case-item-wrapper .col-lg-6,
.case-item-wrapper .col-xl-6,
.highlightContent .col-md-6,
.highlightContent .col-lg-6,
.highlightContent .col-xl-6 {
  padding-left: 0;
}

.highlightContent {
  margin-right: -15px;
  margin-left: 0px;
}

.case-nav {
  margin: 0 auto 57px;
  padding: 0 !important;
}

.case-nav ul.nav li {
  width: 25%;
  text-align: center;
}

.case-nav ul.classification li a,
.serviceClassfication ul li a {
  font-size: 15px;
  color: #222;
  margin-right: 10px;
  display: block;
  border-radius: 2px;
  text-transform: capitalize;
  cursor: pointer;
}

.case-nav ul.classification li a:hover,
.serviceClassfication ul li a:hover {
  color: #1677ff;
}

figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

figure img {
  width: 100%;
}

.single-blog-figure {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.single-blog-figure:hover,
.single-blog-figure:hover {
  -webkit-box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
  box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
  cursor: pointer;
}

.single-blog-figure .meta-tags {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0;
}

.single-blog-figure .meta-tags .comments a {
  color: #555;
}

.single-blog-figure .meta-tags .comments i {
  font-size: 15px;
  margin-right: 5px;
}

.contentBox {
  opacity: 1;
  background: rgba(245, 245, 245, 1);
}

.content {
  background: #fff;
  padding: 0 60px;
  margin-bottom: 50px;
}

.backText {
  padding: 18px 0;
}

.backText a {
  color: rgba(34, 34, 34, 1);
}

.contentTitleBox {
  padding: 50px 0;
  text-align: center;

}

.contentTitleBox h3 {
  font-size: 32px;
  font-weight: 700;
  color: rgba(34, 34, 34, 1);
}

.timeText {
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}

.contentText {
  text-align: center;
}

.contentText p {
  font-size: 18px;
  color: rgba(34, 34, 34, 1);
  text-align: left;
  /*text-indent: 2em;*/
  line-height: 30px;
}

.contentText img {
  margin: 30px auto;
  /*width: 100%;*/
  max-width: 100%;
}

.ContentPage{
  margin-top: 20px;
  margin-bottom: 163px;
}

.ContentPage a {
  color: rgba(34, 34, 34, 1);
}

.nextContent{
  text-align: right;
}

/* 推荐 */
.recommendBox {
  height: fit-content;
  margin-left: 42px;
  padding: 20px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}

.recommendBox h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  color: rgba(34, 34, 34, 1);
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}
.recommendBox ul {
  padding-top: 20px;
  padding-bottom: 30px;
}

.recommendBox ul li {
  font-size: 18px;
  margin-bottom: 20px;

}
.recommendBox ul li a{
  color: rgba(34, 34, 34, 1);
}
.recommendBox ul li a:hover,.ContentPage a:hover{
  color: #1677FF;
}


/*
 @media
 container1920=1400  other=1140
 min-width 表示最小即大于等于
 max-width 表示最大即小于等于
*/

/* pc */
/* @media (min-width: 992px) {

} */

/* h5 */
@media (max-width: 991.5px) {
  .recommendBox{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
  }
  .ContentPage{
    margin-bottom: 60px;
  }
  .nextContent{
    text-align: left;
  }
  .contentTitleBox h3 {
    padding: 0 30px;
  }
  .content {
    padding: 0 15px;
  }
}
