.nav-fix {
    position:fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1024;
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: column;
}
#bestway-nav-top {
  width: 100%;
  position:relative;
  z-index: 1024;
  background-color: #ffffff;
  height:48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
  padding: 20px;
}
#bestway-nav-top > * {
    z-index:1002;
}
#bestway-nav-top.active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
#bestway-nav-top>a {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
}
#bestway-nav-top .logo {
    height:28px;
    border-radius: 0;
}
.content-img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-in {
  padding: 15px 15px 20px 15px;
  background-color: #f8f8f8;
}
.content-title {
  width: 345px;
  font-size: 18px;
   font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}
.content-whether {
  font-size: 13px;
  font-weight: normal;
  /*line-height: 1.54;*/
  color: #7d7d7d;
    /*word-break: break-all;*/
    max-height:40px;
    overflow: hidden;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#insImgs{
    height:100vw;
}
#insImgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.following {
  margin: 10px auto;
}
.vertical>div:nth-child(2) {
  margin-top: 6px;
}
/*img-list样式*/
/*.img-list {
    margin-left: -2%;
    padding-bottom: 15px;
}
.img-item {
    margin: 6px auto 0 2%;
    padding-bottom: 5px;
    display: inline-block;
    width: 48%;
}*/
/*.img-box {
width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.img-box img{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}*/

/*Homepage 样式调整*/
.news-icon{
  width: 45px;
  height: 20px;
  background-color: #000000;
   font-size: 12px;
   font-weight: 600;
   color: #ffffff;
   text-align: center;
    line-height: 20px;
}
.ins-slider-info{
    position:absolute;
    height:100px;    
    bottom:0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    width:100%;
    z-index:2;
}
.ins-slider-info > a {
    background-image:url('../../images/icons/ins_icon.svg');
    display:inline-block;
    height:30px;
    width:30px;
    position:absolute;
    left:15px;
    bottom:15px;
}