.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: var(--themeColor);
}

.bossgoo-index-news1 .newsList .newsBox .newsTitle {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  padding: 10px 15px 0;
  text-align: left;
  margin-bottom: 10px;
  height: 64px;
}

.bossgoo-index-news1 .newsList .newsBox .newsContent {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  padding: 0 15px;
  margin-bottom: 10px;
  height: 60px;
}

.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: var(--themeColor)
}

.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: .6rem .2rem;
  }
  .bossgoo-index-news1 .topnewsTitle {
    font-size: 0.72rem;
    line-height: 0.72rem;
    margin-bottom: 0.4rem;
  }
  .bossgoo-index-news1 .newsList .newsBox:hover {
    box-shadow: 0.08rem 0 0.2rem rgba(0, 0, 0, .2);
  }
  .bossgoo-index-news1 .newsList .newsBox {
    width: 49%;
    border-radius: 0.2rem;
    margin-bottom: 0.4rem;
    margin-right: 2%;
  }
  .bossgoo-index-news1 .newsList .newsBox:nth-child(2n){
    margin-right: 0;
  }
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.36rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle {
    font-size: 0.36rem;
    line-height: 0.4rem;
    padding: 0.2rem 0.3rem 0;
    margin-bottom: 0.2rem;
    height: 50px;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsContent {
    font-size: 0.32rem;
    line-height: 0.4rem;
    padding: 0 0.3rem;
    margin-bottom: 0.2rem;
    height: auto;
  }
  .bossgoo-index-news1 .newsList .newsBox .link {
    height: 1rem;
    line-height: 1rem;
    border-top: 0.02rem #c3bebe solid;
  }
  .bossgoo-index-news1 .newsList .newsBox .link a {
    font-size: 0.32rem;
  }
}
@media only screen and (max-width:767px) {
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    font-size: 0.14rem;
  }
  .bossgoo-index-news1 .topnewsTitle {
    font-size: 0.40rem;
    line-height: 0.72rem;
    margin-bottom: 0.4rem;
  }
  .bossgoo-index-news1 .newsList .newsBox:hover {
    box-shadow: 0.04rem 0 0.1rem 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: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle {
    font-size: 0.3rem;
    line-height: 0.32rem;
    padding: 0.2rem 0.2rem 0;
    margin-bottom: 0.2rem;
    height: 42px;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle a{
    font-size: 0.3rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsContent {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0 0.3rem;
    margin-bottom: 0.25rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .link {
    height: 0.6rem;
    line-height: 0.6rem;
    border-top: 0.01rem #c3bebe solid;
  }
  .bossgoo-index-news1 .newsList .newsBox .link a {
    font-size: 0.28rem;
  }
}
@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: .6rem;
    line-height: .6rem;
    width: 50%;
  }
  /* .bossgoo-index-news1 .newsList .newsBox .newsTitle a{
    font-size: .32rem;
  } */
  .bossgoo-index-news1 .newsList .newsBox .link{
    height: .8rem;
    line-height: .8rem;
  }
  /* .bossgoo-index-news1 .newsList .newsBox .link a{
    font-size: .28rem;
  } */
}
.bossgoo-index-news1-menu{
  padding-top: 30px;
}
.bossgoo-index-news1-menu .wrap{
  padding: 10px;
  background: #f8f8f8;
  overflow-x: auto;
  overflow-y: hidden;
}
.bossgoo-index-news1-menu ul{
  display: flex;
  flex-wrap: nowrap;
}
.bossgoo-index-news1-menu li{
  margin-right: 20px;
}
.bossgoo-index-news1-menu li a{
  display: block;
  white-space: nowrap;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}
.bossgoo-index-news1-menu li.active a{
  background-color: #fff;
  border-radius: 5px;
  color: var(--themeColor);
}
@media only screen and (max-width:1040px) {
  .bossgoo-index-news1-menu{
      padding-top: .3rem;
  }
  .bossgoo-index-news1-menu .wrap{
      padding: .2rem;
  }
  .bossgoo-index-news1-menu .wrap::-webkit-scrollbar{
      display: none;
  }
  .bossgoo-index-news1-menu li{
      margin-right: .3rem;
  }
  .bossgoo-index-news1-menu li a{
      line-height: .8rem;
      padding: 0 .3rem;
      cursor: pointer;
  }
  .bossgoo-index-news1-menu li.active a{
      border-radius: .05rem;
  }
}


.bossgoo-index-news1 .related_info ul{
  width: 100%;
  display:flex;
  flex-wrap: wrap;
}
.bossgoo-index-news1 .related_info ul li {
  border-bottom: dashed 1px #E5E5E5;
  margin-bottom: 15px;
  width: 49%;
  margin-right: 2%;
  padding-bottom: 10px;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}
.bossgoo-index-news1 .related_info ul li:nth-child(2n){
  margin-right:0;
}
.bossgoo-index-news1 .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;
}
.bossgoo-index-news1 .imgBoxImg a img{
  object-fit: cover;
  width:100%;
  height:100%;
}
.bossgoo-index-news1 .vt_related_left{
  width: 45%;
}
.bossgoo-index-news1 .vt_related_right{
  width: 55%;
  padding-left: 15px;
  box-sizing: border-box;
}
.bossgoo-index-news1 .vt_related_left_imgBox{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.bossgoo-index-news1 .vt_related_left_img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.bossgoo-index-news1 .vt_related_left_img img{
  object-fit: cover;
  width:100% !important;
  height:100% !important;
}
.bossgoo-index-news1 .vt_related_left_date{
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: 0;
  padding: 5px 12px;
  background-color: var(--themeColor);
  color: #fff;
}
.bossgoo-index-news1 .vt_related_right_more,.vt_related_right_more:hover{
  margin-top:10px;
  color: var(--themeColor);
}
.bossgoo-index-news1 .vt_related_title{
  cursor:pointer;
  line-height:26px;
  font-weight:bold;
  margin-bottom: 15px;
}
.bossgoo-index-news1 .vt_related_title a{
  font-size:26px;
  color:#262626;
}
@media only screen and (max-width: 1040px){
  .bossgoo-index-news1 .related_info ul li{
      width: 100%;
      margin-right:0;
  }
}
@media only screen and (max-width: 767px){
  .bossgoo-index-news1 .vt_related_title a{
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px){
  .bossgoo-index-news1 .vt_related_left,
  .bossgoo-index-news1 .vt_related_right{
    width: 50%;
  }
  .bossgoo-index-news1 .vt_related_right .r_text{
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .bossgoo-index-news1 .vt_related_title a{
    font-size: 20px;
  }
}