.main_wrap {
  margin: 0 0 0 0;
}

.menu_img {
  display: none;
}

.white {
  color: #fff;
}

img {
  display: block;
}

.main_img {
  width: 100%;
  height: auto;
}

/* 新闻 */
.news_wrap {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.tab_wrap {
  padding: 80px 240px 0 240px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url("../../images/case/tab_bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-content: center;
}

.tab_item {
  width: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 18px 0;
  font-size: 16px;
  color: #1d2129;
  cursor: pointer;
}

.tab_icon {
  width: 76px;
  height: 70px;
  margin: 0 0 6px 0;
}

.tab_active {
  color: #1575fe;
  border-bottom: 2px solid #1575fe;
}

.tab_item:hover {
  color: #1575fe;
  border-bottom: 2px solid #1575fe;
}

.news_content {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 80px 240px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

.news_item_content {
  box-shadow: 0px 4px 40px 0px rgba(7, 20, 41, 0.06);
  border-radius: 12px;
  cursor: pointer;
}

/*.news_img {
    width: 100%;
    height: 306px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}*/

.news_img>img {
  width: 100%;
  height: 100%;
  transform: translateX(0) scale(1);
  transition: all 0.5s;
}

.news_img {
  width: 100%;
  height: 15vw;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
@media screen and (max-width:1440px) {
  .news_img {height: 13vw;}
}
@media screen and (max-width:1280px) {
  .news_img {height: 12vw;}
}
@media screen and (max-width:1024px) {
  .news_img {height: 25vw;}
}
.news_img>img{
  object-fit: cover;
}

.news_img>img:hover {
  transform: translateX(0) scale(1.2);
}

.news_info {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 24px 32px;
}

.news_info_title {
  font-size: 16px;
  color: #1d2129;
  font-weight: 549;
  margin: 0 0 8px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 超出几行省略 */
  overflow: hidden;
}

.news_desc {
  font-size: 14px;
  color: #868d9c;
  font-weight: 400;
  line-height: 22px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 超出几行省略 */
  overflow: hidden;
}

.news_time {
  margin: 20px 0;
  font-size: 14px;
  color: #868d9c;
}

.news_detail_wrap {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1575fe;
  text-decoration: unset;
}

.news_enter {
  width: 20px;
  height: 20px;
  margin: 0 0 0 12px;
}

.main_mobile_img {
  display: none;
}

#pageinput,
#z-select {
  cursor: default;
  display: inline-block;
  color: #428bca;
  height: 25px;
  font-size: 10pt;
  line-height: 25px;
  padding: 0 9px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
  width: auto;
}

* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.page {
  display: table;
  margin: 0px 12.5%;
  color: #ccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page a {
  cursor: default;
  display: inline-block;
  color: #428bca;
  height: 25px;
  font-size: 10pt;
  line-height: 25px;
  padding: 0 9px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
}

.page a:not(.disabled):not(.current):hover {
  border: 1px solid #428bca;
  cursor: pointer;
}

.page a.current {
  display: inline-block;
  font-size: 10pt;
  height: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  color: #fff;
  background-color: #428bca;
  border: 1px solid #428bca;
  border-radius: 4px;
  vertical-align: middle;
}

.page a.disabled {
  display: inline-block;
  font-size: 10pt;
  height: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  vertical-align: middle;
  cursor: no-drop;
}

.pagelist {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
}

.news_item_content {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.pagecontent {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagecontent ul {
  display: flex;
  align-items: center;
}

.pagecontent ul .up, .nuxt {
  background-color: #F5F6F7;
}

/* 分页 */

.pagecontent ul li {
  width: 32px;
  height: 32px;
  padding: 0;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0 2px;
  vertical-align: middle;
}

.pagecontent ul li a{
 display: block;
 height: 32px;
 text-align: center;
 line-height: 32px;
 border: 1px solid #ddd;
 border-radius: 4px;
}

.pagecontent ul li a:hover {
  color: white;
  border: 1px solid #1977FD;
  background-color: #1977FD;
}

.pagecontent ul li.active a{
  color: white;
  border: 1px solid #1977FD;
  background-color: #1977FD;
}

.pagecontent ul li.disabled a{
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
  cursor: not-allowed;
}


.pagecontent ul li img {
  width: 17px;
  height: 17px;
}


.pagecontent ul .up,
.nuxt {
  /* border: 0px; */
  background-color: #F5F6F7 !important;
}