.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1px 10px 60px 10px;
}
.yjzz-content {
  padding: 38px 46px;
  height: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .yjzz-content {
    padding: 24px;
  }
}
.yjzz-content-row {
  margin: 32px 0 0 -64px;
  position: relative;
}
.yjzz-content-block {
  padding-left: 64px;
}
@media screen and (max-width: 1280px) {
  .yjzz-content-block {
    width: 100%;
  }
}
.yjzz-content-block-title {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  color: #fff;
  background: url(title-bg.png) top left no-repeat;
  border-bottom: 2px solid #005ABF;
}
.yjzz-content-block-title-extra {
  color: #A1A1A1;
}
.yjzz-content-block-content {
  font-size: 14px;
  color: #666;
  line-height: 2;
  padding-top: 12px;
  position: relative;
}
.yjzz-content-block-content p {
  text-indent: 2em;
}
.yjzz-content-block-content label {
  font-weight: bold;
}
.yjzz-content-block-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1280px) {
  .yjzz-content-block-right {
    position: relative;
  }
}
.yjzz-content-block-right .yjzz-content-block-content {
  position: absolute;
  top: 30px;
  left: 64px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1280px) {
  .yjzz-content-block-right .yjzz-content-block-content {
    position: static;
  }
}
.basic-info {
  background: url(basic-info-bg.png) center no-repeat;
  background-size: cover;
  padding: 24px 46px 32px 30px;
}
@media screen and (max-width: 1440px) {
  .basic-info {
    padding-right: 24px;
  }
}
.basic-info-photo {
  margin-top: 10px;
}
.basic-info-content {
  margin-right: 254px;
}
@media screen and (max-width: 1440px) {
  .basic-info-content {
    margin-right: 200px;
  }
}
.basic-info-content > h4 {
  border-bottom: 1px dashed rgba(1, 0, 0, 0.25);
  padding: 0 0 24px 38px;
  background: url(arrow-right.png) top left no-repeat;
  margin-bottom: 24px;
}
.basic-info-content .title {
  font-weight: normal;
}
.basic-info-content-list {
  width: 100%;
  color: #333;
  font-size: 14px;
}
.basic-info-content-list.hidden-lg {
  display: table;
}
.basic-info-content-list.visible-lg {
  display: none;
}
@media (min-width: 1201px) {
  .basic-info-content-list.visible-lg {
    display: table;
  }
  .basic-info-content-list.hidden-lg {
    display: none;
  }
}
.basic-info-content-list th,
.basic-info-content-list td {
  line-height: 2.2;
  text-align: left;
}
.basic-info-content-list th {
  color: rgba(51, 51, 51, 0.6);
  font-weight: normal;
  vertical-align: top;
}
.dblz-list {
  margin: 16px 0;
}
.dblz-item {
  border-top: 1px dashed #C7C7C7;
  border-bottom: 1px dashed #C7C7C7;
  padding: 12px 0;
}
.dblz-pager-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #EAEAEA;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}
.dblz-pager-icon i.fa {
  line-height: 24px;
}
.dblz-pager-icon.disabled {
  cursor: not-allowed;
}
.dblz-pager-icon.disabled:hover {
  color: #A1A1A1;
}
.dblz-pager-icon:hover {
  color: #0068D3;
}
.yjzz-nav {
  position: fixed;
  right: 0;
  top: 50%;
  width: 103px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  padding: 20px 12px 20px 20px;
  transform: translateY(-50%);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.yjzz-nav-icon {
  transition: all 0.3s ease;
  content: '';
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  background: url(right-nav.png) left no-repeat;
  left: 0;
  top: 40px;
}
.yjzz-nav-item {
  margin: 14px 0;
  cursor: pointer;
}
