.insucom-service-read-block {
  padding-top: 120px;
  padding-bottom: 240px;
}
@media (max-width: 1179px) {
  .insucom-service-read-block {
    padding-top: 100px;
    padding-bottom: 220px;
  }
}
@media (max-width: 1199px) {
  .insucom-service-read-block {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .insucom-service-read-block {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .insucom-service-read-block {
    padding-top: 40px;
    padding-bottom: 160px;
  }
}
.insucom-service-read-block .t-content {
  display: grid;
  margin-bottom: 0px;
  gap: 30px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (max-width: 1179px) {
  .insucom-service-read-block .t-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.insucom-service-read-block .t-content .left-view {
  margin-bottom: 0px;
  grid-column: span 8 / span 8;
}
.insucom-service-read-block .t-content .left-view .info-content {
  padding-bottom: 60px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 60px;
}
.insucom-service-read-block .t-content .left-view .info-content .mb-60 {
  margin-bottom: 60px;
}
.insucom-service-read-block .t-content .left-view .info-content .mb-60 .text .category {
  margin-bottom: 8px;
  font-size: 20px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 32px;
}
.insucom-service-read-block .t-content .left-view .info-content .mb-60 .text .title {
  line-height: 55px;
  font-size: 38px;
  font-weight: 700px;
  margin-bottom: 20px;
  color: var(--color-second);
}
.insucom-service-read-block .t-content .left-view .info-content .mb-60 .text .desc {
  color: var(--text-color);
  line-height: 27px;
  font-size: 14px;
  margin-bottom: 60px;
}
.insucom-service-read-block .t-content .left-view .info-content .mb-60 .pic .picture {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.insucom-service-read-block .t-content .left-view .info-content .mb-60 .pic .picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .insucom-service-read-block .t-content .left-view .rich-text h2 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
  .insucom-service-read-block .t-content .left-view .rich-text .align-items-center {
    padding: 0 20px;
  }
}
.insucom-service-read-block .t-content .left-view .bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 1179px) {
  .insucom-service-read-block .t-content .left-view .bottom {
    display: flex;
    flex-wrap: wrap;
  }
}
.insucom-service-read-block .t-content .left-view .bottom .card {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.insucom-service-read-block .t-content .left-view .bottom .card:hover .bottom .common-trans {
  opacity: 1;
}
.insucom-service-read-block .t-content .left-view .bottom .card .top {
  padding: 40px;
  padding-bottom: 50px;
  width: 100%;
}
.insucom-service-read-block .t-content .left-view .bottom .card .top h2 {
  color: var(--title-text-color);
  line-height: 28px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.insucom-service-read-block .t-content .left-view .bottom .card .top p {
  color: var(--text-color);
  line-height: 27px;
  font-size: 14px;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 25px;
  text-overflow: ellipsis;
}
.insucom-service-read-block .t-content .left-view .bottom .card .bottom {
  width: 100%;
  height: 275px;
  position: relative;
}
.insucom-service-read-block .t-content .left-view .bottom .card .bottom .pic {
  height: 275px;
  width: 450px;
}
@media (max-width: 1179px) {
  .insucom-service-read-block .t-content .left-view .bottom .card .bottom .pic {
    width: 100%;
  }
}
.insucom-service-read-block .t-content .left-view .bottom .card .bottom .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insucom-service-read-block .t-content .left-view .bottom .card .bottom .common-trans {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: linear;
  opacity: 0;
  background-color: rgba(2, 136, 53, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.insucom-service-read-block .t-content .left-view .bottom .card .bottom .common-trans a {
  color: inherit;
  text-decoration: inherit;
}
.insucom-service-read-block .t-content .left-view .bottom .card .bottom .common-trans a div {
  background-color: var(--bg-color);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}
.insucom-service-read-block .t-content .left-view .bottom .card .bottom .common-trans a div .iconfont {
  color: var(--color-primary);
}
.insucom-service-read-block .t-content .right-view {
  grid-column: span 4 / span 4;
}
.insucom-service-read-block .t-content .right-view .category {
  margin-bottom: 60px;
  width: 100%;
}
.insucom-service-read-block .t-content .right-view .category p {
  color: var(--color-second);
  line-height: 28px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}
.insucom-service-read-block .t-content .right-view .category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.insucom-service-read-block .t-content .right-view .category ul li a {
  color: inherit;
  text-decoration: inherit;
}
.insucom-service-read-block .t-content .right-view .category ul li a span {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #e3e3e3;
}
.insucom-service-read-block .t-content .right-view .category ul li a span:hover {
  color: var(--color-primary);
  font-weight: 500;
}
.insucom-service-read-block .t-content .right-view .work {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 304px;
  margin-bottom: 60px;
}
.insucom-service-read-block .t-content .right-view .work .title {
  color: #fff;
  line-height: 28px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
}
.insucom-service-read-block .t-content .right-view .work p {
  color: #fff;
  line-height: 27px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 45px;
  width: 222px;
}
@media (max-width: 1199px) {
  .insucom-service-read-block .t-content .right-view .work p {
    width: auto;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .insucom-service-read-block .t-content .right-view .work p {
    font-size: 14px;
  }
}
.insucom-service-read-block .t-content .right-view .work .us {
  display: flex;
  justify-content: center;
}
.insucom-service-read-block .t-content .right-view .work .us a {
  color: inherit;
  text-decoration: inherit;
}
.insucom-service-read-block .t-content .right-view .work .us a:hover .common-trans {
  background-color: var(--bg-color);
}
.insucom-service-read-block .t-content .right-view .work .us a:hover .common-trans span {
  color: var(--color-primary);
}
.insucom-service-read-block .t-content .right-view .work .us a .common-trans {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: linear;
  font-weight: 600;
  font-size: 18px;
  padding: 17px 42px;
  border: 1px solid #e3e3e3;
  border-radius: var(--button-radius);
}
@media (max-width: 767px) {
  .insucom-service-read-block .t-content .right-view .work .us a .common-trans {
    font-size: 14px;
    padding: 10px;
  }
}
.insucom-service-read-block .t-content .right-view .work .us a .common-trans span {
  color: #fff;
}
