/* banner */
.title-center-upDown {
  padding: 170px 0;
}

/* content */
.input-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 56px;
    line-height: 56px;
    border-radius: 6px;
    margin: 10px auto 50px;
}
.input-banner input {
    border-radius: 6px;
    width: 80%;
    padding: 0 16px;
    color: #999;
    font-size: 16px;
}
.input-banner::placeholder {
    color: #999;
    font-size: 16px;
}
.input-banner .button {
    width: 24%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-banner button {
    color: #1677FF;
    font-size: 18px;
}
.input-banner img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.input-banner .line {
    width: 1px;
    height: 20px;
    background: #E4E4E4;
}
.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 .time {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.hover-content .time span,
.hover-content .comments {
    color: #555;
}
.hover-content .btn-detail {
	border: 1px solid #DDD;
}
#Material-portfolio {
    width: 100%;
}
#Material-portfolio .mix {
  padding-bottom: 30px;
  display: none;
  margin: -2px;
}

.portfolio-nav {
    margin: 0 auto 40px;
    padding: 0!important;
}
.portfolio-nav ul.nav li {
    width: 25%;
    text-align: center;
}
.portfolio-nav ul.nav li a {
  font-size: 15px;
  color: #222;
  background-color: #eee;
  padding: 7px 12px;
  margin: 4px;
  display: block;
  border-radius: 2px;
  text-transform: capitalize;
  cursor: pointer;
}

.portfolio-nav ul.nav li a:hover {
  background: #2196F3;
  color: #FFF;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.portfolio-nav ul.nav li a.active {
  background: #2196F3;
  color: #FFF;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

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

figure img {
  width: 100%;
  height: 200px;
}

.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;
}


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

/* pc */
@media (min-width: 992px) {
  .banner-pc {
    background: url(../../images/information/banner.png) no-repeat scroll center center;
    position: relative;
    background-size: cover;
    margin-top: 60px;
    box-sizing: content-box;
  }
}


/* h5 */
@media (max-width: 991.5px) {
    /* banner */
    .banner-h5 {
      background: url(../../images/information/h5Banner.png) no-repeat scroll center center;
      position: relative;
      background-size: cover;
      margin-top: 60px;
      box-sizing: content-box;
    }
    .banner-h5 .d-md-block {
      position: absolute;
      left: 50%;
      transform: translatex(-50%);
      bottom: 5%;
    }
    .title-center-upDown {
      padding: 30px 0 301px;
      text-align: center;
    }
    .input-banner {
        margin: 10px 15px 50px;
    }
}


