/* 通用 */
html, body {
    height: auto;
}
body{font-family:"PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","微软雅黑",STHeitiSC-Light,simsun,"宋体","WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif}
a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  color: #ff9724 !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.container {
  width: 1500px;
  margin: 0 auto;
}

.isound {
  width: 27px;
  height: 21px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  background: url("//www.xinhuanet.com/politics/2020lh/images/icon1_v1.png") 0 0 no-repeat;
}


.isoundplay {
  background: url("//www.xinhuanet.com/politics/2020lh/images/icon1_v2.gif") 0 0 no-repeat;
}

.iphoto {
  width: 21px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  background: url("../images/icon2_v1.png") 0 0 no-repeat;
}

.ivideo {
  width: 23px;
  height: 14px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  background: url("../images/icon3_v1.png") 0 0 no-repeat;
}

/* 云 */
@-webkit-keyframes bannerCloud {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }

  10%,
  80% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(3);
  }
}

@keyframes bannerCloud {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  10%,
  80% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

.cloud3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("//www.xinhuanet.com/politics/ggkf40/images/cloud.png")
    50% -50px no-repeat;
  background-size: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: bannerCloud 40s linear 0s infinite normal;
  animation: bannerCloud 40s linear 0s infinite normal;
}

.cloud4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("//www.xinhuanet.com/politics/ggkf40/images/cloud.png")
    50% -50px no-repeat;
  background-size: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: bannerCloud 40s linear 20s infinite normal;
  animation: bannerCloud 40s linear 20s infinite normal;
}
/* 内容开始 */
.top {
  width: 100%;
  padding-top: 290px;
  background: url("../images/sp_bj.png") no-repeat 50% 0;
  position: relative;
  z-index: 3; 
}
/* banner */
.banner {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50%;
  z-index: 1;
  overflow: hidden;
}
.banner .container {
  position: relative;
  z-index: 10;
}
.banner .container .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 104px;
  background: url("../images/logo.png") no-repeat 0 0;
}
.banner .container .topic {
  width: 1019px;
  height: 245px;
  margin: 0 auto;
  background: url("../images/banner.png") no-repeat center center;
}
.banner .container .enter {
  border-radius: 8px;
  background-image: linear-gradient(
    -73deg,
    rgb(255, 133, 110) 0%,
    rgb(210, 41, 49) 100%
  );
  background-image: -moz-linear-gradient(
    -73deg,
    rgb(255, 133, 110) 0%,
    rgb(210, 41, 49) 100%
  );
  background-image: -webkit-linear-gradient(
    -73deg,
    rgb(255, 133, 110) 0%,
    rgb(210, 41, 49) 100%
  );
  background-image: -ms-linear-gradient(
    -73deg,
    rgb(255, 133, 110) 0%,
    rgb(210, 41, 49) 100%
  );
  position: absolute;
  right: 400px;
  bottom: -8px;
  width: 138px;
  height: 36px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
}
.banner .container .enter a {
  color: #fff;
}
.banner .container .mt {
  position: absolute;
  right: 80px;
  top: 0;
  width: 87px;
  height: 88px;
  background: url("../images/logo2.png") no-repeat 0 0;
}

/* 焦点部分 */
.focus {
  margin: 40px auto 20px;
  position: relative;
  z-index: 4;
}

/*大标题*/
.headline {
  text-align: center;
  margin-bottom: 30px;
}

.headline h1 {
  font-size: 40px;
  font-weight: bolder;
  color: #ed2f39;
  line-height: 1.5em;
}

.headline h1 a {
  color: #ed2f39;
}

.headline p {
  font-size: 18px;
  color: #515151;
  font-weight: normal;
  line-height: 2em;
}

.headline p a {
  color: #515151;
}
/*END*/
/*习专区大图*/
.contop_left {
  float: left;
  position: relative;
  width: 66%;
  height: 556px;
}

.contop_left .swiper-button-prev {
  background: url("../images/arrows.png") no-repeat left top;
  position: absolute;
  left: 10px;
  top: 47%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 2;
}

.contop_left .swiper-button-next {
  background: url("../images/arrows.png") no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 47%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 2;
}
.contop_left .photoPart {
  width: 100%;
  height: 100%;
  position: relative;
}
.contop_left .swiper-container,
.contop_left .swiper-slide {
  width: 100%;
  height: 100%;
}

.contop_left .swiper-pagination {
  position: absolute;
  left: auto;
  right: 5px;
  text-align: right;
  bottom: 6px;
  width: auto;
  z-index: 2;
}

.contop_left .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  background: #ffffff;
  opacity: 1;
  margin: 0 5px;
}

.contop_left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  margin-top: -5px;
  background: #ffe400;
}

.contop_left .slide-cont {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contop_left .slide-cont .img img {
  width: 100%;
  height: auto;
  display: block;
}

.contop_left .slide-cont .name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  width: 100%;
  /* height: 68px; */
  line-height: 32px;
  font-size: 22px;
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
  z-index: 11;
  color: #fff;
  	background-color:rgba(237,47,57,0.3);
	background-image:url("../images/xgd_bj.png");
	background-repeat:no-repeat;
	background-position:0 0; 
}

.contop_left .slide-cont .name a {
  color: #fff;
  text-decoration: none;
}

.contop_left .slide-cont .name a:hover {
  text-decoration: underline;
}

.contop_left .mul-play {
  position: absolute;
  width: 90px;
  height: 90px;
  bottom: 60px;
  left: 10px;
  display: none;
  cursor: pointer;
  z-index: 999;
}

.contop_left .mul-play img {
  width: 100%;
  height: 100%;
}

.contop_left .videoPart {
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

.contop_left .videoPart iframe {
  width: 100%;
  height: 100%;
}

.contop_left .videoPart .videoPart-close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: -22px;
  z-index: 50;
  background: url("../images/s1014_icon_btn_close.png") no-repeat;
  cursor: pointer;
  background-size: 100% auto;
}

/*END*/
/*习专区列表*/
.contop_right {
  width: 34%;
  height: 556px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  float: right;
  position: relative;
  background-color: rgba(118, 184, 153, 0.2);
}

.contop_right_bg {
  width: 100%;
  height: 610px;
  background: #76b8fd;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.contop_right .top_wz {
  height: 100%;
  position: relative;
  z-index: 50;
}

.contop_right .top_wz .x_time {
  width: 100%;
  margin-top: 0px;
  box-sizing: border-box;
  padding: 0 7px;
}
.contop_right .top_wz .x_time img {
  width: 100%;
}
.contop_right .top_wz .x_hight {
  height: 320px;
  margin-top: 10px;
  overflow: hidden;
}
.contop_right .top_wz .x_hight h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ed2f39;
  line-height: 40px;
}

.contop_right .top_wz .x_hight h3 a {
  color: #ed2f39;
}

.contop_right .top_wz .x_hight h3 * {
  vertical-align: top;
}

.contop_right .top_wz .x_hight ul {
  overflow: hidden;
  margin-bottom: 20px;
}

.contop_right .top_wz .x_hight li {
  font-size: 16px;
  line-height: 39px;
  border-bottom: 1px dashed #c1c6ca;
  color: #333;
}

.contop_right .top_wz .x_hight li * {
  vertical-align: top;
}

.contop_right .top_wz .x_hight a {
  color: #333;
}
.contop_right .top_wz .isound {
  margin-top: 13px;
}
.contop_right .top_wz .iphoto {
  margin-top: 10px;
}
.contop_right .top_wz .ivideo {
  margin-top: 14px;
}
.contop_right .top_wz .pics {
  margin-top: 10px;
}

.contop_right .top_wz .pics li {
  float: left;
  width: 33%;
  height: 104px;
}

.contop_right .top_wz .pics li + li {
  margin-left: 0.5%;
}

.contop_right .top_wz .pics li img {
  width: 100%;
  height: 100%;
}

/*END*/
/* 文字列表 */
.txtList {
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
}
.txtList .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.txtList .list {
  margin-right: 30px;
  width: 480px;
}
.txtList .list h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  /* font-weight: 400; */
  color: #eb0000;
}
.txtList .list h3 a {
  color: #eb0000;
}
.txtList .list li {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
}
.txtList .list li span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 22px;
  padding: 0 5px;
  margin-right: 10px;
  background-image: -moz-linear-gradient(46deg, #eb0000 0%, #ff7e00 100%);
  background-image: -webkit-linear-gradient(46deg, #eb0000 0%, #ff7e00 100%);
  background-image: -ms-linear-gradient(46deg, #eb0000 0%, #ff7e00 100%);
  color: #fff;
}
.txtList .list li span:after {
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ff7e00;
}
.txtList .list li a {
  color: #333;
}
.txtList .list li * {
  vertical-align: top;
}
.txtList .list li .isound {
  margin-top: 5px;
}
.txtList .list li .iphoto {
  margin-top: 4px;
}
.txtList .list li .ivideo {
  margin-top: 7px;
}
.txtList .liveList {
  position: relative;
  width: 370px;
  padding: 12px 0;
  box-sizing: border-box;
}
.txtList .liveList::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  left: 9px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ed2f39;
}
/* .txtList .liveList::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 80px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ed2f39;
} */
.txtList .liveList .title {
  position: relative;
  z-index: 8;
  margin-left: -20px;
  width: 373px;
  height: 30px;
  background: url(../images/icon7.png) 0 0 no-repeat;
}
.txtList .liveList ul {
  position: relative;
  z-index: 3;
  padding-top: 12px;
  background: #fff;
}
.txtList .liveList li {
  font-size: 16px;
  line-height: 34px;
  /* height: 34px; */
  padding-left: 27px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  color: #333333;
}
.txtList .liveList li a {
  color: #333333;
}
.txtList .liveList li i.num {
  width: 24px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 16px;
}
.txtList .liveList li i.isound{
  vertical-align: middle;
}
.txtList .liveList li:nth-child(1) i.num {
  background: url(../images/icon8.png) 0 center no-repeat;
}
.txtList .liveList li:nth-child(2) i.num {
  background: url(../images/icon9.png) 0 center no-repeat;
}
.txtList .liveList li:nth-child(3) i.num {
  background: url(../images/icon10.png) 0 center no-repeat;
}
/* 日历 */
.txtList .pics {
  margin-left: 40px;
  width: 68px;
  height: 120px;
  align-self: center;
}
.txtList .pics .swiper-container {
  width: 100%;
  height: 100%;
}
.txtList .pics a {
  display: block;
  width: 100%;
  height: 100%;
}
.txtList .pics a.zb {
  background: url(../images/icon4.png) 0 center no-repeat;
  background-size: 100%;
}
.txtList .pics a.ft {
  background: url(../images/icon5.png) 0 center no-repeat;
  background-size: 100%;
}
.txtList .pics a.rl {
  background: url(../images/icon6.png) 0 center no-repeat;
  background-size: 100%;
}
/* 图片列表 */
.picList {
  position: relative;
  z-index: 5;
}
.picList ul {
  width: 1506px;
}
.picList li {
  margin-right: 6px;
  width: 245px;
  height: 130px;
  float: left;
}
.picList li img {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  /* .contop {
    width: 1200px;
  } */
  .container {
    width: 1200px;
  }
  /*大标题*/
  .headline h1 {
    font-size: 36px;
  }

  .headline p {
    font-size: 16px;
  }
  .banner .container .enter {
    right: 290px;
    width: 110px;
    font-size: 14px;
  }
  .banner .container .mt {
    right: 0px;
  }
  /*END*/
  /*习专区大图*/
  .contop_left {
    height: 445px;
  }
  .contop_left .slide-cont .name {
    font-size: 18px;
    /* line-height: 50px; */
  }
  .contop_left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    margin-top: -2px;
  }
  .contop_left .mul-play {
    width: 60px;
    height: 60px;
    bottom: 60px;
    left: 10px;
  }
  /*END*/
  /*习专区列表*/
  .contop_right {
    height: 445px;
    padding-left: 13px;
    padding-right: 7px;
  }
  /* .contop_right .top_wz .x_time {
    margin-top: 3px;
  } */

  .contop_right .top_wz .x_hight {
    margin-top: 5px;
    height: 270px;
  }
  .contop_right .top_wz .x_hight h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .contop_right .top_wz .x_hight li {
    font-size: 14px;
    line-height: 29px;
  }
  .contop_right .top_wz .isound {
    margin-top: 5px;
  }
  .contop_right .top_wz .iphoto {
    margin-top: 4px;
    width: 18px;
    background-size: 100%;
  }
  .contop_right .top_wz .ivideo {
    margin-top: 8px;
    width: 18px;
    background-size: 100%;
  }
  .contop_right .top_wz .pics {
    margin-top: 4px;
  }
  .contop_right .top_wz .pics li {
    height: 74px;
  }

  /*END*/
  /* 文字列表 */
  .txtList {
    margin-bottom: 15px;
  }
  .txtList .list {
    width: 388px;
    margin-right: 18px;
  }
  .txtList .list h3 {
    /* margin-bottom: 10px; */
    font-size: 16px;
    line-height: 26px;
  }
  .txtList .list li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 26px;
  }
  .txtList .list li span {
    font-size: 12px;
  }
  .txtList .list li .isound {
    margin-top: 5px;
  }
  .txtList .list li .iphoto {
    margin-top: 4px;
    width: 18px;
    background-size: 100%;
  }
  .txtList .list li .ivideo {
    margin-top: 7px;
    width: 18px;
    background-size: 100%;
  }
  .txtList .liveList {
    width: 305px;
    /* margin-right: 19px; */
  }
  .txtList .liveList li {
    font-size: 14px;
  }
  .txtList .liveList .title {
    margin-left: -10px;
    height: 25px;
    width: 105%;
    background-size: 100%;
  }
  .txtList .pics {
    margin-left: 30px;
    /* width: 68px;
    height: 120px;
    align-self: center; */
  }
  /* 图片列表 */
  .picList ul {
    width: 1206px;
  }

  .picList li {
    margin-right: 6px;
    width: 195px;
    height: 103px;
    float: left;
  }
}
