@charset "UTF-8";
/* CSS Document taihecn 20181015*/
body {
  font: 14px "microsoft Yahei","Arial",sans-serif;
  color: #333;
  word-wrap: break-word;
  background-color: #fff;
}

body, form, input, p, ol, ul, li, h1, h2, h3, h4, h5, h6, table, th, td, dl, dt, dd {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

dl, dt, dd {
  display: block;
}

a {
  text-decoration: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #333;
  outline: none;
}

a:hover {
  color: #a50319;
}

input, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  background: none;
  font: 14px "microsoft Yahei","Arial",sans-serif;
  width: 100%;
}

input[type="button"], input[type="submit"], input[type="text"] {
  -webkit-appearance: none;
  outline: none;
}

h2 {
  font-weight: 400;
}

i {
  font-style: normal;
}

b {
  font-weight: normal;
}

/** Generated by FG **/
/*文本框默认颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 0.8;
  color: #333;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 0.8;
  color: #333;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.8;
  color: #333;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 0.8;
  color: #333;
}

/*回顶部*/
#top {
  position: fixed;
  bottom: 25%;
  right: 20px;
  display: none;
  border-radius: 3px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #a50319 url(../images/top.png) no-repeat;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  z-index: 999;
}

#top:hover {
  background: #a50319 url(../images/top.png) 0px -50px no-repeat;
}

/* clear 页头，页脚，内容区都不用再加清除样式 */
.cf:before, body:before, .header:before, .main:before, .footer:before, .wrap:before {
  content: '';
  display: table;
}

.cf:after, after, .header:after, .main:after, .footer:after, .wrap:after {
  content: '';
  display: table;
  clear: both;
}

.cf, .header, .main, .footer, .wrap {
  *zoom: 1;
}

/*图片放大*/
@media screen and (max-width: 1920px) and (min-width: 1200px) {
  .tr_sc {
    overflow: hidden;
    display: block;
  }
  .tr_sc img {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transition: 0.3s  all;
  }
  .tr_sc:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

/*其他公用*/
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.index_body .wrap {
  width: 1200px;
  margin: 0 auto;
}

.ww {
  word-wrap: break-word;
}

.bg_f2 {
  background-color: #f2f2f2;
}

.bg_3 {
  background-color: #333;
}

.hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}

.back_img {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bg_fff {
  background: #fff;
}

.part_txt {
  border-bottom: 2px solid #e0e0e0;
}

.part_txt h2 {
  color: #a50319;
  font-size: 36px;
  position: relative;
  display: inline-block;
  float: left;
  padding-bottom: 15px;
}

.part_txt h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 3px;
  background: #a50319;
}

.part_txt ul {
  float: right;
  padding-top: 14px;
}

.part_txt ul li {
  float: left;
  position: relative;
  margin-left: 60px;
}

.part_txt ul a {
  color: #666;
  font-size: 22px;
  padding-bottom: 18px;
  display: inline-block;
}

.part_txt ul li:before,
.part_txt ul li:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.part_txt ul li:before {
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #a50319;
}

.part_txt ul li:after {
  bottom: 0px;
  width: 100%;
  height: 4px;
  background: url(../images/ico_05.png) center bottom no-repeat;
}

.part_txt ul .one a,
.part_txt ul li:hover a {
  color: #a50319;
}

.part_txt ul .one:before,
.part_txt ul .one:after,
.part_txt ul li:hover:before,
.part_txt ul li:hover:after {
  opacity: 1;
  visibility: inherit;
}

.tat .more {
  border: 1px solid #666;
  border-radius: 20px;
  padding: 8px 0;
  width: 140px;
  display: block;
  text-align: left;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 18px;
}

.more i {
  font-size: 14px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 25px;
  text-transform: uppercase;
}

.more:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 13px;
  display: block;
  width: 35px;
  height: 9px;
  background: url(../images/ico_01.png);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.more:hover i {
  padding-left: 50px;
  background: none;
}

.more:hover:before {
  right: -40px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.more.more_b {
  border-color: #fff;
  color: #fff;
}

.more.more_b:before {
  background: url(../images/ico_06.png);
}

.main {
  background: #f2f2f2;
}

.main_box {
  padding: 50px 0;
  background: #f2f2f2;
}

.main_box .part_txt {
  margin-bottom: 50px;
}

.path {
  padding: 15px 0 20px 0;
  color: #000;
}

.path a {
  color: #000;
}

.path .one,
.path a:hover {
  color: #a50319;
}

.path i {
  padding: 0 5px;
}

/*公用头尾*/
.fp-viewing-0 .header {
  background-color: transparent;
}

.header_one {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header_on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header_bai {
  background: #fff;
}

.header {
  padding: 4px 0 24px;
}

.lang_box {
  text-align: right;
}

.lang_box a {
  display: inline-block;
  margin-left: 15px;
  line-height: 20px;
}

.lang_box a.on {
  color: #a50319;
}

.head_logo {
  float: left;
}

.head_logo .logo {
  display: inline-block;
}

.head_logo .logo_en {
  padding-left: 10px;
  display: none;
}

.head_logo .logo img {
  height: 37px;
}

.head_right {
  float: right;
  padding-top: 10px;
}

.head_nav {
  float: left;
}

.head_nav .li {
  float: left;
  padding: 0 24px;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.head_nav .li a {
  font-size: 16px;
  line-height: 32px;
  border-bottom: 3px solid transparent;
  display: inline-block;
}

.head_search {
  float: right;
  padding: 6px 0 0 20px;
}

.head_nav .li.one > a,
.head_nav .li.one2 > a,
.head_nav .li a:hover {
  border-bottom-color: #a50319;
  color: #a50319;
}

.search_icon {
  padding: 10px;
  background: url(../images/search.png) center no-repeat;
  display: block;
  cursor: pointer;
}

/*头部滑过二级导航*/
.nav_hover_box {
  position: absolute;
  left: 50%;
  margin-left: -124px;
  padding-top: 20px;
  display: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  z-index: 100;
}

.nav_hover_box:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #a50319;
}

.nav_hover_box:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}

.nav_hover {
  background: #fff;
  border: 1px solid #a50319;
  border-bottom-width: 3px;
}

.head_nav .nav_hover > li > a {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  padding: 18px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 245px;
  border-bottom: 1px solid #e8e8e8;
}

.head_nav .nav_hover li.two > a {
  color: #a50319;
  border-color: #a50319;
}

.head_nav .li:hover .nav_hover_box {
  display: block;
}

/*栏目页头部*/
.lm_header {
  border-bottom: 1px solid #ececec;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
}

.lm_header .head_nav .li {
  padding: 0 14px;
}

.lm_header .head_search {
  padding-left: 6px;
}

html, body {
  height: 100%;
}

.lm_wrap {
  padding: 97px 0 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lm_wrap {
  height: 100%;
  overflow-y: auto;
  background: #f2f2f2;
}
#dowebok {
  overflow: hidden;
  margin-top: -8px;
}
/* .lm_main {height: 100%;overflow-y: auto;} */
/*页脚*/
.foot_nav_box {
  padding: 30px 0 35px;
}

.foot_nav {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 86%;
}

.foot_nav .li {
  float: left;
  padding-right: 50px;
  line-height: 20px;
}

.foot_nav .li a {
  display: block;
  max-width: 250px;
}

.foot_nav .li dt {
  font-size: 16px;
  padding-bottom: 10px;
}

.foot_nav .li dd {
  padding: 5px 0;
}

.foot_ewm_box {
  float: right;
  padding-top: 5px;
}

.foot_ewm_box .foot_ewm {
  display: block;
  float: left;
  border: 1px solid #9f9f9f;
  margin-left: 20px;
}

.foot_copy_box {
  padding: 15px 0;
}

.foot_copy {
  color: #fff;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 86%;
  overflow: hidden;
  line-height: 22px;
  padding-top: 2px;
}

.foot_link {
  margin: 0 -15px;
}

.foot_link .li {
  float: left;
  position: relative;
  padding: 0 15px;
}

.foot_link .li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 9px;
  width: 1px;
  background: #fff;
}

.foot_link .li a {
  display: block;
  color: #fff;
  opacity: 0.6;
}

.foot_copy_con {
  opacity: 0.6;
}

.foot_share_box {
  float: right;
}

.foot_search {
  float: left;
}

.foot_search .search_icon {
  background-image: url(../images/foot_search.png);
  padding: 12px;
}

/*页脚分享*/
.foot_share {
  float: left;
  margin-left: 15px;
}

.foot_share .bshare-custom a {
  margin: 0 0 0 6px;
  background-image: url(../images/foot_shareIcons.png);
  padding-left: 24px;
  line-height: 25px;
  height: 25px;
}

.foot_share .bshare-custom .bshare-facebook {
  background-position: 0 0;
}

.foot_share .bshare-custom .bshare-twitter {
  background-position: -30px 0;
}

.foot_share .bshare-custom .bshare-gplus {
  background-position: -60px 0;
}

.foot_share .bshare-custom .bshare-weixin {
  background-position: -90px 0;
}

.foot_share .bshare-custom .bshare-sinaminiblog {
  background-position: -120px 0;
}

.foot_share .bshare-custom .bshare-linkedin {
  background-position: -150px 0;
}

/*栏目页头部*/
.lm_footer {
  border-top: 1px solid #f2f2f2;
}

.lm_footer .foot_ewm_box .foot_ewm {
  float: none;
  margin-bottom: 20px;
}

.cd-main-content {
  padding-bottom: 90px;
}

/*首页*/
.sec_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_wrap {
  height: 100%;
}

.sec_table {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.sec_cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}

.index_label {
  display: block;
  color: #a50319;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
}

.index_link {
  display: block;
  width: 140px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "微软雅黑";
  font-weight: lighter;
  margin-top: 30px;
}

.index_link span {
  padding-right: 50px;
  background: url(../images/index_linkW.png) right center no-repeat;
}

.index_link:hover {
  background-color: #fff;
  border-color: #fff;
}

.index_link:hover span {
  background-image: url(../images/index_linkR.png);
}

/*灰色链接*/
.index_link.l_gray {
  color: #9fa4aa;
  border-color: #9fa4aa;
}

.index_link.l_gray span {
  background-image: url(../images/index_linkG2.png);
}

.index_link.l_gray:hover {
  background-color: #9fa4aa;
  color: #fff;
}

.index_link.l_gray:hover span {
  background-image: url(../images/index_linkW.png);
}

/*首页文章标题滑过样式*/
.index_hover {
  display: block;
}

.index_hover:hover {
  opacity: 0.6;
}

/*第一屏*/
/* ---- particles.js container ---- */
/*#particles-js{ width: 100%; height: 100%; background-color: #f2f2f2; background-image: url(''); background-size: cover; background-position: 50% 50%; background-repeat: no-repeat;}*/
.section1_part1 {
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.section1_part2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/index_bgRed.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.section1_con {
  width: 80%;
  color: #fff;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

.section1_label {
  font-size: 30px;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  font-style: italic;
}

.section1_tit {
  font-size: 56px;
  line-height: 1.2;
  /*height: 162px; overflow: hidden;*/
  margin: 15px 0;
}

.section1_part3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
}

.section1_part3 img {
  height: 130%;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec1_swiper {
  height: 100%;
}

#sec1_swiper .swiper-slide {
  position: relative;
}

.sec1_swiper_pic {
  display: block;
  width: 100%;
  height: 911px;
  background: center no-repeat;
  background-size: cover;
}

#sec1_swiper .pagination {
  width: 1200px;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -700px;
  top: 50%;
  margin-top: 260px;
}

#sec1_swiper .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: #fff;
  margin-right: 16px;
  cursor: pointer;
}

#sec1_swiper .swiper-active-switch {
  background: #000;
}

.sec_btn {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 10%;
  width: 100%;
  z-index: 20;
  background: url(../images/index_down.png) center no-repeat;
  width: 31px;
  height: 16px;
  animation: top 1.2s infinite cubic-bezier(0.5, 2, 0.85, 2.1);
  -webkit-animation: top 1.2s infinite cubic-bezier(0.5, 2, 0.85, 2.1);
}

@keyframes top {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-10px);
  }
}

/*第二屏*/
.section2 {
  background: center no-repeat;
  background-size: cover;
}

.section-title-long {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
  margin-top: 36px;
  width: 1200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section-title-long h3 {
  width: 130px;
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 0;
}

.section-title-long i {
  width: 925px;
  height: 1px;
  background: rgba(127, 127, 127, 0.5);
  margin: 0 26px 0 45px;
}

.section-title-long a {
  width: 76px;
  height: 30px;
  border-radius: 15px;
  background: #e8e8e8;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-family: Source Han Sans CN;
  color: rgba(29, 29, 29, 0.8);
  line-height: 30px;
}

.section2 {
  font-family: Source Han Sans CN;
}

.section2 .flex {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section2 .flex .swiper {
  display: block;
  position: relative;
  width: 597px;
  height: 400px;
  margin-right: 23px;
}

.section2 .flex .swiper img {
  width: 100%;
  height: 100%;
}

.section2 .flex .swiper .marks {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
}

.section2 .flex .swiper .marks span {
  display: block;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  line-height: 26px;
}

.section2 .flex ul {
  width: 597px;
}

.section2 .flex ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
}

.section2 .flex ul li:nth-last-child(1) {
  padding-bottom: 0;
}

.section2 .flex ul li img {
  display: block;
  width: 292px;
  height: 186px;
}

.section2 .flex ul li .rights {
  width: 255px;
}

.section2 .flex ul li .rights p {
  min-height: 80px;
  max-height: 124px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.section2 .flex ul li .rights a {
  display: block;
  width: 142px;
  height: 42px;
  border: 1px solid #7F7F7F;
  line-height: 42px;
  text-align: center;
}

.section2 .flex ul li .rights a:hover {
  border: none;
  background: #A50519;
  color: #FFFFFF;
}

.section2 .list {
  padding-top: 13px;
}

.section2 .list li {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid rgba(10, 2, 4, 0.1);
}

.section2 .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section2 .list li:nth-last-child(1) {
  border-bottom: 0;
}

.section2 .list li .lefts {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Source Han Sans CN;
}

.section2 .list li .lefts i {
  width: 8px;
  height: 8px;
  background: #A50519;
  border-radius: 50%;
  margin-right: 13px;
}

.section2 .list li .lefts span {
  width: 844px;
  font-size: 16px;
  color: #000000;
  line-height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section2 .list li p {
  font-size: 14px;
  color: #353535;
  line-height: 68px;
}

.section2_con {
  padding: 20px;
}

.section2_tit_box {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.section2_tit {
  color: #000;
  font-size: 44px;
  line-height: 54px;
}

.section2_main {
  font-size: 16px;
  line-height: 26px;
  padding: 45px 20px 0;
}

.section2_main ul {
  overflow: hidden;
}

.section2_main ul li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

/*第三屏*/
#swiper-container3 {
  width: 1200px;
  height: 660px;
  position: relative;
}

.section3_con .tat {
  padding-top: 30px;
}

.section3 .in_pc_show {
  font-family: Source Han Sans CN;
}

.section3 .in_pc_show .index_label {
  text-align: left;
  margin-bottom: 36px;
  font-size: 32px;
  font-weight: 500;
  color: #F4F4F4;
  line-height: 32px;
}

.section3 .in_pc_show.sec1_swiper_pic {
  height: 1496px;
  background: center no-repeat;
  background-size: cover;
  padding-top: 121px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section3 .in_pc_show.sec1_swiper_pic .con {
  margin-bottom: 113px;
}

.section3 .in_pc_show.sec1_swiper_pic .con a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section3 .in_pc_show.sec1_swiper_pic .con:nth-last-child(1) {
  margin-bottom: 0;
}

.section3 .in_pc_show.sec1_swiper_pic .con.con2 h3 {
  text-align: right;
}

.section3 .in_pc_show.sec1_swiper_pic .con img {
  width: 658px;
  height: 323px;
  display: block;
}

.section3 .in_pc_show.sec1_swiper_pic .con .desc h3 {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 29px;
  margin-bottom: 40px;
}

.section3 .in_pc_show.sec1_swiper_pic .con .desc p {
  width: 435px;
  font-size: 16px;
  color: #F4F4F4;
  line-height: 35px;
}

.section3_list {
  margin: -4px;
}

/*
.section3_list .li {float: left; width: 33.33%; box-sizing: border-box; padding: 4px;}
*/
#swiper-container3 .arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  z-index: 10;
}

#swiper-container3 .arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.section3_list .li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  width: 33%;
}

.section3_list .li1 .section3_bg {
  background-color: #333;
  color: #fff;
}

.section3_list .li2 .section3_bg {
  background-color: #fff;
  color: #146bd7;
}

.section3_list .li3 .section3_bg {
  background-color: #a50319;
  color: #fff;
}

.section3_list .li4 .section3_bg {
  background-color: #333;
  color: #fff;
}

.section3_list .li5 .section3_bg {
  background-color: #fff;
  color: #146bd7;
}

.section3_list .li6 .section3_bg {
  background-color: #a50319;
  color: #fff;
}

.section3_list .li7 .section3_bg {
  background-color: #333;
  color: #fff;
}

.section3_list .li8 .section3_bg {
  background-color: #fff;
  color: #146bd7;
}

.section3_list .li9 .section3_bg {
  background-color: #a50319;
  color: #fff;
}

.section3_pic img {
  width: 100%;
}

.section3_con {
  padding: 25px 30px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 340px;
  background-color: #fff;
}

.section3_tit {
  font-size: 32px;
  line-height: 44px;
}

.section3_intro {
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
}

.section3_list .li2 .index_link {
  color: #666;
  border-color: #666;
}

.section3_list .li2 .index_link span {
  background-image: url(../images/index_linkG.png);
}

.section3_list .li2 .section3_con {
  padding: 40px 40px 10px;
}

.section3_list .li2 .index_link:hover {
  background-color: #666;
  color: #fff;
}

.section3_list .li2 .index_link:hover span {
  background-image: url(../images/index_linkW.png);
}

.section3_list .li .index_hover {
  color: #333;
}

.section3_list .li .index_hover:hover {
  color: #a5031a;
  opacity: 1;
}

.section3_list .li2 .index_hover {
  color: #146bd7;
}

.section3_list .tr_sc {
  position: relative;
  padding-top: 74%;
  display: block;
}

.section3_list .tr_sc img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.section3_list .tat .more:hover {
  border-color: #a5031a;
}

.section3_list .tat .more:hover i {
  color: #a5031a;
}

.section3 .more-news {
  margin-top: 15px;
}

.section3 .more-news .more {
  width: 140px;
  margin: 0 auto;
}

.section3_list .section3_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.section3 .more-news .more:hover {
  border-color: #a5031a;
}

.section3 .more-news .tat .more:hover i {
  color: #a5031a;
}

/*第四屏*/
.section4 {
  background: center no-repeat;
  background-size: cover;
}

.section4 .sec_cell {
  padding-bottom: 24px;
}

.section4_list_list {
  margin: -4px;
}

.section4_list .li {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
}

.section4_list .li1 {
  float: left;
}

.section4_bg {
  background: center no-repeat;
  background-size: cover;
  height: 335px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section4_list .li1 .section4_bg {
  height: 678px;
  border: 1px solid rgba(234, 236, 239, 0.24);
}

.section4_con {
  padding: 20px 100px 20px 40px;
  color: #fff;
}

.section4_list .li2 .section4_con {
  color: #666;
}

.section4_tit {
  font-size: 30px;
  line-height: 42px;
  margin: 10px 0;
  max-height: 84px;
  overflow: hidden;
}

.section4_intro {
  font-size: 16px;
  line-height: 28px;
  max-height: 112px;
  overflow: hidden;
}

.section4_list .li1 .tat {
  padding-top: 40px;
}

.section4_list .li2 .tat,
.section4_list .li3 .tat {
  padding-top: 30px;
}

.section4_list .li2 .section4_tit {
  color: #333;
}

.section4_list .li1 .section4_tit {
  margin: 25px 0 20px;
}

.section4_list .li1 .tat .more {
  background-color: #a50319;
  border-color: #a50319;
}

.section4_list .li2 .tat .more {
  border-color: #666;
  color: #666;
}

.section4_list .li2 .tat .more:before {
  background: url(../images/ico_01.png);
}

.section5_con_box .tat {
  padding-top: 30px;
}

.section4_list .index_hover {
  color: #fff;
}

.section4_list .li2 .index_link {
  color: #333;
}

.section4-wrapper {
  position: relative;
}

.section4 .more-news {
  position: absolute;
  right: 1%;
  top: 0;
}

.section4 .more-news .more {
  width: 140px;
  margin: 0 auto;
}

.section4 .more-news .more:hover {
  border-color: #a5031a;
}

.section4 .more-news .tat .more:hover i {
  color: #a5031a;
}

.section4 .in_pc_show ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1200px;
}

.section4 .in_pc_show ul li {
  width: 263px;
  height: 526px;
}

.section4 .in_pc_show ul li img {
  width: 100%;
  height: 375px;
  margin-bottom: 28px;
}

.section4 .in_pc_show ul li h4 {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  line-height: 26px;
  margin-bottom: 10px;
}

.section4 .in_pc_show ul li p {
  height: 30px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  color: #797979;
  line-height: 22px;
}

/*第五屏*/
.section5_con_box {
  padding: 0 0 45px;
  position: relative;
}

.section5_con_box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: url(../images/index_sec5_bg.jpg) center no-repeat;
  background-size: cover;
}

.section5 .sec_cell {
  vertical-align: bottom;
  padding: 0;
}

.section5 .in_pc_show .index_label {
  width: 725px;
  margin: 0 auto 45px;
  padding-top: 65px;
  height: 137px;
  background-position: 0 90px;
  background-size: 100% 47px;
  background-repeat: no-repeat;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #F1DAB1;
  line-height: 32px;
}

.section5 .in_pc_show .content {
  width: 1200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Source Han Sans CN;
  color: #FFFFFF;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section5 .in_pc_show .content .con {
  width: 600px;
  height: 223px;
  margin-top: 15px;
}

.section5 .in_pc_show .content .subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 392px;
  height: 36px;
  padding: 0 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #12151A;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section5 .in_pc_show .content .subTitle span {
  margin-right: 59px;
}

.section5 .in_pc_show .content .desc {
  padding: 21px 0;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #F1DAB1;
  line-height: 22px;
}

.section5 .in_pc_show .content .desc .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.section5 .in_pc_show .content .desc .item span {
  display: block;
  margin-right: 20px;
}

.section5 .in_pc_show .content .desc .item span:nth-of-type(1) {
  width: 106px;
}

.section5 .in_pc_show .content .desc .item span p {
  margin-bottom: 20px;
}

.section5 .in_pc_show .content .desc .item:nth-last-child(1) {
  margin-bottom: 0;
}

/*轮播图*/
.section5_swiper .lb_box1 {
  position: relative;
}

.section5_swiper .lb_box1 .swiper-container {
  margin: 0 -20px;
}

.section5_swiper .lb_box1 .swiper-slide {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section5_swiper dt {
  width: 49%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section5_swiper dt img {
  width: 100%;
}

.section5_swiper dd {
  width: 51%;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 60px;
}

.section5_swiper dd .cc1_tit {
  font-size: 26px;
  line-height: 40px;
  margin: 3px 0 12px;
}

.section5_swiper dd .cc1_txt {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

.section5 .cc1_tit {
  color: #333;
}

/*轮播缩略图*/
.section5_swiper {
  position: relative;
}

.section5_swiper .cp1_con_li {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px 0 40px;
  z-index: 5;
}

.section5_swiper .cp1_con_li .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.section5_swiper .cp1_txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.section5_swiper .cp1_txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
}

.section5_swiper .cp1_txt img {
  width: 100%;
}

.section5_swiper .swiper-slide-active .cp1_txt:after {
  border-width: 6px;
}

/*轮播图左右箭头*/
.section5_swiper .arrow i {
  display: block;
  width: 12px;
  height: 24px;
  background: url(../images/index_arrow.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}

.section5_swiper .arrow .arrow-left {
  background-position: left center;
  left: 13px;
}

.section5_swiper .arrow .arrow-right {
  background-position: right center;
  right: 23px;
}

/*第六屏*/
.section6 .in_pc_show ul {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section6 .in_pc_show ul li a {
  position: relative;
  display: block;
  width: 280px;
  height: 350px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
}

.section6 .in_pc_show ul li a .tops {
  position: relative;
  width: 100%;
  height: 168px;
  margin-bottom: 18px;
}

.section6 .in_pc_show ul li a .tops:hover .videos-red {
  display: none;
}

.section6 .in_pc_show ul li a .tops:hover .videos-white {
  display: block;
}

.section6 .in_pc_show ul li a .tops:hover .mark {
  display: block;
}

.section6 .in_pc_show ul li a .tops .imgs {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 10px 10px 0 0;
}

.section6 .in_pc_show ul li a .tops .videos {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
}

.section6 .in_pc_show ul li a .tops .videos-red {
  display: block;
}

.section6 .in_pc_show ul li a .tops .videos-white {
  display: none;
  z-index: 5;
}

.section6 .in_pc_show ul li a .tops .mark {
  display: none;
  padding: 0;
  position: absolute;
  border-radius: 10px 10px 0 0;
  width: 278px;
  height: 169px;
  top: -1px;
  left: 0px;
  z-index: 2;
  opacity: 0.9;
}

.section6 .in_pc_show ul li a h4 {
  margin: 0 auto 15px;
  width: 236px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #1D1D1D;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section6 .in_pc_show ul li a p {
  margin: 0 auto;
  width: 249px;
  font-size: 14px;
  font-family: PingFang SC;
  color: #1D1D1D;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section6 .in_pc_show ul li a span {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-size: 14px;
  font-family: PingFang SC;
  color: #1D1D1D;
  line-height: 28px;
  opacity: 0.8;
}

/*----------------------------- 栏目页 ------------------*/
/*栏目页公用*/
/*页码*/
.page {
  padding-top: 50px;
}

/*详情页标题*/
.con_tit_box .txt {
  font-size: 36px;
  line-height: 52px;
  color: #000;
  padding: 15px 0 20px;
}

.con_tit_box .tit .p1 {
  float: left;
  display: block;
  font-size: 16px;
  line-height: 33px;
  color: #666;
  padding-right: 10px;
}

.con_tit_box .tit .p2 {
  overflow: hidden;
  display: block;
}

/*详情页分享*/
.bshare-custom a {
  transition: all 0s;
  -webkit-transition: all 0s;
}

.con_tit_box .bshare-custom {
  float: right;
  position: relative;
}

.con_tit_box .bshare-custom a {
  float: left;
  padding-left: 33px;
  line-height: 33px;
  height: 33px;
  margin: 0 0 0 8px;
  background-image: url(../images/ytxq_share.png);
  transition: all 0s;
  -webkit-transition: all 0s;
}

.con_tit_box .bshare-custom .bshare-facebook {
  background-position: 0 0;
}

.con_tit_box .bshare-custom .bshare-twitter {
  background-position: -40px 0;
}

.con_tit_box .bshare-custom .bshare-gplus {
  background-position: -80px 0;
}

.con_tit_box .bshare-custom .bshare-weixin {
  background-position: -120px 0;
}

.con_tit_box .bshare-custom .bshare-sinaminiblog {
  background-position: -160px 0;
}

.con_tit_box .bshare-custom .bshare-linkedin {
  background-position: -200px 0;
}

.con_tit_box .bshare-custom:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 1200px;
  height: 1px;
  background-color: #e3e3e3;
}

/*详情页内容*/
.my_content {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  text-align: justify;
}

.my_content h1 {
  font-size: 24px;
  color: #a50319;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}

.my_content h2 {
  color: #333;
  font-size: 24px;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.my_content h3 {
  color: #000;
  font-size: 16px;
  margin: 4px 0;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}

.my_content img {
  max-width: 100%;
  margin: 20px 0;
}

/*栏目页内容选项卡*/
.my_tab_box {
  padding: 20px 0 25px;
}

.my_tab_box .ul {
  margin: -1px;
}

.my_tab_box .li {
  padding: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
  float: left;
  text-align: center;
  display: table;
  height: 60px;
  overflow: hidden;
}

.my_tab_box .li a {
  background: #e0e0e0;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  padding: 3px 20px;
  display: table-cell;
  vertical-align: middle;
}

.my_tab_box .ul2 .li {
  width: 50%;
}

.my_tab_box .ul4 .li {
  width: 25%;
}

.my_tab_box .ul5 .li {
  width: 20%;
}

.my_tab_box .li .selected {
  background: #a50319;
  color: #fff;
}

/*往期回顾*/
.fangq_txt {
  font-size: 36px;
  color: #000;
  padding: 10px 0 20px 0;
}

.fangq_box {
  padding: 50px 0;
}

.fangq_part1 {
  background: #f2f2f2;
  padding: 40px 0;
}

.fangq_part1 .pic {
  margin: 30px 0 50px 0;
}

.fangq_part1 .pic img {
  max-width: 100%;
}

.fangq_part1 .tent {
  position: relative;
}

.fangq_part1 .ll {
  float: left;
  width: 69%;
}

.fangq_part1 .ll .txt {
  font-size: 36px;
  color: #000;
}

.fangq_part1 .ll .tit {
  font-size: 20px;
  color: #666;
  padding: 10px 0 20px 0;
}

.fangq_part1 .ll .tet {
  font-size: 16px;
  color: #555;
  line-height: 28px;
}

.fangq_part1 .rr {
  overflow: hidden;
}

.fangq_part1 .rr ul {
  padding: 0 30px 0 40px;
}

.fangq_part1 .rr li {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
}

.fangq_part1 .rr dt {
  float: left;
}

.fangq_part1 .rr dd {
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  padding-left: 25px;
}

.fangq_part1 .rr li:last-child {
  border: 0;
}

.fangq_part2 {
  background: #fff;
}

.fangq_part2 .tent ul {
  margin: -20px 0 -20px -110px;
}

.fangq_part2 .tent li {
  width: 33.3%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0 20px 110px;
  cursor: pointer;
}

.fangq_part2 .tent dt img {
  max-width: 100%;
}

.fangq_part2 .tent dd {
  padding-top: 15px;
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fangq_part2 .tent dd i {
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.fangq_part2 .tent dd i:hover {
  color: #a50319;
}

.fangq_part2 .tent dd b {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-align: justify;
}

.fangq_part2 .tat {
  text-align: center;
  padding-top: 50px;
}

.fangq_part2 .tat .more {
  margin: 0 auto;
}

.fangq_part2 .tent dd a {
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  display: inline-block;
}

.fangq_part3 {
  padding: 60px 0;
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fangq_part3 .back {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
}

.fangq_part3 .back.ll {
  left: 0;
  background: #a50319 url(../images/back_01.png) top left no-repeat;
}

.fangq_part3 .back.rr {
  right: 0;
  background: #666;
}

.fangq_part3 ul {
  overflow: hidden;
}

.fangq_part3 li {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fangq_part3 .li1 {
  padding-right: 150px;
}

.fangq_part3 .li2 {
  padding-left: 150px;
}

.fangq_part3 .tet {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
}

.fangq_part3 li dt a {
  color: #fff;
}

.fangq_part3 .li1 dt a:hover {
  color: #666;
}

.fangq_part3 .li2 dt a:hover {
  color: #a50319;
}

.fangq_part3 li dd {
  color: #fff;
}

.fangq_part3 .li1 dd a {
  text-align: center;
  width: 177px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fangq_part3 .li1 dd a:before {
  display: none;
}

.fangq_part3 .li1 dd a:hover {
  background: rgba(225, 225, 225, 0.8);
  color: #333;
}

.fangq_part4 ul {
  margin: 0 -10px;
}

.fangq_part4 li {
  width: 33.3%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
}

.fangq_part4 dl {
  background: #fff;
}

.fangq_part4 dt img {
  width: 100%;
}

.fangq_part4 dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}

.fangq_part4 dd .tit {
  color: #666;
}

.fangq_part4 dd .txt {
  padding: 10px 0;
}

.fangq_part4 dd .txt a {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  display: block;
}

.fangq_part4 dd .txt a:hover {
  color: #a50319;
}

.fangq_part4 dd .tet {
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.fangq_part4 .tat {
  text-align: center;
  padding-top: 10px;
}

.fangq_part4 .tat .more {
  margin: 0 auto;
}

.fangq_part5 {
  overflow: hidden;
  background: #fff;
}

.fangq_part5 .swiper-container {
  margin: 0 -5px;
}

.fangq_part5 .pagination {
  text-align: center;
  padding-top: 20px;
}

.fangq_part5 .pagination span {
  width: 21px;
  height: 6px;
  background: #c4c4c4;
  margin: 0 5px;
  display: inline-block;
}

.fangq_part5 .pagination .swiper-visible-switch {
  background: rgba(165, 3, 25, 0.5);
}

.fangq_part5 .pagination .swiper-active-switch {
  background: #a50319;
}

.fangq_part5 a {
  display: block;
  margin: 0 5px;
}

.fangq_part5 dl {
  position: relative;
}

.fangq_part5 dt {
  position: relative;
}

.fangq_part5 dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/back_02.png) bottom repeat-x;
}

.fangq_part5 dt span {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fangq_part5 dt span b {
  display: inline-block;
  background: url(../images/ico_03.png) center left no-repeat;
  padding-left: 50px;
}

.fangq_part5 dt img {
  width: 100%;
}

.fangq_part5 dd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(165, 3, 25, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fangq_part5 dd i {
  color: #fff;
  background: url(../images/ico_04.png) center top no-repeat;
  padding-top: 110px;
  font-size: 24px;
  display: block;
  margin-top: -50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fangq_part5 a:hover dd {
  opacity: 1;
  visibility: inherit;
}

.fangq_part5 a:hover dd i {
  margin-top: 120px;
}

.fangq_part5 a:hover dt span {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.fangq_part5 .tat {
  padding-top: 30px;
  text-align: center;
}

.fangq_part5 .tat .more {
  margin: 0 auto;
}

.fangq_part5 .swiper-slide {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

/*关于我们*/
.part_about .fangq_part2 {
  background: none;
}

/*合作单位*/
.part_hez .tent {
  padding-top: 10px;
}

.part_hez ul {
  margin: -30px 0 -30px -100px;
}

.part_hez li {
  width: 33%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 30px 100px;
  vertical-align: top;
}

.part_hez dt {
  padding-left: 20px;
  margin-bottom: 20px;
}

.part_hez dd {
  padding-left: 20px;
  border-left: 2px solid #e0e0e0;
}

.part_hez dd a {
  display: inline-block;
  color: #333;
  font-size: 24px;
  line-height: 34px;
  position: relative;
}

.part_hez dd b {
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
  text-align: justify;
}

/*议题-列表*/
.part_theme .left {
  float: left;
  width: 850px;
}

.part_theme .right {
  float: right;
  width: 330px;
}

.theme_part1 li {
  margin-bottom: 10px;
  height: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.theme_part1 dt,
.theme_part1 dd {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.theme_part1 dt img {
  width: 100%;
}

.theme_part1 dd {
  padding: 0px 20px;
}

.theme_part1 li .txt {
  padding: 30px 0 15px 0;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
}

.theme_part1 li .txt a {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  display: block;
}

.theme_part1 li .txt a:hover {
  color: #a50319;
}

.theme_part1 li .tet {
  line-height: 24px;
  padding: 15px 0 25px 0;
  color: #fff;
}

.theme_part1 .li1,
.theme_part1 .li4,
.theme_part1 .li7,
.theme_part1 .li10 {
  background: #333;
}

.theme_part1 .li2,
.theme_part1 .li5,
.theme_part1 .li8,
.theme_part1 .li11 {
  background: #fff;
}

.theme_part1 .li3,
.theme_part1 .li6,
.theme_part1 .li9,
.theme_part1 .li12 {
  background: #a50319;
}

.theme_part1 .li3 .txt a:hover,
.theme_part1 .li6 .txt a:hover,
.theme_part1 .li9 .txt a:hover,
.theme_part1 .li12 .txt a:hover {
  color: #333;
}

.theme_part1 .li2 dt,
.theme_part1 .li5 dt,
.theme_part1 .li8 dt,
.theme_part1 .li11 dt {
  float: right;
}

.theme_part1 .li2 dd,
.theme_part1 .li5 dd,
.theme_part1 .li8 dd,
.theme_part1 .li11 dd {
  float: left;
  padding: 0 0 0 50px;
}

.theme_part1 .li2 .txt,
.theme_part1 .li5 .txt,
.theme_part1 .li8 .txt,
.theme_part1 .li11 .txt {
  border-color: #e2e2e2;
}

.theme_part1 .li2 .txt a,
.theme_part1 .li5 .txt a,
.theme_part1 .li8 .txt a,
.theme_part1 .li11 .txt a {
  color: #000;
}

.theme_part1 .li2 .tet {
  color: #666;
}

.theme_part1 .li2 .tat a {
  border-color: #666;
  color: #666;
}

.theme_part1 .li2 .tat a:before {
  background: url(../images/ico_01.png);
}

.theme_part2 dd {
  background: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  color: #fff;
  height: 177px;
}

.theme_part2 dd .txt {
  font-size: 26px;
}

.theme_part2 dd .txt a {
  color: #fff;
}

.theme_part2 dd .txt a:hover {
  color: #a50319;
}

.theme_part2 dd .tet {
  padding: 10px 0 15px 0;
}

.theme_part2 dd span {
  display: block;
}

.theme_part2 dd span a {
  color: #fff;
  display: inline-block;
  margin: 5px 0;
}

.theme_part2 dd .tat {
  text-align: center;
}

.theme_part2 dd .tat .more {
  margin: 0 auto;
}

.theme_part2 dt a img {
  width: 100%;
}

.theme_part3 {
  background: #fff;
  margin-top: 10px;
  padding: 28px 20px 45px;
}

.theme_part3 .txt {
  font-size: 26px;
  line-height: 30px;
  color: #000;
}

.theme_part3 li {
  border-bottom: 1px solid #e2e2e2;
  padding: 25px 0;
  cursor: pointer;
}

.theme_part3 .li {
  border: 0;
}

.theme_part3 li dt {
  float: left;
}

.theme_part3 li dd {
  overflow: hidden;
  padding-left: 15px;
}

.theme_part3 li a {
  color: #333;
  font-size: 24px;
  display: block;
}

.theme_part3 li a:hover {
  color: #a50319;
}

.theme_part3 li b {
  display: block;
  color: #666;
  line-height: 20px;
  padding-top: 5px;
}

.theme_part3 .tat {
  text-align: center;
  padding-top: 20px;
}

.theme_part3 .tat .more {
  margin: 0 auto;
}

/*议题-详情*/
.theme_tent {
  padding-bottom: 60px;
}

.theme_tent .left {
  width: 840px;
  float: left;
}

.theme_tent .left .tet {
  padding-top: 30px;
}

.theme_tent .right {
  float: right;
  width: 330px;
}

.ytxq_right1 .theme_part3 dd a {
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

.ytxq_right1 .theme_part3 li b {
  padding-top: 10px;
}

.ytxq_right1 .theme_part3 li {
  padding: 15px 5px;
}

.ytxq_right1 .theme_part3 {
  margin-top: 0;
  padding: 20px 20px 30px;
}

.ytxq_right1 .theme_part3 .txt {
  padding-bottom: 10px;
}

/*关于-关于我们*/
.about_gywm_box .my_content h1 {
  margin-bottom: 15px;
}

/*关于我们-弹层*/
.back_box {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}

.back_box .box {
  background: #fff url(../images/ico_10.png) left top no-repeat;
  position: absolute;
  width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.back_box dl {
  padding: 100px 90px 80px;
}

.back_box dt {
  width: 270px;
  float: left;
}

.back_box dt img {
  width: 100%;
}

.back_box dd {
  padding-left: 60px;
  overflow: hidden;
}

.back_box .part_txt h2 {
  float: none;
  color: #333;
}

.tc_con_box {
  height: 430px;
  overflow-x: hidden;
  margin-top: 15px;
}

.back_box .tit {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
  font-weight: bold;
}

.back_box .tlt {
  padding: 5px 0 10px;
}

.back_box .tlt span {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0;
  padding-left: 40px;
  position: relative;
}

.back_box .tlt span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(../images/ico_11.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.back_box .tlt .p1 {
  margin-top: 20px;
}

.back_box .tlt .p2:before {
  background-position: 0 -39px;
}

.back_box .tlt .p3 {
  margin-bottom: 20px;
}

.back_box .tlt .p3:before {
  background-position: 0 -78px;
}

.back_box .tet {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.back_box .box_off {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/ico_12.png);
  cursor: pointer;
  margin: 25px 30px;
  z-index: 10;
}

/*视频关闭*/
.video_ct_box .video_ct_off {
  background: url(../images/a_video_off.png) center no-repeat;
  background-size: contain;
}

/*检索-列表*/
.ss_list {
  font-size: 16px;
  padding: 20px 0;
  height: 100px;
}

.main_box .search_list_box .part_txt {
  margin-bottom: 30px;
}

.search_form {
  border: 1px solid #e2e2e2;
  background-color: #fff;
  margin: 0 auto;
  width: 680px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 30px;
}

.search_form .sub {
  float: right;
  height: 48px;
  width: 154px;
  cursor: pointer;
  border: 0;
  background: #a50319 url(../images/search_text.png) center no-repeat;
  border-radius: 30px;
}

.search_form .wbk {
  margin: 0 154px 0 0;
}

.search_form .wbk span {
  display: block;
  padding: 0 30px;
}

.search_form .wbk input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: none;
  border: 0;
  color: #333;
  font-size: 18px;
}

.search_new_box .ul {
  margin: -8px;
}

.search_new_box .li {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search_new_box .li_con {
  background: #fff;
}

.search_pic {
  float: left;
  width: 38.4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search_pic img {
  width: 100%;
}

.search_con {
  overflow: hidden;
  padding: 38px;
}

.search_tit_box {
  margin-bottom: 10px;
}

.search_tit_box .search_tit {
  font-size: 24px;
  line-height: 32px;
  display: block;
}

.search_intro {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #666;
  margin-bottom: 15px;
}

.search_time_box {
  padding-top: 18px;
  border-top: 1px solid #e3e3e3;
}

.search_time_box .tat {
  float: left;
}

.search_time_box .search_time {
  float: right;
  font-size: 16px;
  line-height: 36px;
  color: #999;
}

/* 通用新闻 */
.common-news {
  background: #fff !important;
  min-height: 100%;
}

.common-news .main_box {
  padding-bottom: 0;
}

.common-news .main_box .part_txt {
  margin-bottom: 0;
}

.common-news-list {
  background: #fff;
  border-raduse: 60px;
  padding: 50px 0;
}

.common-news-list .news-title {
  padding: 10px 0;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 33px;
  font-size: 28px;
  color: #000000;
  margin-bottom: 40px;
}

.common-news-list .news-title .news-title-tag {
  font-size: 30px;
  color: #A50519;
}

.common-news-list ul li {
  padding: 28px 0px;
  line-height: 36px;
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(10, 2, 4, 0.1);
}

.common-news-list ul li p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  padding-left: 20px;
  position: relative;
}

.common-news-list ul li p:before {
  content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  background: #a50519;
  border-radius: 8px;
  left: 0;
  top: 14px;
}

.common-news-list ul li span {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #353535;
}

/*往期回顾-视频*/
.wqhg_video_box {
  padding-bottom: 55px;
}

.wqhg_video {
  padding-top: 40px;
}

.wqhg_video img {
  max-width: 100%;
}

#mediaplayer_logo {
  display: none !important;
}

.wqhg_video #mediaplayer_display_button {
  background-image: none !important;
  height: auto !important;
  padding: 0 !important;
  margin-top: -38px !important;
}

.wqhg_video #mediaplayer_display_button .jwicon {
  width: 75px !important;
  height: 75px !important;
  background-image: url(../images/video_btn.png) !important;
  background-size: cover !important;
}

.video_frm {
  text-align: center;
  width: 100%;
  height: 600px;
}

.video_frm iframe {
  width: 100%;
  height: 100%;
}

.wqhg_video_list {
  padding: 35px 0;
}

.video_ul_box .ul {
  margin: -8px;
}

.video_ul_box .li {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
}

.video_ul_box .video_pic img {
  width: 100%;
}

.video_tit_a {
  display: block;
  padding: 12px 0;
  color: #000;
  font-size: 24px;
  line-height: 30px;
}

.video_tit_a span {
  display: block;
  padding-left: 35px;
  background: url(../images/video_icon.png) left 5px no-repeat;
}

/*视频-弹层*/
.video_ct,
#video_tc_bg {
  height: 650px;
}

/*往期集锦-详情*/
/*.wqjj_detail_r {padding-top: 30px;}*/
.wqjj_detail_r .theme_part2 {
  margin-top: 10px;
}

.wqjj_detail_r .theme_part2 dd {
  background: #a50319 url(../images/wqjj_bg2.jpg) center no-repeat;
  background-size: cover;
  height: auto;
  padding: 20px 20px 30px;
}

.wqjj_detail_r .theme_part2 .tet {
  font-size: 16px;
  line-height: 24px;
}

.wqjj_detail_r .theme_part2 .tet a {
  color: #fff;
}

.wqjj_detail_r .theme_part2 .more {
  width: 210px;
}

/*重大项目-列表*/
.zdxm_list_box .search_new_box .li {
  float: left;
  width: 50%;
  cursor: pointer;
}

.zdxm_list_box .search_pic {
  float: none;
  width: 100%;
}

.zdxm_list_box .search_tit_box {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}

.zdxm_list_box .search_tit_box .search_tit {
  height: 64px;
  overflow: hidden;
}

.zdxm_list_box .search_time_box {
  padding-top: 10px;
  border-top: none;
}

.zdxm_list_box .search_con {
  padding: 25px 40px 32px;
}

/*重大项目-详情*/
.zdxm_detail_box {
  padding-bottom: 50px;
}

.video_tit_a .zdxm_time {
  display: block;
  font-style: normal;
  color: #666;
  font-size: 14px;
}

.video_tit_a .zdxm_tit {
  display: block;
}

/*本届动态-日程*/
.main_box .bjdt_rc_box .part_txt {
  margin-bottom: 10px;
}

.bjdt_time {
  color: #666;
}

.bjdt_time .span {
  display: block;
  line-height: 20px;
  padding: 4px 25px;
  background: left 4px no-repeat;
}

.bjdt_time .span1 {
  background-image: url(../images/bjdt_rc_icon1.png);
}

.bjdt_time .span2 {
  background-image: url(../images/bjdt_rc_icon2.png);
}

.bjdt_rc_con {
  line-height: 1.5;
  padding-bottom: 30px;
}

.bjdt_rc_con img {
  max-width: 100%;
}

.bjdt_rc_con strong {
  color: #a50319;
  font-size: 16px;
  word-break: break-word;
}

.bjdt_rc_con h3 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  padding-left: 25px;
  background: left 2px no-repeat;
}

.bjdt_rc_con ul li {
  padding: 10px 0;
}

.bjdt_rc_tit {
  font-family: "微软雅黑";
  padding: 10px 0 20px;
  border-bottom: 1px solid #e0e0e0;
}

.bjdt_rc_tit h1 {
  float: left;
  width: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 30px 0 0;
}

.bjdt_rc_tit h2 {
  font-size: 24px;
  font-weight: normal;
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

.bjdt_rc_tit h2 strong {
  display: block;
  min-height: 36px;
}

.bjdt_rc_con table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.bjdt_rc_con table tr {
  border-bottom: 1px solid #e0e0e0;
}

.bjdt_rc_con table td {
  padding: 25px 25px 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 530px;
}

.bjdt_rc_con .td1 {
  width: 230px;
}

.bjdt_rc_con .td2 {
  width: 440px;
}

.bjdt_rc_con .td1 h3 {
  background-image: url(../images/bjdt_rc_icon1.png);
}

.bjdt_rc_con .td2 h3 {
  background-image: url(../images/bjdt_rc_icon2.png);
}

.bjdt_rc_con .td3 h3 {
  background-image: url(../images/bjdt_rc_icon3.png);
  color: #333;
  font-weight: bold;
  font-family: "微软雅黑";
}

.bjdt_rc_con .td3 li {
  color: #666;
}

.bjdt_rc_con .td3 li h3 {
  background-image: url(../images/bjdt_rc_icon4.png);
  float: left;
}

.bjdt_rc_con .td3 h4 {
  float: right;
  padding-left: 25px;
  background: url(../images/bjdt_rc_icon1.png) left top no-repeat;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

.bjdt_rc_con .td3 li p {
  clear: both;
  padding: 5px 0;
}

/*联系我们*/
.about_lxwm .lxwm_con {
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
}

.lxwm_con .lxwm_ul {
  line-height: 1.375;
  font-size: 16px;
  color: #666;
  overflow: hidden;
}

.lxwm_con .lxwm_ul strong {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #000;
  padding: 5px 0;
  display: block;
}

.lxwm_con .lxwm_ul ul {
  margin: -5px 0;
}

.lxwm_con .lxwm_ul li {
  padding: 10px 0 15px;
  border-bottom: 1px solid #f2f2f2;
}

.lxwm_map {
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 420px;
}

.about_lxwm {
  margin-bottom: 15px;
}

/*PC不该显示的部分*/
.in_pc_show {
  height: 100%;
}

.in_phone_show {
  display: none;
}

.phone_show {
  display: none;
}

/*首页小PC处理*/
@media screen and (max-width: 1600px) {
  /*--1600--*/
  #dowebok{

  margin-top: 0px;
  }
  /*头部*/
  .header {
    padding: 4px 0 15px;
  }
  .lang_box a {
    line-height: 16px;
  }
  .index_body .wrap {
    width: 1200px;
  }
  .head_nav .li {
    padding: 0 14px;
  }
  .head_logo .logo img {
    height: 37px;
  }
  .head_logo .logo_en img {
    height: 15px;
  }
  /*.head_nav .li a {font-size: 14px;line-height: 25px;}*/
  .head_right {
    padding-top: 6px;
  }
  .head_search {
    padding: 4px 0 0 15px;
  }
  /*栏目头部*/
  .lm_wrap {
    padding: 77px 0 0;
  }
  /*页脚*/
  .section5 .foot_nav_box {
    padding: 25px 0 30px;
    display: none;
  }
  /*.foot_ewm_box .foot_ewm {float: none;margin-bottom: 20px;}
  .foot_nav .li {line-height: 20px; padding-right: 30px;}*/
  .foot_copy {
    width: 80%;
  }
  .section5 .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  /*首页共用*/
  .index_label {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .tat .more {
    width: 110px;
    padding: 5px 0px;
  }
  .more i {
    font-size: 12px;
    padding-left: 20px;
  }
  .more::before {
    right: 15px;
    top: 10px;
  }
  .more:hover i {
    padding-left: 37px;
  }
  /*第一屏*/
  .section1_part3 img {
    height: 120%;
  }
  #sec1_swiper .pagination {
    width: 1200px;
    margin-left: -600px;
  }
  .section1_label {
    font-size: 26px;
    line-height: 34px;
    height: 68px;
  }
  .section1_tit {
    font-size: 48px;
  }
  .section1_con {
    padding-top: 40px;
  }
  #sec1_swiper .pagination {
    margin-top: 210px;
  }
  .sec_btn {
    bottom: 6%;
  }
  /*第二屏*/
  .section2_tit {
    font-size: 34px;
    line-height: 40px;
  }
  .section2_main {
    /*font-size: 14px;line-height: 22px;*/
    padding: 25px 0 0;
  }
  .section2_main ul li {
    padding: 0 15px;
  }
  /*第三屏*/
  .section3_list {
    padding: 0 0;
  }
  .section3_tit {
    font-size: 24px;
    line-height: 34px;
  }
  .section3_intro {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
  }
  .section3_con {
    padding: 10px 20px 20px;
    height: 220px;
  }
  .section3_list .li2 .section3_con {
    padding: 20px 20px 10px;
  }
  .section3_con .tat {
    padding-top: 20px;
  }
  #swiper-container3 {
    width: 1200px;
    height: 575px;
    position: relative;
  }
  /*第四屏*/
  .section4_list {
    padding: 0 120px;
  }
  .section4_bg {
    height: 225px;
  }
  .section4_list .li1 .section4_bg {
    height: 458px;
  }
  .section4_tit {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 8px;
    max-height: 60px;
  }
  .section4_list .li1 .section4_tit {
    margin: 15px 0px 10px;
  }
  .section4_intro {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
  }
  .section4_con {
    padding: 23px 40px 20px 30px;
  }
  /*第五屏*/
  .section5 {
    padding-bottom: 20px;
  }
  .section5 .sec_cell {
    vertical-align: middle;
  }
  .section5_con_box:after {
    height: 300px;
    bottom: 0;
    top: 280px;
    background-image: url(../images/index_foot1.jpg);
  }
  .section5_con_box {
    padding: 0 0px 35px;
  }
  .section5_swiper dd .cc1_tit {
    font-size: 20px;
    line-height: 30px;
  }
  .section5_swiper dd .cc1_txt {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
  }
  .section5_swiper dd {
    padding: 0 0 0 25px;
  }
  .section5 .index_label {
    margin-bottom: 30px;
  }
  .section5_swiper dt {
    width: 51%;
  }
  .section5_swiper dd {
    width: 49%;
  }
  .section5_swiper .cp1_con_li {
    width: 49%;
  }
  .section5_swiper .swiper-slide-active .cp1_txt:after {
    border-width: 4px;
  }
  /*人员-弹窗*/
  .back_box .box {
    width: 1000px;
  }
  .back_box dl {
    padding: 50px 40px;
  }
  .back_box .box_off {
    margin: 15px 20px;
  }
  .back_box dd {
    padding-left: 30px;
  }
  .back_box dt {
    width: 200px;
  }
  .back_box .tlt .p1 {
    margin-top: 10px;
  }
  .back_box .tlt .p3 {
    margin-bottom: 10px;
  }
  .tc_con_box {
    height: 350px;
  }
  /*视频弹层*/
  .video_ct,
  #video_tc_bg {
    height: 520px;
  }
}

@media screen and (max-width: 1370px) {
  /*--1370--*/
  /*头部*/
  /*页脚*/
  /*首页共用*/
  .index_label {
    font-size: 20px;
    line-height: 26px;
  }
  /*第一屏*/
  /*.section1_con {padding-top: 20px;}*/
  .section1_part2 .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 100px;
  }
  #sec1_swiper .pagination {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 100px;
    margin-left: 0;
    left: 0;
  }
  /*.section1_label {font-size: 18px;line-height: 23px; height: 69px;}
  .section1_tit {font-size: 32px;line-height: 38px;}
  #sec1_swiper .pagination {margin-top: 180px;}*/
  /*第二屏*/
  .section2_tit {
    font-size: 30px;
    line-height: 36px;
  }
  /*第三屏*/
  .section3_con {
    height: 200px;
  }
  .section3_tit {
    font-size: 20px;
    line-height: 30px;
  }
  #swiper-container3 {
    width: 1002px;
    margin: 0 auto;
    height: 500px;
  }
  /*第四屏*/
  .section4_bg {
    height: 195px;
  }
  .section4_list .li1 .section4_bg {
    height: 398px;
  }
  .section4_con {
    padding: 20px 30px;
  }
  .section4_tit {
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /*第五屏*/
  .section5_con_box {
    padding: 0 0 25px;
  }
  .section5 .index_label {
    margin-bottom: 20px;
  }
  .section5_con_box::after {
    top: 270px;
  }
  /*报告*/
  .zdxm_list_box .search_new_box .li {
    float: left;
    width: 33.33%;
  }
  .zdxm_list_box .search_intro {
    display: none;
  }
  .zdxm_list_box .search_tit_box {
    border-bottom: none;
  }
}

/*--ipad横--*/
@media screen and (max-width: 1200px) {
  /*--1024--*/
  /*首页手显示和隐藏*/
  /*公共样式*/
  .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
  .page {
    padding-top: 30px;
  }
  .part_txt h2 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 10px;
  }
  .part_txt ul a {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  /*回顶*/
  #top {
    bottom: 10%;
  }
  #top:hover {
    background: #a50319 url(../images/top.png) no-repeat;
  }
  /*页头*/
  .head_logo .logo_en {
    display: none;
  }
  /*页脚*/
  .foot_nav {
    display: table;
    width: 90%;
  }
  .foot_nav .li {
    float: none;
    display: table-cell;
    padding-right: 20px;
  }
  .foot_nav_box {
    padding: 25px 0 30px;
  }
  .lm_footer .foot_ewm_box .foot_ewm {
    margin-bottom: 10px;
  }
  /*首页*/
  /*第一屏*/
  .sec_btn {
    display: none;
  }
  .index_body .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
  .head_search {
    padding: 4px 0 0 6px;
  }
  .section5 .footer {
    position: initial;
  }
  .header_fff {
    background: #fff;
  }
  .header_fixed {
    background: #fff;
  }
  .section1_part1 {
    height: 50%;
  }
  .phone_sec1_pic {
    display: block;
    background-color: #f2f2f2;
    position: relative;
    background-size: cover;
  }
  .section1_con {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 30%;
    z-index: 3;
    padding: 10px 20px;
  }
  .red_icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: url(../images/index_bgRed.jpg) center no-repeat;
    z-index: 1;
    background-size: cover;
  }
  .phone_sec1_pic img {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  /*原点*/
  .phone_sec1 .pagination {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 10;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .phone_sec1 .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #fff;
    margin: 0 6px;
    cursor: pointer;
  }
  .phone_sec1 .swiper-active-switch {
    background: #000;
  }
  /*第二屏*/
  .sec_box {
    padding: 0;
  }
  /*第三屏*/
  .section3_list {
    padding: 0;
  }
  #swiper-container3 {
    width: 890px;
    margin: 0 auto;
    height: 500px;
  }
  #swiper-container3 .arrow-left, #swiper-container3 .arrow-right {
    display: none;
  }
  /*第四屏*/
  .section4_list {
    padding: 0;
  }
  .section4_list .li1 .section4_bg {
    height: 508px;
  }
  .section4_bg {
    height: 250px;
  }
  .section4_tit {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  /*第五屏*/
  .sec_table {
    display: block;
  }
  .sec_cell {
    display: block;
  }
  .section5_con_box:after {
    height: 120px;
    top: auto;
  }
  .section5.sec_box {
    padding: 30px 0 0;
  }
  .section5_con_box {
    padding: 0 0 30px;
  }
  .section5_swiper dd .cc1_txt {
    height: 48px;
  }
  .section5_con_box .tat {
    padding-top: 25px;
  }
  .section5_swiper dd .cc1_tit {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /*关于我们-人员*/
  .fangq_part2 .tent dt {
    width: 180px;
  }
  .fangq_part2 .tent ul {
    margin: -10px -20px;
  }
  .fangq_part2 .tent li {
    padding: 10px 20px;
  }
  .fangq_part2 .tent dd i {
    font-size: 20px;
  }
  .fangq_part2 .tent dd b {
    font-size: 14px;
    line-height: 20px;
  }
  /*人员弹窗*/
  .back_box .box {
    width: 90%;
  }
  .back_box .tit {
    font-size: 14px;
  }
  .back_box .tlt span {
    font-size: 18px;
    line-height: 24px;
  }
  .back_box .tet {
    font-size: 14px;
    line-height: 22px;
  }
  /*合作单位*/
  .part_hez dt {
    width: 150px;
  }
  .part_hez dt img {
    max-width: 100%;
  }
  .part_hez ul {
    margin: -20px;
  }
  .part_hez li {
    padding: 20px;
  }
  .part_hez dd a {
    font-size: 20px;
  }
  .part_hez dd b {
    font-size: 14px;
    line-height: 20px;
  }
  /*往期回顾*/
  .fangq_part1 .pic {
    margin: 25px 0 40px;
  }
  .fangq_part1 .ll .txt {
    font-size: 30px;
    line-height: 36px;
  }
  .fangq_part1 .ll .tit {
    font-size: 18px;
  }
  .fangq_part1 .ll .tet {
    font-size: 18px;
    line-height: 24px;
  }
  .fangq_part1 .rr ul {
    padding: 0 0 0 30px;
  }
  .fangq_part1 .rr li {
    padding: 35px 0;
  }
  .fangq_part1 .rr dd {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    padding-left: 15px;
  }
  .fangq_part1 .rr dt {
    width: 44px;
  }
  .fangq_part1 .rr dt img {
    max-width: 100%;
  }
  .fangq_box {
    padding: 40px 0;
  }
  .fangq_part2 .tat {
    padding-top: 40px;
  }
  .fangq_txt {
    font-size: 30px;
    line-height: 36px;
    padding: 0 0 15px;
  }
  .fangq_part3 .li1 {
    padding-right: 50px;
  }
  .fangq_part3 .li2 {
    padding-left: 50px;
  }
  .fangq_part3 .tet {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 25px;
  }
  .fangq_part4 ul {
    margin: 0 -8px;
  }
  .fangq_part4 li {
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .fangq_part4 dd {
    padding: 16px;
  }
  .fangq_part4 dd .txt a {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
  }
  .fangq_part4 dd .txt {
    padding: 8px 0;
  }
  .fangq_part5 dt span {
    padding: 15px 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .fangq_part5 dt span b {
    background-size: auto 24px;
    background-position: left top;
    padding-left: 35px;
  }
  .fangq_part3 {
    padding: 50px 0;
  }
  .fangq_part5 a:hover dd {
    opacity: 0;
    visibility: hidden;
  }
  /*.fangq_part5 a:hover dd i{margin-top: 50px;}*/
  .fangq_part5 a:hover dt span {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /*议题-列表*/
  .part_theme .left {
    width: 70%;
  }
  .theme_part1 dt img {
    width: 100%;
  }
  .part_theme .right {
    width: 28%;
  }
  .theme_part1 li {
    height: auto;
  }
  .theme_part1 dd {
    padding: 20px;
  }
  .theme_part1 li .txt {
    padding: 0 0 12px;
  }
  .theme_part1 li .txt a {
    font-size: 20px;
    line-height: 26px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .theme_part1 li .tet {
    line-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    margin: 12px 0 22px;
  }
  .theme_part1 .li2 dd, .theme_part1 .li5 dd, .theme_part1 .li8 dd, .theme_part1 .li11 dd {
    padding: 20px;
  }
  .theme_part2 dd {
    height: auto;
    padding: 15px;
  }
  .theme_part2 dd .txt {
    font-size: 20px;
  }
  .theme_part2 dd .tet {
    padding: 4px 0 10px;
  }
  .theme_part2 dd span a {
    margin: 3px 0;
  }
  .theme_part3 .txt {
    font-size: 20px;
    line-height: 26px;
  }
  .theme_part3 {
    padding: 20px 15px 30px;
  }
  .theme_part3 li {
    padding: 15px 0;
  }
  .theme_part3 li dd {
    padding-left: 10px;
  }
  .theme_part3 li a {
    font-size: 18px;
  }
  .theme_part3 li b {
    line-height: 18px;
    padding: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 1px;
  }
  .theme_part3 li dt {
    width: 84px;
  }
  .theme_part3 li dt img {
    width: 100%;
  }
  .theme_part3 .tat {
    padding-top: 15px;
  }
  /*日程*/
  .bjdt_rc_tit h2 strong {
    min-height: 25px;
  }
  .bjdt_rc_tit h1 {
    font-size: 20px;
    padding: 25px 20px 0 0;
  }
  .bjdt_rc_tit h2 {
    font-size: 20px;
  }
  .bjdt_rc_con table {
    margin-bottom: 30px;
  }
  .bjdt_rc_con h3 {
    font-size: 14px;
    background-position: left top;
  }
  .bjdt_rc_con strong {
    font-size: 14px;
  }
  .bjdt_rc_con table td {
    padding: 15px 15px 15px 0;
  }
  .bjdt_rc_con .td1 {
    width: 160px;
  }
  .bjdt_rc_con .td2 {
    width: 360px;
  }
  .bjdt_rc_con {
    padding-bottom: 20px;
  }
  /*关于-关于我们*/
  .my_content {
    font-size: 14px;
  }
  .my_content h1, .my_content h2 {
    font-size: 20px;
  }
  .my_content img {
    margin: 15px 0;
  }
  .about_gywm_box .my_content h1 {
    margin-bottom: 10px;
  }
  /*关于-联系我们*/
  .about_lxwm .lxwm_con {
    padding: 30px;
  }
  .lxwm_con .lxwm_ul {
    font-size: 14px;
  }
  .lxwm_map {
    height: 360px;
  }
  /*检索-列表*/
  .search_con {
    padding: 25px;
  }
  .search_tit_box {
    margin-bottom: 7px;
  }
  .search_tit_box .search_tit {
    font-size: 20px;
    line-height: 1.3;
  }
  .search_intro {
    line-height: 22px;
    height: 66px;
    margin-bottom: 12px;
  }
  .search_time_box .search_time {
    font-size: 14px;
    line-height: 30px;
  }
  /*议题-详情*/
  .theme_tent .left {
    width: 70%;
  }
  .theme_tent .right {
    width: 28%;
  }
  .con_tit_box .txt {
    font-size: 30px;
    line-height: 1.3;
    padding: 10px 0;
  }
  .ytxq_right1 .theme_part3 {
    padding: 20px 15px 30px;
  }
  .ytxq_right1 .theme_part3 li {
    padding: 10px 0;
  }
  .ytxq_right1 .theme_part3 dd a {
    height: auto;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  /*重大项目-列表*/
  .zdxm_list_box .search_tit_box .search_tit {
    height: 52px;
  }
  .zdxm_list_box .search_con {
    padding: 20px 20px 30px;
  }
  /*往期回顾-视频*/
  .video_frm {
    height: 500px;
  }
  .wqhg_video {
    padding-top: 35px;
  }
  .video_tit_a {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 0;
  }
  .video_tit_a span {
    padding-left: 30px;
    background-position: left 3px;
  }
  /*重大项目-详情*/
  .my_tab_box .li a {
    font-size: 18px;
    line-height: 22px;
    padding: 0 15px;
  }
  .my_tab_box .li {
    height: 56px;
  }
  /*视频弹层*/
  .video_ct {
    left: 5% !important;
  }
}

/*--ipad竖--*/
@media screen and (max-width: 1002px) {
  /*--768--*/
  /*公共样式*/
  .lm_wrap {
    padding: 50px 0 0;
  }
  .main_box {
    padding: 40px 0;
  }
  .main_box .part_txt {
    margin-bottom: 40px;
  }
  .part_txt h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .part_txt ul li {
    margin-left: 30px;
  }
  .part_txt ul a {
    font-size: 16px;
    line-height: 20px;
  }
  /*头部*/
  .lm_header {
    display: none;
  }
  .lang_box {
    overflow: hidden;
    text-align: center;
    width: 160px;
    margin: 15px auto;
  }
  #cd-lateral-nav .lang_box a {
    float: left;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-family: arial;
    padding: 10px;
  }
  .lang_box .search_icon {
    background-image: url(../images/foot_search.png);
    margin-top: 10px;
  }
  #cd-lateral-nav .lang_box a.on {
    color: #f00;
    font-weight: bold;
  }
  /*页脚*/
  .foot_nav_box {
    display: none;
  }
  .foot_copy {
    width: 75%;
  }
  .foot_copy_con {
    line-height: 18px;
    margin-top: 5px;
  }
  /*首页*/
  .index_label {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .section5 .index_label {
    margin-bottom: 25px;
  }
  .header_fixed {
    display: none;
  }
  #dowebok {
    /* margin-top: 50px; */
  }
  /*第一屏*/
  .section1_label {
    display: none;
  }
  /*第二屏*/
  .section2_tit {
    line-height: 40px;
  }
  .section2_tit_box .index_label {
    margin-bottom: 7px;
  }
  .section2_tit_box {
    width: 80%;
  }
  /*第三屏*/
  #swiper-container3 {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .section3_list .tr_sc {
    padding-top: 0;
  }
  .section3_list .tr_sc img {
    position: relative;
  }
  .section3_list .li {
    float: none;
    width: 100%;
  }
  .section3_bg {
    overflow: hidden;
  }
  .section3_pic {
    float: left;
    width: 50%;
  }
  .section3_con {
    float: left;
    width: 50%;
    padding: 30px;
  }
  .section3_tit {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 12px;
    border-bottom: 1px solid #505050;
  }
  .section3_list .li2 .index_hover {
    border-bottom-color: #e2e2e2;
    color: #333;
  }
  .section3_list .li3 .index_hover {
    border-bottom-color: #bb3c4d;
  }
  .section3_list .li2 .section3_bg {
    color: #666;
  }
  .section3_intro {
    margin-top: 13px;
    line-height: 22px;
    height: auto;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .section3_con {
    height: 275px;
  }
  /*第四屏*/
  .section4_tit {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 32px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section4_con {
    padding: 30px 15px 20px 25px;
  }
  .section4_intro {
    line-height: 22px;
    height: auto;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .section4_bg {
    height: 300px;
  }
  .section4_list .li1 .section4_bg {
    height: 608px;
  }
  /*第五屏*/
  .section5.sec_box {
    padding: 50px 0 0;
  }
  .section5_swiper .cp1_con_li {
    position: initial;
  }
  #lbbox1_li {
    display: none;
  }
  .section5_swiper .lb_box1 .swiper-slide {
    padding: 0 53px;
  }
  .section5_swiper dt {
    width: 100%;
  }
  .section5_swiper dd {
    width: 100%;
    padding: 0;
  }
  .section5_swiper .arrow .arrow-left {
    left: 10px;
    z-index: 20;
  }
  .section5_swiper .arrow .arrow-right {
    right: 10px;
    z-index: 20;
  }
  .section5_con_box:after {
    height: 60%;
  }
  .section5 .cc1_tit {
    color: #fff;
  }
  .section5_swiper dd .cc1_txt {
    color: #fff;
  }
  .section5_con_box .tat {
    display: none;
  }
  .section5_swiper dd .cc1_tit {
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0 10px;
  }
  .section5_swiper dd .cc1_txt {
    line-height: 22px;
    height: auto;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  /*页脚*/
  .foot_search {
    float: none;
  }
  .search_icon {
    background-position: right center;
    margin-bottom: 8px;
  }
  /*关于我们-人员*/
  .fangq_part2 .tent ul {
    margin: -10px -15px;
  }
  .fangq_part2 .tent li {
    padding: 10px 15px;
  }
  .fangq_part2 .tent dt {
    width: 150px;
  }
  .fangq_part2 .tent dd i {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  /*人员-弹窗*/
  .back_box dt {
    width: 180px;
  }
  /*合作单位*/
  .part_hez dd a {
    font-size: 18px;
    line-height: 22px;
  }
  .part_hez ul {
    margin: -10px -15px;
  }
  .part_hez li {
    padding: 10px 15px;
    width: 49.5%;
  }
  .part_hez dt {
    width: 130px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .part_hez dd {
    padding-left: 15px;
    border-left-width: 1px;
  }
  /*往期回顾*/
  .fangq_part1 .ll .txt {
    font-size: 26px;
    line-height: 34px;
  }
  .fangq_part1 .ll .tit {
    font-size: 16px;
  }
  .fangq_part1 .ll .tet {
    font-size: 16px;
    line-height: 22px;
  }
  .fangq_txt {
    font-size: 26px;
    line-height: 34px;
  }
  .fangq_part3 .li1 {
    padding-right: 30px;
  }
  .fangq_part3 .li2 {
    padding-left: 30px;
  }
  .fangq_part4 dd .txt a {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
  }
  .fangq_part4 dd .tet {
    line-height: 20px;
    height: 60px;
  }
  .fangq_part5 dt span {
    font-size: 18px;
    line-height: 22px;
  }
  .fangq_part5 dt span b {
    background-size: auto 22px;
  }
  .fangq_part3 {
    padding: 40px 0;
  }
  /*日程*/
  .bjdt_rc_tit {
    padding: 8px 0 15px;
  }
  .bjdt_rc_tit h1 {
    font-size: 18px;
    padding: 20px 15px 0 0;
  }
  .bjdt_rc_tit h2 {
    font-size: 18px;
  }
  .bjdt_rc_con table {
    margin-bottom: 20px;
  }
  .bjdt_rc_con table td {
    padding: 10px 10px 10px 0;
  }
  .bjdt_rc_con .td1 {
    width: 120px;
  }
  .bjdt_rc_con .td2 {
    width: 260px;
  }
  .bjdt_rc_con {
    padding-bottom: 10px;
  }
  .bjdt_rc_con ul li {
    padding: 5px 0;
  }
  .bjdt_rc_tit h2 strong {
    min-height: 20px;
  }
  /*关于-关于我们*/
  /*关于-联系我们*/
  .about_lxwm .lxwm_con {
    width: 40%;
    padding: 25px;
  }
  .lxwm_con .lxwm_ul li {
    padding: 5px 0 10px;
  }
  .lxwm_map {
    height: 320px;
  }
  /*检索-列表*/
  .search_pic {
    width: 42%;
  }
  .search_con {
    padding: 20px;
  }
  .search_tit_box {
    margin-bottom: 5px;
  }
  .search_intro {
    line-height: 20px;
    height: 40px;
    margin-bottom: 10px;
  }
  .search_form {
    width: 90%;
    margin-bottom: 20px;
  }
  /*议题-列表*/
  .part_theme .left {
    width: 100%;
  }
  .part_theme .right {
    width: 100%;
  }
  .theme_part2 dl {
    overflow: hidden;
    background: #666;
  }
  .theme_part2 dt {
    width: 40%;
    float: left;
  }
  .theme_part2 dd {
    overflow: hidden;
  }
  .theme_part2 dd .tat .more {
    margin: 0;
    margin-top: 10px;
  }
  /*议题-详情*/
  .theme_tent .left {
    width: 100%;
  }
  .theme_tent .right {
    width: 100%;
    margin-top: 30px;
  }
  .con_tit_box .txt {
    font-size: 26px;
  }
  /*重大项目-列表*/
  .search_new_box .ul {
    margin: -6px;
  }
  .search_new_box .li {
    padding: 6px;
  }
  /*往期回顾-视频*/
  .wqhg_video #mediaplayer_display_button {
    margin-top: -30px !important;
  }
  .wqhg_video #mediaplayer_display_button .jwicon {
    width: 60px !important;
    height: 60px !important;
  }
  .wqhg_video {
    padding-top: 30px;
  }
  .video_frm {
    height: 370px;
  }
  .video_ul_box .ul {
    margin: -6px;
  }
  .video_ul_box .li {
    padding: 6px;
  }
  .video_tit_a {
    font-size: 16px;
    line-height: 22px;
  }
  .video_tit_a span {
    padding-left: 25px;
    background-size: auto 16px;
  }
  /*重大项目-详情*/
  .my_tab_box .li a {
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
  }
  .my_tab_box .li {
    height: 50px;
  }
}

/*--手机横--*/
@media screen and (max-width: 758px) {
  /*--480--*/
  .in_pc_show {
    display: none;
  }
  .in_phone_show {
    display: block;
  }
  /*详情页视频*/
  .detail_player #J_prismPlayer {
    height: 300px !important;
  }
  /*公共样式*/
  /*页码*/
  .Ppagelist {
    display: none;
  }
  body {
    font-size: 12px;
  }
  .main_box {
    padding: 30px 0;
  }
  .main_box .part_txt {
    margin-bottom: 30px;
  }
  .wrap {
    padding: 0 15px;
  }
  .page {
    padding-top: 20px;
  }
  .cd-main-content {
    padding-bottom: 54px;
  }
  /*手机所需样式*/
  /*回顶*/
  #top {
    right: 10px;
    width: 40px;
    height: 40px;
    background: #a50319 url(../images/a_top.png) center no-repeat;
    background-size: 80% auto;
  }
  #top:hover {
    background: #a50319 url(../images/a_top.png) center no-repeat;
    background-size: 80% auto;
  }
  /*页脚*/
  .foot_copy {
    width: 100%;
    float: none;
  }
  .foot_share_box {
    float: none;
    width: 160px;
    margin: 5px auto 0;
    overflow: hidden;
  }
  .foot_search {
    float: left;
  }
  .foot_copy_box {
    padding: 10px 0;
  }
  /*首页*/
  .index_body .wrap {
    padding: 0 15px;
  }
  .phone_sec1 .pagination {
    bottom: 12px;
  }
  .phone_sec1 .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .section1_tit {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
  /*首页-第二屏*/
  .index_label {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .section2_tit_box {
    width: 100%;
  }
  .section2_tit {
    font-size: 22px;
    line-height: 30px;
  }
  .section2_main ul li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .section2_main {
    font-size: 14px;
    line-height: 22px;
  }
  .section2 .swiper {
    position: relative;
    height: 175px;
  }
  .section2 .swiper img {
    width: 100%;
    height: 100%;
  }
  .section2 .swiper a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 46px;
  }
  .section2 .swiper a span {
    display: block;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .section2 ul li {
    width: 100%;
  }
  .section2 ul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px;
  }
  .section2 ul li .lefts {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section2 ul li .lefts i {
    width: 5px;
    height: 5px;
    background: #A50519;
    border-radius: 50%;
    margin-right: 6px;
  }
  .section2 ul li .lefts span {
    width: 100%;
    font-size: 13px;
    font-family: Source Han Sans CN;
    color: #000000;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .section2 ul li p {
    font-size: 12px;
    font-family: Source Han Sans CN;
    color: #797979;
    line-height: 14px;
    opacity: 0.5;
  }
  .taskMore {
    display: block;
    margin-top: 24px;
    width: 100%;
    height: 35px;
    background: #A50519;
    font-size: 13px;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
    line-height: 35px;
    text-align: center;
  }
  /*首页-第三屏*/
  .phone_sec3_pic {
    background-size: cover;
    min-height: 1166px;
  }
  .section3_pic {
    float: none;
    width: 100%;
  }
  .section3_con {
    float: none;
    width: 100%;
  }
  .section3_intro {
    color: #666;
  }
  .section3_tit {
    border: none;
    font-size: 20px;
    line-height: 30px;
  }
  .section3_con {
    padding: 20px 15px;
  }
  .section3_con .tat {
    padding-top: 10px;
  }
  .section3_con {
    height: auto;
  }
  .section3_list .li2 .section3_con {
    padding: 20px 15px;
  }
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
  .section3 .index_label {
    color: #fff;
    padding-top: 34px;
  }
  .section3 .content {
    font-family: Source Han Sans CN;
    color: #FFFFFF;
  }
  .section3 .content .con1 {
    padding-left: 15px;
  }
  .section3 .content .con1 .desc {
    padding-right: 15px;
  }
  .section3 .content .con3 {
    padding-left: 15px;
  }
  .section3 .content .con3 .desc {
    padding-right: 15px;
  }
  .section3 .content .con2 {
    padding-right: 15px;
  }
  .section3 .content .con2 .desc {
    padding-left: 15px;
  }
  .section3 .content img {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
  }
  .section3 .content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 14px;
    color: #fff;
  }
  .section3 .content p {
    font-size: 13px;
    color: #F4F4F4;
    line-height: 19px;
    margin-bottom: 30px;
  }
  .section3 .wrap {
    padding: 0px !important;
  }
  /*首页-第四屏*/
  .section4_list {
    margin: -8px;
  }
  .section4_list .li {
    float: none;
    width: 100%;
    padding: 8px;
  }
  .section4_bg {
    height: auto;
  }
  .section4_list .li1 .section4_bg {
    height: auto;
  }
  .section4_intro {
    display: none;
  }
  .section4_tit {
    font-size: 20px;
    line-height: 30px;
    -webkit-line-clamp: 4;
  }
  .section4_con {
    padding: 15px 15px 20px;
  }
  .section4_list .li2 .tat, .section4_list .li3 .tat {
    padding-top: 10px;
  }
  .section4_list .li1 .tat {
    padding-top: 10px;
  }
  .section4_list .li1 .section4_tit {
    margin: 0 0 13px;
  }
  .section4 .index_label {
    margin-top: 24px;
  }
  .section4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section4 ul li {
    width: 47%;
  }
  .section4 ul li img {
    width: 100%;
    height: 234px;
    margin-bottom: 8px;
  }
  .section4 ul li h4 {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .section4 ul li p {
    height: 30px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    color: #797979;
    line-height: 14px;
    margin-bottom: 20px;
  }
  .section4 .taskMore {
    margin-top: 0;
  }
  /*首页-第五屏*/
  .section5_swiper dd .cc1_txt {
    display: none;
  }
  .section5_swiper dd .cc1_tit {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0 10px;
    -webkit-line-clamp: 3;
  }
  .section5 .index_label {
    margin-bottom: 20px;
  }
  .section5_swiper .lb_box1 .swiper-slide {
    padding: 0;
  }
  .section5_swiper .lb_box1 .swiper-container {
    margin: 0;
  }
  .section5 .index_label {
    margin-bottom: 5px;
    padding-top: 31px;
    height: 65px;
    background-position: 0 41px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #F1DAB1;
    line-height: 19px;
  }
  .section5 .content {
    font-family: Source Han Sans CN;
    color: #FFFFFF;
    padding-bottom: 15px;
  }
  .section5 .content .con {
    margin-top: 15px;
    border: 1px solid rgba(241, 218, 177, 0.3);
  }
  .section5 .content .subTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 20px;
    padding: 0 16%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #12151A;
    line-height: 20px;
  }
  .section5 .content .subTitle span {
    margin-right: 12%;
  }
  .section5 .content .desc {
    padding: 21px 23px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #F1DAB1;
    line-height: 20px;
  }
  .section5 .content .desc .item {
    text-align: center;
    margin-bottom: 6px;
  }
  .section5 .content .desc .item span i {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .section5 .content .desc .item span p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    color: #F1DAB1;
    line-height: 22px;
    text-align: left;
  }
  .section5 .content .desc .item span p.t-center {
    text-align: center;
    width: 100%;
  }
  .section5 .content .desc .item span p.flex-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section5 .content .desc .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  /*首页-第六屏*/
  .section6.section6-1 .index_label {
    padding-top: 23px;
  }
  .section6 ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .section6 ul li .lefts {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: 128px;
    height: 80px;
    margin-right: 10px;
  }
  .section6 ul li .lefts .imgs {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  .section6 ul li .lefts .videos {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
  }
  .section6 ul li .rights {
    width: 59%;
    height: 80px;
    font-family: Source Han Sans CN;
  }
  .section6 ul li .rights h4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #292929;
    line-height: 21px;
  }
  .section6 ul li .rights p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #797979;
    line-height: 14px;
  }
  .section6 ul li .rights span {
    display: block;
    margin-top: 18px;
    font-size: 12px;
    color: #C4C4C4;
    line-height: 13px;
  }
  /*人员*/
  .fangq_part2 .tent ul {
    margin: -15px 0;
  }
  .fangq_part2 .tent li {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
  }
  .fangq_part2 .tent li:last-child {
    border-bottom: none;
  }
  .fangq_part2 .tent dl {
    overflow: hidden;
  }
  .fangq_part2 .tent dt {
    float: left;
  }
  .fangq_part2 .tent dd {
    height: auto;
    overflow: hidden;
    padding: 15px 0 0 15px;
  }
  /*人员弹出层*/
  .back_box dl {
    padding: 20px 15px;
  }
  .back_box dt {
    width: 100px;
  }
  .back_box .part_txt {
    padding-left: 15px;
  }
  .back_box .tit {
    height: 76px;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 15px;
  }
  .back_box .tit::-webkit-scrollbar-track-piece,
  .back_box .tc_btm_box::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
  }
  .back_box .tit::-webkit-scrollbar,
  .back_box .tc_btm_box::-webkit-scrollbar {
    width: 6px;
    height: 13px;
    border-radius: 5px;
  }
  .back_box .tit::-webkit-scrollbar-thumb,
  .back_box .tc_btm_box::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    border-radius: 5px;
    min-height: 28px;
  }
  .back_box .tit::-webkit-scrollbar-thumb:hover,
  .back_box .tc_btm_box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  }
  .back_box dd {
    padding-left: 0;
    overflow: initial;
  }
  .tc_con_box {
    height: auto;
    overflow-x: initial;
  }
  .back_box .tc_btm_box {
    height: 120px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 10px;
  }
  .back_box .tlt {
    padding: 0;
  }
  .back_box .tlt span {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
    padding-left: 25px;
  }
  .back_box .tlt span:before {
    width: 20px;
    height: 20px;
    background-size: 16px auto;
  }
  .back_box .tlt .p2:before {
    background-position: 0 -29px;
  }
  .back_box .tlt .p3:before {
    background-position: 0 -58px;
  }
  .back_box .tlt .p1 {
    margin-top: 5px;
  }
  .back_box .tlt .p3 {
    margin-bottom: 5px;
  }
  .back_box .box_off {
    margin: 10px;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .back_box .box {
    width: 95%;
  }
  /*合作单位*/
  .part_hez ul {
    margin: -10px;
  }
  .part_hez li {
    padding: 10px;
  }
  /*往期回顾*/
  .fangq_part1 {
    padding: 30px 0;
  }
  .fangq_part1 .pic {
    margin: 20px 0 30px;
  }
  .fangq_part1 .ll {
    float: none;
    width: 100%;
  }
  .fangq_part1 .ll .txt {
    font-size: 22px;
    line-height: 30px;
  }
  .fangq_part1 .ll .tit {
    font-size: 14px;
    padding: 5px 0 10px;
  }
  .fangq_part1 .ll .tet {
    font-size: 14px;
    line-height: 20px;
  }
  .fangq_part1 .rr ul {
    padding: 0;
  }
  .fangq_part1 .rr li {
    padding: 15px 0;
  }
  .fangq_box {
    padding: 30px 0;
  }
  .fangq_txt {
    font-size: 22px;
    line-height: 30px;
  }
  .fangq_part3 {
    padding: 0;
  }
  .fangq_part3 .wrap {
    padding: 0;
  }
  .fangq_part3 li {
    float: none;
    width: 100%;
    padding: 20px 15px;
  }
  .fangq_part3 .li1 {
    padding-right: 15px;
    background: #a50319 url(../images/back_01.png) center no-repeat;
    background-size: cover;
  }
  .fangq_part3 .li2 {
    background: #666;
    padding-left: 15px;
  }
  .fangq_part3 .back.ll {
    display: none;
  }
  .fangq_part3 .back.rr {
    display: none;
  }
  .fangq_part4 ul {
    margin: 0 -5px;
  }
  .fangq_part4 li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .fangq_part4 dd {
    padding: 10px;
  }
  .fangq_part4 dd .txt {
    padding: 5px 0;
  }
  .fangq_part4 dd .txt a {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
  .fangq_part4 dd .tet {
    line-height: 18px;
    height: 54px;
  }
  .fangq_part5 dt span {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
  .fangq_part5 dt span b {
    background-size: auto 20px;
    padding-left: 30px;
  }
  .fangq_part5 .swiper-slide {
    float: none;
    width: 100%;
    padding: 5px 0;
  }
  /*日程*/
  .rc_table_box {
    overflow: hidden;
    overflow-x: auto;
  }
  .rc_table_box::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
  }
  .rc_table_box::-webkit-scrollbar {
    width: 13px;
    height: 6px;
    border-radius: 5px;
  }
  .rc_table_box::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    border-radius: 5px;
    min-width: 28px;
  }
  .rc_table_box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  }
  .bjdt_rc_con table {
    width: 700px;
    margin-bottom: 10px;
  }
  .bjdt_rc_con h3 {
    font-size: 12px;
    background-size: auto 15px;
    padding-left: 18px;
    background-position: left 2px;
  }
  .bjdt_rc_con strong {
    font-size: 12px;
  }
  .bjdt_rc_con .td3 h4 {
    font-size: 12px;
    background-size: auto 15px;
    padding-left: 18px;
    background-position: left 2px;
  }
  .bjdt_time .span {
    background-size: auto 15px;
    line-height: 1.5;
    padding: 3px 18px;
  }
  .bjdt_rc_tit h1 {
    font-size: 15px;
    padding: 20px 10px 0 0;
  }
  .bjdt_rc_tit h2 {
    font-size: 15px;
  }
  .bjdt_rc_con .td1 {
    width: 100px;
  }
  .bjdt_rc_con .td2 {
    width: 250px;
  }
  /*关于-关于我们*/
  .my_content h1, .my_content h2 {
    font-size: 18px;
  }
  /*关于-联系我们*/
  .about_lxwm .lxwm_con {
    width: 100%;
    padding: 20px;
    background: #fff;
    margin-bottom: 15px;
  }
  .lxwm_map {
    height: 280px;
  }
  .about_lxwm {
    background: none;
  }
  /*检索-列表*/
  .search_form {
    height: 40px;
  }
  .search_form .sub {
    height: 38px;
    width: 120px;
  }
  .search_form .wbk {
    margin: 0 120px 0 0;
  }
  .search_form .wbk input {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .search_form .wbk span {
    padding: 0 20px;
  }
  .search_pic {
    width: 100%;
  }
  .search_intro {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    margin-bottom: 16px;
  }
  .search_con {
    padding: 20px 20px 25px;
  }
  /*议题-列表*/
  .theme_part1 li .txt a {
    font-size: 18px;
    line-height: 1.3;
  }
  .theme_part1 li .txt {
    padding: 0 0 10px;
  }
  .theme_part1 li .tet {
    line-height: 1.5;
    -webkit-line-clamp: 3;
    margin: 10px 0 16px;
  }
  .theme_part1 dd {
    padding: 16px 16px 20px;
  }
  .theme_part1 .li2 dd, .theme_part1 .li5 dd, .theme_part1 .li8 dd, .theme_part1 .li11 dd {
    padding: 16px 16px 20px;
  }
  .theme_part2 dt {
    width: 50%;
  }
  .theme_part2 dd .tet {
    padding: 5px 0;
  }
  .theme_part2 dd {
    padding: 12px 15px 18px;
  }
  /*议题-详情*/
  .con_tit_box .txt {
    font-size: 24px;
  }
  .theme_tent {
    padding-bottom: 50px;
  }
  /*重大项目-列表*/
  .zdxm_list_box .search_new_box .li {
    float: none;
    width: 100%;
  }
  /*往期回顾-视频*/
  .wqhg_video {
    padding-top: 25px;
  }
  .wqhg_video_box {
    padding-bottom: 50px;
  }
  .wqhg_video #mediaplayer_display_button .jwicon {
    width: 40px !important;
    height: 40px !important;
  }
  .wqhg_video #mediaplayer_display_button {
    margin-top: -20px !important;
  }
  .video_frm {
    height: 250px;
  }
  .wqhg_video_list {
    padding: 30px 0;
  }
  .video_ul_box .ul {
    margin: -10px;
  }
  .video_ul_box .li {
    width: 100%;
    padding: 10px;
  }
  .video_ul_box .li_con {
    border-bottom: 1px solid #e3e3e3;
  }
  .video_ul_box .li:last-child .li_con {
    border-bottom: none;
  }
  .video_tit_a {
    padding: 15px 0;
  }
  /*重大项目-详情*/
  .ip_nav {
    background: #a50319;
    padding: 0 15px;
  }
  .ip_nav a {
    display: block;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    position: relative;
  }
  .ip_nav a span {
    position: absolute;
    right: 0;
  }
  .ip_nav a span img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
  }
  .ip_nav_anm a span img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .my_tab_box .li {
    width: 100%;
    float: none;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .my_tab_box .li:last-child {
    border-bottom: none;
  }
  .my_tab_box .ul {
    border: 1px solid #a50319;
    margin: 0;
  }
  .my_tab_box .li .selected {
    background: #fff;
    color: #a50319;
  }
  .my_tab_box .li a {
    padding: 0 20px;
  }
  /*关于-关于我们-二级导航样式*/
  .part_txt {
    overflow: hidden;
    border-bottom: none;
  }
  .part_txt h2 {
    float: none;
    position: relative;
  }
  .part_txt h2:before {
    bottom: 0;
    z-index: 3;
  }
  .part_txt h2:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 800px;
    height: 1px;
    background: #e0e0e0;
  }
  .part_txt .ip_nav {
    margin-top: 20px;
  }
  .part_txt ul {
    float: none;
    border: 1px solid #a50319;
    padding-top: 0;
  }
  .part_txt ul li {
    float: none;
    margin-left: 0;
  }
  .part_txt ul a {
    padding: 13px 20px;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
  }
  .part_txt ul li:after {
    background: none;
  }
  /*视频弹层*/
  .video_ct_box .video_ct,
  #video_tc_bg {
    height: 100%;
    width: 100%;
  }
  .video_ct {
    left: 0 !important;
    top: 0 !important;
  }
  .video_ct_box .video_ct_off {
    width: 25px;
    height: 25px;
  }
  .news-content ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-content ul li span {
    margin: 0;
  }
}

/*--手机竖--*/
@media screen and (max-width: 470px) {
  /*--320--*/
  /*公共样式*/
  .wrap {
    padding: 0 10px;
  }
  .main_box {
    padding: 25px 0 40px;
  }
  .main_box .part_txt {
    margin-bottom: 25px;
  }
  /*首页*/
  .section1_tit {
    font-size: 18px;
    line-height: 24px;
  }
  .section1_con {
    padding: 10px 15px;
  }
  .phone_sec1 .pagination {
    bottom: 10px;
    padding-left: 10px;
  }
  /*人员*/
  .fangq_part2 .tent ul {
    margin: -15px 0;
  }
  .fangq_part2 .tent li {
    width: 100%;
    padding: 15px 0;
  }
  .fangq_part2 .tent dt {
    width: 100px;
  }
  .fangq_part2 .tent dd {
    padding: 0 0 0 15px;
  }
  /*合作单位*/
  .part_hez li {
    width: 100%;
  }
  .part_hez dd {
    border-left: none;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 0;
    padding-bottom: 15px;
  }
  .part_hez li:last-child dd {
    border: none;
  }
  /*往期回顾*/
  .fangq_part1 {
    padding: 25px 0;
  }
  .fangq_part1 .pic {
    margin: 18px 0 24px;
  }
  .fangq_box {
    padding: 25px 0;
  }
  .fangq_part1 .ll .txt {
    font-size: 20px;
    line-height: 26px;
  }
  .fangq_txt {
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 10px;
  }
  .fangq_part3 li {
    padding: 15px 10px 20px;
  }
  .fangq_part3 .li1 {
    padding-right: 10px;
  }
  .fangq_part3 .li2 {
    padding-left: 10px;
  }
  .fangq_part4 li {
    width: 100%;
  }
  .fangq_part4 dd .tet {
    display: none;
  }
  .fangq_part4 dd .txt a {
    height: auto;
  }
  .fangq_part5 .pagination {
    padding-top: 15px;
  }
  .fangq_part5 .pagination span {
    width: 16px;
    height: 4px;
    margin: 0 3px;
  }
  .fangq_part3 .li1 dd a {
    width: 140px;
  }
  /*日程*/
  .bjdt_rc_tit h1 {
    font-size: 14px;
    float: none;
    width: 100%;
    padding: 10px 0 0;
  }
  .bjdt_rc_tit h2 {
    font-size: 14px;
    float: none;
    width: 100%;
    text-align: left;
  }
  .bjdt_rc_tit h2 strong {
    min-height: auto;
  }
  /*关于-关于我们*/
  .my_content h1, .my_content h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .my_content {
    font-size: 13px;
  }
  .my_content h3 {
    font-size: 12px;
  }
  /*关于-联系我们*/
  .lxwm_map {
    height: 250px;
  }
  /*检索-列表*/
  .search_form {
    height: 36px;
  }
  .search_form .sub {
    width: 70px;
    height: 34px;
    background-image: url(../images/foot_search.png);
  }
  .search_form .wbk {
    margin: 0 70px 0 0;
  }
  .search_form .wbk input {
    height: 34px;
    line-height: 34px;
  }
  .search_form .wbk span {
    padding: 0 10px;
  }
  .search_tit_box .search_tit {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 18px;
  }
  .search_intro {
    font-size: 13px;
    line-height: 1.4;
  }
  .search_time_box .search_time {
    font-size: 13px;
  }
  .search_con {
    padding: 15px 15px 25px;
  }
  /*议题-列表*/
  .theme_part1 dt, .theme_part1 dd {
    float: none;
    width: 100%;
  }
  /*.theme_part1 dt {display: none;}*/
  .theme_part2 dt {
    display: none;
  }
  /*议题-详情*/
  .con_tit_box .txt {
    font-size: 20px;
  }
  /*重大项目-列表*/
  .zdxm_list_box .search_tit_box .search_tit {
    height: auto;
  }
  .zdxm_list_box .search_con {
    padding: 15px 15px 25px;
  }
  .zdxm_list_box .search_intro {
    margin: 10px 0;
  }
  /*往期回顾-视频*/
  .video_frm {
    height: 200px;
  }
  /*重大项目-详情*/
  .ip_nav a {
    line-height: 44px;
    font-size: 14px;
  }
  .my_tab_box .li {
    height: 44px;
  }
  .my_tab_box .li a {
    font-size: 14px;
  }
  /*二级导航*/
  .part_txt h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .back_box dt {
    width: 80px;
  }
  .tc_con_box {
    margin-top: 10px;
  }
  .back_box .part_txt {
    padding-left: 10px;
  }
  .back_box .tit {
    height: 56px;
    padding-left: 10px;
  }
  .back_box .tc_btm_box {
    height: 180px;
  }
}
/*# sourceMappingURL=css.css.map */