html {
  -webkit-text-size-adjust: none;
  width: 100%;
  /*overflow-x: hidden;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: top;
}

.video embed,
.video object,
.video iframe {
  width: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
select,
button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

input:focus {
  outline: none;
}

.css {
  -webkit-touch-callout: none
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

a:hover {
  color: #ec2c04;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

i {
  font-style: normal;
}

li {
  list-style: none
}

img {
  border: 0;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

em {
  font-style: normal;
}

body {
  background: #fdfdfb;
  font-size: 16px;
  line-height: 30px;
  font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, Heiti SC, STHeiti, SimSun, sans-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/* 娓呴櫎娴姩*/
* html .clearfix {
  zoom: 1;
}

.fl {
  float: left;
  display: inline-block;
}

.fr {
  float: right;
  display: inline-block;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

/*-------------------------------------------------------------------------------------------------------------------------*/


.head {
  background: url(../images/pc-head.jpg) no-repeat center top;
  height: 987px;
}

.wap-head,
#wap-foot {
  display: none;
}

.mod {
  margin-bottom: 30px;
  margin-top: 50px;
}

.mod .title {
  margin-bottom: 20px;
}

.title {
  font-size: 24px;
  color: #ec2c04;
}

.title span {
  font-weight: bold;
  display: inline-block;
}

a.more {
  position: absolute;
  right: 0;
  color: #ec2c04;
  font-size: 16px;
}

.lazy {
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
}

a:hover .lazy {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}


.w {
  position: relative;
  width: 1120PX;
  margin: 0 auto;
}

/* 头条 */
.w .tt {
  width: calc(100% - 100px);
  position: relative;
  padding-left: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.w .tt i {
  display: block;
  width: 79px;
  height: 100px;
  background: url(../images/icon.png) no-repeat;
  background-position: -355px 0;
  position: absolute;
  left: 0;
  top: 0;
}

.w .tt .ah {
  display: block;
  font-size: 38px;
  color: #cf0c0a;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}

.w .tt .tt_a {
  margin-top: 20px;
}

.w .tt .tt_a a {
  margin: 0 15px;
}

.content_main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 39px;
}

.slide_main {
  width: 630px;
  height: 395px;
  position: relative;
  float: left;
  overflow: hidden;
}

.slide_main .main_item .item a {
  width: 100%;
  height: 395px;
  overflow: hidden;
  display: block;
  position: relative;
}

#slide_main .main_item .item img {
  width: 100%;
  height: 100%;
}

#slide_main .main_item .item a p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#slide_main .main_item .item a p.p_bg {
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#slide_main .main_hd {
  position: absolute;
  bottom: 3px;
  left: 0;
  text-align: center;
  width: 100%;
}

#slide_main .main_hd .main_ul {
  line-height: normal;
}

#slide_main .main_hd .main_ul span {
  font-size: 0;
  width: 80px;
  height: 4px;
  background-color: #6a6a6a;
  display: inline-block;
  overflow: hidden;
  zoom: 1;
  margin-left: 3px;
  *display: inline;
}

#slide_main .main_hd .main_ul span.on {
  background-color: #cf0c0a;
}

.slide_right {
  width: 435px;
  height: auto;
  float: left;
  margin-left: 35px;
}

.right_t {
  border-bottom: 1px dotted #a7a7a7;
}

.right_t h2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.right_t h2 a {
  font-size: 18px;
  font-weight: bold;
}

.right_t h2 a:hover {
  color: #ec2c04;
}

.right_t p {
  color: #555555;
  font-size: 14px;
  height: 44px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 10px;
  padding-bottom: 10px;
  text-indent: 2em;
}

.slide_right .right_ul span {
  height: 41px;
  line-height: 41px;
  border-bottom: 1px dotted #a7a7a7;
  padding-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.slide_right .right_ul span a:hover {
  color: #ec2c04;
}


/* 最新播报 */
.latest {
  width: 1120px;
  margin: 0 auto;
  margin-top: 10px;
  border-top: 1px solid #c72528;
  padding-top: 18px;
}

.latest .part {
  height: 64px;
  background: url(../images/zxbb_bg.png) no-repeat;
}

.latest .latest-title {
  display: block;
  background: url(../images/zxbb_ic.png) no-repeat;
  width: 184px;
  height: 64px;
  float: left;
}

.latest .latest-cont {
  margin-left: 20px;
  width: 920px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.latest .latest-cont ul {
  white-space: nowrap;
  font-size: 0;
}

.latest .latest-cont li {
  display: inline-block;
  margin: 0 20px;
}

.latest .latest-cont li .txt:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 30px;
  background: #ffeac2;
}

.latest .latest-cont li .txt .tit {
  font-size: 16px;
  line-height: 64px;
  margin-right: 10px;
  color: #ffeac2;
  display: inline-block;
}

.latest .latest-cont li .txt .tit a {
  color: #ffeac2;
}

/* 厦门学习动态   福建学习动态 */
.mod-b {
  width: 100%;
  padding: 20px 0 0;
  margin-top: 0;
}

.mod-b .fl {
  width: 522px;
}

.mod-b .fr {
  width: 522px;
}

.mod-b .box .h a {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #e30005;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #e30005;
}

.mod-b .box .h span {
  position: absolute;
  font-weight: normal;
  font-size: 14px;
  right: 0;
  bottom: 0;
  line-height: 40px;
}

.mod-b .imgs h2 {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 10px;
}

.mod-b .imgs {
  margin-top: 20px;
}

.mod-b .box .b {
  margin-top: 12px;
}

.mod-b .box li {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 16px;
  border-bottom: 1px dotted #a7a7a7;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*评论解读*/
.pljd_box {
  width: 100%;
  height: auto;
  background: url(../images/pljd_bg.jpg) no-repeat bottom center;
  background-size: 100% 100%;
  padding-bottom: 95px;
  margin-top: 20px;
}

.pljd_nr {
  width: 1156px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.pljd_nr .dh {
  width: 663px;
  height: 185px;
  margin: 0 auto;
  margin-top: 35px;
}

.pljd_pic_list {
  list-style: none;
  overflow: hidden;
  margin-top: 23px;
}

.pljd_pic_list li {
  float: left;
  width: 361px;
  height: 205px;
}

.pljd_pic_list li img {
  width: 361px;
  height: 205px;
}

.pljd_pic_list li+li {
  margin-left: 36px;
}

.bw {
  width: 100%;
  height: 12px;
  background: url(../images/bw_i.png) repeat-x;
  margin-top: 20px;
}

.pljd_wz_list {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

.pljd_white {
  overflow: hidden;
  background: rgb(252, 252, 252, 0.4);
}

.pljd_wz_list li {
  overflow: hidden;
  border-bottom: 2px dashed #c2c2c2;
  padding-bottom: 12px;
  margin-top: 15px;
  width: 48%;
}

.pljd_wz_list li h2 {
  font-size: 20px;
  color: #997c52;
  font-weight: normal;
  line-height: 28px;
}

.pljd_wz_list li h2 a {
  color: #997c52;
}

.pljd_wz_list li p {
  font-size: 16px;
  color: #999;
  line-height: 25px;
  margin-top: 14px;
}

.pljd_wz_list li p span {
  font-size: 16px;
  color: #999;
}

.pljd_wz_list li p span a {
  color: #d82e1e;
}

.pljd_wz_list li+li {
  margin-left: 36px;
}

.no_line li {
  border-bottom: none;
}



/* 新媒矩阵 */
.mod-v {
  padding: 30px 0;
}
.mod-v .h {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 24px;
}

.mod-v .h a {
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  background: #e30005;
}

.mod-v #box-esd {
  width: 100%;
  position: relative;
  height: 442px;
}

.mod-v .b {
  padding-top: 15px;
}

.mod-v #box-esd .hd ul {
  display: none;
}

.mod-v #mbox {
  width: 100%;
  position: relative;
  height: 280px;
  overflow: hidden;
}

.mod-v #mbox .hd ul {
  display: none;
}

.mod-v #mbox .bd .tempWrap {
  /* width: 1000px !important; */
}

.mod-v #mbox .bd li {
  float: left;
  width: 350px;
  height: 280px;
  margin-right: 20px;
}

.mod-v #mbox .bd li .im {
  height: 220px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mod-v #mbox .bd li .im img {
  width: 100%;
  height: 100%;
}

.mod-v #mbox .bd li .im .icon {
  height: 44px;
  width: 44px;
  background-position: -130px 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
}

.mod-v #mbox .bd li p {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.mod-v #mbox .next,
.mod-v #mbox .prev {
  position: absolute;
  height: 50px;
  width: 30px;
  top: 50%;
  margin-top: -25px;
  opacity: 0.8;
  cursor: pointer;
}

.mod-v #mbox .prev {
  left: -84px;
  background-position: -100px -170px;
}

.mod-v #mbox .next {
  right: -84px;
  background-position: -130px -170px;
}

.mod-v #mbox .next:hover,
.mod-v #box-zt .next:hover,
.tuji .prev:hover {
  opacity: 1;
}


.mod-v #box-zt {
  width: 100%;
  position: relative;
  height: 170px;
  overflow: hidden;
}

.mod-v #box-zt .hd ul {
  display: none;
}


.mod-v #box-zt .bd li {
  float: left;
  width: 255px;
  /* height: 280px; */
  margin-right: 20px;
}

.mod-v #box-zt .bd li .im {
  height: 120px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mod-v #box-zt .bd li .im img {
  width: 100%;
  height: 120px;
}

.mod-v #box-zt .bd li .im .icon {
  height: 44px;
  width: 44px;
  background-position: -130px 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
}

.mod-v #box-zt .bd li p {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.mod-v #box-zt .next,
.mod-v #box-zt .prev {
  position: absolute;
  height: 50px;
  width: 30px;
  top: 50%;
  margin-top: -25px;
  opacity: 0.8;
  cursor: pointer;
}

.mod-v #box-zt .prev {
  left: -84px;
  background-position: -100px -170px;
}

.mod-v #box-zt .next {
  right: -84px;
  background-position: -130px -170px;
}


.mod-v #box-esd {
  width: 100%;
  position: relative;
  height: 442px;
}

.mod-v #box-esd .hd ul {
  display: none;
}


.mod-v #box-esd .bd li {
  float: left;
  width: 255px;
  /* height: 280px; */
  margin-right: 20px;
}

.mod-v #box-esd .bd li .im {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mod-v #box-esd .bd li .im img {
  width: 100%;
  height: 400px;
}

.mod-v #box-esd .bd li .im .icon {
  height: 44px;
  width: 44px;
  background-position: -130px 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
}

.mod-v #box-esd .bd li p {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mod-v #box-esd .next,
.mod-v #box-esd .prev {
  position: absolute;
  height: 61px;
  width: 61px;
  top: 50%;
  margin-top: -25px;
  opacity: 0.8;
  cursor: pointer;
  background: url(../images/prev-on.png) no-repeat;
}

.mod-v #box-esd .prev {
  left: -110px;
  /* background-position: -100px -170px; */
}

.mod-v #box-esd .next {
  right: -110px;
  /* background-position: -130px -170px; */
  background: url(../images/next-on.png) no-repeat;
}

/* wap */
@media screen and (max-width: 800px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .mod {
    margin-bottom: 30px;
    margin-top: 10px;
  }

  #top,
  .head,
  #foot {
    display: none;
  }

  #wap-foot {
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    background: #e30005;
    width: 100%;
    display: block;
}

  .wap-head {
    display: block;
    text-align: center;
  }

  .fl,
  .fr {
    width: 100% !important;
    float: none !important;
  }

  #slideBox .bd .home {
    background: url(../images/wap-head.jpg) no-repeat center top;
    background-size: 100% 100%;
    height: 100vh !important;
  }

  #slideBox .hd {
    display: none;
  }

  #slideBox .bd li {
    height: auto !important;
    background: none;
    margin-bottom: 1rem;
  }

  .pic-home {
    display: none;
  }

  .w {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
  }

  .w .tt i {
    display: none;
  }

  .w .tt {
    width: 100%;
    padding: 0.5rem;
    height: auto;
    padding: 1rem;
    margin: 0;
  }

  .w .tt .ah {
    font-size: 1rem;
    text-overflow: unset;
    height: auto;
    white-space: unset;
    text-align: center;
    border-bottom: none;
    padding-left: 0;
    width: 100%;
    line-height: 1.2em;
  }

  .w .tt .tt_a {
    margin-top: 0.5rem;
    line-height: 1rem;
  }

  .w .tt .tt_a a {
    margin: 0;
  }

  .content_main {
    margin-top: 0;
  }

  /* 头条 */
  .slide_main {
    width: 100%;
    height: 12rem;
    position: relative;
    float: none;
    overflow: hidden;
  }

  .slide_main .main_item .item {
    height: 12rem;
  }

  .slide_main .main_item .item a {
    width: 100%;
    height: 100%;
  }

  #slide_main .main_hd {
    bottom: 1rem;
  }

  #slide_main .main_item .item a p {
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
  }

  .slide_right {
    width: 90%;
    margin: 0 auto;
    height: auto;
    float: none;
    padding-top: 1rem;
  }

  .right_t h2 {
    white-space: unset;
    text-overflow: unset;
    overflow: hidden;
    line-height: 1rem;
  }

  .right_t p {
    color: #555555;
    font-size: 0.6rem;
    line-height: 1rem;
    margin-top: 0.3rem;
    padding-bottom: 0.2rem;
    text-indent: 2em;
  }

  .slide_right .right_ul span {
    height: 1.8rem;
    line-height: 1.8rem;
    border-bottom: 1px dotted #a7a7a7;
    padding-left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }

  .title {
    font-size: 0.8rem;
    width: 96%;
    margin: 0 auto;
  }


  /* 最新播报 */
  .latest {
    display: none;
  }

  /* 厦门学习动态   福建学习动态 */
  .mod-b {
    margin-top: 0;
    padding: 0;
  }

  .mod-b .box .h span {
    right: 10px;
  }

  .mod-b .box .h a {
    padding-left: 16px;
    font-size: .85rem;
  }

  .fl,
  .fr {
    width: 100% !important;
    float: none !important;
  }

  .mod-b .imgs h2 {
    margin-bottom: 0;
  }

  .mod-b .box .l {
    margin: 0;
    padding: 0;
  }

  .mod-b .box3 .fl ul,
  .mod-b .box3 .fr ul {
    padding: 0 10px;
  }

  .mod-b .box li {
    font-size: 0.6rem;
    font-weight: normal;
  }

  /*评论解读*/
  .content {
    width: 96%;
    height: auto;
    margin: 0 auto;
  }

  .pljd_box {
    width: 100%;
    height: auto;
    background: url(../images/mb_pljd_bg.jpg) no-repeat bottom center #e9e4de;
    background-size: 100%;
    margin-top: 20px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .pljd_nr {
    width: 100%;
  }

  .pljd_box .dh {
    width: 75%;
    height: 3rem;
    margin-top: 8px;
  }

  .dh img {
    width: 100%;
    height: auto;
  }

  .pljd_pic_list li {
    float: left;
    width: 100%;
    height: 11rem;
    margin-bottom: .5rem;
  }

  .pljd_pic_list li+li {
    margin-left: unset;
  }

  .pljd_wz_list {
    display: unset;
  }

  .pljd_wz_list li {
    width: 100%;
    padding-bottom: 10px;
    margin-top: 10px;
    border-left: 3px solid #c70b00;
    padding-left: 15px;
    font-size: 16px;
    border-bottom: 2px dashed #c2c2c2;
  }

  .pljd_wz_list li:last-child {
    margin-left: 0;
    border-bottom: 0;
    border-bottom: 2px dashed #c2c2c2;
  }

  .pljd_wz_list li a {
    font-size: .7rem;
  }

  .pljd_wz_list li p {
    font-size: .5rem;
    color: #999;
    line-height: .8rem;
    margin-top: 14px;
  }

  .pljd_pic_list li img {
    width: 100%;
    height: 100%;
  }

  .pljd_box {
    width: 100%;
    height: auto;
    background: url(../images/mb_pljd_bg.jpg) no-repeat bottom center #e9e4de;
    background-size: 100%;
    margin-top: 20px;
    overflow: hidden;
  }

  /* 新媒矩阵 */
  .mod-v {
    padding: 20px 0 0;
    margin-bottom: 0;
  }

  .mod-v #box-esd {
    height: 26.5rem;
    overflow: hidden;
  }

  .mod-v #box-esd .bd li {
    float: left;
    height: auto;
    margin-right: 0;
    text-align: center;
  }

  .mod-v #box-esd .bd li .im {
    height: 24rem;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .mod-v #box-esd .bd li .im img {
    width: 100%;
    height: 24rem;
  }
}