/*
 * @Description: 新闻中心css
 * @Version: 2.0
 * @Date: 2020-05-15 16:02:24
 * @LastEditors: *
 * @LastEditTime: 2020-07-01 17:33:02
 */

* {
  margin: 0px;
  padding: 0px;
  /* font-size: 15px; */
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  /* color: #666666; */
  text-decoration: none;
}

@font-face {
  font-family: MyFontName;
  src: url(../../lib/SourceHanSansCN-Normal.ttf);
}

@font-face {
  font-family: YouSheTitleName;
  src: url(../../lib/youshetitle.ttf);
}

@font-face {
  font-family: "iconfont";
  src: url("../../lib/fontface/iconfont.eot");
  src: url("../../lib/fontface/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../../lib/fontface/iconfont.woff2") format("woff2"),
    url("../../lib/fontface/iconfont.woff") format("woff"),
    url("../../lib/fontface/iconfont.ttf") format("truetype"),
    url("../../lib/fontface/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: MyFontName;
}

/* content */
.content {
  /* width: 1300px;
    margin: 0 auto; */
  min-width: 1200px;
  margin-bottom: 160px;
  /* margin-top: 79px; */
}

/* 新闻中心列表内容 */
.center-list {
  padding-bottom: 50px;
  width: 100%;
  display: none;
  margin-top: 65px;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.new-center-list {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.center-second-menu.spicel ul li {
  padding: 22px 0 !important;
  cursor: default !important;
}

.leader-list-span {
  display: none;
}

.leader-list-span,
.center-list-span {
  overflow: hidden;
  cursor: pointer;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 30px;
  width: 440px;
  margin-right: 40px;
  position: relative;
  transition: box-shadow 0.4s linear;
  -moz-transition: box-shadow 0.4s linear;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: box-shadow 0.4s linear;
  -o-transition: box-shadow 0.4s linear;
}

.leader-list-span:hover,
.center-list-span:hover {
  /* box-shadow: 0 8px 24px 0 rgba(187, 191, 196, .2); */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.leader-list-span a,
.center-list-span a {
  text-decoration: none !important;
}
.leader-list-span:nth-child(3n) {
  float: right;
  margin-right: 0px;
}

.list-sapn-icon {
  border-radius: 3px;
  height: 300px;
  width: 100%;
  overflow: hidden;
  /* padding-left: 20px; */
}

.list-sapn-icon img {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.list-sapn-icon img:hover {
  transform: scale(1.1);
}

.list-sapn-icon img {
  width: 100%;
  height: 100%;
}

.content-header-title {
  padding: 0 20px;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* padding-bottom: 22px; */
  /* border-bottom: 1px solid #E8E8E8; */
}

.span-header-date {
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
  margin-top: 22px;
}

.span-content-text {
  line-height: 72px;
  font-size: 16px;
  color: #777c86;
  height: 72px;
  margin-top: 30px;
  position: relative;
}

.span-content-text a {
  color: #777c86;
}

.content-text-info {
  width: 80%;
  line-height: 35px;
  float: left;
}

.span-content-goto {
  font-size: 30px;
  color: #cccccc;
  position: absolute;
  right: 52px;
}

.span-content-goto a {
  color: #cccccc;
  margin-left: 10px;
}

.span-content-goto a:hover {
  text-decoration: none;
}

.span-content-goto a span {
  font-size: 25px;
}

/* 专题报道 */
.private-news-span {
  position: relative;
  margin-bottom: 60px;
  display: none;
}
.private-news-span:nth-child(-n + 3) {
  display: block;
}
.loading-more {
  height: 50px;
  width: 200px;
  border: 1px solid #e8e8e8;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.news-span-header {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.header-private-title {
  float: left;
  font-size: 36px;
  color: #223343;
}

.header-private-more {
  float: right;
  font-size: 16px;
  color: #666b75;
  margin-top: 13px;
}

.header-private-more a {
  text-decoration: none;
  color: #666b75;
}

.header-private-more a:hover,
.header-private-more a:focus {
  text-decoration: none;
  color: #666b75;
}

.news-span-list {
  position: relative;
  height: 531px;
  overflow: hidden;
}

.span-list-left {
  width: 50%;
  height: 100%;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}

/* .span-list-left img:hover {
  transform: scale(1.1);
} */

.span-list-left img {
  border-radius: 3px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.span-list-right {
  float: right;
  width: 46%;
  /* height: 177px; */
}

.list-right-span {
  margin-right: 20px;
  overflow: hidden;
  height: 177px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  /* padding: 40px 0px 40px 0px; */
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.list-right-span:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.list-right-header {
  padding-left: 20px;
  overflow: hidden;
  line-height: 42px;
  margin-top: 35px;
}

.right-header-title {
  float: left;
  font-size: 20px;
  color: #223343;
  width: 85%;
}

.right-title-name span {
  margin-right: 10px;
}

.right-header-date {
  float: right;
  font-size: 30px;
  color: #cccccc;
}

.right-span-content {
  padding-left: 20px;
  overflow: hidden;
  margin-bottom: 25px;
}

.right-content-text {
  width: 75%;
  float: left;
  font-size: 16px;
  color: #777c86;
  line-height: 30px;
  height: 56px;
}

.right-content-goto {
  float: left;
  margin-left: 13%;
  margin-top: 3%;
  font-size: 30px;
  color: #cccccc;
}

.right-content-goto a {
  color: #cccccc;
}

.right-content-goto span {
  margin-left: 10px;
  font-size: 25px;
}

/* 无图新闻 */
.list-span-noIcon {
  height: 80px;
  font-size: 18px;
  color: #666b75;
  border: 1px solid #e8e8e8;
  padding: 30px 37px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.list-span-noIcon:hover {
  cursor: pointer;
  box-shadow: 0 8px 24px 0 rgba(187, 191, 196, 0.2);
}

.list-span-noIcon a {
  color: #666b75;
}

.span-noIcon-point {
  float: left;
  height: 10px;
  width: 10px;
  background: #999999;
  margin-top: 7px;
}

.span-noIcon-title {
  float: left;
  margin-left: 18px;
}

.span-noIcon-date {
  float: right;
}

/* 分页 */
.list-page {
  /* border-top: 1px solid #E8E8E8; */
  width: 1400px;
  margin: 0 auto;
  /* margin-bottom: 60px; */
  /* padding-top: 27px; */
}

/* return */
.return {
  height: 50px;
  width: 200px;
  border: 1px solid #e8e8e8;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 100px;
}

.leaderShip-care-more {
  color: #666b75;
  font-size: 16px;
  text-align: center;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  border: 1px solid #e8e8e8;
  margin: 0 auto;
  /* margin-top: 30px; */
  cursor: pointer;
}
.leader-list {
  padding-bottom: 0px;
}

/* 关怀查看大图 */
.care-body-check {
  position: fixed;
  width: 100vw;
  z-index: 9909;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.body-check-div {
  animation: care_show 0.2s ease-out both;
  -webkit-animation: care_show 0.2s ease-out both; /* Safari 和 Chrome */
  background: #ffffff;
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 10px;
  border-radius: 5px;
}

@keyframes care_show {
  from {
    margin-top: 1%;
  }
  to {
    margin-top: 5%;
  }
}

.care-check-close {
  color: #000000;
  text-align: right;
  margin-right: 25px;
}

.care-check-close span {
  color: #000000;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}

.care-check-img {
  width: 850px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  top: 10px;
}
.care-check-img img {
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 5px;
  height: 100%;
}
.care-check-title {
  text-align: center;
  font-size: 18px;
  color: #000000;
  margin: 0 auto;
  width: 900px;
  margin-top: 20px;
}

/* 整体布局响应式小于1400px */
@media screen and (max-width: 1400px) {
  .new-center-list {
    width: 1200px;
  }

  .leader-list-span,
  .center-list-span {
    width: 380px;
    margin-right: 30px;
  }

  .list-span-noIcon {
    width: 1200px;
  }

  .right-content-goto {
    margin-left: 0;
  }
  .right-content-text {
    width: 85%;
  }

  /* 分页 */
  .list-page {
    /* border-top: 1px solid #E8E8E8; */
    width: 1200px;
  }
}

.hdzt-box {
  width: 100%;
  border-radius: 5px;
  height: 205px;
  border: 1px solid rgba(232, 232, 232, 1);
  margin-bottom: 22px;
}

.hdzt-box:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.hdzt-left {
  float: left;
  width: 375px;
  height: 100%;
  box-sizing: border-box;
  padding: 35px;
}
.hdzt-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hdzt-right {
  float: left;
  width: 1020px;
  height: 100%;
  box-sizing: border-box;
  padding: 50px 50px 50px 0px;
}

.hdzt-title{
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.hdzt-date{
  font-size: 14px;
  color: #777c86;
  margin-bottom: 20px;
}

.hdzt-content{
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;  /*要显示的行数*/
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1400px) {
  .hdzt-left {
    float: left;
    width: 320px;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
  }
  .hdzt-right {
    float: left;
    width: 800px;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 40px 40px 0px;
  }
}
