body * {
  box-sizing: border-box;
}

.bunnerDiv img {
  width: 100%;
}

.contentDiv {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 0;
  margin-top: -120px;
}

.content {
  width: 100%;
  background-color: #FFF;
  padding: 20px;
  position: relative;
  top: -30px;
}

.dy_menu {
  width: 100%;
  text-align: -webkit-center;
  margin: 50px 0;
}

.dy_menul {
  width: 87%;
  margin-bottom: 40px;
  border-bottom: 1px solid #ececec;
}

.dy_menul li {
  width: 35%;
  display: inline-block;
  font-size: 26px;
  color: #212121;
  font-weight: normal;
  cursor: pointer;
  padding-bottom: 40px;
  border-bottom: 1px solid transparent;
}

.dy_menul .dy_menul_click {
  color: #197bb9;
  font-weight: bold;
  border-bottom: 1px solid #197bb9;
}

.dy_menul li:hover {
  color: #197bb9;
  font-weight: bold;
  border-bottom: 1px solid #197bb9;
}

.dy_content {
  float: left;
  width: 40%;
}

.dy_content img {
  width: 100%;
}

.dyimg_content_main {
  float: left;
  width: 60%;
  padding: 0 20px;
  text-align: left;
}

.dyimg_content_main p {
  text-align: left;
}

.dyimg_content_main .title {
  font-size: 24px;
  color: #333333;
  line-height: 50px;
}

.dyimg_content_main .time {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.dyimg_content_main .contentText {
  text-indent: 30px;
  line-height: 30px;
  color: #9ba1a9;
  font-size: 14px;
}

.dyimg_content .liDiv {
  display: flex;
}

.dyimg_content .title {
  flex: 1;
  text-align: left;
  font-size: 20px;
  line-height: 40px;
  color: #333333;
}

.dyimg_content .time {
  width: 150px;
  text-align: right;
  line-height: 40px;
}

.tabContentDiv p {
  text-align: left;
  text-indent: 30px;
  color: #9ba1a9;
  font-size: 14px;
  line-height: 20px;
  padding-right: 200px;
}

.tabContentDiv ul {
  list-style: disc;
  padding: 0 40px;
}

.tabContentDiv ul li {
  margin-top: 30px;
}

.paginationDiv {
  height: 60px;
  margin-left: 45%;
  margin-top: 30px;
}

.btnPage,
.prePage,
.nextPage{
  cursor: pointer;
}

.pageValue {
  float: right;
  height: 36px;
  line-height: 30px;
  margin: 20px auto;
  color: #969696;
  width: 44%;
}