body {
  background-color: #f8f8f8f8;
}
.er-banner {
  width: 100%;
  height: 300px;
  background: url(../img/banner-er.png) center no-repeat;
  background-size: cover;
}
/* 分页 */
.paging {
  text-align: center;
  padding-bottom: 50px;
}
.paging a {
  display: inline-block;
  margin: 0 10px;
  width: 30px;
  height: 30px;
  margin-top: 50px;
  border-radius: 2px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  border: solid 1px #e4e4e4;
}
.paging a:hover {
  color: #ae0000;
}
.paging a.on {
  color: #ae0000;
}
.ymdh {
  width: 1200px;
  height: 73px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-top: solid 1px #ae0000;
  margin-top: 16px;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
}
.bt-dh {
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.bt-dh li a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 2px;
  color: #333333;
  margin-right: 30px;
}
.bt-dh .on1 a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  line-height: 72px;
  color: #ae0000;
}
.bt-dh .on1::before {
  content: "";
  width: 52px;
  height: 2px;
  background-color: #ae0000;
  position: absolute;
  top: 57px;
}
.dqwz {
  margin: 0;
  margin-right: 30px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #666666;
}
.dqwz a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #666666;
}
.dqwz::before {
  content: "";
  width: 23px;
  height: 21px;
  background: url(../img/shouye.png) center no-repeat;
  position: absolute;
  left: -30px;
  top: 24px;
}
/* 部门概况 */
.bmgk-er {
  width: 1200px;
  margin-bottom: 50px;
  background-color: #ffffff;
  box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  box-sizing: border-box;
}
.bmgk-er h2 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
}
.bmgk-er p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-indent: 2em;
}
.bmgk-er img {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  object-fit: cover;
  height: 100%;
  text-align: center;
}
/* 党建动态 */
.djdt-er {
  width: 1140px;
}
.djdt-er ul li {
  width: 1140px;
  height: 166px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.djdt-er ul li:last-child {
  margin-bottom: 0px;
}
.djdt-er ul li a {
  display: flex;
  justify-content: space-between;
}
.djdt-er ul li a > img {
  display: block;
  width: 256px;
  height: 166px;
  object-fit: cover;
  margin: 0;
}
.djdt-text {
  width: 884px;
  height: 100%;
  padding: 28px 30px 20px 20px;
  box-sizing: border-box;
  margin: 0;
}
.djdt-text h4 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.djdt-er ul li:hover .djdt-text h4 {
  color: #ae0000;
}
.djdt-text p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 2px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.djdt-text span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #999999;
}
/* 基层党建 */
.jcdj-er {
  width: 1200px;
  padding-right: 30px;
  box-sizing: border-box;
}
.jcdj-er ul li {
  width: 100%;
  height: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.jcdj-er ul li:last-child {
  margin-bottom: 0px;
}
.jcdj-er ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.jcdj-er ul li a p {
  width: 960px;
  font-size: 18px;
  padding-left: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  line-height: 20px;
  color: #333333;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.jcdj-er ul li a p::before {
  content: "·";
  color: #333333;
  position: absolute;
  left: 0px;
}
.jcdj-er ul li:hover a p,
.jcdj-er ul li:hover a span,
.jcdj-er ul li:hover a p::before {
  color: #ae0000;
}
.jcdj-er ul li a span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  line-height: 20px;
  margin: 0;
}
/* 通知公告 */
.tzgg-er {
  width: 1200px;
}
.tzgg-er ul li {
  width: 1200px;
  height: 70px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.tzgg-er ul li:last-child {
  margin-bottom: 0px;
}
.tzgg-er ul li a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.tzgg-time-zz {
  width: 70px;
  height: 70px;
  padding: 12px 0px;
  box-sizing: border-box;
  margin: 0;
}
.tzgg-gonggao-zz::before {
  content: "";
  width: 1px;
  height: 50px;
  background: #e8e8e8;
  position: absolute;
  left: 0px;
  top: 10px;
}
.tzgg-er ul li:hover {
  box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.1);
}
.tzgg-er ul li:hover .tzgg-gonggao-zz::before {
  content: "";
  width: 1px;
  height: 50px;
  background: #ae0000;
  position: absolute;
  left: 0px;
  top: 10px;
}
.tzgg-er ul li:hover .tzgg-time-zz > h5,
.tzgg-er ul li:hover .tzgg-time-zz > p,
.tzgg-er ul li:hover .tzgg-gonggao-zz {
  color: #ae0000;
}
.tzgg-time-zz > h5 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  text-align: center;
}
.tzgg-time-zz > p {
  width: 70px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  text-align: center;
}
.tzgg-gonggao-zz {
  width: 1130px;
  height: 100%;
  margin: 0;
  padding: 20px 20px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 2px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
/* 学习园地 */
.xxyd-er {
  width: 1200px;
}
.xxyd-er ul li {
  width: 1200px;
  height: 74px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.xxyd-er ul li:last-child {
  margin-bottom: 0px;
}
.xxyd-er ul li a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.xxyd-time-zz {
  width: 125px;
  height: 74px;
  padding: 15px 0px 8px 0px;
  box-sizing: border-box;
  margin: 0;
}
.xxyd-gonggao-zz::before {
  content: "";
  width: 1px;
  height: 60px;
  background: #dddddd;
  position: absolute;
  left: 0px;
  top: 7px;
}
.xxyd-er ul li:hover .xxyd-gonggao-zz::before {
  content: "";
  width: 1px;
  height: 60px;
  background: #ae0000;
  position: absolute;
  left: 0px;
  top: 7px;
}
.xxyd-er ul li:hover .xxyd-time-zz > h5,
.xxyd-er ul li:hover .xxyd-time-zz > p,
.xxyd-er ul li:hover .xxyd-gonggao-zz {
  color: #ae0000;
}
.xxyd-time-zz > h5 {
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 2px;
  color: #666666;
  text-align: center;
}
.xxyd-time-zz > p {
  width: 125px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
}
.xxyd-gonggao-zz {
  width: 1075px;
  height: 100%;
  margin: 0;
  padding: 20px 20px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 2px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
/* 资料下载 */
.zlxz-er {
  width: 1200px;
}
.zlxz-er ul li {
  width: 1200px;
  height: 74px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.zlxz-er ul li:last-child {
  margin-bottom: 0px;
}
.zlxz-er ul li a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.zlxz-time-zz {
  width: 125px;
  height: 74px;
  padding: 15px 0px 8px 0px;
  box-sizing: border-box;
  margin: 0;
}
.zlxz-gonggao-zz::before {
  content: "";
  width: 1px;
  height: 60px;
  background: #dddddd;
  position: absolute;
  left: 0px;
  top: 7px;
}
.zlxz-er ul li:hover .zlxz-gonggao-zz::before {
  content: "";
  width: 1px;
  height: 60px;
  background: #ae0000;
  position: absolute;
  left: 0px;
  top: 7px;
}
.zlxz-er ul li:hover .zlxz-time-zz > h5,
.zlxz-er ul li:hover .zlxz-time-zz > p,
.zlxz-er ul li:hover .zlxz-gonggao-zz p {
  color: #ae0000;
}
.zlxz-er ul li:hover .zlxz-gonggao-zz button {
  background: url(../img/xiazai2.png) center no-repeat;
}
.zlxz-time-zz > h5 {
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 2px;
  color: #666666;
  text-align: center;
}
.zlxz-time-zz > p {
  width: 125px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
}
.zlxz-gonggao-zz {
  width: 1075px;
  height: 100%;
  margin: 0;
  padding: 20px 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
.zlxz-gonggao-zz p {
  width: 900px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 2px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
.zlxz-gonggao-zz button {
  display: block;
  width: 41px;
  height: 37px;
  background: url(../img/xiazai1.png) center no-repeat;
  background-size: cover;
  margin: 0;
  cursor: pointer;
  border: none;
}
/* 详情页 */
.xqy {
  width: 1200px;
  padding: 40px 30px 50px 30px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 50px;
  box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.xqy h2 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.xqy hr {
  border: none;
  height: 1px;
  background-color: #e4e4e4;
  margin-bottom: 15px;
}
.xygk-time {
  text-align: center;
  margin-bottom: 15px;
}
.xygk-time span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  color: #666666;
  position: relative;
}
.xygk-time span:nth-child(1) {
  margin-right: 40px;
}
.xygk-time span:nth-child(1)::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/sjxzq.png) center no-repeat;
  position: absolute;
  left: -22px;
  top: 1px;
}
.xygk-time span:nth-child(2)::before {
  content: "";
  width: 20px;
  height: 14px;
  background: url(../img/yanjing.png) center no-repeat;
  position: absolute;
  left: -27px;
  top: 3px;
}
.details-main div {
  font-size: 16px;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333;
  text-indent: 2em;
}
.details-main div img {
  object-fit: cover;
  display: block;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* 搜索结果 */
#infoBox {
  width: 1200px;
}
#infoBox p {
  padding: 30px 0px;
  margin-bottom: 50px;
  background-color: #fff;
}
.FontListType ul {
  width: 100%;
  margin-top: 30px;
}
.FontListType ul li {
  height: 50px;
  background-color: #ffffff;
  position: relative;
  transition: all 0.4s;
  list-style-type: none;
  margin-bottom: 20px;
}
.FontListType ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ae0000;
  position: absolute;
  left: 21px;
  top: 22px;
}
.FontListType ul li span {
  display: block;
  max-width: 600px;
  float: left;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-left: 46px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.FontListType ul li i {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 50px;
  color: #999999;
  margin-right: 20px;
}
.FontListType ul li:last-child{
  margin-bottom: 0px;
}
.FontListType ul li:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
