.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;
}

.download-item {
  background: #FFFFFF;
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #E7E7E7;
  height: 123rem;
  padding: 0 30rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 34rem;
  cursor: pointer;
}

.download-item p {
  font-size: 24px;
  color: #333333;
  width: 80%;
}

.download-item img {
 width: 29px;
 height: 29px;
 transition: all 0.3s ease 0s;
}


.img2 {
  display: none;
}

.download-item:hover {
  border: 1px solid transparent;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.05);
}

.download-item:hover p {
  font-weight: bold;
  color: #0665B2;
}

.download-item:hover .img1 {
 display: none;
}

.download-item:hover .img2 {
  display: block;
}

.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: 750px) {
  .download-item p {
    font-size: 28rem;
  }
  
  .download-item img {
   width: 35rem;
   height: 36rem;
  }
}