.hicn-content-div {
    width: calc(85% - 49px);
    position: absolute;
    left: calc(50% - (75% - 49px)/2);
}

.hicn-content-new-news {
    width: 51%;
    height: 358px;
    background: linear-gradient(166deg, #0D325E 0%, #13192D 100%);
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.24);
    opacity: 1;
    position: absolute;
    margin-top: 73px;
}

.hicn-cnn-title-div {
    width: 81%;
    margin: 0 auto;
}

.hicn-cnn-title_img {
    width: 69px;
    height: 50px;
    float: left;
    margin-right: 14px;
    margin-top: 49px;
}

.hicn-cnn-top-title {
    height: 85px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 45px;
    color: #FFFFFF;
    opacity: 1;
    padding-top: 49px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hicn-cnn-content-div {
    margin-top: 40px;
    width: 81%;
    height: 103px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 36px;
    color: #F1E9E9;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hicn-cnn-content-see-info {
    width: 74px;
    height: 32px;
    border: 1px solid #61B2E7;
    opacity: 1;
    border-radius: 4px;
    margin: 24px 11% 23px 0;
    float: right;
}

.hicn-cnn-csi-button {
    height: 32px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    color: #61B2E7;
    opacity: 1;
    text-align: center;
    cursor: pointer;
}

.hicn-content-news-list-div {
    width: 42%;
    height: 358px;
    background: #FFFFFF;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.24);
    opacity: 1;
    position: absolute;
    z-index: 1;
    margin-left: calc(51% - 49px);
    float: left;
}

.hicn-content-news-list {
    margin: 32px 39px;
}

.hicn-cnl-date {
    float: left;
    width: 47px;
    height: 45px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 22px;
    color: #8B8B8B;
    opacity: 1;
}

.hicn-cnl-date-month-day {
    font-weight: bold;
    float: right;
}

.hicn-cnl-date-year {
    float: right;
}

.hicn-cnl-line {
    width: 0px;
    height: 43px;
    border-left: 1px solid #D2D0D0;
    opacity: 1;
    float: left;
    margin: 0 18px;
}

.hicn-cnl-content-title {
    height: 23px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hicn-cnl-content-info {
    height: 28px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 28px;
    color: #8B8B8B;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hicn-see-more-newsinformation-div {
    width: 119px;
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #005098;
    opacity: 1;
    margin: 473px auto 32px auto;
    cursor: pointer;
}

.hicn-see-more-newsinformation-text {
    float: left;
    margin-right: 7px;
}

.hicn-see-more-newsinformation-arrow {
    float: left;
}

.hicn-content-new-news-notdata {
    display: none;
}