.media_head{
    width: 100%;
    background: url(../img/roll/careers-sales-julia.jpg) no-repeat center bottom;
    background-size: cover;
}

.media_head_container{
    display: flex;
    align-items: center;
    height: 482px;
}

.media_head_title{
    color: #2a2e2e;
    font-size: 44px;
    font-weight: 1;
}

/* 企业动态 */

.media-base{
    padding: 80px 0;
    margin-left: -24px;
}

.media-base-title .left-title{
    float: left;
    font-size: 30px;
    color: #2a2e2e;
    margin-left: 24px;
}

.media-base-title .right-title{
    float: right;
    margin-top: 12px;
}

.media-base-title .right-title a{
    position: relative;
    font-size: 16px;
    color: #5F6464;
    font-weight: bold;
    padding-right: 14px;
}

.media-base-title .right-title a::after{
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    background: url(../img/roll/more-awart.png) no-repeat center;
    position: absolute;
    top: 4px;
    right: 0px;
}

.media-base-title{
    height: 46px;
    width: 100%;
    clear: both;
    overflow: hidden;
}

/* -------- */

.enterprise-body{
    width: 100%;
    margin-top: 44px;
    display: flex;
    flex-direction: row;
}

.enterprise-body .item{
    margin-left: 30px;
}

.enterprise-body .item img{
    height: 256px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.enterprise-body .item .title{
    font-size: 20px;
    color: #2A2E2E;
    line-height: 30px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    /* ellipsis 显示省略符号来代表被修剪的文本。 */
    text-overflow: ellipsis;
    line-clamp: 2;
}

.enterprise-body .item .desc{
    font-size: 16px;
    color: #2A2E2E;
    line-height: 29px;
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 24px;
    height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
}

.date{
    font-size: 16px;
    color: #919797;
    line-height: 29px;
    width: 100%;
    overflow: hidden;
}

/* 业绩新闻 */
.financenews-body{
    display: flex;
    width: 100%;
    margin-top: 32px;
}

.financenews-item{
    width: 49%;
    background: #fff;
    border: 1px solid #EFEFEF;
    padding: 32px 45px 41px 0px;
    box-sizing: border-box;
    flex: 1;
    margin-left: 24px;
}

.financenews-item h4{
    font-size: 16px;
    color: #5f6464;
    line-height: 25px;
    font-weight: bold;
    padding-left: 32px;
}

.financenews-item .list-box{
    margin-top: 40px;
}

.financenews-item .list-box .li{
    width: 100%;
    width: 82%;
    padding-left: 32px;
    margin-top: 23px;
    box-sizing: border-box;
    position: relative;
}

.financenews-item .list-box .li .container .title{
    font-size: 20px;
    color: #2A2E2E;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 4px;
    width: 100%;
    /* 规定段落中的文本不进行换行 */
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}

.financenews-item .list-box .li .container .abstract{
    font-size: 16px;
    font-weight: bold;
    color: #0052d9;
    margin-bottom: 4px;
    width: 100%;
    overflow: hidden;
}

.financenews-item .list-box .li .container .abstract img{
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

/* .financenews-item .list-box .li .date{
    font-size: 16px;
    color: #919797;
    line-height: 29px;
    width: 100%;
} */

/* KIL视角 */
.visualangle{
    width: 100%;
    height: 391px;
    margin-top: 44px;
    display: flex;
    flex-direction: row;
}

.visualangle-item{
    flex: 1;
    overflow: hidden;
    height: 391px;
    margin-left: 24px;
}

.visualangle-item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visualangle-item .li{
    width: 100%;
    margin-top: 41px;
}

.clear-li{
    margin: 0 !important;
}

.top-li-8{
    margin-top: 8px;
}

.visualangle-item .li a .title{
    font-size: 20px;
    color: #2A2E2E;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}