/*
 * @Description: 新闻中心css
 * @Version: 2.0
 * @Date: 2020-05-15 16:02:24
 * @LastEditors: *
 * @LastEditTime: 2020-06-28 15:32:06
 */

* {
  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(../font/SourceHanSansCN-Normal.ttf)
}

@font-face {
  font-family: YouSheTitleName;
  src: url(../font/youshetitle.ttf)
}

@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont2.eot');
  src: url('../font/iconfont2.eot') format('embedded-opentype'),
    url('../font/iconfont1.woff2') format('woff2'),
    url('../font/iconfont2.woff') format('woff'),
    url('../font/iconfont2.ttf') format('truetype'),
    url('') 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: 60px;
  /* margin-top: 79px; */
}

/* 新闻中心列表内容 */
.center-list {
  padding-bottom: 50px;
  width: 100%;
  display: none;
  margin-top: 65px;
  overflow: hidden;
  position: relative;
  /* padding-bottom: 20px; */
}

.new-center-list {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.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 .4s linear;
  -moz-transition: box-shadow .4s linear;
  border-bottom: 1px solid #E8E8E8;
  -webkit-transition: box-shadow .4s linear;
  -o-transition: box-shadow .4s linear;
}

.center-list-span:hover {
  /* box-shadow: 0 8px 24px 0 rgba(187, 191, 196, .2); */
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.center-list-span a {
  text-decoration: none !important;
}

.list-sapn-icon {
  border-radius: 3px;
  height: 300px;
  width: 100%;
  overflow: hidden;
  /* padding-left: 20px; */
}

.list-sapn-icon img {
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
}
.list-sapn-icon img:hover {
  transform: scale(1.1);
}

.list-sapn-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-header-title {
  padding: 0 20px;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  text-overflow: ellipsis; 
  white-space: nowrap;
  width: 440px; 
  overflow: hidden;
}

.span-header-date {
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
  margin-top: 22px;
  display: none;
}

.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;
}

.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;
}

.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 .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  width: 100%;
  height: 100%;
}

.span-list-right {
  float: right;
  width: 46%;
  /* height: 177px; */
}

.list-right-span {
  overflow: hidden;
  height: 177px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 40px 0px 40px 0px;
  transition: all .4s linear;
  -moz-transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.list-right-span:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
} 

.list-right-header {
  padding-left: 20px;
  overflow: hidden;
  line-height: 42px;
}

.right-header-title {
  float: left;
  font-size: 20px;
  color: #223343;
}

.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;
}

.right-content-text {
  width: 75%;
  float: left;
  font-size: 16px;
  color: #777C86;
  line-height: 30px;
}

.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, .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; */
}

/* 整体布局响应式小于1400px */
@media screen and (max-width: 1400px) {
  .new-center-list {
    width: 1200px;
  }

  .center-list-span {
    width: 380px;
    margin-right: 30px;
  }
  .content-header-title {
    width: 380px;
  }

  .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;
  }
}
