@charset "utf-8";
/* CSS Document */

/* 栏目名字1 */
.chnldesc1 {
  padding: 0 40px;
}

/* 栏目名字2 */
.chnldesc2 {
  padding: 10px 40px;
  width: 100%;
  font-size: 40px;
}

/* 中间容器1 */
.container-1 {
  width: 100%;
}

/* 手机 端显示的 头部下方 一条粗线 */
.bold-line-1 {
  display: block;
  width: 100%;
  height: 6px;
  background: #568faf;
  margin-bottom: 10px;
}

/* 当前位置1 */
.cur-position-1 {
  padding: 20px 40px;
  font-size: 24px;
  width: 100%;
}
.cur-position-1.style1 {
  padding: 20px 0;
}

/* 分页1 */
.fy-page-ele-1 {
  padding: 55px 0 90px;
}
.fy-page-ele-1.style1 {
  padding-bottom: 130px;
}
.fy-page-ele-1 li {
  font-size: 30px;
}
.fy-page-ele-1 .but_num {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.fy-page-ele-1 .but1 {
  width: 60px;
  height: 60px;
}

/* more 按钮 style 1 */
.pub-more-btn-1 {
  width: 190px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #fff url(../assets/jiantou-2.png) no-repeat 145px center;
  background-size: auto auto;
  font-size: 24px;
  color: #000;
  padding: 0 22px;
  box-sizing: border-box;
  margin-top: 10px;
  cursor: pointer;
  font-weight: normal;
}
.pub-more-btn-1:hover {
  background: #568faf url(../assets/jiantou-fff-2.png) no-repeat 145px center;
  background-size: auto auto;
  color: #fff;
}
