﻿.bossgoo-breadbrumb1{
  background: #f8f8f8;
padding: 20px 0;
}
.w_1360 {
width: 100%;
box-sizing: border-box;
padding: 0 0.75rem;
}
.related_info ul li {
border-bottom: dashed 1px #E5E5E5;
margin-bottom: 15px;
width: 45%;
float: left;
margin-right: 5%;
padding-bottom: 10px;
}
.related_info ul li .title {
display: block;
height: 30px;
line-height: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
color: #333;
}
.imgBoxImg a img{
  object-fit: cover;
  width:100%;
  height:100%;
}
 .wrap {
  max-width: 1440px;
  min-width: 320px;
  margin: 0 auto;
}
.bossgoo-index-news1 {
  /* margin: 60px auto; */
  padding: 60px 0;
}

.bossgoo-index-news1 .newsList {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.bossgoo-index-news1 .topnewsTitle {
  text-align: center;
  font-weight: 800;
  color: black;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.bossgoo-index-news1 .newsList .newsBox:hover {
  box-shadow: 4px 0 10px rgba(0, 0, 0, .2);
}

.bossgoo-index-news1 .newsList .newsBox {
  width: 23.5%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  margin-right: 2%;
}
.bossgoo-index-news1 .newsList .newsBox:nth-child(4n){
  margin-right: 0;
}

.bossgoo-index-news1 .newsList .newsBox .imgBox {
  width: 100%;
  position: relative;

  height: 0;
  padding-bottom: 87%;
}

.imgBoxImg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  
}
.imgBoxImg a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgBoxImg a img{
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.bossgoo-index-news1 .newsList .newsBox .imgBox .time {
  width: 60%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  left: 0;
  bottom: 0;
  background-color: rgb(23, 197, 212);
}

.bossgoo-index-news1 .newsList .newsBox .newsTitle {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  padding: 10px 15px 0;
  text-align: left;
  margin-bottom: 10px;
}

.bossgoo-index-news1 .newsList .newsBox .newsContent {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  padding: 0 15px;
  margin-bottom: 10px;
}

.bossgoo-index-news1 .newsList .newsBox .link {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px #c3bebe solid;
}

.bossgoo-index-news1 .newsList .newsBox .link:hover a {
  color: rgb(23, 197, 212)
}

.bossgoo-index-news1 .newsList .newsBox .link a {
  font-size: 16px;
  color: #666;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.bossgoo-index-news1 .wrap .page-box{
  margin-top: 20px;
}

@media only screen and (max-width:1440px) {
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    font-size: 14px;
  }
}
@media only screen and (max-width:1040px) {
  .bossgoo-index-news1 {
    padding: 30px 10px;
  }
  .bossgoo-index-news1 .topnewsTitle {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .bossgoo-index-news1 .newsList .newsBox:hover {
    box-shadow: 4px 0 10px rgba(0, 0, 0, .2);
  }
  .bossgoo-index-news1 .newsList .newsBox {
    width: 49%;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 2%;
  }
  .bossgoo-index-news1 .newsList .newsBox:nth-child(2n){
    margin-right: 0;
  }
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 15px 0;
    margin-bottom: 10px;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsContent {
    font-size: 16px;
    line-height: 20px;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .bossgoo-index-news1 .newsList .newsBox .link {
    height: 50px;
    line-height: 50px;
    border-top: 1px #c3bebe solid;
  }
  .bossgoo-index-news1 .newsList .newsBox .link a {
    font-size: 16px;
  }
}
@media only screen and (max-width:767px) {
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    font-size: 7px;
  }
  .bossgoo-index-news1 .topnewsTitle {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .bossgoo-index-news1 .newsList .newsBox:hover {
    box-shadow: 2px 0 5px rgba(0, 0, 0, .2);
  }
  /* .bossgoo-index-news1 .newsList .newsBox {
    width: 49.5%;
    border-radius: 0.08rem;
    margin-bottom: 0.36rem;
  } */
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    width: 60%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle {
    font-size: 15px;
    line-height: 16px;
    padding: 10px 10px 0;
    margin-bottom: 10px;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle a{
    font-size: 15px;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsContent {
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
    margin-bottom: 12.5px;
  }
  .bossgoo-index-news1 .newsList .newsBox .link {
    height: 30px;
    line-height: 30px;
    border-top: 1px #c3bebe solid;
  }
  .bossgoo-index-news1 .newsList .newsBox .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width:480px) {
  .bossgoo-index-news1 .newsList .newsBox{
    width: 100%;
    margin-right: 0;
  }
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time{
    /* font-size: .32rem; */
    height: 30px;
    line-height: 30px;
    width: 50%;
  }
  /* .bossgoo-index-news1 .newsList .newsBox .newsTitle a{
    font-size: .32rem;
  } */
  .bossgoo-index-news1 .newsList .newsBox .link{
    height: 40px;
    line-height: 40px;
  }
  /* .bossgoo-index-news1 .newsList .newsBox .link a{
    font-size: .28rem;
  } */
}

.text-hidden3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-hidden1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}