.content-box{
  width: 1200px;
  margin: 0 auto;
}
.star-box{
  margin-top: 74px;
  display: flex;
  justify-content:center;
  align-items: center;
  box-sizing: border-box;
}
.star-pic{
  width: 172px;
  height: 222px;
  margin-right: 33px;
}
.star-info{
    margin-top:15px;
    height: 220px;
    width: 600px;
    text-indent: 2em;
    position: relative;
}
.link-box{
  width: 283px;
  height: 220px;
  margin-top: 0px;
  box-sizing: border-box;

}
.public-url{
  margin-top: 3px;
}
.public-url a img{
  width: 282px;
  height: 180px;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
}
.star-info a{
  position: absolute;
  bottom:0;
  right: 0;
  color: #0072FF;
  font: bold 13px Microsoft YaHei;
}
.star-info a span{
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.pagination{
	display: flex !important;
	justify-content: center;
}
