@charset "UTF-8";
/* 党史期刊 */
.imprintWrap {
  overflow: hidden;
}

.imprint-flow {
  float: left;
  width: 220px;
}

.imprint-flow .flow-title {
  position: relative;
  padding-left: 40px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  background: url(../img/index/Imprint-head.png) no-repeat center;
  background-size: cover;
  border-radius: 4px;
}

.imprint-flow .flow-title:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url(../img/index/icon-Imprint.png) no-repeat center;
  background-size: cover;
}

.imprintWrap .imprint-flow .flow-body {
  min-height: 652px;
  background: url(../img/index/Imprint-body.png) no-repeat center;
  background-size: cover;
  border-radius: 0 4px 4px 0;
}

.imprint-catalog {
  float: right;
  width: 1000px;
  min-height: 532px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.imprint-catalog .catalogList {
  padding: 5px 22px 0 50px;
  /*border: 1px solid #eeeeee;*/
}

.imprint-catalog .catalogList .catalog {
  position: relative;
  height: 42px;
  line-height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.imprint-catalog .catalogList .catalog:last-child {
  border: 0;
}

.imprint-catalog .catalogList .catalog:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.imprint-catalog .catalogList .catalog:before {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  content: '';
  display: inline-block;
  margin: auto;
  width: 3px;
  height: 3px;
  background-color: #ed4040;
  border-radius: 1px;
}

.imprint-catalog .catalogList .catalog .catalog-name {
  float: left;
  max-width: 680px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.imprint-catalog .catalogList .catalog .catalog-time {
  float: right;
  margin-right: 18px;
  font-size: 16px;
  color: #666666;
}

.traffic-content {
  float: right;
  width: 970px;
  height: 580px;
  border: 1px solid #eeeeee;
}

.layui-laypage {
  margin-top: 55px !important;
}

.nav {
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

.nav.active .nav-name {
  color: #ed4040;
  background-color: #e6ecf5;
}

.nav .nav-name {
  position: relative;
  padding-left: 46px;
  height: 52px;
  line-height: 52px;
}

.nav .nav-name:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.nav-arrow {
  float: right;
  margin-right: 20px;
}

.subnav-list {
  display: none;
  padding-left: 60px;
}

.subnav-list .subnav {
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.subnav-list .subnav.active {
  color: #ed4040;
}

.subnav-list .subnav:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
