.banner {
  background: url(../images/news/news_bg.jpg);
}

.new-wrapp {
  padding-bottom: 4%;
  width: 100%;
}
.new-wrapp .nav {
  text-align: center;
  padding: 4% 0;
  width: 29%;
  margin: auto;
}
.new-wrapp .nav li {
  text-align: center;
  margin: auto;
  position: relative;
}
.new-wrapp .nav li a {
  border: none;
  font-size: 18px;
  color: #fff;
  background-color: #4d4d4d;
  padding: 14px 50px !important;
  border-radius: 0px;
}
.new-wrapp .nav li:first-child:before {
  position: absolute;
  right: -9px;
  top: 45%;
  z-index: 3;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #4d4d4d;
  border-bottom: 5px solid transparent;
  opacity: 1;
}
.new-wrapp .nav li:first-child.active:before {
  opacity: 0;
}
.new-wrapp .nav li:last-child:before {
  position: absolute;
  left: -9px;
  top: 45%;
  z-index: 3;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #4d4d4d;
  border-bottom: 5px solid transparent;
  opacity: 1;
}
.new-wrapp .nav li:last-child.active:before {
  opacity: 0;
}
.new-wrapp .tab-menu{
  width: 25%;
  float:left;
  padding-top:35px;
  padding-right:20px;
}

.new-wrapp .tab-content {
  width: 75%;
  float:right;
}
.new-wrapp .tab-content .new_index {
  padding-bottom: 12px;
  border-bottom: 1px dotted #e6e6e6;
}
.new-wrapp .tab-content .new_index .new-content {
  margin-left: -30px;
}
.new-wrapp .tab-content .new_index .new-content .new-img {
  position: relative;
  width: 100%;
}
.new-wrapp .tab-content .new_index .new-content .new-img img {
  width: 100%;
}
.new-wrapp .tab-content .new_index .new-content .new-img .new-time {
  text-align: center;
  position: absolute;
  width: 14%;
  background-color: #01bbec;
  padding: 0.375rem;
  z-index: 1;
}
.new-wrapp .tab-content .new_index .new-content .new-img .new-time span {
  font-size: 42px;
  color: #fff;
  display: block;
}
.new-wrapp .tab-content .new_index .new-content .new-img .new-time em {
  font-size: 14px;
  color: #fff;
  display: block;
}
.new-wrapp .tab-content .new_index .new_text .new-intr h2 {
  font-size: 24px;
  color: #333;
  padding-top: 2%;
}
.new-wrapp .tab-content .new_index .new_text .new-intr .content {
  font-size: 14px;
  color: #666;
  margin: 4% 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.new-wrapp .tab-content .new_index .new_text .more-detail {
  padding-top: 2%;
}
.new-wrapp .tab-content .new_index .new_text .more-detail a {
  font-size: 16px;
  color: #666;
}
.new-wrapp .tab-content .new_index .new_text .more-detail a i {
  font-size: 1px;
  padding-left: 10px;
  vertical-align: middle;
}
.new-wrapp .tab-content .new_index .new_text .more-detail a:hover {
  color: #01bbec;
}
.new-wrapp .tab-content .new-more {
  margin-top: 4%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.new-wrapp .tab-content .new-more ul.list_ul {
  width: 106%;
}
.new-wrapp .tab-content .new-more ul.list_ul li {
  float: left;
  width: 30%;
  margin-right: 30px;
  padding-bottom: 30px;
}
.new-wrapp .tab-content .new-more ul.list_ul li:nth-child(3n) {
  padding-right: 0;
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp {
  position: relative;
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp .add {
  position: absolute;
  right: 5.5%;
  top: 49%;
  height: 48px;
  width: 48px;
  background-color: #01bbec;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  box-shadow: 0 0 10px rgba(1, 187, 236, 0.5);
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp .add i {
  color: #fff;
  font-size: 20px;
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp .list-img {
  min-height: 220px;
  vertical-align: top;
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp:hover .back {
  opacity: 1;
  display: block\9;
  filter: alpha(opacity=100);
  filter: "alpha(opacity=100)";
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp:hover .add {
  margin: 0 auto;
  background-color: transparent;
  box-shadow: inherit;
  z-index: 5;
  animation: translate 500ms ease-in;
  -webkit-animation: translate 500ms ease-in;
  -moz-animation: translate 500ms ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp .back {
  opacity: 0;
  filter: alpha(opacity=0);
  filter: "alpha(opacity=0)";
  display: none\9;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 187, 236, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9901bbec,endColorstr=#9901bbec);
  z-index: 3;
  top: 0;
  left: 0;
  text-align: center;
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp .back a {
  display: block;
  height: 100%;
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp .back a i {
  font-size: 45px;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 1.1%;
  right: 0;
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp .list-content {
  padding: 0px;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
  min-height: 180px;
  position: relative;
  padding: 10px;
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp .list-content p {
  font-size: 20px;
  color: #01bbec;
  padding-top: 1%;
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp .list-content h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-wrapp .tab-content .new-more ul.list_ul li .list-wrapp .list-content .list-text {
  font-size: 14px;
  color: #999;
}
.new-wrapp .tab-content .new-more .page {
  position: relative;
  text-align: center;
}
.new-wrapp .tab-content .new-more .page nav {
  margin: 0 auto;
}
.new-wrapp .tab-content .new-more .page nav ul {
  text-align: center;
}
.new-wrapp .tab-content .new-more .page nav ul li {
  margin-right: 5px;
  padding: 0;
  width: auto;
}

.new-wrapp .nav-pills > li.active > a, .new-wrapp .nav-pills > li.active > a:hover, .new-wrapp .nav-pills > li.active > a:focus {
  border: none;
  background-color: #169efd;
  color: #fff;
}

.new-wrapp .nav-pills > li + li {
  margin: 0;
}

.page .pagination > li > a:hover, .page .pagination > li > span:hover, .page .pagination > li > a:focus, .page .pagination > li > span:focus {
  background-color: #169efd;
  color: #fff;
  border: 1px solid #169efd;
}

.page .pagination > .active > a, .page .pagination > .active > span, .page .pagination > .active > a:hover, .page .pagination > .active > span:hover, .page .pagination > .active > a:focus, .page .pagination > .active > span:focus {
  background-color: #169efd;
  color: #fff;
  border: 1px solid #169efd;
}

.page .pagination > li > a, .page .pagination > li > span {
  font-size: 16px;
  color: #666;
  border: 1px solid #ccc;
}

.page .pagination > li:first-child > a, .page .pagination > li:first-child > span {
  border-radius: 0px;
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff;
  padding: 5.3px 12px;
}

.page .pagination > li:last-child > a, .page .pagination > li:last-child > span {
  border-radius: 0px;
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff;
  padding: 5.3px 12px;
}

.page .pagination > li:first-child > a:hover, .page .pagination > li:first-child > span:hover {
  background-color: #169efd;
  border: 1px solid #169efd;
}

.page .pagination > li:last-child > a:hover, .page .pagination > li:last-child > span:hover {
  background-color: #169efd;
  border: 1px solid #169efd;
}

@-webkit-keyframes translate {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-145px, -69px, 0);
            transform: translate3d(-145px, -69px, 0);
  }
}

@media (max-width: 991px) {
  .tab-menu{
    display: none;
  }
  .tab-content {
    width:100%;
  }
}