﻿/* CSS Document */
.middlewrap {
  width: 100%;
  margin: 0 auto;
}

.webpath {
  height: 46px;
  line-height: 30px;
  font-size: 18px;
  padding-top: 10px;
}

.pagebox {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
}

.webpath * {
  padding: 0 5px;
}

.pagehd {
  height: 20px;
  padding: 15px 0;
  border-bottom: 2px solid #dcdcdc;
  font-size: 18px;
}

.pagehd span {
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  border-left: 5px solid #1a77bd;
  padding-left: 20px;
}

.pagebd {
  padding: 5px 30px 35px 30px;
}

.duoji {
  margin: 26px 0 6px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #dbdbdb;
}

.duoji span a {
  color: #393939;
  line-height: 42px;
  font-size: 18px;
  font-weight: bold;
}

.more_er {
  float: right;
}

/*标题列表*/
.erlist {
  padding-top: 10px;
}

.erlist ul li {
  height: 50px;
  border-bottom: 1px dashed #ccc;
  line-height: 50px;
}

.erlist ul li span.pullright {
  color: #999;
  float: right;
}

/*content*/
.contenthd {
  height: auto;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  line-height: 200%;
}

.contenthd div.ertile {
  font-size: 24px;
}

.contenthd div.ertinf {
  line-height: 40px;
  margin-top: 10px;
  color: #999;
}

.contentbd {
  padding: 35px 0;
  line-height: 25px;
  color: #666;
}

.contentbd img {
  margin-bottom: 4px;
}


/* ////页码 */
.barcon2 ul {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.barcon2 li {
  display: inline;
  font-size: 16px;
}

.barcon2 a {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  padding: 5px;
  padding-top: 0;
  color: black;
}

.barcon2 a:hover {
  color: rgb(255, 0, 0);
}

#wholePage {
  float: none;
  color: black;
}