.sin_main_lunbo{
  padding:40px 0 10px;
  height:330px;
  background:url(../img/singer/bannerback.jpg) 0 0 no-repeat;
  background-size:100% 100%;
}
.sin_lunbo_dik{
  padding: 0 35px 0px;
}
.sin_lunbo_did{
  width:100%;
  padding: 0 38px;
  display:flex;
  flex-wrap:nowrap;
  align-items: center;
  justify-content: space-between;
}
.sin_lunbo_item{
  flex: 0 0 19%;
  font-size:14px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  line-height:20px;
  cursor:pointer;
  color:#fff;
  text-align:center;
}
.sin_lunbo_item span{
  font-size:70%;
  display:block;
  opacity:0.7;
}
.sin_lunbo_item_img{
  width:100%;
  line-height:0;
  font-size:0;
  position:relative;
  margin-bottom:10px;
}
.sin_lunbo_item_img::after{
  content: '';
  display:block;
  position:absolute;
  left:5px;
  top:5px;
  right:5px;
  bottom:5px;
  border:1px solid #fff;
}
.sin_lunbo_item_img img{
  display:block;
  width:100%;
  transition:all 0.3s ease;
}
.sin_lunbo_item_img:hover img{
  transform:scale(1.1,1.1);
}

/* 内容1 */
.sin_five{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.sin_five_item{
  flex: 0 0 19%;
  width:0;
}
.sin_left_title{
  font-size:15px;
  font-weight:bold;
  color:#333;
  text-align:left;
  line-height:20px;
  white-space: nowrap;
  max-width:180px;
  overflow:hidden;
  text-overflow: ellipsis;
}
.sin_left_time{
  font-size:10px;
  line-height:20px;
  color:#666;
  white-space: Nowrap;
  text-align:left;
}
.sin_left_time span{
  display:inline-block;
  float:right;
}
.sin_center_title{
  font-size:15px;
  font-weight:bold;
  color:#333;
  text-align:center;
  line-height:20px;
  white-space: nowrap;
  max-width:180px;
  overflow:hidden;
  text-overflow: ellipsis;
}

.sin_cont1{
  padding:40px 0;
  background:#fff6f6;
}
.sin_cont1_item{
  display:block;
  width:100%;
  margin-bottom:10px;
  transition:all 0.3s ease;
  cursor:pointer;
}
.sin_cont2_item{
  width:100%;
  position:relative;
  margin-bottom:10px;
  transition:all 0.3s ease;
  cursor:pointer;
}
.sin_cont1_item:hover, .sin_cont2_item:hover{
  transform:scale(1.1,1.1);
}
.sin_cont2_item::after{
  content: "";
  display: block;
  position:absolute;
  left:5px;
  right:5px;
  top:5px;
  bottom:5px;
  border:1px solid #fff;
}
.sin_cont2_item img{
  display:block;
  width:100%;
}

.sin_cont3{
  padding:40px 0;
  background:#feecec;
}
.sin_cont3_content{
  width:100%;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap:15px;
}
.sin_cont3_item{
  width:100%;
  height:80px;
  display:flex;
  align-items:center ;
  cursor:pointer;
}
.sin_cont3_item:hover .sin_cont3_img{
  transform:scale(1.1, 1.1);
}
.sin_cont3_img{
  height:80px;
  height:80px;
  display:block;
  transition: all 0.3s  ease;
  position:relative;
  z-index:5;
}
.sin_cont3_word{
  position:relative;
  height:80px;
  flex: 1 1 80%;
  background:#fff;
  z-index:1;
}
.sin_cont3_word_title{
  width:80%;
  height:60px;
  margin:10px auto;
  line-height:30px;
  font-size:16px;
  font-weight:bold;
  color:#333;
  text-align:left;
}
.sin_cont3_word_title span{
  display:block;
  font-size:70%;
  opacity:0.7;
  line-height:15px;
}

.sin_cont3_word_icon{
  position:absolute;
  height:80%;
  left:0;
  top:0;
  bottom:0;
  margin:auto;
  z-index:0;
}

.sort6_dik{
  height:340px;
  background:#feecec;
  padding:20px 0;
}

@media screen and (max-width:900px) {
  .sin_main_lunbo{
    padding:20px 0;
    height:170px;
  }
  .sin_lunbo_dik{
    padding: 0 26px;
  }
  .sin_lunbo_did{
    padding:0 26px;
  }
  .sin_lunbo_item{
    font-size:10px;
    line-height:14px;
  }
  .sin_five{flex-wrap:wrap;}
  .sin_five_item{
    flex: 0 0 45%;
  }
  .sin_cont3_content{
    grid-template-columns: 1fr;
    grid-template-rows: repeat(1fr, 6);
  }
  .sort6_dik{
    height:auto;
    padding-bottom:25px;
  }
}