@media only screen and (max-width:1080px),
only screen and (max-device-width:1080px) {

  body,
  html {
    font-size: 57.599999999999994px
  }
}

@media only screen and (max-width:960px),
only screen and (max-device-width:960px) {

  body,
  html {
    font-size: 51.2px
  }
}

@media only screen and (max-width:800px),
only screen and (max-device-width:800px) {

  body,
  html {
    font-size: 42.666666666666664px
  }
}

@media only screen and (max-width:720px),
only screen and (max-device-width:720px) {

  body,
  html {
    font-size: 38.4px
  }
}

@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {

  body,
  html {
    font-size: 34.13333333333333px
  }
}

@media only screen and (max-width:600px),
only screen and (max-device-width:600px) {

  body,
  html {
    font-size: 32px
  }
}

@media only screen and (max-width:540px),
only screen and (max-device-width:540px) {

  body,
  html {
    font-size: 28.799999999999997px
  }
}

@media only screen and (max-width:480px),
only screen and (max-device-width:480px) {

  body,
  html {
    font-size: 25.6px
  }
}

@media only screen and (max-width:414px),
only screen and (max-device-width:414px) {

  body,
  html {
    font-size: 22.080000000000002px
  }
}

@media only screen and (max-width:400px),
only screen and (max-device-width:400px) {

  body,
  html {
    font-size: 21.333333333333332px
  }
}

@media only screen and (max-width:375px),
only screen and (max-device-width:375px) {

  body,
  html {
    font-size: 20px
  }
}

@media only screen and (max-width:360px),
only screen and (max-device-width:360px) {

  body,
  html {
    font-size: 19.2px
  }
}

@media only screen and (max-width:320px),
only screen and (max-device-width:320px) {

  body,
  html {
    font-size: 17.066666666666666px
  }
}

@media only screen and (max-width:240px),
only screen and (max-device-width:240px) {

  body,
  html {
    font-size: 12.8px
  }
}

.container {
  background: none;
}

.m_banner {
  width: 100%;
}

.m_banner img {
  width: 100%;
  height: auto;
  display: block;
}

.m_nav {
  width: 100%;
  background: #004890;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
}

.m_nav a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
}

.footer {
  background: #13778c;
  color: #fff;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  text-align: center;
}

/*聚焦区*/
.datoutiao h1 {
  font-size: 1rem;
  line-height: 1.2rem;
  width: 96%;
  margin: 0 auto;
  color: #305798;
  padding: 10px 0;
  text-align: center;
}

.datoutiao h1 a {
  font-size: 1rem;
  color: #305798;
}

.toptt h1 {
  font-size: 1rem;
  line-height: 1.2rem;
  width: 96%;
  margin: 0 auto;
  color: #305798;
  padding: 10px 0;
  text-align: center;
}

.toptt h1 a {
  font-size: 1rem;
  color: #305798;
}

.toptt p {
  font-size: 14px;
  line-height: 24px;
  width: 96%;
  margin: 0 auto;
  color: #000;
  padding: 10px 0;
}

.toptt p a {
  font-size: 14px;
  color: #000;
}

.part {
  width: 100%;
}

.jj_pic {
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 1%;
}

.jj_pic ul {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.jj_pic li {
  width: 47%;
  position: relative;
  margin: 10px 1%;
}


.jj_pic li img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.jj_pic li p {
  height: auto;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .5);
}

.jj_pic li p a {
  color: #fff;
}

.focusBox3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.focusBox3 .swiper-slide {
  position: relative;
}

.focusBox3 .swiper-slide img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}


.focusBox3 .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.2;
  z-index: 10;
  color: #fff;
  background: rgba(0, 0, 0, .5);
}

.focusBox3 .swiper-wrapper .swiper-slide .title a {
  color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}

/*END*/
.gray_line {
  width: 100%;
  height: 1rem;
  background: #eee;
}

.jj_list {
  width: 96%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.jj_list li {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.6rem;
  margin-top: 0.6rem;
}

.jj_list li img {
  float: left;
  width: 42%;
  height: auto;
  padding-right: 2%;
}

.jj_list li p {
  font-size: 0.8rem;
  color: #404040;
  line-height: 1.2rem;
}

.jj_list li p a {
  color: #404040;
}

/*论坛进行时*/
.m_title {
  width: 100%;
  height: auto;
  padding: 30px 0 10px 0;
}

.m_title img {
  width: 100%;
  height: auto;
}

.lt_pic {
  position: relative;
  overflow: hidden;
}

.lt_pic img {
  width: 100%;
  height: auto;
}

.lt_pic .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 76px;
  background: url(//www.news.cn/mobile/zhuanti/zhuanti01/2020lycyfzdh/index/images/09/lt_pic_bg.png) repeat-x;
  z-index: 0;
}

.lt_pic .title {
  position: absolute;
  left: 2%;
  bottom: 5px;
  width: 96%;
  height: auto;
  line-height: 22px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  font-size: 0.8rem;
  text-align: center;
}

.lt_pic .title a {
  color: #fff;
}

/*END*/
.con_box {
  width: 96%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

/*全媒融体验*/
.qmt_big {
  width: 60%;
  height: auto;
  position: relative;
  float: left;
  margin: 18px 2%;
}

.qmt_big img {
  width: 100%;
  height: auto;
}

.qmt_big .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  opacity: 0.6;
  background: #000;
  z-index: 0
}

.qmt_big .title {
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 96%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  font-size: 0.5rem;
  font-weight: bold;
}

.qmt_big .title a {
  color: #fff;
}

.qmt_same {
  width: 46%;
  height: 120px;
  position: relative;
  float: left;
  margin: 8px 2%;
}

.qmt_same img {
  width: 100%;
  height: 120px;
}

.qmt_same .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  opacity: 0.6;
  background: #000;
  z-index: 0;
  display: none
}

/*.qmt_same .title { position: absolute; left: 2%; bottom: 0; width: 96%; height: 35px; line-height: 35px; color: #fff; overflow: hidden; z-index: 1; font-size: 0.5rem; font-weight: bold; }
.qmt_same .title a { color: #fff; }*/
.qmt_same .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  align-items: center;
  padding: 5px 5px 5px 5px;
  width: 100%;
  height: 120px;
}

.qmt_same .title h4 {
  font-size: 16px;
  color: #FFF;
  margin-top: 3px;
  line-height: 20px;
}

.qmt_same .title h4 a {
  color: #FFF;
}

.qmt_samll {
  width: 35%;
  height: auto;
  margin-top: 18px;
}

.qmt_samll li {
  width: 100%;
  height: auto;
  position: relative;
}

.qmt_samll li+li {
  margin-top: 4%;
}

.qmt_samll li img {
  width: 100%;
  height: auto;
}

.qmt_samll li .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  opacity: 0.6;
  background: #000;
  z-index: 0
}

.qmt_samll li .title {
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 96%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  font-size: 0.5rem;
  font-weight: bold;
}

.qmt_samll li .title a {
  color: #fff;
}

/*END*/
/*高清全记录*/
.focusBox2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 0.2rem;
  margin-bottom: 0rem;
}

.focusBox2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.focusBox2 .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  opacity: 0.8;
  background: #1678bb;
  z-index: 0
}

.focusBox2 .swiper-wrapper .swiper-slide .title {
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 96%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  font-size: 0.8rem;
}

.focusBox2 .swiper-wrapper .swiper-slide .title a {
  color: #fff;
}

.focusBox2 .swiper-pagination {
  text-align: right;
  left: -10px
}

.focusBox2 .center-text {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  background: linear-gradient(transparent 0%, #1678bb 100%);
}

.focusBox2 .container {
  position: relative;
  padding: 10px 0 10px 0;
}

.focusBox2 .text {
  text-align: left;
  font-size: 16px;
  color: #fff;
  line-height: 1.2em;
}

.focusBox2 .text a {
  color: #fff;
}

/*放映厅*/
.focusBox4 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 0.2rem;
  margin-bottom: 0rem;
}

.focusBox4 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.focusBox4 .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  opacity: 0.8;
  background: #1678bb;
  z-index: 0
}

.focusBox4 .swiper-wrapper .swiper-slide .title {
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 96%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  font-size: 0.8rem;
}

.focusBox4 .swiper-wrapper .swiper-slide .title a {
  color: #fff;
}

.focusBox4 .swiper-pagination {
  text-align: right;
  left: -10px
}

.focusBox4 .center-text {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  background: linear-gradient(transparent 0%, #1678bb 100%);
}

.focusBox4 .container {
  position: relative;
  padding: 10px 0 10px 0;
}

.focusBox4 .text {
  text-align: left;
  font-size: 16px;
  color: #fff;
  line-height: 1.2em;
}

.focusBox4 .text a {
  color: #fff;
}

/*END*/
/*一图观服贸*/
.imglistbox {
  width: 100%;
  height: auto;
  background: url(//www.xinhuanet.com/world/2020zggjfwmyjyh/images/imglistbg.jpg) top center no-repeat;
  background-size: cover;
}

.imglistbox ul {
  margin-left: 2%;
  padding-top: 0px;
}

.imglistbox ul li {
  float: left;
  width: 46%;
  height: 15rem;
  background: url(//www.xinhuanet.com/world/2020zggjfwmyjyh/images/imgbg.png) no-repeat;
  background-size: contain;
  margin: 0 2%;
}

.imglistbox ul li img {
  width: 90%;
  margin: 7px 0 0 4%;
}

.imglistbox ul li h3 {
  width: 96%;
  margin: 6px auto;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.imglistbox ul li h3 a {
  line-height: 1;
  color: #fff;
}

/*part9*/
.wrap4Swiper .cont {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  text-align: left;
  color: #333;
  box-sizing: border-box;
  padding: 20px 10px;
  border-radius: 10px;
  min-height: 180px;
  background: linear-gradient(135deg, #33b4eb 0%, #7590c6 100%);
}

.wrap4Swiper .cont h3 {
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  margin-top: 5px;
  font-weight: normal;
}

.wrap4Swiper .cont h3 a {
  color: #FFF;
}

.wrap4Swiper .cont h2 {
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  margin-top: 5px;
  font-weight: normal;
}

.wrap4Swiper .cont h2 a {
  color: #FFF;
}

.jj_pic1 ul {
  /* display: flex;
  justify-content: space-around; */
}

.jj_pic1 li {
  float: left;
  overflow: hidden;
  width: 47%;
  position: relative;
  margin: 10px 1%;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 10px 7.12px 0.88px rgba(238, 242, 243, 0.64);
}

.jj_pic1 li .img {
  position: relative;
}

.jj_pic1 li .img span {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  z-index: 10;
  font-size:18px;
  font-weight: bold;

}
.jj_pic1 li .img span:before {
  content:"";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
  background-color: #fff;
}

.jj_pic1 li .img img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.jj_pic1 li .tit{
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  padding: 10px 10px 5px;
}
.jj_pic1 li .tit a{
  
  color: #333333;
}
.jj_pic1 li .abs{
  padding: 5px 10px;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
}
.jj_pic1 li .abs a{
  color: #999999;
}
