.home-nav {
  height: 75px;
  line-height: 75px;
  width: 100%;
  background-color: #fff;
  border: 1px #EBEEF5 solid;
  
}
 .tabs {
  width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tabs .logo {
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-top: 18px;
}
.tabs-list{
  font-size:16px;
}
.tabs-list a {
  text-decoration: none;
  color: #303133;
  margin-left: 30px;
}
.active{
     position: relative;

}
.active::after{
    position: absolute;
     background-color:#0072E4;
    content: '';
    width:100%;
    height:3px;
    left:0;
    bottom:-25px;
}

   .nav {
      height: 30px;
      padding: 20px 0;
     width: 1050px;
    margin: 0 auto;
    }

.news-bg{
 width: 100%;
  height: 998px;
}
.news-detail-content{
  width: 100%;
}
.content{
    display: flex;
  width: 1055px;
  margin: 0 auto;
  padding: 38px 0 78px;
}
.content .left{
   flex:7;
}
.content .news-search{
  width: 315px;
  margin-left: 40px;
  height: 540px;
  border: 1px solid #E4E8EB;
}

.content .left .news-title{
  font-weight: 500;
    font-size: 28px;
    color: #09172F;
    margin-bottom: 10px;
}
.news-date{
    height: 22px;
    font-weight: 400;
    font-size: 12px;
    color: #6A7484;
    margin-top: 6px;
}
.news-date span{
     margin: 0 10px;
}
.news-column{
    color:#373737;
  font-size:15px;
}
.news-content{
margin-top: 30px;
}
.news-content p{
margin: 10px 0;
}
.news-search .news-title{
   font-weight: Bold;
    font-size: 18px;
    color: #09172F;
    margin: 24px 31px;
}
.news-search{
  background-color: #fff;

}

.news-search .news-right-list{
  color: #09172F;
    border-bottom: 1px solid #E4E8EB;
  font-size:14px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  padding: 0 20px;
  padding-left: 40px;
  position: relative;
  height: 46px;
    line-height: 46px;
    display: -webkit-box;
}
.news-search .news-right-list a:hover {
       color:#0072E4;
}  


.news-search .news-right-list:nth-last-child(1){
   border-bottom: none;
}
.news-right-list span{
 color:#9BA6BA;
  margin-right: 5px;
  position: absolute;
  left: 15px;
  font-size:16px;
}
