/*
 * @Description: 新闻中心详情页css
 * @Version: 2.0
 * @Date: 2020-05-15 16:02:24
 * @LastEditors: *
 * @LastEditTime: 2020-06-28 15:25:17
 */

* {
  margin: 0px;
  padding: 0px;
  /* font-size: 15px; */
}

a {
  text-decoration: none;
}

.new-desc-content a:hover,
.new-desc-content 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;
  overflow-x: hidden!important;
}

/* 新闻详情页样式 */
.new-desc-header {
  /* height: 320px; */
  padding-bottom: 20px;
  background: #F5F6F8;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 47px;
  position: relative;
  /* min-width: 1200px; */
}

.desc-header-content {
  width: 1400px;
  margin: 0 auto;
  /* height: 320px; */
  position: relative;
}

.header-content-bread {
  height: 67px;
  line-height: 67px;
  font-size: 14px;
  color: #777C86;
  width: 1400px;
  border-bottom: 1px solid #E5E5E5;
}
.header-content-bread span {
  margin-right: 10px;
}

.header-content-title {
  /* height: 118px; */
  width: 1400px;
  font-size: 36px;
  color: #223343;
  margin: 0 auto;
  margin-top: 39px;
  font-weight: 600;
}

.header-content-info {
  width: 1400px;
  margin: 0 auto;
  height: 22px;
  margin-top: 26px;
  line-height: 22px;
  font-size: 16px;
  color: #777C86;
}

.content-info-date {
  float: left;
}

.content-info-date span {
  font-size: 20px;
  margin-right: 10px;
}

.content-info-source {
  margin-left: 50px;
  float: left;
}

.new-desc-content {
  /* min-width: 1200px; */
  width: 100%;
  margin: 0 auto;
  margin-bottom: 160px;
}

.desc-content-body {
  font-size: 16px;
  width: 1200px;
  color: #666B75;
  line-height: 30px;
  margin: 0 auto;
}

.content-body-img {
  width: 980px;
  height: 503px;
  margin: 10px auto;
}

.content-body-img img {
  width: 100%;
  height: 100%;
}

.desc-content-foot {
  /* margin-top: 39px; */
  width: 1400px;
  margin: 60px auto;
}

.content-foot-switch {
  font-size: 18px;
  color: #223343;
  border-bottom: 1px solid #E5E5E5;
}

.foot-switch-prev,
.foot-switch-next {
  padding-bottom: 18px;
}

.content-foot-return {
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #666666;
  border: 1px solid #E8E8E8;
  line-height: 50px;
  text-align: center;
  margin-top: 31px;
}

.content-foot-switch a {
  color: #223343;
}

@media screen and (max-width: 1400px) {
  .desc-header-content {
    width: 1200px;
  }

  .header-content-bread {
    width: 1200px;
  }

  .header-content-title {
    width: 1200px;
  }

  .header-content-info {
    width: 1200px;
  }

  .desc-content-body {
    width: 1200px;
  }

  .desc-content-foot {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .desc-header-content {
    width: 100vw;
  }

  .header-content-bread {
    width: 100vw;
  }

  .header-content-title {
    width: 100vw;
  }

  .header-content-info {
    width: 100vw;
  }

  .desc-content-body {
    width: 100vw;
  }
  .desc-content-body img {
    width: 100%!important;
    height: 100%!important;
  }

  .desc-content-foot {
    width: 100vw;
  }
}