@charset "utf-8";

.wragBg {
  background: #f2f2f2;
}
/* .container{padding: 32px 0;} */
.container {
  padding-top: 24px;
  padding-bottom: 32px;
}
/* .container .r-container{float: right; width: 856px;} */
.container .r-container {
  padding: 0 20px;
}

.container .container-list ul li {
  display: block;
  line-height: 32px;
  overflow: hidden;
  color: #464646;
  font-size: 14px;
  padding: 3px 5px;
}

.container .container-list ul li i {
  float: left;
  height: 6px;
  width: 6px;
  margin-top: 14px;
  background: #476b9f;
  border-radius: 50%;
}

.container .container-list ul li a {
  float: left;
  padding-left: 10px;
  width: 900px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.container .container-list ul li .item-date {
  float: right;
}

.container-title {
  overflow: hidden;
  width: 97%;
  border-bottom: 1px solid#d2d2d2;
}

.container-title span {
  float: left;
  color: #fff;
  background-color: #d91b17;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
}

/*分页
.pagination{
  margin: 32px 0 23px 0;
  text-align: center;
}*/
/**/
.page {
  padding: 20px 0;
  text-align: center;
  line-height: 30px;
}
.page a,
.page span {
  padding: 2px 10px;
  border: 1px solid #aaa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-right: 5px;
}
.page a {
  text-decoration: none;
  color: #333;
}
.page span,
.page .selected {
  color: #cacaca;
}
.page .selected {
  border-color: #a7f;
}
.m-style {
  position: relative;
  text-align: center;
  zoom: 1;
  display: inline-block;
}

.m-style:before,
.m-style:after {
  content: "";
  display: table;
}

.m-style:after {
  clear: both;
  overflow: hidden;
}

.m-style span {
  float: left;
  margin: 0 5px;
  width: 42px;
  height: 38px;
  line-height: 38px;
  color: #bdbdbd;
  font-size: 14px;
}
.m-style .active {
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  border: 1px solid #fff;
  color: #fff;
  background: #3460ab;
  border-radius: 4px;
}
.m-style a {
  float: left;
  margin: 0 5px;
  width: 42px;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #4a4a4a;
  font-size: 14px;
}
.m-style a:hover {
  color: #fff;
  background: #3460ab;
}
.m-style .next,
.m-style .prev {
  font-size: 14px;
}
.eg img {
  max-width: 800px;
  min-height: 500px;
}
.m-style input {
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  outline: none;
  border-radius: 4px;
  color: #4a4a4a;
  font-size: 14px;
}
.m-style input.jump-ipt {
  width: 48px;
}
.m-style a.jump-btn {
  border: none;
}
.m-style a.jump-btn:hover {
  background: #ffffff;
  color: #4a4a4a;
}

/* 基层动态 */
.filter-box {
  border: 1px solid #ddd;
  padding: 6px 20px;
  line-height: 30px;
  width: 940px;
  margin-top: 20px;
}

.filter-box hr {
  background: #eee;
  border: none;
  height: 1px;
  margin: 6px 0;
}

.filter-box .tags-label {
  float: left;
  width: 80px;
}

.filter-box .tags-content-list {
  float: left;
  width: 750px;
  margin: 0;
  padding: 0;
}

.filter-box .tags-content-list .type-item {
  color: #222;
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  cursor: pointer;
  padding: 7px 5px;
  line-height: 0.8;
}

.filter-box .tags-content-list .type-item:hover {
  color: #0078dd;
}

.filter-box .tags-content-list .type-item.selected {
  background-color: #0078dd;
  color: #fff;
}

.toggle-expand {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  cursor: pointer;
  color: #0056af;
}

.filter-box .deptbox {
  height: 26px;
  overflow: hidden;
  position: relative;
}
