/* CSS Document */
.wrap img {
  max-width: 100%;
}

.middlewrap {
  width: 100%;
  margin: 0 auto;
}

.webpath {
  height: 46px;
  line-height: 30px;
  font-size: 18px;
}

.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;
}

.ertinf {
  height: 48px;
}

/*content*/
.contenthd {
  color: #898989;
  height: auto;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  line-height: 200%;
}

.contenthd div.ertile {
  font-size: 24px;
  height: 50px;
  margin-top: 25px;
  color: #333;
}

.contentbd {
  padding: 35px 0;
  font-size: 18px;
  line-height: 42px;
  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;
}

/* ////////////////////////////////// */
.mdcont {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
}

.lmidx_cot {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f0f0f2;
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 18px;
  color: #666666;
}

.lmidx_cot a {
  font-size: 18px;
  margin-left: 5px;
  color: #666666;
}

.cont_list {
  padding: 0 24px;
  box-sizing: border-box;
}

.cont_list li {
  height: 50px;
  line-height: 50px;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-bottom: #eee 1px dashed;
}

.cont_list li:last-child {
  border-bottom: none;
}

.clt::before {
  content: "\2022";
  color: #dddddd;
  font-size: 15px;
  padding-right: 5px;
}

.clt {
  font-size: 16px;
  color: #464a55;
}

.ldate {
  width: 90px;
  color: #a5a5a5;
  font-size: 14px;
}

.table_content {
  padding-top: 20px;
}

.size {
  height: 30px;
  line-height: 30px;
  background: #F5F5F7;
  border-radius: 20px;
  padding: 0 14px;
  display: inline-block;
  margin-left: 20px;
  margin-top: 2px;
  cursor: pointer;
}