.azt-news {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
/* 头部 */
.azt-news .content-header_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* tab */
.azt-news .content-tab_box {
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  display: flex;
  justify-content: center;
}
.azt-news .tab-content {
  width: 1200px;
  display: flex;
}
.azt-news .tab-content_item {
  flex: 1;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 18px;
}
.azt-news .tab-item_active {
  border-bottom: 2px solid #DE0522;
}
/* search */
.azt-news .content-search_box {
  padding: 80px 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.azt-news .text-search {
  width: 486px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #CCCCCC;
  font-size: 18px;
  padding-left: 10px;
}
.azt-news .search-btn {
  display: inline-block;
  width: 104px;
  height: 50px;
  background: #DE0522;
  border-radius: 0px 8px 8px 0px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin-left: -1px;
}
/* 文章 */
.azt-news .content-news_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.azt-news .news-content {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.azt-news .news-item {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  width: 590px;
  box-sizing: border-box;
  margin-bottom: 28px;
  cursor: pointer;
}
.azt-news .news-item_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  flex: 1;
}
.azt-news .news-item_tag {
  width: 60px;
  height: 20px;
  background: rgba(222,5,34,0.1);
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #DE0522;
}
.azt-news .news-item_time {
  color: #666666;
  font-size: 14px;
}
.azt-news .news-item_more {
  color: #666666;
  font-size: 14px;
  cursor: pointer;
}
.azt-news .news-item_more:hover {
  color: #DE0522;
}
.azt-news .tab-content_box {
  display: none;
  width: 100%;
  min-height: 210px;
}
.azt-news .conAvtive {
	display: block;
}

.azt-news .content-pagination_box {
  text-align: center;
}

.azt-news .contnet-empty {
  text-align: center;
  padding: 50px 0;
  color: #CCCCCC;
  font-size: 24px;
  width: inherit;
}
.azt-news .news-image {
  width: 200px;
  height: 134px;
  position: relative;
}

@media (max-width: 768px) {
  .content_box, .content-search_box{
    width: 100%;
  }
  .content_box{
    padding: 0 0.16rem;
  }
  .content_box .content-search_box{
    margin: 0.2rem 0 0.16rem;
    padding: 0;
    height: 0.32rem;
  }
  .content-tab_box .tab-content{
    height: 0.48rem;
    align-items: center;
  }
  .content-tab_box .tab-content .tab-content_item{
    padding: 0;
    font-size: 0.14rem;
    color: #666;
  }
  .content-tab_box .tab-content .tab-item_active span{
    display: inline-block;
    line-height: .22rem;
  }
  .content-tab_box .tab-content .tab-item_active{
    border: none;
  }
  .content-tab_box .tab-content .tab-item_active span{
    color: #DE0522;
    border-bottom: 2px solid #DE0522;
  }
 
  .content-search_box .text-search{
    height: 100%;
    font-size: 0.12rem;
    padding:0 0.16rem;
  }
  .content-search_box .search-btn{
    height: 100%;
    font-size: 0.14rem;
    line-height: 0.32rem;
  } 
  .content-news_box .news-content{
    width: 100%;
  }
  .news-content .news-item{
    flex-direction: column;
    padding: 0;
  }
  .news-content .news-item .news-image{
    width: 3.45rem;
    height: 1.5rem;
  }
  .news-content .news-item .background-image_contain{
    width: 100%;
    height:  100%;
    transform:none;
    position: initial;
    object-fit:cover;
  }
  .news-content .news-item_right{
    padding: 0 0.08rem 0.1rem ;
  }
  .news-content .news-item_right .news-item_tag{
    margin-top: 0.16rem ;
    width: 0.6rem;
    height: 0.22rem;
    line-height: 0.22rem;
    font-size: 0.12rem;
  }
  .news-content .news-item_right .font-18{
    font-size: 0.14rem;
    max-height: 0.56rem;
    color: #333333;
    line-height: 0.28rem;
    margin: 0.1rem 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    width: 100%;
    -webkit-line-clamp: 2;
  }
  .content-pagination_box{
    display: none;
  }
  .azt-news{
    padding-bottom: 0.4rem;
  }
  .news-item_right .flex-sb .news-item_time,.news-item_right .flex-sb .news-item_more{
    font-size: 0.12rem;
  }
}