.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

body {
  background-color: transparent;
  background-image: url(../../assets//images/djbg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: rgb(51, 51, 51);
  font-size: 12px;
  font-family: 宋体, Arial, Helvetica, sans-serif;
}

.container {
  width: 983px;
  margin: 0 auto;
}

.header {
  height: 247px;
}

.nav {
  margin-top: -1px;
  width: 983px;
  height: 42px;
  padding-left: 15px;
  font-family: 微软雅黑;
  color: #999;
  font-size: 14px;
  padding-top: 16px;
  background-image: url(../../assets/images/djnav.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.nav a {
  display: block;
  padding: 0 5px;
  float: left;
  text-decoration: none;
  color: #fb2422;
  border-left: 2px solid #999;
}

.nav a:hover {
  font-weight: bold;
}

/* 主体 */
.main .path {
  color: #787878;
  font-size: 12px;
  padding: 30px 0 30px 20px;
}

.main .path * {
  vertical-align: middle;
}

.main .path a {
  color: #787878;
  text-decoration: none;
}

.main .path a:hover {
  color: #cc0000;
}

/* 党建 */
.dj {
  min-height: 500px;
}

.dj .menu {
  width: 238px;
  margin-left: 5px;
  float: left;
}

.dj .menu .bg {
  width: 238px;
  height: 32px;
  line-height: 32px;
  color: #FFF;
  font-size: 16px;
  font-family: 微软雅黑;
  text-align: center;
  background-image: url(../../assets/images/tbg1.jpg);
  background-repeat: no-repeat;
}

.menu .menu-item {
  width: 100%;
  height: 35px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  background-image: url(../../assets/images/tbg3.gif);
  background-repeat: no-repeat;
}

.menu-item a {
  font-family: 微软雅黑;
  color: #666;
  text-decoration: none;
}

.menu-item a:hover {
  color: red;
}

/* 列表 */
.dj .list {
  width: 73%;
  margin-right: 10px;
  float: left;
}

.list .list-title {
  height: 48px;
  line-height: 32px;
  color: #fff;
  text-indent: 2em;
  font-family: 微软雅黑;
  font-size: 14px;
  background-image: url(../../assets/images/tbg2.gif);
  background-repeat: no-repeat;
}

.list ul {
  margin-top: 15px;
  padding-left: 15px;
}

.list li {
  
  display: block;
  height: 30px;
  position: relative;
  line-height: 30px;
}

.list li a {
  display: inline-block;
  padding-left: 12px;
  width: 80%;
  font-size: 12px;
  color: rgb(51, 51, 51);
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  background-image: url(../../assets/images/icon2.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.list .datetime {
  position: absolute;
  right: 0;
  color: #666;
  font-size: 12px;
}

.list li a:hover {
  color: #AE541F;
  background: url(../../assets/images/icon2.gif) no-repeat left 10px;
}

/* 分页 */
.pagination {
  margin-top: 20px;
  text-align: center;
  padding: 5px 0;
}

.pagination button {
  display: inline-block;
  border: 1px solid #cfcfcf;
  padding: 3px 8px;
  color: #666666;
  line-height: 100%;
  cursor: pointer;
  font-family: 宋体, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: transparent;
  text-align:center;
  margin-left: 5px;
}

.pagination button:hover {
  background-color:#942930;
  color:#FFF
}

.pagination .current {
  background-color:#942930;
  color:#FFF
}

.totalPages {
  margin:0 10px
}

.totalPages span,
.totalSize span {
  color:#666;margin:0 5px
}

.pagination button:disabled {
  opacity:.5;
  cursor:no-drop;
}

/* 底部信息 */
.footer {
  margin-top: 80px;
  font-family: 微软雅黑;
  background-color: #fa981c;
  background-image: url(../../assets/images/djbottom.jpg);
  background-repeat: no-repeat;
}

.info {
  width: 1003px;
  padding-top: 40px;
}

.info .column1,
.info .column3 {
  font-size: 16px;
  margin-left: 10px;
  height: 37px;
  line-height: 37px;
  color: rgb(51, 51, 51);
  float: left;
  font-weight: bold;
}

.info .column2,
.info .column4 {
  float: left;
}

.info .column2 p,
.info .column4 p {
  font-size: 12px;
  line-height: 20px;
  color: rgb(51, 51, 51);
}

.wzba {
  width: 1003px;
  padding-top: 5px;
}

.wzba p {
  color: rgb(51, 51, 51);
  font-size: 12px;
  text-align: center;
}

.wzba a {
  color: rgb(51, 51, 51);
  text-decoration: none;
}

.wzba a:hover {
  text-decoration: underline;
}

.wzba-verbose {
  width: 328px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}

.wzba-verbose .icon-blue {
  float: left;
}

.wzba-verbose a {
  display: block;
  float: left;
  cursor: pointer;
}

.wzba-verbose a:hover {
  text-decoration: none;
}

.wzba-verbose a img {
  vertical-align: middle;
}

.wzba-verbose a span {
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  color: #353535;
  font-size: 12px;
}