#indextit P,
#indextit h3{
    color: #fff;
    font-family:Arial;
}

#news_box {
    position: relative;
    max-width:75rem;
    margin: 0 auto;
    margin-bottom:10rem;
}

#news {
    width:100%;
    height: 26rem;
}

#news .new_img {
    position: relative;
    float:left;
    width:50%;
    height: 100%;
    border-radius:0 6rem 0 0;
    margin-right:1.5rem;
}



.new_img img {
    width: 100%;
    height: 100%;
    border-radius:0 6rem 0 0;
}

#news .triangle_news {
    position: absolute;
    width:3rem;
    height:3rem;
    top:0rem;
    right:0rem;
}

#news .triangle_news img{
    width:100%;
    height:100%;
    border-radius:0 0 0 0;
   
}

#news .compain {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#news .compain .enterprise_news {
    display:flex;
}

#news .compain .enterprise_news .enterpreise {
    flex:50%;
    margin-right:2rem;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}

.enterprise_news .enterpreise h3,
.enterprise_news .upgrade h3 {
    color:#fff;
    font-size:2rem;
    margin-bottom:1.375rem;
}

.enterprise_news .enterpreise h3 span,
.enterprise_news .upgrade h3 span {
    displey:inline-block;
    padding-bottom:.8rem;
    color:#fff;
    border-bottom: .125rem solid #fff;
    font-size:2rem;
}

#news .compain .enterprise_news .upgrade {
    flex:50%;
    overflow: hidden;
    text-overflow:ellipsis; white-space: nowrap;
}

#news .compain .title {
    font-size: 1.2rem!important;
    color: #fff;
    font-family:Arial;
    margin-bottom:3.75rem;
}


.news_list {
    width:100%;
}

.news_list,
.news_list li {
    margin:0;
    padding:0;
}

.news_list li {
    color: #fff;
    font-size:1.25rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
   
}

#news-phone {
    display:none;
    width:22px;
    text-align:center;
    margin-bottom:1.5rem;
}

#news-phone P {
    width:100%;
    color:#fff;
    text-align:center;
    font-family:Arail;
    font-size:1.2rem;
}

.companyProfile {
    display:none;
}