.company-content{
    padding-bottom:40px;
}
.content-news-row{
    position:relative;
    width:1200px;
    font-size:16px;
    display: grid;
    grid-template-columns: repeat(4,285px);
    /*grid-template-rows: repeat(4,100%);*/
    /* grid-column-gap: 20px; */
    column-gap:20px;

    display:-o-grid;
    -o-grid-columns:285px 285px 285px 285px;
    -o-grid-rows: 100% 100% 100% 100%;
    -o-column-gap: 20px;


    display:-moz-grid;
    -moz-grid-columns:285px 285px 285px 285px;
    -moz-grid-rows:  100% 100% 100% 100%;
    -moz-column-gap: 20px;

    display:  -webkit-grid;
    -webkit-grid-columns: 285px 285px 285px 285px;
    -webkit-grid-rows:100% 100% 100% 100%;
    -webkit-column-gap: 20px;

    display: -ms-grid;
    -ms-grid-columns: 285px 285px 285px 285px;
    -ms-grid-rows: 100% 100% 100% 100%;
    -ms-column-gap: 20px;
}
.content-news-row  .content-news-row-item:nth-child(1){
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -o-grid-column: 1;
    -o-grid-row: 1;
    -moz-grid-column: 1;
    -moz-grid-row: 1;
    -webkit-grid-column: 1;
    -webkit-grid-row: 1;
	margin-bottom:50px;
}
.content-news-row  .content-news-row-item:nth-child(2){
    -ms-grid-column: 2;
    -ms-grid-row: 1;

    -o-grid-column: 2;
    -o-grid-row: 1;
    -moz-grid-column: 2;
    -moz-grid-row: 1;
    -webkit-grid-column: 2;
    -webkit-grid-row: 1;
    margin-left:0px;
	margin-bottom:50px;
  }
  .content-news-row  .content-news-row-item:nth-child(3){
    -ms-grid-column: 3;
    -ms-grid-row: 1;

    -o-grid-column: 3;
    -o-grid-row: 1;
    -moz-grid-column: 3;
    -moz-grid-row: 1;
    -webkit-grid-column: 3;
    -webkit-grid-row: 1;
    margin-left:0px;
	margin-bottom:50px;
  }
  .content-news-row  .content-news-row-item:nth-child(4){
    -ms-grid-column: 4;
    -ms-grid-row: 1;

    -o-grid-column: 4;
    -o-grid-row: 1;
    -moz-grid-column: 4;
    -moz-grid-row: 1;
    -webkit-grid-column: 4;
    -webkit-grid-row: 1;
    margin-left:0px;
	margin-bottom:50px;
  }
.content-news-row +.content-news-row{
    margin-top: 20px;
}
.content-news-row .content-news-row-item:hover{
    box-shadow:0px 0px 8px  #ccc;
}
.content-news-row .content-news-row-item{
    position: relative;
    width:285px;
    height:440px;
    box-sizing: border-box;
    padding:20px 20px 0px;
    background: #fff;
    box-shadow: 2px 3px 2px 0px #f5f5f5;
    min-width:260px;
    overflow: hidden;
	margin-bottom:50px;
	border-radius: 4px;
}
.content-news-row .news-row-itemImg,
.content-news-row .news-row-itemImg img{
    height:164px; 
    width:245px; 
	border-radius: 5px;
}
/* .content-news-row-item strong,
.content-news-row-item p{
    兼容性差
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-wrap: break-word;
    margin:27px 0px;
} */
.content-news-row-item strong,
.content-news-row-item p{
    position:relative;
    overflow: hidden;
    display: block;
    margin:16px 0px;
}
.content-news-row-item p{
    height: 72px;
}
.content-news-row-item strong{
   /* height:26px;
    */
}
.content-news-row-item strong::after{
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
}
.content-news-row-item p::after{
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding:0px 2px;
    width:max-content;
}

.content-news-row-item strong{
    font-size:19px;
    color:#000000
}
.content-news-row-item p{
    line-height: 24px;
    font-size:14px;
    color:#666666;
    -webkit-line-clamp: 3;
    margin:0px;
}
.content-news-row-item .newTagBox{
    position: absolute;
    bottom:20px;
    right:20px;
    left:20px;
    font-size:14px;
}
.customerMore{
    color:#e60023;
}
.newsMore{
    position: absolute;
    right:0px;
    top:-2px;
    font-size:14px;
    font-weight: 800;
}
.newsMore a{
    color:#e60023;
}
.tagItem{
    padding: 4px 6px;
    background: #f0f0f0;
	border-radius: 4px;
    color:#333;
    font-size:13px;   
}

.newstimes{
margin-left:15px;
font-size:14px;
color:#666666;
}

@media screen and (max-width: 1216px){
    .content-news-row{
        width:100%;
        grid-column-gap: 10px;
    }
    .content-news-row .content-news-row-item{
        padding:20px 10px 0px;
    }
    .content-news-row .news-row-itemImg,
    .content-news-row .news-row-itemImg img{
        width:100%;
    }
    .content-news-row  .content-news-row-item:nth-child(2){
        margin-left:10px;
      }
      .content-news-row  .content-news-row-item:nth-child(3){
        margin-left:20px;
      }
      .content-news-row  .content-news-row-item:nth-child(4){
        margin-left:30px;
      }
}
@media screen and (max-width: 1089px) {
    .company-header{
        width:655px;
        margin: 60px auto 0px;
    }
    .content-news-row{
        /* width:max-content; */
        width:590px;
        margin:0px auto;
        grid-template-columns: repeat(2,285px);
        grid-template-rows: repeat(2,396px);
        grid-row-gap: 20px;
        grid-column-gap: 0px;

        -o-grid-columns:285px 285px;
        -o-grid-rows:396px 396px;

        -moz-grid-columns:285px 285px;
        -moz-grid-rows:396px 396px;

        -webkit-grid-columns:285px 285px;
        -webkit-grid-rows:396px 396px;

        -ms-grid-columns:285px 285px;
        -ms-grid-rows:396px 396px;
    }
    .content-news-row  .content-news-row-item:nth-child(1){
        margin:0px;
    }
    .content-news-row  .content-news-row-item:nth-child(2){
        margin-left:20px;
    }
      .content-news-row  .content-news-row-item:nth-child(3){
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    
        -o-grid-column: 1;
        -o-grid-row: 2;
        -moz-grid-column: 1;
        -moz-grid-row: 2;
        -webkit-grid-column: 1;
        -webkit-grid-row: 2;
        margin:0px;
      }
      .content-news-row  .content-news-row-item:nth-child(4){
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    
        -o-grid-column: 2;
        -o-grid-row: 2;
        -moz-grid-column: 2;
        -moz-grid-row: 2;
        -webkit-grid-column: 2;
        -webkit-grid-row: 2;
        margin-left:20px;
      }
}
@media screen and (max-width: 660px) {
    .content-news-row  .content-news-row-item:nth-child(2),
    .content-news-row  .content-news-row-item:nth-child(3),
    .content-news-row  .content-news-row-item:nth-child(4){
        margin-left:0px;
    }
    .company-header{
        width:355px;
    }
    .content-news-row{
        width:90%;
        grid-template-columns: repeat(1,285px);
        grid-template-rows: repeat(4,396px);
        grid-column-gap: 0px;
        grid-row-gap: 20px;

        -o-grid-columns:285px;
        -o-grid-rows:396px 396px 396px 396px;

        -moz-grid-columns:285px;
        -moz-grid-rows:396px 396px 396px 396px;

        -webkit-grid-columns:285px;
        -webkit-grid-rows:396px 396px 396px 396px;

        -ms-grid-columns:285px;
        -ms-grid-rows:396px 396px 396px 396px;
    }
    .content-news-row:last-of-type{
        display: block;   
    }
    .content-news-row:last-of-type .content-news-row-item+.content-news-row-item{
        margin-top: 20px;
    }
    .content-news-row  .content-news-row-item:nth-child(2){
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -o-grid-column: 1;
        -o-grid-row: 2;
        -moz-grid-column: 1;
        -moz-grid-row: 2;
        -webkit-grid-column: 1;
        -webkit-grid-row: 2;
      }
      .content-news-row  .content-news-row-item:nth-child(3){
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    
        -o-grid-column: 1;
        -o-grid-row: 3;
        -moz-grid-column: 1;
        -moz-grid-row: 3;
        -webkit-grid-column: 1;
        -webkit-grid-row: 3;
      }
      .content-news-row  .content-news-row-item:nth-child(4){
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    
        -o-grid-column: 1;
        -o-grid-row: 4;
        -moz-grid-column: 1;
        -moz-grid-row: 4;
        -webkit-grid-column: 1;
        -webkit-grid-row: 4;
      }
	.content-news-row .content-news-row-item {
    position: relative;
    width: 100%;
    height: 396px;
    box-sizing: border-box;
    padding: 20px 20px 0px;
    background: #fff;
    box-shadow: 2px 3px 2px 0px #f5f5f5;
    min-width: 340px;
    overflow: hidden;
    border-radius: 4px;
}
.pagination {
    margin: 20px 0px 2px;
    display: flex;
    justify-content: center;
}
}

