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

.content .soft-left {
  display: inline-block;
  width: 800px;
  margin-right: 40px;
}

.soft-left .s-title {
  padding: 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background: #fff;
  -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 .s-sorts {
  margin-top: 20px;
}

.soft-left .s-title .s-sorts b {
  display: inline-block;
  width: 70px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  margin-right: 10px;
  overflow: hidden;
  vertical-align: top;
}

.soft-left .s-title .s-sorts ul {
  width: 600px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.soft-left .s-title .s-sorts ul li {
  display: inline-block;
}

.soft-left .s-title .s-sorts ul li a {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 12px;
  padding: 5px 10px;
  font-size: 12px;
}

/* 左侧---热门最新 */
.soft-left .hot-list {
  min-height: 905px;
  margin-top: 16px;
  padding: 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background: #fff;
  -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 .hot-list .h-matter li {
  padding: 14px 10px;
  border-radius: 12px;
}

.soft-left .hot-list .h-matter li+li {
  margin-top: 5px;
}

.soft-left .hot-list .h-matter li:hover {
  box-shadow: 0px 6px 23px 0px rgb(0 46 87 / 10%);
}

.soft-left .hot-list .h-matter li .h-img {
  display: inline-block;
  width: 121px;
  height: 75px;
  vertical-align: top;
}

.soft-left .hot-list .h-matter li .h-img img {
  width: 100%;
  height: 100%;
}

.soft-left .hot-list .h-matter li .h-txt {
  display: inline-block;
  width: 68%;
  margin-left: 16px;
}


.hot-list .h-matter li .h-txt .h-txt-title {
  display: block;
  font-size: 20px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.hot-list .h-matter li .h-txt .h-txt-brief {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #969799;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  word-break: break-all;
}

.hot-list .h-matter li .h-btn {
  float: right;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #006E4A;
  border: 1px solid #006E4A;
  border-radius: 12px;
  margin-top: 25px;
}
.hot-list .h-matter li:hover .h-btn {
  color: #fff;
  border: 1px solid #35d4a0;
  box-shadow: 0px 4px 11px 0px rgb(0 24 138 / 29%);
  background: linear-gradient(292deg, #006e4a 0%, #35d4a0);
}

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

.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, #006e4a 0%, #35d4a0);
}

.soft-right h1 i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: text-top;
  background: url(../image/icon-rhot.png) no-repeat center;
}

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

.soft-right .lately-new h1::before {
  height: 3px;
}

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

.soft-right .lately-new ul li {
  display: inline-block;
  width: 24%;
  height: auto;
  margin-top: 25px;
  float: left;
}

.soft-right .lately-new ul li .new-img {
  display: block;
  margin: 0 auto;
  width: 59px;
  height: 59px;
}

.soft-right .lately-new ul li .new-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.soft-right .lately-new ul li:hover .new-img img {
  box-shadow: 0px 10px 21px 0px rgb(0 0 70 / 29%);
}

.soft-right .lately-new ul li .new-text {
  display: block;
  height: 22px;
  line-height: 22px;
  margin-top: 12px;
  padding: 0 6px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.soft-right .lately-new ul li:hover .new-text {
  color: #006E4A;
}

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

.soft-right .fresh-news .item {
  margin-top: 16px;
  border-bottom: 1px dashed #ccc;
  background: url(https://res.xitongtiandi.net/xttd/images/icon-dian3.png) 5px center no-repeat;
  text-indent: 1em;
  padding-bottom: 3px;
  line-height: 20px;
}

.soft-right .fresh-news .item a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}