/* 主体内容---左侧内容 */
.content {
    background-color: #f7f8fa;
    padding: 20px 0 35px 0;
}

.content .soft-left {
    display: inline-block;
    width: 870px;
    min-height: 1000px;
}

.soft-left .s-title {
    padding: 20px;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
    box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
}

.soft-left .s-title .s-site .icon-crumbs {
    width: 22px;
    height: 22px;
    background: url(../image/icon-crumbs.png) no-repeat center;
}

.soft-left .s-title .s-site span {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
}

.soft-left .s-title .news-title {
    width: 100%;
    margin-top: 20px;
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #323232;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.soft-left .s-title .author-time {
    font-size: 14px;
    line-height: 3;
    text-align: center;
}

.soft-left .s-title .author-time .author {
    margin-right: 100px;
}

.soft-left .s-title .article {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.soft-left .s-title .article img {
    max-width: 100%;
    margin: 10px auto;
}

.soft-left .s-title .article p {
    font-size: 14px;
    line-height: 2;
    text-indent: 2em;
}

.soft-left .correlation h1 {
    position: relative;
    height: 52px;
    font-size: 24px;
    line-height: 52px;
    font-weight: bold;
    color: #323232;
    border-bottom: 1px solid #ebedf0;
}

.soft-left .correlation h1 i {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: text-bottom;
    background: url(../image/icon-article.png) no-repeat center;
}

.soft-left .correlation ul {
    margin-top: 10px;
}

.soft-left .correlation ul li {
    display: inline-block;
    width: 382px;
    height: 30px;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 1em;
    border-bottom: 1px dashed #ccc;
    background: url(https://res.xitongtiandi.net/xttd/images/icon-dian3.png) 5px center no-repeat;
}

.soft-left .correlation ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

/* 主体内容---右侧内容 */
.soft-right {
    display: inline-block;
    float: right;
    width: 310px;
}

.soft-right .new-course {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgb(209 204 255 / 12%);
}

.soft-right h1 {
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ebedf0;
}

.soft-right h1::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 115px;
    height: 2px;
    font-size: 0;
    background: linear-gradient(272deg, #4285e3 0%, #57c2ff);
}

.soft-right h1 .icon-new {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: text-top;
}

.soft-right .new-course h1 .icon-new {
    background: url(../image/icon-news.png) no-repeat center;
}

.soft-right .c-more {
    float: right;
    width: 46px;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #c8c9cc;
}

.soft-right .new-course h1 .icon-more {
    float: right;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin-top: 2px;
    background: url(../image/arrow.png) no-repeat center;
}

.soft-right .new-course ul li {
    height: 57px;
    overflow: hidden;
    margin-top: 10px;
  }
  

.soft-right .new-course .new-img {
    display: inline-block;
    float: left;
    width: 84px;
    height: 57px;
    overflow: hidden;
    margin-right: 5px;
}

.soft-right .new-course .new-img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.soft-right .new-course .new-text {
    width: 177px;
    height: 44px;
    padding-top: 6px;
    line-height: 22px;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}