.detail-img {
  padding: 0px 0 80px;
  background: #F6F6F6;
}
.detail-img .detail-main {
  float: left;
  width: 872px;
  min-height: 781px;
  background: #fff;
  padding: 35px 40px;
}
.detail-img .detail-nav {
  float: right;
  width: 308px;
  background: #fff;
  padding: 26px 20px;
}
.detail-img .detail-title {
  font-size: 26px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
.detail-img .detail-time {
  margin: 22px 0;
  font-size: 0;
  text-align: center;
}
.detail-img .detail-time span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.detail-img .detail-time .time-blue {
  margin-right: 40px;
  color: #4C71C3;
}
.detail-img .detail-time .time-blue:last-child {
  margin: 0;
}
.detail-img .detail-cont em {
  font-style: italic;
  color: inherit;
}
.detail-img .detail-cont {
  border-top: 1px dashed #D9E0E8;
  padding-top: 30px;
}
.detail-img .img-download-btn {
  float: right;
  width: 100px;
  line-height: 26px;
  border: 1px solid #4C71C3;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  color: #4C71C3;
}
.detail-img .img-download-btn:hover {
  background: #eaf0ff;
}
.detail-img .img-display {
  clear: both;
  text-align: center;
  position: relative;
  width: 100%;
  cursor: pointer;
  height: 580px;
  display: table;
}
.detail-img .img-display .display-cont {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.detail-img .img-display img {
  max-width: 100%;
  max-height: 580px;
}
.display-bar{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 80px;
	background: rgba(0,0,0,.2);
}
.display-bar:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8.5px;
	display: block;
	width: 16px;
	height: 16px;
	border-top: 3px solid #1daee5;
}
.display-bar.left{
	left: 0;
}
.display-bar.right{
	right: 0;
}
.display-bar.left:after{
	border-left: 3px solid #1daee5;
	transform: rotate(-45deg);
	left: 15px;
}
.display-bar.right:after{
	border-right: 3px solid #1daee5;
	transform: rotate(45deg);
	left: 6px;
}
.detail-img .img-display:hover .display-bar {
	background: rgba(0,0,0,.3);
}
.detail-img .display-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.detail-img .display-cover .cover-cont {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -31px;
  text-align: center;
}
.detail-img .display-cover .cover-icon {
  width: 34px;
}
.detail-img .display-cover .cover-txt {
  margin-top: 8px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
.detail-img .nav-title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}
.detail-img .img-lists {
  overflow-y: scroll;
  height: 685px;
}
.detail-img .img-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.detail-img .img-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #4C71C3;
}
.detail-img .img-lists li {
  float: left;
  width: 50%;
}
.detail-img .img-lists .li-cont {
  margin: 0 6px 10px 4px;
  height: 90px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #ddd;
}
.detail-img .img-lists .active .li-cont {
  border: 2px solid #4C71C3;
}
.detail-img .img-lists .li-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.dialog-imgdetail {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.dialog-imgdetail .dialog-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  table-layout: fixed;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .detail-img {
    padding: 0px 0 20px;
  }
  .detail-img .container {
    padding: 0;
  }
  .detail-img .detail-main {
    float: none;
    width: 100%;
    padding: 20px;
    min-height: 0;
  }
  .detail-img .detail-title {
    font-size: 16px;
    line-height: 24px;
  }
  .detail-img .detail-time {
    margin: 12px 0;
  }
  .detail-img .detail-time span {
    font-size: 12px;
  }
  .detail-img .detail-time .time-blue {
    margin-right: 15px;
  }
  .detail-img .detail-nav {
    float: none;
    width: 100%;
    padding: 0 20px 40px;
  }
  .detail-img .img-lists {
    overflow: auto;
    height: auto;
    font-size: 0;
    white-space: nowrap;
  }
  .detail-img .img-lists li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  .detail-img .nav-title {
    font-size: 16px;
  }
  .detail-img .img-lists .li-cont {
    margin: 0 4px 10px 0;
    width: 120px;
    height: 80px;
  }
  .detail-img .img-lists li:last-child .li-cont {
    margin-right: 0;
  }
  .dialog-imgdetail {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
  }
  .detail-img .img-display{
  	height: 360px;
  }
  .detail-img .img-display img{
  	max-height: 360px;
  }
}
