.company-news-list {
    text-align: center;
    margin-top: 112px;
}
.company-news-list .company-news-list-header {
    background: -webkit-gradient(linear, left top, right bottom, from(#5385E5), to(#55B2F5));
    background: -o-linear-gradient(333.74deg, #5385E5 0.41%, #55B2F5 99.37%);
    background: linear-gradient(116.26deg, #5385E5 0.41%, #55B2F5 99.37%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 338px;
    padding-top: 40px;
    text-align: left;
    position: relative;
}
.company-news-list .company-news-list-header .site-container {
    position: relative;
    /*overflow: hidden;*/
}
.company-news-list .company-news-list-header .top-line {
    background: #FFC700;
    border-radius: 12px;
    width: 46px;
    height: 6px;
}
.company-news-list .company-news-list-header .title {
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 36px;
    line-height: 86px;
    color: #FFFFFF;
}
.company-news-list .company-news-list-header .sub-title {
    font-size: 75%;
}
.company-news-list .company-news-list-header .content {
    font-family: PingFang SC;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    padding-top: 28px;
}
.company-news-list .company-news-list-header .company-news-list-header-inner {
  position: relative;
}
.company-news-list .company-news-list-header .customer-case-bg {
  position: absolute;
  bottom: -80px;
  right: -16px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.company-news-list .decoration-1 {
    content: '';
    position: absolute;
    background: -o-linear-gradient(
275.35deg
, #67A8F7 13.94%, rgba(103, 168, 247, 0) 52.77%);
    background: linear-gradient(
174.65deg
, #67A8F7 13.94%, rgba(103, 168, 247, 0) 52.77%);
    opacity: 0.5;
    -webkit-transform: rotate( 
44.65deg
 );
        -ms-transform: rotate( 
44.65deg
 );
            transform: rotate( 
44.65deg
 );
    width: 230px;
    height: 230px;
    border-radius: 50%;
    left: 0;
    bottom: -132px;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}
.company-news-list .decoration-2 {
    content: '';
    position: absolute;
    background: -o-linear-gradient(
302.35deg
, #FFF -5.06%, rgba(103, 168, 247, 0) 71%);
    background: linear-gradient(
147.65deg
, #FFF -5.06%, rgba(103, 168, 247, 0) 71%);
    opacity: 0.5;
    -webkit-transform: rotate( 
44.65deg
 );
        -ms-transform: rotate( 
44.65deg
 );
            transform: rotate( 
44.65deg
 );
    width: 300px;
    height: 300px;
    border-radius: 50%;
    right: 214px;
    top: 0px;
}
.company-news-list .company-news-list-content {
    background: #F1F4FA;
    padding: 62px 0;
    font-size: 16px;
}
.company-news-list .company-news-list-content .customer-case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/*    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.company-news-list .company-news-list-content .customer-case {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #DEDEDE;
    border-radius: 8px;
    width: 340px;
    height: 420px;
    margin: 18px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.company-news-list .company-news-list-content a:not(:nth-child(3n)) .customer-case {
    margin-right: 40px;
}
.company-news-list .company-news-list-content .customer-case:hover .customer-case-landsacpe {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.company-news-list .company-news-list-content .customer-case .customer-case-img-box {
    position: relative;
}
.company-news-list .company-news-list-content .customer-case .customer-case-landsacpe {
    display: inline-block;
    width: 340px;
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.company-news-list .company-news-list-content .customer-case .customer-case-landsacpe img {
    width: 340px;
    height: 190px;
}
.company-news-list .company-news-list-content .customer-case .customer-case-logo {
    position: absolute;
    width: 90px;
    height: 90px;
    box-shadow: 0px 0px 6px #DEDEDE;
    border: 1px solid #eee;
    border-radius: 50%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);    
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    box-sizing: border-box;
}
.company-news-list .company-news-list-content .customer-case-content {
    /*margin-top: 72px;*/
    padding: 30px 20px;
}
.company-news-list .company-news-list-content .customer-case-content .title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #0E72B8;
}
.company-news-list .company-news-list-content .customer-case-content .desc p
{
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #3C4144;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*内核不是webkit类的浏览器，不支持-webkit-line-clamp，通过限制高度来隐藏多余的行*/
    height: 60px; 
    /*让长单词可以换行*/
    word-break: break-all;
    /*position: relative;*/
}
/*.company-news-list .company-news-list-content .customer-case-content .desc p:after
{
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 30px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
*/
@media screen and (max-width: 768px){
    .company-news-list{
        margin-top: calc(96 / 750 * 100vw);
    }
    .company-news-list .company-news-list-header{ height: auto;}
    .company-news-list .company-news-list-header .content{ padding-top: 0;}
    .company-news-list .company-news-list-header .customer-case-bg {
        position: relative;
        top: 0;
        right: 0;
        width: 88vw;
        height: auto;
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

    }
    .company-news-list .company-news-list-content .customer-case{ width: 42.5vw;}
    .company-news-list .company-news-list-content a:not(:nth-child(3n)) .customer-case {
      margin-right: 0;
    }
    .company-news-list .decoration-1,
    .company-news-list .decoration-2
    {
      display: none;
    }
}
@media screen and (max-width: 650px){
    .company-news-list .company-news-list-content .customer-case-list>a{ margin: auto;}
    .company-news-list .company-news-list-content .customer-case{ width: 80vw; max-width: 340px;}
}