.main-content {
  padding: 40px 22px 52px 0px;
}
.yjzz-content {
  height: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .yjzz-content {
    padding: 14px;
  }
}
.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 #296B44;
}
.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 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;
}
.timeline {
  overflow-y: auto;
  padding: 20px 20px;
  margin-left: 20px;
  max-height: 244px;
  border-left: 1px solid #e0e0e0;
}
.im-ul {
  margin-top: 20px;
  width: 100%;
}
.ul-li {
  display: inline-block;
  width: 23%;
  margin-right: 1%;
  position: relative;
}
.ul-li img {
  width: 100%;
}
.ul-li .li-p {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .basic-info-content-list th {
    width: 49%;
  }
  .basic-info-content-list td {
    width: 49%;
  }
  .basic-info-content {
    margin-top: 245px;
  }
  .ul-li {
    width: 48%;
  }
  .ul-li .li-p {
    height: auto;
    height: 34px;
    font-size: 12px;
    line-height: 14px;
  }
  .basic-info-content-list {
    display: none;
  }
}
