* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
  color: #282828;
}

.clear {
  clear: both;
  line-height: 0;
}

body {
  font-size: 18px !important;
  font-family: "微软雅黑";
  line-height: 32px;
  background: #effdff url(http://ybj.gxzf.gov.cn/material/images/jfzx/bg.png)
    no-repeat top center;
  background-size: 1920px;
}

.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  overflow: initial;
}

.main1 {
  padding: 25px 0 0 0;
  margin: 0 auto;
  width: 1400px;
}

/* 内容页 */
.navbox {
  margin: 200px auto 0;
  width: 100%;
  min-height: 200px;
  /* padding: 10px; */
}
/* 党纪法规s */
.floor {
  padding-top: 1px;
}
.floor .title {
  margin: 0 auto;
  position: relative;
  width: 1057px;
  height: 74px;
  background-image: url(http://ybj.gxzf.gov.cn/material/images/jfzx/bt1.png);
  margin-top: 400px;
}
.floor .title2 {
  background-image: url(http://ybj.gxzf.gov.cn/material/images/jfzx/bt2.png);
}
.floor .title3 {
  background-image: url(http://ybj.gxzf.gov.cn/material/images/jfzx/bt3.png);
}
.floor .title4 {
  background-image: url(http://ybj.gxzf.gov.cn/material/images/jfzx/bt4.png);
}
.floor .title span {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 56px;
  height: 19px;
  background-image: url(http://ybj.gxzf.gov.cn/material/images/jfzx/more.png);
}
.djfg {
  margin-top: 68px;
  display: flex;
  flex-wrap: wrap;
}
.djfg li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 60px;
  width: 670px;
  height: 168px;
  background-color: #fffdf8;
  box-shadow: 2px 3px 10px #ccc;
  margin-bottom: 20px;
}
.djfg li img {
  margin: 0 20px 0 10px;
}
.djfg li p {
  width: 500px;
  font-size: 26px;
  color: #f95649;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.djfg li div div {
  width: 500px;
  text-indent: 32px;
  height: 64px;
  margin-top: 20px;
  font-size: 16px;
  color: #0f0000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.djfg li > div {
  height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.djfg li:hover {
  background-color: #f95649;
  box-shadow: none;
}
.djfg li:hover p {
  color: #fff;
}
.djfg li:hover div div {
  color: #fff;
}
.djfg a:nth-child(2n) li {
  margin-right: 0px;
}
/* 党纪法规e */
/* 纪法课堂s */
.jfkt {
  display: flex;
  flex-wrap: wrap;
}
.jfkt li {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding-right: 4px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-right: 60px;
  width: 635px;
  display: flex;
  font-size: 24px;
  color: #0f0000;
}
.jfkt li p {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jfkt li:nth-child(2n) {
  margin-right: 0;
}
.jfkt li:hover {
  color: #f95649;
  font-weight: 700;
}
/* 纪法课堂e */

/* 警钟长鸣s */
.jzcm {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  height: 386px;
  border: 13px solid #fac75b;
  border-radius: 10px;
  background-color: #fff;
}
.jzcm li {
  margin-left: 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding-right: 4px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-right: 40px;
  width: 630px;
  display: flex;
  font-size: 24px;
  color: #0f0000;
  height: 40px;
}
.jzcm li p {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jzcm li:nth-child(2n) {
  margin-right: 0;
}
.jzcm li:hover {
  color: #f95649;
  font-weight: 700;
}
.jzcm li:hover a {
  color: #f95649;
  font-weight: 700;
}
/* 警钟长鸣e */
