/*新闻列表右侧*/
.bg-active{
  background-color: #fafafa;
}
.main-right{
  width: calc(100% - 272px);
}
.news-content{
  background: #fff;
  padding: 0 30px;
  margin: 38px auto;
}
.news-info{
  width: 100%;
  padding: 0 0 25px 0;
  overflow: hidden;
}
.news-info li {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-info li i {
  display: inline-block;
  width: 140px;
  height: 100px;
  line-height: 100px;
  border-right: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.news-info li i h1 {
  margin: 15px 0 5px 0;
  line-height: 40px;
  color: #008eff;
  font-weight: bold;
}
.news-info li i h2 {
  font-size: 20px;
  background: url(../img/news/bgDate.png) center no-repeat;
  color: #888;
  font-weight: bold;
}
.news-info li span {
  display: inline-block;
  width: calc(100% - 149px);
  padding: 0 15px;
  vertical-align: middle;
}
.news-info li span h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 30px;
}
.news-info li span h4 {
  line-height: 26px;
  max-height: 78px;
  overflow: hidden;
  color: #888;
  font-size: 15px;
  text-align: justify;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.news-info li a:hover h4 {
  color: #444;
}
.news-info li h5 {
  width: 1px;
  height: 150px;
  display: inline-block;
  vertical-align: middle;
}
.news-info li .box-ct{
  display: block;
  position: relative;
}


/*新闻详情*/
.text-next{
  margin-top: 38px;
  margin-bottom: 24px;
  position: relative;
}
.text-content {
  padding: 0 10% 60px 10%;
  background-color: #fff;
  margin-bottom: 32px;
}
.text-infos {
  padding: 80px 0 56px 0;
  border-bottom: 1px solid #5c6699;
}
.text-infos h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
.text-infos .text-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #5c6699;
}
.text-infos .text-date span {
  font-size: 14px;
  color: #666;
  margin-right: 24px;
}
.text-infos .text-date span:nth-child(2n) {
  margin-right: 0;
}
.qr-code {
  text-align: center;
}
.qr-code .end {
  font-size: 18px;
  color: #e50414;
  font-weight: 600;
  margin-top: 36px;
}
.qr-code .end span.hr-l {
  margin-right: 12px;
}
.qr-code .end span {
  background-color: #e50414;
  display: inline-block;
  margin-right: 12px;
  width: 87px;
  height: 1px;
  position: relative;
  top: -6px;
}
.qr-code .end span.hr-r {
  margin-left: 12px;
}
.qr-code .code-img {
  width: 60%;
  height: 60%;
  background-color: #fff;
  margin-top: 44px;
  margin-bottom: 44px;
}
.flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.graphic-information {
  padding-top: 46px;
}
.graphic-information table,.graphic-information table *{
  width: auto !important;
}
.graphic-information img{
  display: block;
  height: auto !important;
  margin: 10px auto;
}
.graphic-information>p img{
  margin: 0 auto;
  max-width: 100%;
}
.popularity {
  margin-top: 25px;
  font-size: 14px;
  color: #666;
}
.popularity .heart i {
  margin-right: 6px;
  cursor: pointer;
}

/*案例详情*/
.company-box{
  background: #fff;
  border-radius: 2px;
  width: 280px;
  padding: 0px 30px;
  position: absolute;
  height: 100%;
  left: 0;
}
.company-box .layer-img {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.company-box .layer-img img {
  height: 60px;
  margin: 0 auto;
}
.company-box .layer-message {
  padding: 15px 0px 5px 0px;
  border-bottom: 1px solid #dddddd;
}
.company-box .layer-contact{
  padding: 20px 0;
}
.company-box .layer-contact .bottom-print{
  margin-top: 12px;
}
.company-box .layer-contact dl dd {
  font-size: 14px;
  color: #252B3A;
  line-height: 18px;
  margin-bottom: 10px;
  position: relative;
}
.company-box * > dt {
  font-size: 16px;
  color: #252B3A;
  line-height: 20px;
  margin-bottom: 15px;
}
.company-box * > dt {
  margin-bottom: 10px;
}
.company-box .layer-message dl dd {
  margin-bottom: 10px;
  font-size: 14px;
  color: #252B3A;
  line-height: 18px;
}
.company-box .layer-message dl dd {
  max-height: 90px;
  overflow: hidden;
}
.company-box .layer-message dl dd span {
  font-size: 14px;
  color: #A0A2A8;
  line-height: 18px;
  margin-right: 10px;
}
.company-challenge {
  width: calc(100% - 300px);
}
.case-detail{
  padding: 0 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
.case-detail:last-of-type{
  margin-bottom: 0;
}
.case-detail .section {
  padding: 25px 0px;
}
.case-detail .section img{
  margin: 20px auto;
}
.company-challenge * > h2 {
  font-weight: normal;
  font-size: 18px;
  color: #252B3A;
  line-height: 22px;
  margin-bottom: 15px;
}
.company-challenge * > p {
  font-size: 14px;
  color: #666A75;
  line-height: 22px;
}
.bt_xx>a {
  margin-left: 15px;
}

/*打印关闭区域*/
.bt_xx {
  height: 40px;
  line-height: 40px;
  background-color: #F1F1F1;
  text-align: right;
  padding-right: 20px;
}

@media (max-width: 767px){
  .text-infos{
    padding: 20px 0 12px 0;
  }
  .bg-active{
    background-color: #fff;
  }
  .text-next{
    margin-top: 20px;
  }
  .text-infos h2{
    margin-bottom: 20px;
    font-size: 18px;
  }
  .graphic-information{
    padding-top: 20px;
  }
  .text-content{
    margin-bottom: 0;
    padding: 0 0 30px 0;
  }
  .pb_pub{
    padding-bottom: 40px;
  }
  .news-content{
    padding: 0;
    margin-top: 20px;
  }
  .news-info li{
    padding: 20px 0;
  }
  .news-info li span{
    width: 100%;
  }
  .news-info li span h3{
    width: calc(100% - 60px);
    font-size: 18px;
    height: 60px;
    overflow: hidden;
  }
  .news-info li i{
    width: 80px;
    height: 80px;
    border: none;
    background: #00479d;
    margin: -60px 0 0 10px;
    z-index: 2;
    position: relative;
  }
  .news-info li i h1{
    font-size: 20px;
    margin: 3px 0 0 0;
    line-height: 30px;
    color: #fff;
  }
  .news-info li i{
    width: 60px;
    height: 60px;
    border: none;
    background: #00479d;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .news-info li i h2{
    font-size: 16px;
    background: url(../img/news/bgDate1.png) center no-repeat;
    color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .news-info li span h3{
    font-size: 16px;
  }
  .news-info li i h1{
    font-size: 23px;
  }
  .news-info li i h2{
    font-size: 18px;
  }
  .news-info li span h4{
    font-size: 14px;
  }
  .text-infos{
    padding: 60px 0 32px 0;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .news-info li span h3{
    font-size: 18px;
  }
  .news-info li span h4{
    font-size: 14px;
  }
  .news-info li i h1{
    font-size: 28px;
  }
  .news-info li i h2{
    font-size: 20px;
  }
}
