@charset "UTF-8";
/**!
 * 青海政务 - 清单公示
 * date:2021-07-12
 * author: zh;
 */
.content {
  width: 1200px;
  margin: 0 auto;
}

.content .content-title-box {
  border-bottom: 2px solid #e4e6eb;
  padding: 14px 0 12px 0;
}

.content .content-title-box .content-title {
  font-size: 28px;
  font-weight: bold;
  color: #484e54;
  font-family: 'SourceHanSansCN-Bold';
}

.content .checklist-container {
  padding: 10px 0 14px 0;
}

.content .checklist-container .checklist-box {
  height: 120px;
  overflow: hidden;
}

.content .checklist-container .checklist-box.active {
  height: auto;
}

.content .checklist-container .checklist-box .checklist-list {
  width: 183px;
  background: #f3f8ff;
  color: #666;
  font-size: 16px;
  font-family: 'SourceHanSansCN-Normal';
  font-weight: 400;
  margin: 20px 20px 0 0;
}

.content .checklist-container .checklist-box .checklist-list:nth-child(6n) {
  margin-right: 0;
}

.content .checklist-container .checklist-box .checklist-list:hover, .content .checklist-container .checklist-box .checklist-list.active {
  color: #fff;
  font-weight: 500;
  font-family: 'SourceHanSansCN-Medium';
  background: -webkit-gradient(linear, right top, left top, from(#2868B1), to(#3780D3));
  background: linear-gradient(270deg, #2868B1, #3780D3);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(59, 114, 178, 0.29);
          box-shadow: 0px 3px 10px 0px rgba(59, 114, 178, 0.29);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.content .checklist-container .checklist-box .checklist-list a {
  line-height: 40px;
  text-align: center;
  display: block;
  padding: 0 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .checklist-container .checklist-open {
  display: block;
  text-align: center;
}

.content .checklist-container .checklist-open .checklist-open-text {
  color: #2868b1;
  position: relative;
  line-height: 52px;
}

.content .checklist-container .checklist-open .checklist-open-text:hover {
  cursor: pointer;
}

.content .checklist-container .checklist-open .checklist-open-text .icon {
  padding-right: 13px;
  position: relative;
}

.content .checklist-container .checklist-open .checklist-open-text .icon::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 4px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content .checklist-container .checklist-open .checklist-open-text .down::before {
  background: url("../images/list_publicity/down.png") no-repeat;
}

.content .checklist-container .checklist-open .checklist-open-text .up::before {
  background: url("../images/list_publicity/up.png") no-repeat;
}

.content .matter .content-title-box {
  position: relative;
}

.content .matter .content-title-box .content-title-text {
  margin-left: 15px;
  color: #333;
  font-size: 16px;
}

.content .matter .content-title-box .content-title-text .content-title-number {
  color: #2868b1;
}

.content .matter .content-title-box .content-title-right {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 304px;
  height: 34px;
}

.content .matter .content-title-box .content-title-right .title-right-input {
  width: 252px;
  height: 34px;
  outline: none;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 17px 0 0 17px;
  padding-left: 15px;
}

.content .matter .content-title-box .content-title-right input::-moz-input-placeholder {
  font-size: 14px;
  color: #c0c5ca;
}

.content .matter .content-title-box .content-title-right .title-right-btn {
  display: block;
  width: 52px;
  height: 34px;
  background: -webkit-gradient(linear, right top, left top, from(#2868B1), to(#3780D3));
  background: linear-gradient(270deg, #2868B1, #3780D3);
  border-radius: 2px 17px 17px 2px;
  position: relative;
}

.content .matter .content-title-box .content-title-right .title-right-btn:hover {
  cursor: pointer;
}

.content .matter .content-title-box .content-title-right .title-right-btn::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/list_publicity/search.png") no-repeat;
  left: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content .matter .matter-container {
  padding-top: 16px;
}

.content .matter .matter-container .matter-box .matter-list {
  line-height: 58px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.content .matter .matter-container .matter-box .matter-list .matter-list-title {
  display: block;
  width: 670px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content .matter .matter-container .matter-box .matter-list .matter-list-title:hover {
  color: #2868b1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.content .matter .matter-container .matter-box .matter-list .matter-list-right {
  padding: 14px 3px 0 0;
}

.content .matter .matter-container .matter-box .matter-list .matter-list-right a {
  display: block;
  width: 97px;
  line-height: 30px;
  color: #2668b1;
  text-align: center;
  border: 1px solid #2668b1;
  border-radius: 15px;
  margin-right: 7px;
}

.content .matter .matter-container .matter-box .matter-list .matter-list-right a.event-none {
  pointer-events: none;
  color: #999;
  border-color: #999;
}

 



.content .matter .matter-container .matter-box .matter-list .matter-list-right matter-btn:hover {
  background: #2868b1;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.content .matter .matter-container .pager {
  padding-top: 30px;
}
