.main-wrap-item{
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.main-wrap-item.has-bg {
  background: #0A60D1;
  padding: 20px 34px;
  box-sizing: border-box;
  border-radius: 4px 4px 4px 4px;
}
.main-wrap-item-title {
  text-align: center;
  margin-bottom: 20px;
}
.views-wrap{
  position: absolute;
  top: -200px;
  left: 50%;
  color: #333;
  font-size: 16px;
  font-weight:600;
  /* background-color: rgba(0, 0, 0, 0.2); */
  transform: translate(-50%);
}
.views-wrap img {
  margin-right: 10px;
}
.line-item {
  box-sizing: border-box;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* padding: 20px 0; */
  /* min-height: 40px; */
  line-height: 70px;
}
.line-item-title{
  display: inline-block;
  width: 950px;
}
.line-item-time {
  display: inline-block;
  width: 120px;
  margin-left: 50px;
  text-align: right;
}

.cover-item {
  width: 380px;
  color: #fff;
  float: left;
  margin-right: 30px;
  margin-top: 30px;
}
.cover-item:nth-of-type(3n) {
  margin-right: 0;
}
.cover-item-cover{
  width: 380px;
  height: 210px;
}
.cover-item-cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover-item-title {
  word-break: break-all;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background:  linear-gradient(357deg, rgba(33, 125, 245, 1) 0%, rgba(127, 188, 253, 1) 77%);
}

.pub-content-wrap {
  height: 400px;
  overflow: hidden;
}

.link-box {
  border-radius: 4px;
  height: 100px;
  background: linear-gradient(357deg, #1E7DEF 0%, #1266D4 100%);
  border: 3px solid #CEB164;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-box-txt{
  text-align: center;
  margin-right: 20px;
}
.link-box h2 {
  font-size: 29px;
  color: #FFFFFF;
}
.link-box p {
  font-size: 15px;
  color: #BFA67A;
}



