.pubCon {
  width: 1560px;
  margin: 0 auto;
  font-family: "PingFang SC", Microsoft Yahei, Arial;
}
.pubCon .design_title {
  padding-bottom: 30px;
}
.sjpw_box {
  display: flex;
  justify-content: space-between;
}
.design_more {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #666666;
}
.pubCon .design_title h2 {
  font-size: 32px;
  font-weight: 600;
  color: #666;
  font-family: PingFang-SC-Heavy;
}
.pubCon .design_title p {
  padding-top: 18px;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  color: #dedfe5;
}
.design_container {
  padding-top: 140px;
}
.design_container .design_news .news_container {
  display: flex;
  justify-content: space-between;
  height: 616px;
}
.design_container .design_news .news_container .news_left {
  width: 63.8%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.design_container .design_news .news_container .news_left img {
  transition: all ease 0.3s;
}
.design_container .design_news .news_container .news_left:hover img {
  transform: scale(1.1);
}
.design_container .design_news .news_container .news_left p {
  width: calc(100% - 100px);
  position: absolute;
  font-size: 33px;
  line-height: 37px;
  letter-spacing: 2px;
  color: #ffffff;
  bottom: 32px;
  left: 49px;
}
.design_container .design_news .news_container .news_left p span {
  margin-left: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
}
.design_container .design_news .news_container .news_left p::before {
  position: absolute;
  top: 5px;
  content: '';
  width: 7px;
  height: 28px;
  background-color: #63e2f8;
  border-radius: 3px;
}
.design_container .design_news .news_container .news_left img {
  width: 100%;
  height: 500px;
}
.design_container .design_news .news_container .news_right {
  width: 34%;
}
.design_container .design_news .news_container .news_right .lookMore {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.design_container .design_news .news_container .news_right .lookMore img {
  height: 12px;
}
.design_container .design_news .news_container .news_right .lookMore p {
  font-size: 25px;
  color: #666;
}
.design_container .design_news .news_container .news_right ul li {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
}
.design_container .design_news .news_container .news_right ul li:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: dashed 3px #e5e5e5;
}
.design_container .design_news .news_container .news_right ul li img {
  height: 115px;
}
.design_container .design_news .news_container .news_right ul li .list_right {
  width: 61.4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.design_container .design_news .news_container .news_right ul li .list_right .list_right_title {
  font-size: 25px;
  line-height: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: wrap;
}
.design_container .design_news .news_container .news_right ul li .list_right .list_right_subtitle {
  font-size: 15px;
  color: #9f9f9f;
}
.design_container .design_leader {
  padding-top: 102px;
}
.design_container .design_leader .leader_container ul li {
  padding-bottom: 15px;
  border-bottom: 2px solid #e8e8e8;
}
.design_container .design_leader .leader_container ul li:not(:first-child) {
  padding-top: 32px;
}
.design_container .design_leader .leader_container ul li:hover {
  border-bottom-color: #941d37;
}
.design_container .design_leader .leader_container ul li:hover .leader_list_top {
  color: #941d37;
}
.design_container .design_leader .leader_container ul li:hover .leader_list_bottom span {
  color: #941d37;
}
.design_container .design_leader .leader_container ul li .leader_list_top {
  font-size: 18px;
  color: #333333;
  padding-bottom: 18px;
}
.design_container .design_leader .leader_container ul li .leader_list_top span {
  float: right;
  font-size: 16px;
  color: #7f7f7f;
}
.design_container .design_leader .leader_container ul li .leader_list_bottom {
  display: flex;
  justify-content: space-between;
  color: #666;
}
.design_container .design_leader .leader_container ul li .leader_list_bottom p {
  font-size: 17px;
}
.design_container .design_leader .leader_container ul li .leader_list_bottom p::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #bdc9d0;
  margin-right: 6px;
}
.design_container .design_leader .leader_container ul li .leader_list_bottom span {
  font-size: 17px;
  color: #7f7f7f;
}
.imgShow {
  color: #fff;
  background: url('../images/middleBg.png') no-repeat center / cover;
  width: 100%;
  padding-bottom: 58px;
  position: relative;
  margin-top: 105px;
}
.imgShow .middleBg {
  position: absolute;
  width: 100%;
  z-index: -666;
}
.imgShow:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 150%;
}
.imgShow .imgShow_title {
  padding-top: 58px;
  text-align: center;
}
.imgShow .imgShow_title p:first-child {
  font-weight: 500;
  font-size: 33px;
  padding-bottom: 18px;
}
.imgShow .imgShow_title p:last-child {
  font-size: 25px;
  opacity: 0.4;
  padding-bottom: 53px;
}
.imgShow .imgShow_container {
  padding-bottom: 58px;
  width: 81.3%;
  margin: 0 auto;
}
.imgShow .imgShow_container ul {
  display: flex;
  justify-content: space-between;
}
.imgShow .imgShow_container ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.imgShow .imgShow_container ul li:hover img {
  transform: all 0.3s;
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.imgShow .imgShow_container ul li img {
  width: 88px;
  margin-bottom: 28px;
}
.imgShow .imgShow_container ul li p {
  font-size: 24px;
  color: #fff;
}
.south_news {
  padding-top: 97px;
}
/* 专题图css */
.topic {
  width: 100%;
  position: relative;
}
.topic-next,
.topic-prev {
  position: absolute;
  font-size: 60px !important;
  top: -116px;
  transform: translateY(-100%);
  right: 46px;
  color: #d7d7d7;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.swiper-wrapper {
  width: 100%;
  height: 570px;
  padding-top: 20px;
}
.swiper-wrapper .swiper-slide {
  position: relative;
}
.swiper-wrapper .swiper-slide .slide_item {
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide_item .text {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}
.topic-next {
  margin-right: 16px;
  background: url('../images/leftIcon.png') center;
}
.topic-next:hover {
  background-image: url('../images/leftIconActive.png');
}
.topic-prev {
  transform: translate(100%, -100%);
  background: url('../images/rightIcon.png') center;
}
.topic-prev:hover {
  background-image: url('../images/rightIconActive.png');
}
.topic li img {
  box-shadow: -2px 0 10px 4px #d6d6d6;
}
.topic li .slide_item {
  transition: all 0.3s;
}
.topic li .slide_item:hover {
  top: 40%;
}
@media (max-width: 1600px) {
  .pubCon {
    width: 1260px;
  }
}
.design_container .design_news .news_container {
  height: auto;
}
.design_container .design_news .news_container .news_right .lookMore p,
.design_container .design_news .news_container .news_right ul li .list_right .list_right_title {
  font-size: 15px;
}
.design_container .design_news .news_container .news_right ul li img {
  max-width: 180px;
  height: 115px;
  width: 42.55%;
  margin-right: 23px;
}
.design_container .design_news .news_container .news_right ul li .list_right {
  width: 61.4%;
}
.swiper-wrapper {
  height: 470px;
}
.swiper-wrapper .pic {
  display: block;
  width: 292px;
}
.swiper-wrapper a img {
  width: 100%;
}
.hoverList img {
  transition: all 0.3s;
}
.hoverList li {
  cursor: pointer;
}
.hoverList li .list_right_title {
  transition: all 0.3s;
}
.hoverList li .list_right_title:hover {
  transform: translateX(10px);
  color: #a21d37;
}
.hoverList img:hover {
  transform: scale(1.03);
}
.sjpm_list li {
  cursor: pointer;
  transition: all ease 0.4s;
}
.sjpm_list li:hover {
  transform: translateX(-20px) scale(1.03);
}
.sl-1 {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
