@charset "utf-8";
@media screen and (max-width: 800px) {
  /*共用自适应样式*/
  body{background: none;}
  .m_header{display: block!important;}
  .m_nav{display: block!important;}
  .m_footer{display: block!important;}
  .top{display: none;}
  .snav{display: none;}
  .footer{display: none;}
  .cen-div{width: 100%; margin: 0; box-sizing: border-box; padding: 20px 3%;}

  /*文章页自适应样式*/
  .size2{display: none!important;}
  .share3{display: none;}
  .tim1_pad{padding-left: 0px;}
  .fr,.dy{display: none;}
  .time1 ul li{width: 33%;}
  .listpo{font-size: 14px;}
  .title_cen{font-size: 24px;}

  /*列表页一/二自适应样式*/
  .cen-div-1{min-height: 600px;}
  .cen-div-1 .con-left{display: none;}
  .cen-div-1 .con-right{width: 100%; display: block;}
  .list-right_title{font-size: 16px; line-height: 32px;}
  .time3{width: 100%!important;}
  .title1{display: none;}

  /*通用头条列表自适应样式*/
  .con-right h3{font-size: 24px;}
  /*内容图片自适应样式*/
  .con_cen img{max-width: 6.5rem; height: auto;}
}

/*头部底部样式*/
.m_header {
  height: 1.74rem;
  background-color: #FFFFFF;
  background: url(../images/m-swsjtj-tbtp.png) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.m_header .header-top {
  position: absolute;
  top: 50%;
  margin-top: -0.41rem;
  left: 3.3%;
}
.m_header .header-top a {
  width: 5.12rem;
  height: 0.82rem;
  display: block;
  background: url(../images/m-swsjtj-logo.png) center center no-repeat;
  background-size: 100% 100%;
}
.m_header .header-pc {
  position: absolute;
  right: 3.3%;
  top: 50%;
  margin-top: -0.385rem;
  cursor: pointer;
}
.m_header .header-pc a {
  width: 0.77rem;
  height: 0.77rem;
  display: inline-block;
  background: url(../images/m-swsjtj-dnb.png) center center no-repeat;
  background-size: 100% 100%;
}
.m_nav {
  width: 100%;
  background-color: #00468C;
}
.m_nav ul {
  overflow: hidden;
}
.m_nav ul li {
  float: left;
  width: 20%;
  text-align: center;
}
.m_nav ul li a {
  color: #FFFFFF;
  line-height: 0.68rem;
  display: block;
  border-bottom: 0.06rem solid #00468c;
}
.m_nav ul li a:hover {
  border-bottom: 0.06rem solid #ffc926;
  color: #FFC926;
}
.m_footer {
  width: 100%;
  background-color: #E6E6E9;
  text-align: center;
}
.m_footer p {
  margin: 0;
  line-height: 0.6rem;
  color: #666666;
}
.m_footer p a{
  color: #666666;
}
@media screen and (max-width: 375px) {
  .m_nav ul li a {
    font-size: 14px;
  }
  .m_footer p {
    font-size: 12px;
  }
}
@media screen and (min-width: 376px) and (max-width: 550px) {
  .m_nav ul li a {
    font-size: 16px;
  }
  .m_footer p {
    font-size: 13px;
  }
}
@media screen and (min-width: 551px) and (max-width: 800px) {
  .m_nav ul li a {
    font-size: 18px;
  }
  .m_footer p {
    font-size: 14px;
  }
}