.guji-list {
  margin-top: 24px;
  padding: 24px;
  background-color: #fff;
	min-height: 748px;
}
.guji-list .each-item {
  font-size: 15px;
  margin-bottom: 18px;
}
.guji-list .each-item:last-child {
  margin-bottom: 0;
}
.guji-list .each-item .title {
  font-weight: bold;
  margin-bottom: 28px;
}
.guji-list .each-item .item-list {
  color: #42696c;
  display: flex;
  flex-wrap: wrap;
}
.guji-list .each-item .item-list div {
  width:33.3333%;
  margin-bottom: 25px;
}
.guji-list .each-item .item-list div:hover {
  text-decoration: underline;
  cursor: pointer;
}
.body-wrapper .song-content {
  width: 1000px;
}
.body-wrapper .song-content .song-pagination {
  border-top: 1px solid #eaeaea;
  padding: 25px 20px 0 20px;
  display: flex;
  justify-content: space-around;
  color: #42696c;
}
.body-wrapper .song-content .song-pagination div:hover {
  cursor: pointer;
  text-decoration: underline;
}
.body-wrapper .song-fanyi {
 display: none;
  width: 668px;
 margin-left:20px;
}
/*优化*/
.song-text{
	font-size: 16px;
	margin-bottom: 10px;
	line-height:35px;
}