html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #f0f4f5;
  color: #1d1e1f;
  font-size: 18px;
}
div,
p,
span,
ul,
li,
ol,
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  border: none;
}

.ellS {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marginTop15 {
  margin-top: 15px;
}
/* 头部 */
.hearder {
  width: 100%;
  height: 210px;
}
.hearder-bg {
  width: 100%;
  height: 160px;
  min-width: 1200px;
  background: url(newtop.png) top center no-repeat;
  background-size: 1920px 160px;
}
.hearder-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.logo {
  width: 375px;
  height: 55px;
  margin-top: 73px;
  background: url(logo1.png);
  background-size: 100% 100%;
}
.search {
  width: 260px;
  height: 38px;
  background: #ffffff;
  border-radius: 26px;
  border: 1px solid #e4e4e4;
  position: absolute;
  top: 97px;
  right: 0px;
}
.search_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(search_icon.png);
  background-size: 100% 100%;
  position: relative;
  top: 8px;
  left: 10px;
}
.searchInput {
  display: inline-block;
  width: 205px;
  height: 32px;
  border-radius: 26px;
  border: none;
  margin-left: 5px;
}
.hearder-nav {
  width: 100%;
  height: 50px;
  min-width: 1200px;
  background: #0b0c0d;
}
.nav {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}
.nav ul {
  width: 100%;
  height: 100%;
}
.nav ul li {
  line-height: 52px;
  height: 100%;
  display: inline-block;
  /* margin-left:30px; */
  padding: 0 33px;
  position: relative;
}
.nav ul li:first-child {
  padding: 0 18px;
}
.nav ul li a {
  height: 100%;
  color: #fff;
  font-size: 24px;
}
.home_icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(shouye_icon.png);
  background-size: 100% 100%;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.nav ul li.active {
  background-color: #fb4f05;
}
/* 尾部 */
.footer {
  width: 100%;
  height: 154px;
  min-width: 1200px;
  background-color: #fff;
  margin-top: 20px;
}
.footer .footer-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.code_img {
  width: 294px;
  height: 100px;
  float: left;
  margin-left: 30px;
  margin-top: 37px;
}
.code_img_box {
  width: 80px;
  float: left;
  margin-right: 18px;
}
.code_img_box .codeimg {
  display: block;
  width: 100%;
  height: 80px;
}
.code_img_box .code1 {
  background: url(ttklp.png);
  background-size: 100% 100%;
}
.code_img_box .code2 {
  background: url(lpfb.png);
  background-size: 100% 100%;
}
.code_img_box .code3 {
  background: url(ylp.png);
  background-size: 100% 100%;
}
.code_img_box .code_text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.copyright {
  width: 500px;
  float: left;
  margin-top: 37px;
  margin-left: 20px;
}
.copyright .p1 {
  font-size: 16px;
  font-weight: 600;
  color: #15191a;
  line-height: 22px;
}
.copyright .p2 {
  font-size: 14px;
  font-weight: 400;
  color: #15191a;
  line-height: 20px;
  padding-top: 6px;
}

/* 内容 */
.main {
  width: 1200px;
  height: auto;
  min-height: 1000px;
  margin: 0 auto;
}
.notice {
  width: 100%;
  height: 25px;
  margin-top: 16px;
  line-height: 25px;
}
.title_left {
  width: 120px;
  float: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  vertical-align: middle;
}
.xiaoxi_icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(xiaoxi_icon.png);
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 10px;
}
.a_list {
  float: right;
  width: 1070px;
  height: 25px;
  overflow: hidden;
  line-height: 25px;
  position: relative;
}
.a_list a {
  display: inline;
  padding-right: 20px;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
/* 头条 */
.toutiao {
  width: 100%;
  min-height: 160px;
  height: auto;
  background-color: #fff;
  overflow: hidden;
}
.toutiao h1 {
  font-size: 48px;
  padding: 0 10px;
  text-align: center;
  margin-top: 20px;
}
.toputiao_news {
  width: 100%;
  position: relative;
  margin: 20px auto;
}
.toputiao_news a {
  display: inline-block;
  width: 320px;
  margin-right: 10px;
  font-weight: 500;
  line-height: 25px;
  overflow: hidden;
  padding-left: 20px;
  white-space: nowrap;
}
.more_toutiao {
  width: 80px;
  display: block;
  color: #7e848a;
  position: absolute;
  right: 20px;
  top: 0px;
  text-align: right;
}
/* 轮播图 */
.swiper-news {
  width: 100%;
  height: 463px;
}
.swiper-box {
  width: 822px;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.swiper-box .news-title {
  width: 100%;
  height: 55px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  line-height: 55px;
}
.swiper-box .news-title p {
  width: 700px;
  padding: 0 20px;
}
.swiper-box .swiper-pagination {
  position: absolute;
  bottom: 15px;
  z-index: 102;
  right: 10px;
}
.swiper-box .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 8px;
  border-radius: 4px;
  margin: 0 5px;
  background-color: #eaeaea;
  cursor: pointer;
}
.swiper-box .swiper-active-switch {
  width: 29px;
  background-color: #fb4f05;
}
.news-right-list {
  width: 378px;
  height: 100%;
  float: left;
  background-color: #242b33;
}
.news-right-list ul {
  width: 92%;
  height: 310px;
  margin: 0 auto;
}
.news-right-list ul li {
  color: #fff;
  width: 100%;
  list-style: disc inside none;
  margin-top: 25px;
}
.news-right-list ul li a {
  color: #fff;
}

/* //广告图一 */
.adv1 {
  width: 100%;
  height: 150px;
}

.modal-box {
  width: 100%;
  border-top: 3px solid #0b0c0d;
  background-color: #fff;
}
.modal-box .modal-title {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ccd2d8;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  line-height: 60px;
}
.red_icon {
  display: inline-block;
  position: absolute;
  width: 110px;
  height: 12px;
  top: 32px;
  left: 12px;
  background: url(redbg.png);
  background-size: 100% 100%;
}
.modal-box .modal-title span {
  padding-left: 20px;
}
.img_list {
  width: 1160px;
  height: 326px;
  margin: 0 auto;
  padding: 20px 0;
}
.img_list .big_img {
  width: 580px;
  height: 326px;
  float: left;
}
.img_list .big_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.img_list .big_img a .imgText {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 326px;
}
.img_list .big_img a:hover .imgText {
  display: block;
}
.img_list .small_imgs {
  width: 580px;
  height: 326px;
  float: right;
}
.img_list .small_imgs ul {
  display: block;
  width: 100%;
  height: 100%;
}
.img_list .small_imgs ul li {
  width: 290px;
  height: 163px;
  float: left;
}
.img_list .small_imgs ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.img_list .small_imgs ul li a .imgText {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 163px;
}
.img_list .small_imgs ul li a:hover .imgText {
  display: block;
}
.imgText p {
  text-align: center;
  color: #fff;
  padding: 0 10px;
}
.video_lists {
  width: 1160px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 20px;
}
.video_lists ul {
  display: block;
  width: 100%;
  height: 100%;
}
.video_lists ul li {
  width: 368px;
  height: 262px;
  float: left;
  margin-right: 27px;
}
.video_lists ul li:nth-child(3n + 3) {
  margin-right: 0;
}
.video_lists ul li .videoImg {
  width: 100%;
  height: 207px;
  position: relative;
}
.playVideo {
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -34px;
  background: url(play.png);
  background-size: 100% 100%;
}
.video_lists ul li .videoText {
  padding-top: 15px;
}
.adv_list {
  width: 100%;
  height: 75px;
}
.adv_list ul {
  width: 100%;
  height: 100%;
}
.adv_list ul li {
  width: 288px;
  height: 100%;
  float: left;
  margin-right: 16px;
}
.adv_list ul li:last-child {
  margin-right: 0;
}
.news_list_modal {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news_list_modal .list_box {
  width: 288px;
  height: 400px;
  float: left;
  margin-right: 16px;
  background-color: #fff;
}
.news_list_modal .last_box {
  margin-right: 0 !important;
}
.news_list_modal .modal_news {
  padding: 20px;
}
.modal_news li:first-child {
  width: 100%;
  height: 140px;
  margin-top: 0;
}

.modal_news li {
  width: 100%;
  margin-top: 10px;
}
.modal_news li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: 500;
}
.swiper_lists {
  width: 1180px;
  margin-top: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
  position: relative;
}
.swiper_lists .arrow-left {
  display: block;
  width: 64px;
  height: 100px;
  position: absolute;
  top: 30px;
  left: 0;
  background: url(zuo.png);
}
.swiper_lists .arrow-right {
  display: block;
  width: 64px;
  height: 100px;
  position: absolute;
  top: 30px;
  right: 20px;
  background: url(you.png);
}
.swiper-lists-box {
  width: 100%;
  height: 157px;
  overflow: hidden;
}
.swiper-lists-box .swiper-container {
  width: 100%;
  height: 157px;
  text-align: center;
}
.swiper-lists-box .swiper-slide a {
  display: block;
  width: 277px;
  height: 157px;
}
.zongh_sd_box {
  width: 100%;
  height: 910px;
}
.zongh_box {
  width: 896px;
  height: 100%;
  float: left;
  background-color: #fff;
}
.shid_box {
  width: 288px;
  height: 100%;
  float: right;
  background-color: #fff;
}
.zongh_list {
  padding: 0 20px;
  margin-top: 20px;
}
.zongh_list ul li {
  width: 100%;
  height: 143px;
  margin-bottom: 20px;
}
.zongh_list ul li a {
  display: block;
  display: 100%;
  height: 100%;
}
.img_text {
  padding-left: 272px;
  height: 143px;
}
.img_text .left_img {
  width: 252px;
  height: 143px;
  float: left;
  margin-left: -272px;
}
.img_text .right_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.img_text .right_dec {
  font-size: 18px;
  font-weight: 500;
  color: #6f6f6f;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.shid_list,
.say_list {
  padding: 0 20px;
}
.right_news_list,
.right_news_list li {
  width: 100%;
}
.right_news_list li {
  margin-top: 15px;
}
.right_news_list li a {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.fire_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(shidian_icon.png);
  background-size: 100% 100%;
  margin-right: 15px;
}
.say_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(pinglun_icon.png);
  background-size: 100% 100%;
  margin-right: 15px;
}
.no-topborder {
  border: none !important;
  margin-top: 30px;
}

/* 列表新闻 */
.breadcrumbs {
  margin: 15px 0;
  font-size: 18px;
}
.breadcrumbs .nowcn {
  font-weight: 500;
}
.list-content {
  width: 100%;
  min-height: 300px;
  height: auto;
  height: auto;
  overflow: hidden;
}
.focus_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(pinglun_icon.png);
  background-size: 100% 100%;
  margin-right: 15px;
}
.left_news_lists,
.left_video_lists,
.left_img_lists {
  width: 896px;
  min-height: 900px;
  height: auto;
  float: left;
  background-color: #fff;
}
.left_news_lists ul,
.left_video_lists ul,
.left_img_lists ul {
  display: block;
  padding-left: 20px;
  overflow: hidden;
}
.left_news_lists ul li {
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #e6eaee;
}
.left_news_lists ul li .ntitle {
  width: 584px;
  font-size: 24px;
  font-weight: 500;
  height: 72px;
  line-height: 36px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.left_news_lists ul li .ninfor {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #7e848a;
  line-height: 22px;
}
.left_news_lists ul li .ninfor span {
  padding-right: 40px;
}
.left_video_lists ul li,
.left_img_lists ul li {
  width: 100%;
  height: 180px;
  border-bottom: 1px solid #e6eaee;
  overflow: hidden;
}
.news_list_box {
  margin-top: 20px;
  display: block;
  height: 143px;
  padding-left: 274px;
}
.news_list_box .leftimg {
  width: 253px;
  height: 143px;
  float: left;
  margin-left: -274px;
  position: relative;
}
.news_list_box .leftimg .playVideo {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: url(play.png);
  background-size: 100% 100%;
}
.news_list_box .ntitle {
  font-size: 24px;
  font-weight: 500;
  height: 72px;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 30px;
}
.news_list_box .ninfor {
  margin-top: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #7e848a;
  line-height: 22px;
}
.news_list_box .ninfor span {
  padding-right: 40px;
}
.right_news_modal {
  width: 288px;
  height: 500px;
  float: right;
  background-color: #fff;
}
.right_news_modal .news_lists {
  padding: 0 20px;
  padding-bottom: 20px;
}
.left_detail {
  width: 896px;
  min-height: 900px;
  height: auto;
  float: left;
  background-color: #fff;
}
.left_detail .content_detail {
  padding: 20px;
}
.left_detail .content_detail .news_title {
  font-size: 36px;
  font-weight: 500;
  color: #1d1e1f;
  line-height: 50px;
}
.left_detail .content_detail .news_detail {
  font-size: 16px;
  font-weight: 400;
  color: #7e848a;
  line-height: 22px;
  margin-top: 15px;
}
.left_detail .content_detail .news_detail span {
  padding-right: 40px;
}
.left_detail .content_detail .news_detail {
  width: 100%;
  margin-top: 20px;
}
.left_detail .content_detail .news_detail p {
  font-size: 18px;
  font-weight: 400;
  color: #1d1e1f;
  line-height: 27px;
}
.left_detail .content_detail .news_detail img {
  display: block;
  width: 100%;
  height: auto !important;
}
.left_detail .content_detail .news_detail video {
  display: block;
  width: 100%;
  height: 484px;
}
/* 分页 */
.pagination {
  text-align: center;
  margin-top: 50px;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 14px;
  color: #313131;
}
.pagination .btns a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  background: #eff0f1;
}
.pagination .btns a.active {
  background: #fb4f05;
  color: #fff;
}
 .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.9);
      /* display: flex; */
      align-items: center;
      justify-content: center;
    }

    .modal-content {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      box-sizing: border-box;
    }

    .close {
      position: absolute;
      top: 10px;
      right: 20px;
      color: #f1f1f1;
      font-size: 100px;
      font-weight: bold;
      cursor: pointer;
      z-index: 10000;
    }

    .close:hover,
    .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
    }

    #modalImage {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }
