.news-container{
  width: 1232px;
  margin: 0 auto 85px auto;
}
.news-container .left{
  width: 800px;
}
.news-container .crumb{
  margin-bottom: 0;
}
.news-container .left .newsTypeList {
  padding-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
  position: sticky;
  top: 80px;
  background: #fff;
  padding-top: 20px
}
.news-container .left .newsTypeList::-webkit-scrollbar-thumb {
  background-color: #efefef;
  border-radius: 20px;
}
.news-container .left .newsTypeList::-webkit-scrollbar {
  height: 8px; /* 修改宽度 */
}
.news-container .left .newsTypeList li{
  line-height: 36px;
  padding: 0 20px;
  color: #4b4b4b;
  font-family: "Microsoft Sans Serif";
  font-size: 14px;
  cursor: pointer;
}
.news-container .left .newsTypeList li.active{
  border-radius: 8px;
  background: #42C27E;
  color: #ffffff;
}
.news-container .left .newsList{
  padding-top: 20px;
}
.news-container .left .newsList .newsList-item{
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
}
.news-container .left .newsList .newsList-item:last-child{
  border-bottom: none;
}
.news-container .left .newsList .newsList-item .newsImg{
  width: 280px;
  height: 187px;
  margin-right: 10px;
  flex: none;
}
.news-container .left .newsList .newsList-item .newsImg a{
  display: block;
  height: 100%;
}
.news-container .left .newsList .newsList-item .newsImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.news-container .left .newsList .newsList-item .newsTitle{
  color: #4b4b4b;
  font-size: 20px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 56px;
  font-weight: bold;
}
.news-container .left .newsList .newsList-item .newsContent{
  font-family: "Microsoft Sans Serif";
  color: #9a9a9a;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
  height: 72px;
  font-size: 16px;
  word-break: break-all;
}
.news-container .left .newsList .newsList-item .newsTagList li:first-child{
  margin-right: 0;
  border: 0;
  padding: 0;
}
.news-container .right{
  width: 372px;
  margin-left: 40px;
  padding-top: 20px;
}
.news-container .right .pointsTable{
  width: 372px;
  margin-left: 0;
}
.news-container .left .newsList .newsList-item .newsTypeName{
  display: flex;
  font-size: 14px;
  line-height: 22px;
  color: #42C27E;
}
/* 热门图集 */
.news-container .right .hotAtlasBox{
  padding: 20px 14px 6px 16px;
  border: 1px solid #DDD;
  margin-bottom: 20px;
}
.news-container .right .hotAtlasBox .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #4b4b4b;
  font-family: Tahoma;
}
.news-container .right .hotAtlasBox .more {
  text-align: right;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.news-container .right .hotAtlasBox .hotAtlasList li{
  margin-bottom: 10px;
  margin-right: 10px;
  width: 165px;
}
.news-container .right .hotAtlasBox .hotAtlasList li:nth-child(2n){
  margin-right: 0;
}
.news-container .right .hotAtlasBox .hotAtlasList li .hotAtlasImg{
  width: 165px;
  height: 121px;
  font-size: 0;
  cursor: pointer;
}
.news-container .right .hotAtlasBox .hotAtlasList li .hotAtlasImg img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.news-container .right .hotAtlasBox .hotAtlasList li .hotAtlasTitle{
  margin-top: 4px;
  font-family: "Microsoft Sans Serif";
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  color: #4b4b4b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.newsTypeTitle{
  font-size: 18px;
  font-weight: bold;
  color: #4b4b4b;
  padding: 20px 0 0;
}

.tagsTop{
  display: flex;
  margin-top: 20px;
  padding: 10px 0;
}
.tagsTitle{
  color: #4B4B4B;
  font-size: 16px;
}
.tagsTitle span{
  font-size: 16px;
  font-weight: bold;
  color: #42C27E;
}
.tagsTab{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  height: 22px;
  border: 1px solid #42C27E;
  border-radius: 4px;
}
.tagsTab span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 12px;
  font-size: 14px;
  color: #42C27E;
  cursor: pointer;
}
.tagsTab span.active{
  color: #FFF;
  background-color: #42C27E;
  cursor: default;
}

.home_btn{
  background-color: #42C27E;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  display: inline-block;
  margin: 0 auto;
}

.hotTagsBox{
  padding: 20px 16px 10px;
  border: 1px solid #DDD;
  margin-bottom: 20px;
}
.hotTagsBox .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #4b4b4b;
  font-family: Tahoma;
}
.hotTags{
  display: flex;
}
.hotTags li{
  padding: 4px 8px;
  border: 1px solid #DDDDDD;
  margin: 0 6px 6px 0;
}
.hotTags li a{
  color: #9A9A9A;
  font-size: 12px;
}
.hotTagsBox_m{display: none;}

.hotNewsBox{
  padding: 0 10px;
  margin-bottom: 20px;
}
.hotNewsTab{
  font-size: 14px;
  font-family: "Microsoft Sans Serif";
  color: #4b4b4b;
  border-bottom: 1px solid #F0F0F0;
  overflow-x: auto;
}
.hotNewsTab li{
  margin: 0 6px;
  line-height: 47px;
  cursor: pointer;
  white-space: nowrap;
}
.hotNewsTab li.active{
  position: relative;
  color: #42c27e;
  border-bottom: 3px solid #42c27e;
}
.hotNewsList{
  display: flex;
  flex-direction: column;
}
.hotNewsList li{
  padding: 10px 0;
}
.hotNewsItem{
  display: flex;
  align-items: center;
}
.hotNewsItem i{
  flex:none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 17px;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #9A9A9A;
}
.hotNewsItem i.num{
  color: #fff;
  background-color: #FF8541;
}
.hotNewsItem h4{}
.hotNewsItem h4 a{
  color: #4b4b4b;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hotNewsItem h4 a:hover{
  text-decoration: underline;
}
.hotNewsCon{
  display: flex;
  margin-top: 8px;
  padding-left: 28px;
}
.hotNewsCon span{
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 80px;
  border-radius: 8px;
  margin-right: 10px;
  overflow: hidden;
}
.hotNewsCon span img{
  width: 100%;
  height: auto;
}
.hotNewsCon p{
  color: #9A9A9A;
  font-size: 14px;
  height: 72px;
  line-height: 170%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* @media screen and (max-width: 800px) {
  .news-container{
    width: 100%;
  }
  .news-container .left{
    width: 100%;
  }
  .news-container .right{
    display: none;
  }
} */

.news-container .newsRankBox{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-container{
    width: 100%;
    background: #F8F8F8;
    margin: 0 auto;
  }
  .news-container .crumb{
    display: none;
  }
  .news-container .left .newsTypeList {
    display: flex;
    margin-bottom: 0;
    background: #fff;
    padding: .12rem 0 .12rem .08rem;
    top: .84rem;
  }
  .news-container .left .newsTypeList::-webkit-scrollbar {
    width: 0rem; display: none!important;
  }
  .news-container .left .newsTypeList li{
    line-height: .24rem;
    padding: 0 .08rem;
    color: #4b4b4b;
    font-family: "Microsoft Sans Serif";
    font-size: .14rem;
    cursor: pointer;
    margin-right: .08rem;
  }
  .news-container .left .newsTypeList li.active{
    border-radius: .04rem;
    background: #42C27E;
    color: #ffffff;
  }
  .news-container .left{
    width: 100%;
  }

  .news-container .left .newsList{
    margin: 0 .08rem;
    padding-top: 0.1rem;
  }
  .news-container .left .newsList .newsList-item{
    background: #fff;
    border-radius: .08rem;
    padding: .08rem;
    border-bottom: none;
    margin-bottom: .08rem;
  }
  .news-container .left .newsList .newsList-item .newsImg{
    width: 1.18rem;
    height: .79rem;
    margin-right: .1rem;

  }
  .news-container .left .newsList .newsList-item .newsImg img{
    border-radius: .08rem;
  }
  .news-container .left .newsList .newsList-item .newsTitle{
    color: #4b4b4b;
    font-size: .16rem;
    line-height: .18rem;
    height: .36rem;
    margin-bottom: .06rem;
    order: 1;
  }
  .news-container .left .newsList .newsList-item .newsContent{
    display: none;
  }
  .news-container .left .newsList .newsList-item .newsTagList{
    /* display: none; */
    width: 1.5rem;
    height: 0.16rem;
    overflow: hidden;
  }
  .news-container .left .newsList .newsList-item .newsTagList li{
    margin:0 0.04rem 0.04rem 0;
    height: 0.12rem;
  }
  .news-container .left .newsList .newsList-item .newsTagList li:first-child{
    margin-right: 0;
    border: 0;
    padding: 0;
    height: .2rem;
  }
  .news-container .right{
    display: none;
  }

  .newsTypeTitle{
    font-size: .18rem;
    padding: .1rem 0 0;
    margin: 0 0.08rem;
  }
  .news-container .left .newsList .newsList-item .newsTypeName{
    font-size: .12rem;
    line-height: .18rem;
  }

  .tagsTop{
    display: flex;
    flex-direction: column;
    margin-top: .1rem;
    padding: 0 .16rem;
  }
  .tagsTitle{
    font-size: .14rem;
  }
  .tagsTitle span{
    font-size: .14rem;
  }
  .tagsTab{
    margin-top: .1rem;
    margin-left: 0;
    height: .22rem;
    border-radius: .04rem;
  }
  .tagsTab span{
    flex: 1;
    height: 100%;
    padding: 0;
    font-size: .14rem;
  }

  .home_btn{
    padding: .08rem .24rem;
    border-radius: .04rem;
    font-size: .14rem;
    display: inline-block;
    margin: .08rem auto .16rem;
  }

  .hotTagsBox{
    padding: .2rem .16rem .1rem;
    margin: 0.08rem;
    border: 0.01rem solid #F0F0F0;
    background-color: #fff;
  }
  .hotTagsBox .title{
    font-size: .18rem;
    margin-bottom: .2rem;
  }
  .hotTags li{
    padding: .04rem .08rem;
    margin: 0 .06rem .06rem 0;
  }
  .hotTags li a{
    font-size: .12rem;
  }
  .hotTagsBox_m_show{
    display: block;
  }

  .news-container .newsRankBox{
    background: #fff;
  }
  .news-container .newsRankBox .newsList .newsList-item{
    border-bottom: 0.01rem solid #F0F0F0;
    border-radius: 0;
    padding-bottom: 0.16rem;
  }
}