.main-wrap-item {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.main-wrap-item.has-bg {
  background: #fff;
  border: 2px solid #CBA131;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -176px;
  left: 50%;
  color: #fff;
  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: rgba(15, 50, 115, 1);
  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;
  color: rgba(196, 196, 196, 1);
  width: 120px;
  margin-left: 50px;
  text-align: right;
}

.cover-item {
  width: 380px;
  color: #fff;
  float: left;
  margin-right: 20px;
  margin-top: 30px;
  border: 3px solid #E4AC5C;
}

.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: rgba(56, 117, 198, 1);
}

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

.link-box {
  border-radius: 4px;
  height: 100px;
  background: rgba(56, 117, 198, 1);
  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;
}



.lxr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lxr1 {
  font-size: 20px;
  color: #3875C6;
  font-weight: 500;
  margin-right: 30px;
}

.lxr2 {
  font-weight: 600;
  font-size: 36px;
  color: #D4A617;
}

.pubmore {
  display: flex;
  justify-content: center;

}

.pubmore span {
  background: rgba(200, 166, 60, 1);
  border-radius: 4px 4px 4px 4px;
  padding: 10px 20px;
  color: #fff;
}