.i-active {
  color: #0665B2 !important;
  font-weight: bold;
}

.i-active::after {
  width: 81rem !important;
}

/* .contentBox {
  padding-bottom: 50rem;
} */

.breadcrumbBox {
  padding: 18rem 0;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 41rem;
}

.breadcrumbBox .breadcrumb-f,
.breadcrumbBox .breadcrumb-t {
  font-size: 16px;
  color: #999;
}

.breadcrumbBox .breadcrumb-t {
  color: #0665B2;
  cursor: auto;
}

.newsBox {
  padding: 36rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E7E7E7;
  cursor: pointer;
}

.newsBox:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
  border-radius: 32rem;
  padding-left: 45rem;
  padding-right: 32rem;
}

.newsBox:hover .l-con-tit {
  font-weight: bold;
  color: #0665B2;
}

.newsBox:hover .l-con-sub {
  color: #333333;
}

.newsBox:hover .item-btn {
  background: #0665B2;
  color: #FFFFFF;
  border: 1px solid #0665B2;
}

.newsBox-l {
  width: 990rem;
}

.newsBox-l .l-time {
  color: #999999;
}

.newsBox-l .l-time .t1 {
  font-size: 40rem;
  margin-bottom: 11rem;
}

.newsBox-l .l-time .t2 {
  font-size: 20rem;
}

.newsBox-l .l-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 357rem;
  margin-left: 172rem;
}

.newsBox-l .l-con p {
  width: 773rem;
}

.l-con-tit {
  font-size: 24rem;
  color: #333333;
}

.l-con-sub {
  font-size: 16rem;
  color: #999999;
}

.item-btn {
  width: 131rem;
  height: 51rem;
  border-radius: 26rem;
  border: 1px solid #999999;
  font-size: 16rem;
  color: #999999;
  margin-bottom: 40rem;
}

.newsBox-r {
  width: 689rem;
  height: 451rem;
  border-radius: 28rem;
  overflow: hidden;
}


/* 详情 */
.detail .tit {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #333333;
  margin-bottom: 40rem;
}

.detail .time {
  width: 100%;
  padding: 15rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40rem;
  background: #F9F9F9;
}

.detail .time span {
  font-size: 16px;
  color: #999999;
}

.detail .info {
  font-size: 16px;
  color: #333333;
}

.detail .pages {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35rem;
  color: #666;
}

.detail .pages div {
  flex: 1;
}

.detail .pages span,.detail .pages span a {
  font-size: 16px;
}

.pager {
  text-align: center;
  margin: 60px auto;
}
.pager a,.pager span {
  border: 1px solid #ddd;
  line-height: 35px;
  padding: 0px 14px;
  margin: 0px 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
 border: 1px solid #ebebeb;
text-decoration: none;
color: #000;
}
.pager span.current {
  color: #fff;
  background: #0665B2;
  border:1px solid #0665B2;
}

@media screen and (max-width: 1200px) {

  .item-btn,
  .l-con-sub {
    font-size: 20rem;
  }
}

@media screen and (max-width: 950px) {
  .newsBox {
    flex-direction: column;
    align-items: center;
  }

  .newsBox-l {
    width: 80%;
  }


  .newsBox-l .l-con p {
    width: 100%;
  }

  .newsBox-r {
    width: 80%;
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  .newsBox-l {
    width: 100%;
  }


  .newsBox-l .l-con p {
    width: 100%;
  }

  .newsBox-r {
    width: 100%;
    height: 100%;
  }

  .detail .tit {
    font-size: 32rem;
  }

  .detail img {
    width: 100%;
    height: auto;
  }
  .detail .pages {
    flex-direction: column;
  }
  .detail .pages div {
    text-align: left;
  }
}