/*新闻列表*/
.NewsReport-container .company-container,.NewsReport-container .media-container {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    justify-content: start;
    margin-top: 0.4rem;
}
.NewsReport-container .company-container>a,.NewsReport-container .media-container>a {
    flex-basis: 24%;
    background: #fff;
    margin-bottom: 0.15rem;
    margin-right: 0.15rem;
    position: relative;
}
.NewsReport-container .company-container>a:nth-child(4n), .NewsReport-container .media-container>a:nth-child(4n) {
    margin-right: 0;
}
.news-block img{max-height: 100%;}
.news-block-b {
    padding: 0.28rem 0.28rem 0.8rem;
    box-sizing: border-box;
}
.news-block-t {
height: 2.2rem;
display: flex;
align-items: center;
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
.news-block-l{width: 210px;}
.news-block-l img{max-width:100%;}
.news-block-r{padding-left:250px;}
.news-title h4{
    margin-top:0;margin-bottom: 5px;
    color: #303133;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    line-height: 0.24rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
.news-title h4 a{
    text-decoration: none;
    font-size: 0.2rem;
    color: #303133;
    line-height: 0.29rem;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;		
	-webkit-line-clamp: 2;		
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
/*.news-type{padding:0px 5px;color:#fff;}
.news-red{background-color:#ff8b8b;}
.news-yellow{background-color:#ff9b1a;}
.news-green{background-color:#58c83a;}*/
.news-desc{
    color:#787A80;height:45px;overflow:hidden;font-size: 16px;
    line-height: 0.24rem;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;		
	-webkit-line-clamp: 2;		
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.news-from{
    color: #787A80;
    position: absolute;
    font-size: 0.15rem;
    bottom: 0.36rem;
    width: 100%;
    left: 0.28rem;
    width: calc(100% - 0.56rem);
}
.news-from span {
    float: right;
    color: #A7A8AC;
}
.news-date{color:#787A80;  position: absolute;
  bottom: 15px;
  right: 0;}
#topLoadingBox {
  height: 100px;
  width: 100%;
  position: relative;
}
.tab-content{
  padding: .4rem 0;
}
@media (max-width:800px){
    .news-title h4{height:35px;
        font-size: 12px;}
  .news-title h4 a{font-size:12px;}
        .banner-img h1{font-size:36px;margin-top:84px;}
    .banner-img h3{font-size:20px;}
    .banner-img{height:238px}
    .news-block-l{width: 100px;}
    .news-block-b {
        padding: 14px 14px 50px;
    }
    .news-desc{
        font-size: 12px;
        height: 35px;
    }
    .news-from{
        bottom:14px;
        left: 14px;
        width: calc(100% - 28px);    
    }
    .text-right.news-from span {
        display: inline-block;
        max-width: 53%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .jobs-title ul li{
        padding:0 7px;
    }
    .NewsReport-container .company-container, .NewsReport-container .media-container{
        margin-top: 14px;
    }
}
/* @media (max-width:480px){
    .banner-img h1{font-size:30px;margin-top:40px;}
    .banner-img h3{font-size:18px;}
    .banner-img{height:150px}
    .news-desc{display:none;}
    .news-date{bottom:10px;font-size:12px;}
    .news-block{margin-bottom:10px;padding-bottom:10px;}
    .news-block-l img{width:150px;}
    .news-block-r {
      padding-left: 160px;
    }
    .news-from {
      left: 160px;bottom:10px;
      font-size:12px;
    }
    .news-title h4 {
  font-size: 14px;
}
} */
/* @media (max-width:400px) {
  .news-title h4 a{font-size: 14px;}
  .news-block-l img{width:100px;}
  .news-block-r {
    padding-left: 105px;
  }
  .news-from {
    left: 105px;
  }
} */