.header {
  width: 100%;
  height: 190px;
}

.advertisement {
    width: 78px;
    height: 508px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}

.content-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  padding-bottom: 52px;
  box-sizing: border-box;
}

.content {
  overflow: hidden;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.footer {
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 9999;
}

/* 右侧内容起 */
.right-content {
  position: relative;
  float: right;
  box-sizing: border-box;
  padding: 16px 16px 12px;
  background-color: #fff;
  width: calc(100% - 248px);
  min-height: 428px;
}

.right-top  {
  height: 34px;
  line-height: 34px;
  position: relative;
}

.right-top .right-title {
  position: relative;
  font-family: SourceHanSansCN-Bold;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
}

.right-title .title-line {
  position: absolute;
  width: 3px;
  height: 16px;
  background: #2872D4;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.right-top .input-box {
  position: absolute;
  right: 0;
  top: 0;
  /* transform: translateY(-50%); */
  width: 273px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid rgba(212,219,229,1);
  border-radius: 5px;
  box-sizing: border-box;
}

.right-top .search-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 12px;
}

.right-top .input {
  position: absolute;
  left: 0;
  top: 0;
  width: 187px;
  height: 31px;
  line-height: 31px;
  margin-left: 30px;
  border: none;
  outline: none;
  padding: 0 12px;
  box-sizing: border-box;
}

.right-top .search-btn {
  width: 56px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  top: -1px;
  background: #2872D4;
  border-radius: 0px 5px 5px 0px;
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border:none;
}

.right-list {
  margin-bottom: 0 !important;
  padding-bottom: 36px;
}

.right-item {
  padding: 16px 0;
  overflow: hidden;
  border-bottom: 1px solid #E4E6E8;
  cursor: pointer;
}

.right-item .item-title {
  float: left;
  width: calc(100% - 120px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}

.right-item .item-date {
  width: 110px;
  float: right;
}

.pagination-box {
  position: absolute;
  right: 16px;
  bottom: 22px;
}

#pagination {
  float: right;
}

.layui-laypage button {
  display: none;
}

#pagination .layui-laypage input:focus,
#pagination .layui-laypage select:focus {
  border-color: #2872D4 !important;
}
/* 右侧内容止 */