﻿.supage_567 {
  /*新闻中心*/
}
.supage_567 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .supage_567 .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.supage_567 .news {
  margin-top: 0.68rem;
  height: auto;
}
.supage_567 .news .name {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.3rem;
  position: relative;
  text-align: center;
  display: block;
}
.supage_567 .news .inters {
  width: 0.6rem;
  height: 0.04rem;
  background: #FF7327;
  position: absolute;
  left: 48.5%;
  margin-top: 0.21rem;
}
@media screen and (max-width: 1024px) {
  .supage_567 .news .inters {
    left: 45.5%;
  }
}
.supage_567 .news .news-right {
  margin-top: 0.8rem;
  display: block;
  text-align: center;
}
.supage_567 .news .news-right .title {
  margin-top: 0.3rem;
}
.supage_567 .news .news-right .title ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.supage_567 .news .news-right .title ul li {
  display: inline-block;
  width: auto;
  padding: 0 0 0.2rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.supage_567 .news .news-right .title ul li .lins {
  content: '';
  width: 0;
  height: 2px;
  background-color: #FF7327;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.16rem;
  transition: 0.5s;
}
.supage_567 .news .news-right .title ul li img {
  display: inline-block;
  width: auto;
  height: 0.24rem;
  vertical-align: middle;
}
.supage_567 .news .news-right .title ul li span {
  display: inline-block;
  font-size: 0.2rem;
  color: #707070;
  vertical-align: middle;
  line-height: 0.24rem;
}
.supage_567 .news .news-right .title ul li:hover .lins,
.supage_567 .news .news-right .title ul li.prdActive .lins {
  width: 100%;
}
.supage_567 .news .news-right .title ul li:hover .span,
.supage_567 .news .news-right .title ul li.prdActive .span {
  color: #FF7327;
}
@media screen and (max-width: 1024px) {
  .supage_567 .news .news-right .title ul {
    overflow-x: auto;
    white-space: nowrap;
  }
  .supage_567 .news .news-right .title ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .supage_567 .news .news-right .title ul li {
    width: auto;
    padding: 0 0.2rem 0.2rem;
  }
  .supage_567 .news .news-right .title ul li img {
    height: 0.3rem;
  }
  .supage_567 .news .news-right .title ul li span {
    font-size: 0.3rem;
  }
}
.supage_567 .news .conte {
  margin-top: 0.52rem;
  margin-bottom: 0.86rem;
}
.supage_567 .news .conte ul {
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.supage_567 .news .conte ul.prdActive {
  display: flex;
  flex-wrap: wrap;
}
.supage_567 .news .conte ul li {
  width: 3.8rem;
  height: 4.99rem;
  margin: 0 auto;
}
.supage_567 .news .conte ul li .cont_list {
  padding: 0.36rem 0.34rem;
}
.supage_567 .news .conte ul li .cont_list .time {
  font-size: 0.28rem;
  font-weight: bold;
  color: #666666;
  line-height: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .supage_567 .news .conte ul li .cont_list .time {
    font-size: 0.28rem;
  }
}
.supage_567 .news .conte ul li .cont_list .title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.3rem;
  margin-top: 0.38rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .supage_567 .news .conte ul li .cont_list .title {
    font-size: 0.28rem;
  }
}
.supage_567 .news .conte ul li .cont_list .desc {
  width: 305px;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  margin-top: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .supage_567 .news .conte ul li .cont_list .desc {
    font-size: 0.28rem;
  }
}
.supage_567 .news .conte ul li .cont_list .img img {
  width: 3.12rem;
  height: 1.74rem;
  margin-top: 0.26rem;
}
.supage_567 .news .conte ul li .cont_list .more {
  margin: 0.45rem 0.2rem;
}
.supage_567 .news .conte ul li:hover {
  width: 3.8rem;
  height: 5rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.supage_567 .news .conte ul li:hover .title {
  color: #FF7327;
}
.supage_567 .news .conte ul li:hover .more {
  width: 0.52rem;
  height: 0.52rem;
  margin-top: 0.2rem;
  background-color: #FF7327;
  border-radius: 50%;
  display: block;
  text-align: center;
  padding-top: 0.19rem;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .supage_567 .news .conte ul li:hover .more {
    margin-top: 0.1rem;
  }
}
.supage_567 .news .conte ul li:hover .more a img {
  filter: grayscale(100%) brightness(500%);
  transform: rotate(45deg);
}
.supage_567 .news .conte ul li:hover .under {
  width: 100%;
  height: 0.04rem;
  background: #FF7327;
  position: absolute;
  left: 0rem;
  top: 4.99rem;
}
@media screen and (max-width: 1024px) {
  .supage_567 .news .conte ul li {
    width: calc(100% / 2);
    margin: 0;
  }
  .supage_567 .news .conte ul li .cont_list {
    padding: 0 0.16rem;
  }
  .supage_567 .news .conte ul li .cont_list .desc {
    width: 83%;
  }
  .supage_567 .news .conte ul li .cont_list .img img {
    width: 3.12rem;
    height: 1.74rem;
  }
  .supage_567 .news .conte ul li:hover {
    width: calc(100% / 2);
    margin-top: -0.17rem;
  }
  .supage_567 .news .conte ul li:hover .time {
    margin-top: 0.2rem;
  }
  .supage_567 .news .conte ul li:hover .more a img {
    margin-top: -0.03rem;
  }
}
