.photoInfo-container{
  width: 1232px;
  margin: 0 auto 85px auto;
}

.photoInfo-container .photoInfoTitle{
  color: #4b4b4b;
  font-family: "Tahoma";
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.photoInfo-container .photoInfoContent{
  margin-top: 20px;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.photoInfo-container .photoInfoContent .infoTitle{
  font-family: "Tahoma";
  font-size: 18px;
  color: #4b4b4b;
  font-weight: bold;
}
.photoInfo-container .photoInfoContent .infoDesc{
  font-family: "Helvetica";
  font-size: 18px;
  color: #9a9a9a;
  line-height: 26px;
}
.photoInfo-container .photoInfoContent p{
  color: #4b4b4b;
  font-size: 18px;
  line-height: 26px;
  font-family: "Helvetica";
  margin-bottom: 20px;
}
.newsInfo-container .newsInfoContent br{
  display: none;
}
.photoInfo-container .photoInfoContent img{
  max-width:100%;
  margin: 0 auto;
  display: block;
  cursor: zoom-in;
  padding: 10px 0;
}

.magnifier{
  width: 100vw;
  height: 100vh;
  position: fixed;
  left:0;
  top:0;
  background: rgba(0,0,0,0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
.magnifier img{
  width: 60vw;
  height: auto;
  margin: auto;
}

.photoInfo-container .prevNews{
  margin-bottom: 10px;
  font-family: "Microsoft Sans Serif";
  font-size: 16px;
  color: #9a9a9a;
}
.photoInfo-container .prevNews a{
  /* display: inline-block; */
  margin-left: 10px;
  color: #4b4b4b;
  cursor: pointer;
}
.photoInfo-container .nextNews{
  margin-bottom: 10px;
  font-family: "Microsoft Sans Serif";
  font-size: 16px;
  color: #9a9a9a;
}
.photoInfo-container .nextNews a{
  /* display: inline-block; */
  margin-left: 10px;
  color: #4b4b4b;
  cursor: pointer;
}


.photoInfo-container .right{
  width: 416px;
  margin-left: 16px;
}

.photoInfo-container .right .hotNewsBox{
  border: 1px solid #DDD;
  padding: 20px 10px 16px 10px;
  box-sizing: border-box;
}

.photoInfo-container .right .hotNewsBox .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #4b4b4b;
  font-family: Tahoma;
  padding-left: 10px;
}
.photoInfo-container .right .hotNewsBox .more {
  text-align: right;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  padding-right: 10px;
}

.photoInfo-container .right .newsList .newsList-item{
  margin-bottom: 20px;
}
.photoInfo-container .right .newsList .newsList-item:last-child{
  margin-bottom: 0;
}
.photoInfo-container .right .newsList .newsList-item .newsImg{
  width: 130px;
  height: 87px;
  margin-right: 10px;
}
.photoInfo-container .right .newsList .newsList-item .newsImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.photoInfo-container .right .newsList .newsList-item .newsTitle{
  color: #4b4b4b;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  margin-bottom: 25px;
}
.photoInfo-container .right .newsTagList li{
  font-size: 12px;
}

.photoInfo-container .left *{
  max-width: 100%!important;
}

@media screen and (max-width: 767px) {
  .photoInfo-container{
    background: #F8F8F8;
    margin: 0 auto;
    width: 100%;
  }
  .photoInfo-container .crumb{
    display: none;
  }
  .photoInfo-container .left{
    background: #fff;
    margin-bottom: .08rem;
    padding: .08rem .16rem 0;
  }
  .photoInfo-container .photoInfoTitle{
    font-size: .2rem;
    margin-bottom: .08rem;
  }
  .photoInfo-container .newsTime{
    margin-bottom: .08rem;
  }
  .photoInfo-container .photoInfoContent{
    margin-top: .2rem;
    border-bottom: .01rem solid #F0F0F0;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    text-align: center;
    min-height: 60vh;
  }
  .photoInfo-container .photoInfoContent .infoTitle{
    font-size: .16rem;
  }
  .photoInfo-container .photoInfoContent .infoDesc{
    font-size: .14rem;
    line-height: .2rem;
  }
  .photoInfo-container .photoInfoContent p{
    margin-bottom: .2rem;
    line-height: .2rem;
  }
  .magnifier img{
    width: 96vw;
    height: auto;
    margin: auto;
    padding: .1rem 0;
  }
  .photoInfo-container .prevNews{
    margin-bottom: .1rem;
    font-size: .14rem;
  }
  .photoInfo-container .prevNews a{
    margin-left: .05rem;
  }
  .photoInfo-container .nextNews{
    margin-bottom: .16rem;
    font-size: .14rem;
  }
  .photoInfo-container .nextNews a{
    margin-left: .05rem;
  }

  .photoInfo-container .right{
    display: none;
  }
}