body {
  background-color: #f8f8f8;
}
.p-box .p-left .p-list .pl-title,
.p-box .p-hot .p-list .pl-title {
  font-size: 20px;
}
.p-box .p-left .hot-list .nh-title,
.p-box .p-hot .hot-list .nh-title {
  font-size: 20px;
}
.d-nav {
  width: 100%;
  height: 194px;
  margin-bottom: 25px;
}
.d-nav .dn-left {
  position: relative;
  width: 572px;
}
.d-nav .dn-left img {
  width: 100%;
}
.d-nav p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 194px;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.d-nav .dn-right {
  width: 620px;
  position: relative;
}
.d-nav .dn-right img {
  width: 100%;
}
.p-center {
  position: relative;
  width: 684px;
}
.p-center .no-list {
  display: none;
  text-align: center;
  font-size: 20px;
  color: #666;
  padding: 100px 0;
}
.p-center .pc-list {
  width: 100%;
}
.p-center .pc-list .pc-item {
  border-bottom: 1px dashed #CCCCCC;
  line-height: 51px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.p-center .pc-list .pc-item a {
  color: #333;
}
.p-center .pc-list .pc-item .p-name {
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 521px;
}
.p-hot .hot-label {
  background-color: #fff;
  padding-bottom: 16px;
}
.p-hot .hot-label .hl-title {
  text-align: center;
  line-height: 86px;
  border-bottom: 1px dashed #cccccc;
  font-size: 24px;
  color: #333;
  box-sizing: border-box;
}
.p-hot .hot-label .hl-item {
  padding: 0 30px;
  padding-top: 10px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cccccc;
}
.p-hot .hot-label .hl-item .hl-name {
  display: inline-block;
  width: 65px;
  margin-right: 45px;
  font-size: 16px;
  color: #333;
  margin-top: 25px;
  cursor: pointer;
}
.p-hot .hot-label .hl-item .hl-name.active {
  color: #164ABE;
}
.p-hot .hot-label .hl-item .hl-name:nth-child(2n) {
  margin-right: 0;
}
#kkpager .pageBtnWrap {
  float: right;
  right: 0;
  left: inherit;
  margin-top: 50px;
}
#kkpager span.disabled {
  padding: 0;
  width: 59px;
  height: 34px;
  font-size: 16px;
  border-radius: 0;
  text-align: center;
  line-height: 34px;
  background-color: #F8F8F8;
}
#kkpager a {
  padding: 0 12.5px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  border-radius: 0;
  background-color: #f8f8f8;
}
#kkpager span.curr {
  border-radius: 0;
  padding: 0 12.5px;
  height: 34px;
  border: 1px solid #164b8e;
  background: #164b8e;
  line-height: 34px;
  font-size: 16px;
}
#kkpager a:hover {
  border: 1px solid #164b8e;
  background-color: #164b8e;
  color: #fff;
}
#kkpager .spanDot {
  margin-top: 7px;
}
.p-list {
  padding-bottom: 38px;
}
.p-box .p-left .p-list .pl-item:last-child,
.p-box .p-hot .p-list .pl-item:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.p-box .p-left .hot-list .nh-item,
.p-box .p-hot .hot-list .nh-item {
  height: 80px;
}
.p-box .p-left .hot-list .nh-item span,
.p-box .p-hot .hot-list .nh-item span {
  padding-top: 15px;
}
.p-box .p-left .hot-list,
.p-box .p-hot .hot-list {
  padding-bottom: 16px;
  margin-bottom: 35px;
}
