.page_box {
  text-align: center;
  display: block;
}
.body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.black_cloth {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
}
.wap_menu {
  width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 90px;
  right: -250px;
  height: calc(100% - 90px);
  text-align: left;
  z-index: 10000001;
  background: #FFFFFF;
  overflow-y: auto;
}

.wap_menu .inner .active{
  background: #79b7ec6e;
}
.wap_menu .inner .active .text{
  color: #337ab7;
}
.wap_menu .inner a {
  display: flex;
  align-items: center;
  line-height: 48px;
  font-size: 16px;
}
.wap_menu .inner a .icon {
  margin: 0 12px;
}

.wap_menu .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}

.wap_menu .title .icon {
  margin: 0 15px;
}

.wap_menu .essay  ul li {
  padding: 0 12px;
  line-height: 48px;
  border-bottom: ;: 1px solid #eee;
}

.wap_menu .essay ul li a {
  padding-right: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
}

.wap_menu .essay ul li .number {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: #e22323;
}

.about_top .header_top {
  padding: 0;
}
.about_top .header_top .Inside_title {
  line-height: 60px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.about_top .header_top .instde_icon {
  margin-bottom: 30px;
  text-align: right;
}
.about_top .header_top .instde_icon span {
  display: inline-block;
  margin-right: 30px;
  padding-left: 30px;
}
.about_top .header_top .instde_icon .time {
  background-image: url(../images/time_icon.png);
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: auto 70%;
}
.about_top .header_top .instde_icon .number {
  background-image: url(../images/emy.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 0;
  background-size: auto 70%;
}
.about_top .header_top .return {
  float: left;
  display: inline-block;
}
.about_top .header_top .return .return_iodc {
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
  padding-left: 30px;
  background-image: url(../images/return.png);
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: auto 50%;
  cursor: pointer;
}
.crumb {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 30px;
}
.sidemenu {
  float: right;
  margin-top: 60px;
}
.sidemenu .sidebar {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 10px 10px 10px 10px;
}
.sidemenu .sidebar .title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 36px;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidemenu .sidebar .title .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}
.sidemenu .sidebar .title .icon img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidemenu .sidebar .inner ul li {
  position: relative;
  padding-left: 40px;
  line-height: 30px;
}
.sidemenu .sidebar .inner ul li .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}
.sidemenu .sidebar .inner ul li .icon img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidemenu .sidebar .inner ul li .text {
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidemenu .essay {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 10px 10px 10px 10px;
}
.sidemenu .essay .title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 36px;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidemenu .essay .title .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}
.sidemenu .essay .title .icon img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidemenu .essay .inner ul li {
  line-height: 30px;
}
.sidemenu .essay .inner ul li a {

  padding-left: 24px;
  display: block;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  color: #6d6d6d;
}
.sidemenu .essay .inner ul li .number {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: #e22323;
}
.fix_header {
  background: #fff;
  -webkit-box-shadow: 0 0 17px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 17px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.fix_header .header_top {
  padding: 15px 0;
  position: relative;
}
.fix_header .header_top .logo {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fix_header .header_top .logo img {
  max-height: 100%;
}
.fix_header .header_top .nav ul li {
  float: left;
  width: 16%;
  text-align: center;
  line-height: 60px;
}
.fix_header .header_top .nav ul li a {
  font-size: 18px;
  display: block;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fix_header .header_top .nav ul li:hover a {
  color: #257ecf;
}
.fix_header .header_top .nav ul li.on a {
  color: #257ecf;
}
.fix_header .header_top .nav ul li.on a:hover {
  color: #257ecf;
}
.fix_header .header_top .menu {
  display: inline-block;
  float: right;
}
.list_img_text ul li {
  margin-bottom: 15px;
  border: 1px solid #d2d2d2;
  border-radius: 10px 10px 10px 10px;
  padding: 20px;
}
.list_img_text ul li .img_area {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.list_img_text ul li .img_area a {
  display: block;
}
.list_img_text ul li .text_area {
  margin-top: 5px;
}
.list_img_text ul li .text_area .title {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 39px;
}
.list_img_text ul li .text_area .list_icon span {
  font-size: 12px;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 39px;
  padding-left: 30px;
  margin-right: 20px;
}
.list_img_text ul li .text_area .list_icon .date {
  background-image: url(../images/time_icon.png);
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: auto 80%;
}
.list_img_text ul li .text_area .list_icon .number {
  background-image: url(../images/emy.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 70%;
}
.list_img_text ul li .text_area .tip {
  height: 60px;
  margin: 5px 0 5px;
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.list_img_text ul li .text_area .tip a {
  display: block;
  color: #6d6d6d;
}
.list_img_text ul li .text_area .more {
  text-align: right;
}
.list_img_text ul li .text_area .more a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #4285f4;
  line-height: 40px;
}
.list_img_text ul li:hover {
  background: #D2D2D2;
}
.article {
  padding: 0;
}
.link {
  background: #333333;
  padding: 30px 0;
}
.link .title {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.link .inner {
  margin-top: 15px;
}
.link .inner a {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
/*当前页的样式*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #aaa;
  border-color: #aaaaaa;
}
/*分页块默认样式*/
.pagination > li > a,
.pagination > li > span {
  color: #666666;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #666666;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .list_img_text {
    padding: 0;
  }
  .list_img_text ul li .text_area .title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 24px;
  }
  .list_img_text ul li .text_area .list_icon span {
    line-height: 24px;
    padding-left: 20px;
    margin-right: 15px;
  }
  .list_img_text ul li .text_area .tip {
    height: 40px;
    -webkit-line-clamp: 2;
  }
  .list_img_text ul li .text_area .more a {
    line-height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .crumb {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 24px;
  }
  .list_img_text {
    margin-top: 10px;
    padding: 0;
  }
  .list_img_text ul li .text_area .title {
    font-size: 16px;
    line-height: 24px;
  }
  .list_img_text ul li .text_area .list_icon {
    display: none;
  }
  .list_img_text ul li .text_area .list_icon span {
    line-height: 24px;
    padding-left: 15px;
    margin-right: 10px;
  }
  .list_img_text ul li .text_area .list_icon .date {
    background-position: left center;
    background-size: auto 60%;
  }
  .list_img_text ul li .text_area .list_icon .number {
    margin-right: 0;
    background-position: left center;
    background-size: auto 60%;
  }
  .list_img_text ul li .text_area .tip {
    height: 40px;
    -webkit-line-clamp: 2;
  }
  .list_img_text ul li .text_area .more a {
    line-height: 20px;
  }
  .link {
    padding: 15px 0;
  }
  .link .inner {
    margin-top: 15ox;
  }
}
