
#network section {
  margin-top: 60px;
}

.common-article .container02 section p:nth-of-type(n + 2) {
  margin-top: 0;
}

#network .container02 .big-image {
  width: 70%;
  margin: 60px auto 0;
}

#network .container02 .big-image img {
  width: 100%;
  vertical-align: bottom;
}

#network .container02 .box {
  border-top: 1px solid #d0d3d6;
  padding: 23px 0;
}

#network .container02 .box .detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#network .container02 .box .detail .common-mini-title {
  width: 35%;
}

#network .container02 .box .detail dd {
  width: 56%;
}

#network .container02 .box .detail .common-mini-title .mini {
  display: block;
  font-weight: normal;
  font-size: 16px;
}

#network .container02 .box .detail .common-mini-title .mini.indent {
    padding-left: 5em;
    text-indent: -5em;
}

#network .container02 .box.bottom-line {
  border-bottom: 1px solid #d0d3d6;
}

#network .container02 .box:last-child {
  border-bottom: 1px solid #d0d3d6;
}


#network .container02 .box .btn {
  width: 200px;
}

#network .container02 .box .btn a {
  padding: 9px;
  border: 1px solid #d0d3d6;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
}

#network .container02 .box .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../../../common/img/icon_blank.png) no-repeat;
  width: 15px;
  height: 14px;
  margin-top: -7px;
  background-size: 100%;
}

#network .container02 .box .btn a:hover:after {
  background: url(../../../common/img/icon_blank_white.png) no-repeat;
  background-size: 100%;
}

#network .container02 .left-arrow-btn {
  margin: 60px auto 140px;
}