/* 悟空资讯 */
.news {
  padding: 80px 0 90px;
}

.news .base-title {
  width: 100%;
  text-align: center;
}

.news .base-title .title {
  font-size: 30px;
  line-height: 50px;
  color: #111;
}

.news .base-title .title {
  font-size: 30px;
  line-height: 50px;
  color: #111;
}

.news .container {
  overflow: hidden;
  width: 1240px;
  padding-left: 28px;
  padding-bottom: 20px;
  margin: 60px auto 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 28px 2px rgba(228, 228, 228, 0.3);
  border-radius: 15px;
}

.news .container .right {
  width: 50%;
  padding: 0 30px;
  float: left;
}

.news .container .left .box .box-tit {
  padding: 20px 0;
  font-size: 18px;
}

.news .container .right .box .box-content {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}

.news .container .right .box .box-content .box-pic-div {
  float: left;
}

.news .container .right .box .box-content .box-pic {
  width: 270px;
  display: block;
}

.news .container .right .box .box-content .list {
  float: left;
  height: 100%;
}

.news .container .right .box .box-content .list .item {
  width: 95%;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
  overflow: hidden;
}

.news .container .right .box .box-content .list .item .news-lone {
  width: 248px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.news .container .right .box .box-content .list .item .news-lone:hover {
  color: #dd1313;
}

.news .container .right .box .box-content .list .more {
  width: 95%;
  line-height: 18px;
  font-size: 14px;
  color: #dd1313;
  text-align: right;
  margin-top: 10px;
  cursor: pointer;
}

.news .container .right .box .box-content .list .item .marker {
  width: 5px;
  height: 5px;
  background: linear-gradient(
    90deg,
    rgba(230, 40, 40, 1),
    rgba(241, 133, 133, 1)
  );
  border-radius: 2px;
  margin: 12px 8px 0 0;
  transform: rotate(45deg);
}
.news .container .right .box .box-content .list .item .news-date {
  float: right;
}

.news .container .right .box .box-tit {
  padding: 20px 0;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  text-align: right;
}

.news .container .left .box .box-tit .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news .container .right .box .box-tit .title .pic-img {
  width: 22px;
  margin-right: 5px;
}

.news .container .right .box .more {
  color: #dd1313;
}

.news .container .right .box:last-child .box-content {
  border-bottom: 0 none;
}
.news .container .right .box .box-content {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}

.news .container .right .box .box-content .box-pic-div {
  float: left;
}

.news .container .right .box .box-content .box-pic {
  width: 270px;
  display: block;
}

.news .container .right .box .box-content .list {
  float: left;
  height: 100%;
  width: 100%;
}

.marker {
  float: left;
  width: 5px;
  height: 5px;
  background-color: #f9fbfe;
  border-radius: 5px;
}