@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
* {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
img {
  border: None;
}
body {
  background: #fbf4e4 url('5323.jpg') center top no-repeat; /*background-attachment:fixed;*/
  font-size: 100%;
  font-size: 16px;
  font-family: '微软雅黑';
  line-height: 36px;
  color: #333;
  text-align: center;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #e92f0f;
}
.l {
  float: left;
}
.r {
  float: right;
}
.clear {
  clear: both;
  overflow: hidden;
  height: 0;
}

#wrap {
  margin: 0 auto;
}
#top {
  width: 100%;
}
#content {
  width: 1200px;
  margin: 0px auto 40px auto;
  overflow: hidden;
}
#bottom {
  line-height: 150%;
  padding: 20px;
  background: #333;
  text-align: center;
  color: #fff;
}
/*头部*/
.logo_box {
  width: 1200px;
  height: 560px;
  margin: 0px auto;
  position: relative;
}
.lhlogo {
  text-align: left;
  position: absolute;
  top: 30px;
  left: 5px;
}
.ztlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -300px;
  animation: roll 1s forwards;
}
.ztmc {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -232px;
  animation: bigger 2.5s linear infinite alternate;
}
.logo_wap {
  display: none;
  width: 100%;
}
.logo_wap img {
  width: 100%;
  height: auto;
}

@keyframes roll {
  from {
    transform: scale(5);
    opacity: 0;
  }
  70% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes bigger {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}

/*首页样式*/
.m-t {
  margin-top: 40px;
}
.m-b {
  margin-bottom: 40px;
}

.main_box {
  background: #fff;
}
.ybg {
  background: #f9be9c;
}
.in_title {
  margin-bottom: 20px;
  text-align: center;
  background: url('5318.png') center no-repeat;
}
.in_title img {
  margin-right: 47px;
}

.morelink {
  clear: both;
  text-align: center;
  margin-top: 20px;
}
.morelink a {
  display: block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  color: #ff9966;
  border: 1px #edb680 solid;
  border-radius: 20px;
  margin: auto;
}
.morelink a:hover {
  background: #ef250a;
  border: 1px #ef250a solid;
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
}
.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-rtl .swiper-button-prev:focus,
.swiper-rtl .swiper-button-next:focus {
  border-color: transparent;
  outline: 0;
}

/*综合报道*/
.zhbd-container {
  width: 1170px;
  height: 493px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.zhbd-container .main_box {
  height: 488px;
  overflow: hidden;
  margin: 0px 5px 5px 0;
  box-shadow: 5px 5px 0px rgba(248, 129, 73, 0.5);
}

/*焦点图*/
.zhbd-img {
  width: 770px;
  height: 488px;
  margin: 0;
  pdding: 0;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.zhbd-img .swiper {
  width: 100%;
  height: 100%;
}
.zhbd-img .swiper-slide {
  text-align: center;
}
.zhbd-img .swiper-slide img {
  width: 100%;
  height: 100%;
}
.zhbd-img .swiper-slide {
  height: 100%;
}
.zhbd-img .swiper-slide p {
  position: absolute;
  bottom: 16px;
  left: 10%;
  width: 80%;
  height: 70px;
  padding: 10px 10px 10px 50px;
  color: #e92f0f;
  line-height: 150%;
  text-align: left;
  box-sizing: border-box;
  background: #f9dabf;
  background: rgba(249, 218, 191, 0.9) !important;
}

.zhbd-img .zhbd-next,
.zhbd-img .zhbd-prev {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 56px;
  margin-top: -28px;
}
.zhbd-img .zhbd-next {
  background: url('5314.png') no-repeat;
}
.zhbd-img .zhbd-prev {
  background: url('5313.png') no-repeat;
}

.zhbd-img .swiper-pagination {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 22px;
  left: 10%;
  background: #ef250a;
  margin-left: -30px;
  line-height: 60px;
  font-size: 26px;
  color: #fff;
  font-weight: lighter;
  letter-spacing: 0;
}
.zhbd-img .swiper-pagination-current {
  margin-right: -5px;
}
.zhbd-img .swiper-pagination-total {
  margin-left: -6px;
}

.zhbd-txt {
  width: 370px;
  height: 488px;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.zhbd-txt dl {
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px #ef250a dotted;
}
.zhbd-txt dt {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  font-weight: normal;
  padding-bottom: 5px;
  overflow: hidden;
}
.zhbd-txt dd {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-align: left;
  text-indent: 2em;
  padding: 5px 0;
}
.zhbd-txt dl a {
  color: #f94439;
}

.zhbd_con {
  margin: auto;
}
.zhbd_con .list li {
  line-height: 36px;
  text-align: left;
}
.zhbd_con .list li a {
  background: url('5300.png') no-repeat left 1.3rem;
  padding-left: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.zhbd_con .list li a:hover {
  background: url('#') no-repeat left 1.2rem;
}
.zhbd_con .list li span {
  display: none;
  position: absolute;
  right: 0px;
  top: 0;
}

/*学习贯彻*/
.xxgc_bg {
  background: url('5327.jpg') top center no-repeat;
  background-size: 100% 100%;
}
.xxgc-container {
  width: 1170px;
  margin: 50px auto 0px auto;
  overflow: hidden;
  position: relative;
}
.xxgc-container .xxgcSwiper {
  z-index: 99999;
  position: relative;
  width: 96%;
  margin: 50px auto 50px auto;
  min-height: 200px;
}
.xxgc-container .shadow-f {
  background-color: #fff;
  height: 200px;
  position: absolute;
  left: 30px;
  right: 30px;
  top: -20px; /*bottom:0;*/
  z-index: -1;
  transition: all 0.3s;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.xxgc-container .shadow-t {
  background-color: #fff;
  height: 200px;
  position: absolute;
  left: 60px;
  right: 60px;
  top: -38px; /*bottom:0;*/
  z-index: -1;
  transition: all 0.3s;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.xxgc-container .swiper-slide {
  min-height: 275px;
  margin-bottom: 50px;
  background-color: #fff;
  box-shadow: 0px 11px 25px 0px RGBA(152, 102, 51, 0.1);
}
.xxgc-container .swiper-slide dl {
  padding: 20px 90px;
}
.xxgc-container .swiper-slide dt {
  font-size: 22px;
  font-weight: 500;
  color: #e92f0f;
  min-height: 60px;
  width: 100%;
  text-align: center;
  display: table;
}
.xxgc-container .swiper-slide dt a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.xxgc-container .swiper-slide p {
  color: #666;
  margin: 1em 0;
  text-indent: 2em;
  text-align: left;
}
.xxgc-container .swiper-slide dl a {
  color: #e92f0f;
}

.xxgc-container .xxgc-next,
.xxgc-container .xxgc-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}
.xxgc-container .xxgc-next {
  right: 2%;
  background: url('5325.png') no-repeat;
}
.xxgc-container .xxgc-prev {
  left: 2%;
  background: url('5324.png') no-repeat;
}
.xxgc-container .xxgc-next:hover {
  background: url('5308.png') no-repeat;
}
.xxgc-container .xxgc-prev:hover {
  background: url('5310.png') no-repeat;
}

.xxgc-container .swiper-pagination {
  bottom: 0px;
}
.xxgc-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}
.xxgc-container .swiper-pagination-bullet-active {
  background: #f88149;
}

/*代表委员话民政*/
.dbwyhmz-container {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.dbwybox {
  width: 565px; /*height:560px;*/
}
.dbwybox .main_box {
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  box-sizing: border-box;
  margin: 0px 5px 5px 5px;
  box-shadow: -5px 5px 0px rgba(248, 129, 73, 0.5);
}
.dbwybox#zxwy .main_box {
  box-shadow: 5px 5px 0px rgba(248, 129, 73, 0.5);
}

.tit2 {
  background: url('5315.png') left bottom no-repeat;
  height: 42px;
  padding-left: 18px;
  text-align: left;
  margin-bottom: 20px;
}

.dbwy_con {
  overflow: hidden;
}
.dbwy_con dl {
  margin-top: 20px;
  position: relative;
}
.dbwy_con dt {
  float: left;
  display: inline;
  margin-right: 30px;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 2px 2px 5px #bbb;
  overflow: hidden;
}
.dbwy_con dt img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.dbwy_con dd {
  text-align: left;
  height: 100px;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.dbwy_con dd h3 {
  padding: 0;
  line-height: 28px;
  font-weight: 500;
}
.dbwy_con dd p {
  display: none;
}
.dbwy_con dt:hover img {
  animation: imgbigger 1s linear forwards;
}
@keyframes imgbigger {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

/*媒体关注*/
.mtgz-container {
  width: 1170px;
  margin: 0 auto 40px auto;
  overflow: hidden;
}
.mtgz_list {
  overflow: hidden;
}
.mtgz_list dl {
  float: left;
  width: 540px;
  height: 186px;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  background: #fffaf1;
  display: inline;
  margin: 0px 5px 40px 5px;
  box-shadow: -5px 5px 0px rgba(248, 129, 73, 0.5);
}
.mtgz_list dl:nth-child(2n) {
  float: right;
  box-shadow: 5px 5px 0px rgba(248, 129, 73, 0.5);
}
.mtgz_list dt {
  float: left;
  width: 65px;
  color: #d7c2ae;
  border-bottom: 1px #d7c2ae solid;
  text-align: center;
}
.mtgz_list dt em {
  display: block;
  font-size: 32px;
  color: #f94439;
  font-style: normal;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
.mtgz_list dd {
  float: right;
  width: 410px;
  text-align: left;
}
.mtgz_list dd h3 {
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 5px;
}
.mtgz_list dd p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-align: left;
  text-indent: 2em;
}
.mtgz_list dd p a {
  color: #f94439;
}

.mtgz_list dl:hover {
  background: #e92f0f;
}
.mtgz_list dl:hover dt em,
.mtgz_list dl:hover h3 a {
  color: #fffaf1;
}
.mtgz_list dl:hover dt,
.mtgz_list dl:hover p {
  color: #fff0d3;
}
.mtgz_list dl:hover dt {
  border-bottom: 1px #fff0d3 solid;
}
.mtgz_list dl:hover p a {
  color: #f3c373;
}

.mtgz-container .morelink {
  margin-top: 0px;
}

/*两会影像*/
.lhyx-container {
  width: 100%;
  margin: 0 auto 40px auto;
  overflow: hidden;
}
.owl-carousel {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}
.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #000;
}
.owl-nav .owl-prev {
  left: 0;
  width: 25%;
}
.owl-nav .owl-next {
  right: 0;
  width: 25%;
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 45%;
  cursor: pointer;
  content: '';
}
.owl-nav .owl-prev:after {
  left: 70%;
  background: url('5303.png') 0 0 no-repeat;
}
.owl-nav .owl-next:after {
  right: 70%;
  background: url('5311.png') 0 0 no-repeat;
}

.owl-dots {
  text-align: center;
  position: absolute; /*right:495px;*/
  right: 25%;
  bottom: 17px;
  z-index: 99;
}
.owl-dots .owl-dot {
  float: left;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #d6d6d6;
  border-radius: 8px;
  margin: 0 2px;
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-backface-visibility: visible;
  transition: height 0.1s;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-dots .owl-dot.active span {
  width: 16px;
  height: 6px;
  margin-bottom: 1px;
}

.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-touch-callout: none;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-item img {
  display: block;
  width: 100%;
}
.owl-item.active.center {
  opacity: 1;
  z-index: 99;
}

.wrapper {
  /*min-height:120px;*/
}
.wrapper h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 400;
  text-align: left;
  color: #fff;
  z-index: 5;
  overflow: hidden;
  background-color: rgba(13, 14, 14, 0.66);
  padding: 15px 10px;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
}
.wrapper img {
  /*width:960px;height:540px;*/
  max-width: 100%;
}

/*二级列表页样式*/
.loc {
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  padding: 10px;
  line-height: 150%;
  text-align: left;
  border-bottom: 1px #fac19f solid;
  background: rgba(255, 255, 255, 0.3);
}
.loc a {
  font-size: 14px;
  color: #333;
}
.loc a:hover {
  color: #333;
}

#listmain {
  min-height: 300px;
  margin: auto;
  padding-top: 20px;
  background: #fff;
}

.alist {
  padding: 0 10px;
}
.alist .article {
  width: 98%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.alist tr td {
  padding: 0 0 10px 0;
  margin: 0;
  vertical-align: top;
}
.alist .arlisttd {
  background: url('5300.png') left 10px no-repeat;
  padding-left: 20px;
  line-height: 30px;
}
.alist .ardot {
  display: none;
}
.alist .timedefault {
  font-size: 14px;
  color: #555;
  width: 100px;
  text-align: right;
  padding-top: 2px;
}

/*文章页样式*/
#artmain {
  padding: 0 20px;
  margin: 0 auto;
  background: #fff;
}
#artmain .mtitle {
  font-family: '微软雅黑';
  font-size: 22px;
  color: #000;
  line-height: 150%;
  padding-top: 25px;
  margin: 0 auto;
  text-align: center;
}
#artmain .source {
  font-family: '宋体';
  font-size: 12px;
  color: #555;
  padding: 10px 0;
  border-bottom: 1px #ddd dotted;
}

#zoom {
  line-height: 32px;
  text-align: left;
  padding: 30px 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
#zoom a {
  color: #000;
  text-decoration: underline;
}
#zoom table {
  margin: auto;
}
#zoom p {
  margin: 0;
  padding: 5px 0;
  border: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
#zoom img {
  max-width: 750px;
  _width: expression(document.body.clientWidth > 750 ? '750px': 'auto');
  margin: 5px auto 0px auto;
  text-align: center;
  height: auto !important;
}

/*自适样式*/
@media (max-width: 1199px) {
  #content {
    width: 100%;
  }
  .logo_box {
    width: 100%;
  }
}

@media screen and (max-device-width: 1024px) {
  .l,
  .r {
    float: none;
  }
  body {
    background: #fbf4e4 url('#') center top no-repeat;
    font-size: 1.4rem;
  }
  .logo_box {
    height: 310px;
    max-width: 625px;
  }
  .lhlogo {
    top: 10px;
    left: 0px;
  }
  .lhlogo img {
    width: 250px;
  }
  .ztlogo {
    margin-top: -70px;
    margin-left: -160px;
  }
  .ztlogo img {
    width: 320px;
  }
  .ztmc {
    bottom: 15px;
    margin-left: -150px;
  }
  .ztmc img {
    width: 300px;
  }

  .in_title {
    width: 98%;
    max-width: 768px;
    margin: auto;
  }
  .zhbd-container,
  .xxgc-container,
  .dbwyhmz-container,
  .mtgz-container {
    width: 98%;
    max-width: 768px;
    height: auto;
  }
  .zhbd-container .main_box {
    height: auto;
  }
  .zhbd-img {
    width: 100%;
    height: 425px;
  }
  .zhbd-txt {
    width: 100%;
    height: auto;
  }

  .xxgc_bg {
    background-size: cover;
    background-position: center -10px;
    margin-bottom: 30px;
  }
  .xxgc-container {
    margin: 30px auto 30px auto;
  }
  .xxgc-container .xxgcSwiper {
    margin: 20px auto 0px auto;
  }

  .dbwybox {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .mtgz_list {
    width: 98%;
    margin: auto;
  }
  .mtgz_list dl {
    width: 99%;
    height: auto;
    margin: 0px 5px 30px 5px;
  }
  .mtgz_list dd {
    width: 85%;
  }

  .wrapper img {
    height: 360px;
    height: auto;
  }
  .owl-dots {
    display: none;
  }

  /*列表*/
  #listmain,
  #artmain,
  .loc {
    width: 98%;
    margin: auto;
    box-sizing: border-box;
  }
  .loc {
    padding: 1rem;
  }
  #artmain {
    padding: 0 15px;
  }

  #zoom {
    padding: 1rem 0;
  }
  #zoom img {
    max-width: 95%;
    margin: 5px auto 0px auto;
    text-align: center;
    height: auto !important;
  }
  #zoom table {
    width: 100%;
  }

  .sjsm {
    display: none;
  }
}

@media screen and (max-device-width: 915px) {
  /*.wrapper img{height:300px;}*/
}
@media screen and (max-device-width: 851px) {
}

@media screen and (max-device-width: 768px) {
  /*.wrapper img{height:240px;}*/
}

@media screen and (max-device-width: 667px) {
  .zhbd-img {
    height: 400px;
  }
}

@media screen and (max-device-width: 568px) {
  body {
    background: #f9eee8;
    background: #fbf4e4;
  }
  .logo_box {
    display: none;
  }
  .logo_wap {
    display: block;
  }

  .zhbd-img {
    height: 360px;
  }
  .zhbd-img .swiper-slide p {
    bottom: 0;
    height: 30px;
    line-height: 30px;
    left: 0px;
    width: 100%;
    padding: 0 0 0 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .zhbd-img .swiper-pagination {
    width: 40px;
    height: 30px;
    left: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 30px;
    margin-left: 0;
  }

  .owl-nav .owl-prev:after {
    left: 5%;
  }
  .owl-nav .owl-next:after {
    right: 5%;
  }

  .mtgz_list dd {
    width: 75%;
  }

  .xxgc-container .swiper-slide dl {
    padding: 20px 50px;
  }
  .xxgc-container .xxgc-next {
    right: -1%;
  }
  .xxgc-container .xxgc-prev {
    left: -1%;
  }

  .wrapper h4 {
    display: none;
  }
  /*.wrapper img{height:200px;height:auto;}*/
  .owl-nav .owl-prev:after,
  .owl-nav .owl-next:after {
    top: 50%;
    margin-top: -30px;
  }
}

@media screen and (max-device-width: 414px) {
  #bottom span {
    display: block;
    padding-right: 20px;
  }
  #artmain .mtitle {
    font-size: 1.8rem;
  }

  .in_title {
    background: none;
  }
  .in_title img {
    margin: 0 auto;
    max-width: 75%;
  }

  .zhbd-img {
    height: 260px;
  }
  .mtgz_list dd {
    width: 70%;
  }

  /*.wrapper img{height:120px;height:auto;}*/
}

@media screen and (max-device-width: 375px) {
}

@media screen and (max-device-width: 320px) {
}

@media screen and (max-device-width: 280px) {
}
