.banner {
  background: url(../images/news/banner-bg.png) center no-repeat;
  background-size: cover;
}
.banner .banner-main {
  float: left;
  line-height: 480px;
  height: 480 px;
  width: calc(100% - 580px);
  padding-right: 50px;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main h1 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}
.banner .banner-main p {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.banner .banner-main p.info-mb {
  display: none;
}
.banner .btn-mb {
  display: none;
}
@media (max-width: 978px) {
  .banner {
    text-align: center;
    position: relative;
  }
  .banner .btn-mb {
    display: block;
  }
  .banner .l-btn {
    font-size: 14px;
  }
  .banner .banner-main {
    float: none;
    line-height: 320px;
    height: 300px;
    width: 100%;
    padding-right: 0;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 0;
  }
  .banner .banner-main .banner-topic {
    margin-bottom: 10px;
  }
  .banner .banner-main h1 {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
    text-align: center;
  }
  .banner .banner-main h1 + h1 {
    margin-bottom: 15px;
  }
  .banner .banner-main p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
  }
  .banner .banner-main p.info-pc {
    display: none;
  }
  .banner .banner-main p.info-mb {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .banner .banner-img {
    float: none;
    height: auto;
    width: auto;
    display: inline-block;
    padding-left: 0;
    margin-top: 20px;
    font-size: 0;
  }
  .banner .banner-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.news {
  padding-bottom: 30px;
}
.news .l-content {
  padding-right: 340px;
}
.news .l-container {
  position: relative;
  text-align: left;
}
.news .news-nav li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 35px;
}
.news .news-nav li a {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 15px;
}
.news .news-nav li.active a {
  background: #07c5d5;
  color: #fff;
}
.news .news-nav li:hover a {
  color: #07c5d5;
}
.news .tab_btn {
  border-bottom: 1px solid #ddd;
}
.news .tab_btn p {
  font-size: 16px !important;
  color: #666666 !important;
  line-height: 24px !important;
  margin-right: 20px;
  width: 100%;
  transition: all 0.3s;
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
}
.news .tab_btn > span {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  float: left;
}
.news .tab_btn li.active p {
  color: #00adbb !important;
  border-color: #00adbb;
}
.news .tab_item li {
  width: calc((100% - 40px) / 2);
  float: left;
  margin-right: 40px;
}
.news .tab_item li:nth-child(even) {
  margin-right: 0;
}
.news .tab_item li > div {
  margin-bottom: 40px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  position: relative;
}
.news .tab_item li > div:hover a {
  color: #00adbb;
}
.news .tab_item li > div:hover img {
  transform: scale(1.1);
}
.news .tab_item li > div:nth-child(6n + 1) {
  animation: toShow 0.5s linear;
  -moz-animation: toShow 0.5s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.news .tab_item li > div:nth-child(6n + 2) {
  animation: toShow 0.5s 0.1s linear;
  -moz-animation: toShow 0.5s 0.1s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.1s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.1s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.news .tab_item li > div:nth-child(6n + 3) {
  animation: toShow 0.5s 0.2s linear;
  -moz-animation: toShow 0.5s 0.2s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.2s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.2s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.news .tab_item li > div:nth-child(6n + 4) {
  animation: toShow 0.5s 0.3s linear;
  -moz-animation: toShow 0.5s 0.3s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.3s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.3s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.news .tab_item li > div:nth-child(6n + 5) {
  animation: toShow 0.5s 0.4s linear;
  -moz-animation: toShow 0.5s 0.4s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.4s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.4s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.news .tab_item li > div:nth-child(6n + 6) {
  animation: toShow 0.5s 0.5s linear;
  -moz-animation: toShow 0.5s 0.5s linear;
  /* Firefox */
  -webkit-animation: toShow 0.5s 0.5s linear;
  /* Safari 和 Chrome */
  -o-animation: toShow 0.5s 0.5s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.news .tab_item .recommend-left {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  overflow: hidden;
}
.news .tab_item .recommend-left span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #00adbb;
  z-index: 111;
  border-radius: 8px 0 8px 0;
}
@media (max-width: 978px) {
  .news .tab_item .recommend-left span {
    border-radius: 8px 0 8px 0;
  }
}
.news .tab_item .recommend-left img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.news .tab_item .recommend-right {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #f7f7f7;
  padding: 20px;
}
.news .tab_item .recommend-right a {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 10px;
  display: inline-block;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 72px;
  overflow: hidden;
}
.news .tab_item .recommend-right .main {
  margin-bottom: 20px;
}
.news .tab_item .recommend-right .main span {
  font-size: 14px;
  color: #07c5d5;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  margin-right: 5px;
}
.news .tab_item .recommend-right .main .time {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
}
.news .tab_item .recommend-right .main p {
  display: inline-block;
  float: right;
}
.news .tab_item .recommend-right .main p i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/browse-icon.svg) center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.news .tab_item .recommend-right .main p span {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.news .tab_item .recommend-right > p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
  min-height: 72px;
  overflow: hidden;
}
.news .more-btn {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.news .more-btn .l-btn {
  display: inline-block;
  float: none;
}
.news-right-box {
  width: 300px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
.news-right-box .tag-box a {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.news-right-box .tag-box a:hover {
  color: #32adbb;
  background: rgba(50, 173, 187, 0.1);
}
.news-right-box h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.news-right-box .info-box {
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
  background: #f7f7f7;
}
.news-right-box .info-box.tag {
  padding: 20px 0 10px 20px;
}
.news-right-box .info-box.cad {
  border: none;
  padding: 0;
  font-size: 0;
}
.news-right-box .info-box.cad img {
  width: 100%;
}
.news-right-box .info-box li {
  margin-bottom: 10px;
  cursor: pointer;
}
.news-right-box .info-box .recommend-left {
  width: 96px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
}
.news-right-box .info-box .recommend-left img {
  width: 100%;
  height: 70px;
  transition: all 0.3s;
}
.news-right-box .info-box .recommend-right {
  display: inline-block;
  width: calc(100% - 110px);
  vertical-align: middle;
}
.news-right-box .info-box .recommend-right a {
  font-size: 14px;
  display: inline-block;
  color: #000000;
  line-height: 20px;
  /* margin-bottom: 10px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
  overflow: hidden;
  transition: all 0.3s;
}
.news-right-box .info-box .recommend-right .main .time {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
}
.news-right-box .info-box .recommend-right .main p {
  display: inline-block;
}
.news-right-box .info-box .recommend-right .main p i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/news/browse-icon.svg) center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.news-right-box .info-box .recommend-right .main p span {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.news-right-box .info-box li:hover a {
  color: #00adbb;
}
.news-right-box .info-box li:hover img {
  transform: scale(1.1);
}
.news-right-box .info-box.flexbox {
  padding: 0;
}
.news-right-box .info-box.flexbox ul {
  display: none;
  padding: 0 20px 10px;
}
.news-right-box .info-box.flexbox h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 68px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
}
.news-right-box .info-box.flexbox h3 .fold-icon {
  display: block !important;
  background: url(../images/ifold-black.svg) center no-repeat;
  background-size: cover;
  right: 20px;
  top: 36px;
  transition: all 0.3s;
  transform: rotateX(0deg);
}
.news-right-box .info-box.flexbox h3.active .fold-icon {
  background: url(../images/ifold-black.svg) center no-repeat;
  background-size: cover;
  transform: rotateX(180deg);
}
@media (max-width: 978px) {
  .news {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .news .news-nav li {
    margin-bottom: 20px;
    margin-right: 8px;
  }
  .news .news-nav li:last-child {
    margin-right: 0;
  }
  .news .tab_item li {
    width: 100%;
    margin-right: 0;
  }
  .news .news-nav li a {
    font-size: 12px;
    line-height: 24px;
    padding: 8px;
  }
  .news .l-content {
    padding-right: 0;
  }
  .news .tab_btn {
    border-bottom: 1px solid #ddd;
    overflow-x: auto;
  }
  .news .tab_btn::-webkit-scrollbar {
    display: none;
  }
  .news .tab_btn p {
    font-size: 12px !important;
    color: #666666 !important;
    line-height: 20px !important;
    margin-right: 10px;
    width: 100%;
    transition: all 0.3s;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
  }
  .news .tab_btn > span {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    float: left;
  }
  .news .tab_btn li.active p {
    color: #00adbb !important;
    border-color: #00adbb;
  }
  .news .tab_item li > div {
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 8px 19px 0 rgba(154, 171, 221, 0.3);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
  }
  .news .tab_item li > div:hover a {
    color: #00adbb;
  }
  .news .tab_item .recommend-left {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
    font-size: 0;
    border-radius: 0;
  }
  .news .tab_item .recommend-left img {
    width: 100%;
  }
  .news .tab_item .recommend-right {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 20px 20px 20px;
    position: relative;
  }
  .news .tab_item .recommend-right a {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 0;
    display: inline-block;
    transition: all 0.3s;
    -webkit-line-clamp: 10;
    max-height: 1000px;
  }
  .news .tab_item .recommend-right .main {
    margin-bottom: 10px;
  }
  .news .tab_item .recommend-right .main .label-info {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .news .tab_item .recommend-right .main .time {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .news .tab_item .recommend-right .main p {
    display: inline-block;
    min-height: 0;
    vertical-align: middle;
  }
  .news .tab_item .recommend-right .main p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/browse-icon.svg) center no-repeat;
    vertical-align: middle;
    margin-right: 5px;
  }
  .news .tab_item .recommend-right .main p span {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
  }
  .news .tab_item .recommend-right p {
    font-size: 14px;
    color: #575b62;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 40px;
    overflow: hidden;
  }
  .news .tab_item .recommend-right .label-info {
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .news .tab_item .recommend-right .label-info.blue {
    border: 1px solid #5278dc;
    color: #5278dc;
  }
  .news .tab_item .recommend-right .label-info.red {
    border: 1px solid #f73a29;
    color: #f73a29;
  }
  .news .tab_item .recommend-right .label-info.orange {
    border: 1px solid #f76c23;
    color: #f76c23;
  }
  .news .tab_item .recommend-right .label-info.yellow {
    border: 1px solid #fda80a;
    color: #fda80a;
  }
  .news .tab_item .recommend-right .label-info.green {
    border: 1px solid #00adbb;
    color: #00adbb;
  }
  .news .more-btn {
    padding-top: 0;
    margin-top: 10px;
  }
  .news-right-box {
    width: 100%;
    background: #fff;
    position: static;
    right: 0;
    top: 0;
  }
  .news-right-box .tag-box a {
    display: inline-block;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .news-right-box h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .news-right-box .more-btn {
    text-align: center;
  }
  .news-right-box .info-box {
    padding: 0px;
    margin-bottom: 20px;
    border: none;
    border-radius: 4px;
    background: transparent;
  }
  .news-right-box .info-box.tag {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dddddd;
  }
  .news-right-box .info-box.cad {
    padding: 0;
    border-bottom: 1px solid #dddddd;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 0;
  }
  .news-right-box .info-box.cad img {
    width: 100%;
  }
  .news-right-box .info-box li {
    margin-bottom: 10px;
    cursor: pointer;
  }
  .news-right-box .info-box .recommend-left {
    width: 96px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 0;
    border-radius: 4px;
    overflow: hidden;
  }
  .news-right-box .info-box .recommend-left img {
    width: 100%;
    height: 70px;
    transition: all 0.3s;
  }
  .news-right-box .info-box .recommend-right {
    display: inline-block;
    width: calc(100% - 110px);
  }
  .news-right-box .info-box .recommend-right a {
    font-size: 14px;
    display: inline-block;
    color: #000000;
    line-height: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 48px;
    overflow: hidden;
    transition: all 0.3s;
  }
  .news-right-box .info-box .recommend-right .main .time {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    margin-right: 20px;
  }
  .news-right-box .info-box .recommend-right .main p {
    display: inline-block;
  }
  .news-right-box .info-box .recommend-right .main p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/news/browse-icon.svg) center no-repeat;
    vertical-align: middle;
    margin-right: 5px;
  }
  .news-right-box .info-box .recommend-right .main p span {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
  }
  .news-right-box .info-box li:hover a {
    color: #00adbb;
  }
  .news-right-box .info-box li:hover img {
    transform: scale(1.1);
  }
  .news-right-box .info-box.flexbox {
    border-top: 1px solid #dddddd;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 0;
  }
  .news-right-box .info-box.flexbox li:nth-child(n + 3) {
    display: block;
  }
}
.news-template {
  padding-bottom: 80px;
}
.news-template .l-container {
  position: relative;
}
.news-template .news-left-box {
  padding-right: 360px;
}
.news-template .news-left-box .crumb {
  margin-bottom: 20px;
}
.news-template .news-left-box .crumb span {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.news-template .news-left-box .crumb span:last-child {
  color: #2a2a2a;
}
.news-template .news-left-box .crumb span a {
  margin-right: 1px;
  transition: all 0.3s;
}
.news-template .news-left-box .crumb span a:hover {
  color: #00adbb;
}
.news-template .news-left-box .title {
  font-size: 30px;
  color: #000000;
  line-height: 38px;
  margin-bottom: 20px;
}
.news-template .news-left-box .tag-box {
  margin-bottom: 30px;
}
.news-template .news-left-box .tag-box .label-info {
  display: inline-block;
}
.news-template .news-left-box .tag-box .label-info.blue span {
  border: 1px solid #5278dc;
  color: #5278dc;
}
.news-template .news-left-box .tag-box .label-info.red span {
  border: 1px solid #f73a29;
  color: #f73a29;
}
.news-template .news-left-box .tag-box .label-info.orange span {
  border: 1px solid #f76c23;
  color: #f76c23;
}
.news-template .news-left-box .tag-box .label-info.yellow span {
  border: 1px solid #fda80a;
  color: #fda80a;
}
.news-template .news-left-box .tag-box .label-info.green span {
  border: 1px solid #00adbb;
  color: #00adbb;
}
.news-template .news-left-box .tag-box .label-info span {
  margin-right: 10px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  padding: 5px 10px;
}
.news-template .news-left-box .tag-box .main {
  margin-top: 5px;
}
.news-template .news-left-box .tag-box .main .time {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
}
.news-template .news-left-box .tag-box .main p {
  float: right;
}
.news-template .news-left-box .tag-box .main p i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/news/browse-icon.svg) center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.news-template .news-left-box .tag-box .main p span {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.news-template .news-left-box .section {
  margin-bottom: 30px;
}
.news-template .news-left-box .section ul {
  padding-left: 15px;
  list-style: unset;
}
.news-template .news-left-box .section ul li {
  list-style: unset;
}
.news-template .news-left-box .section h3 {
  font-size: 30px;
  color: #000000;
  line-height: 40px;
  margin-bottom: 20px;
}
.news-template .news-left-box .section h4 {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 20px;
}
.news-template .news-left-box .section p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.news-template .news-left-box .section a {
  color: #428bca;
}
.news-template .news-left-box .section img {
  /* width: 100%; */
  margin: 0 auto;
  display: block;
}
.news-template .news-left-box .section a img {
  width: 100%;
}
.news-template .news-left-box .detail-feedback i {
  width: 14px;
  height: 14px;
  transition: all 0.3s;
  position: absolute;
  top: 2px;
  left: 0;
}
.news-template .news-left-box .detail-feedback .pre {
  float: left;
  position: relative;
  padding-left: 20px;
}
.news-template .news-left-box .detail-feedback .pre i {
  background: url(../images/news/arrow-left.svg) center no-repeat;
  background-size: cover;
}
.news-template .news-left-box .detail-feedback .pre:hover i {
  background: url(../images/news/arrow-left-h.svg) center no-repeat;
  background-size: cover;
}
.news-template .news-left-box .detail-feedback .pre:hover a {
  color: #00adbb;
}
.news-template .news-left-box .detail-feedback .next {
  float: right;
  padding-right: 20px;
  position: relative;
}
.news-template .news-left-box .detail-feedback .next i {
  background: url(../images/news/arrow-right.svg) center no-repeat;
  background-size: cover;
  left: auto;
  right: 0;
  top: 3px;
}
.news-template .news-left-box .detail-feedback .next:hover i {
  background: url(../images/news/arrow-right-h.svg) center no-repeat;
  background-size: cover;
}
.news-template .news-left-box .detail-feedback .next:hover a {
  color: #00adbb;
}
.news-template .news-left-box .detail-feedback a {
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  width: 200px;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
  overflow: hidden;
}
.news-template .news-left-box img {
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 1279px) {
  .news-right-box {
    right: 3%;
  }
}
@media (max-width: 978px) {
  .news-template {
    padding-bottom: 0px;
  }
  .news-template .l-container {
    position: relative;
  }
  /* .news-template li:nth-child(n + 3) {
    display: none;
  } */
  .news-template .news-left-box {
    padding-right: 0;
  }
  .news-template .news-left-box .crumb {
    margin-bottom: 5px;
  }
  .news-template .news-left-box .crumb span {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
  }
  .news-template .news-left-box .crumb span:last-child {
    color: #2a2a2a;
  }
  .news-template .news-left-box .title {
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .news-template .news-left-box .tag-box {
    margin-bottom: 20px;
  }
  .news-template .news-left-box .tag-box .label-info {
    display: inline-block;
  }
  .news-template .news-left-box .tag-box .label-info.blue span {
    border: 1px solid #5278dc;
    color: #5278dc;
  }
  .news-template .news-left-box .tag-box .label-info.red span {
    border: 1px solid #f73a29;
    color: #f73a29;
  }
  .news-template .news-left-box .tag-box .label-info.orange span {
    border: 1px solid #f76c23;
    color: #f76c23;
  }
  .news-template .news-left-box .tag-box .label-info.yellow span {
    border: 1px solid #fda80a;
    color: #fda80a;
  }
  .news-template .news-left-box .tag-box .label-info.green span {
    border: 1px solid #00adbb;
    color: #00adbb;
  }
  .news-template .news-left-box .tag-box .label-info span {
    margin-right: 10px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    padding: 5px 10px;
  }
  .news-template .news-left-box .tag-box .main {
    margin-top: 5px;
  }
  .news-template .news-left-box .tag-box .main .time {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    margin-right: 20px;
  }
  .news-template .news-left-box .tag-box .main p {
    float: none;
    display: inline-block;
  }
  .news-template .news-left-box .tag-box .main p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/news/browse-icon.svg) center no-repeat;
    vertical-align: middle;
    margin-right: 5px;
  }
  .news-template .news-left-box .tag-box .main p span {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
  }
  .news-template .news-left-box .section {
    font-size: 0;
    margin-bottom: 60px;
  }
  .news-template .news-left-box .section h3 {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .news-template .news-left-box .section img {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-template .news-left-box .section h4 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .news-template .news-left-box .section p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .news-template .news-left-box .detail-feedback i {
    display: inline-block;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
    vertical-align: middle;
  }
  .news-template .news-left-box .detail-feedback .pre {
    float: left;
  }
  .news-template .news-left-box .detail-feedback .pre i {
    background: url(../images/news/arrow-left.svg) center no-repeat;
    background-size: cover;
  }
  .news-template .news-left-box .detail-feedback .pre:hover i {
    background: url(../images/news/arrow-left-h.svg) center no-repeat;
    background-size: cover;
  }
  .news-template .news-left-box .detail-feedback .pre:hover a {
    color: #00adbb;
  }
  .news-template .news-left-box .detail-feedback .next {
    float: right;
  }
  .news-template .news-left-box .detail-feedback .next i {
    background: url(../images/news/arrow-right.svg) center no-repeat;
    background-size: cover;
  }
  .news-template .news-left-box .detail-feedback .next:hover i {
    background: url(../images/news/arrow-right-h.svg) center no-repeat;
    background-size: cover;
  }
  .news-template .news-left-box .detail-feedback .next:hover a {
    color: #00adbb;
  }
  .news-template .news-left-box .detail-feedback a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    transition: all 0.3s;
  }
  .news-template .detail-feedback {
    margin-bottom: 30px;
  }
  .news-template .news-left-box .detail-feedback .pre {
    width: 50%;
    padding-right: 10px;
  }
  .news-template .news-left-box .detail-feedback .pre a {
    width: calc(100% - 28px);
  }
  .news-template .news-left-box .detail-feedback .next {
    width: 50%;
    padding-left: 10px;
  }
  .news-template .news-left-box .detail-feedback .next a {
    width: calc(100% - 28px);
  }
}
.news + .pagination-container {
  margin-bottom: 80px;
}
.header .header-tel span,
.header-lan h3 {
  color: #000;
}
.header .header-tel i {
  background: url(../images/header-telb.svg) center no-repeat;
  vertical-align: middle;
}
.header {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 978px) {
  .cad-mb {
    margin-bottom: 10px !important;
    padding: 0 15px !important;
    border: none !important;
  }
  .news + .pagination-container {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .pagination-container {
    margin: 10px 0;
  }
  #mes #paginationpc {
    display: none;
  }
}
.iframe-boxs {
  position: relative;
}
.iframe-boxs:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  background: url(../images/video-play.svg) center;
  z-index: 2;
}
@media (max-width: 978px) {
  .iframe-boxs:after {
    width: 40px;
    height: 40px;
  }
}
