@charset "utf-8";

/* CSS 初始化 样式重置 */
html {
  font-size: 312.5%;
}

* {
  box-sizing: border-box;
}
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,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.9em;
}
a,
fieldset,
img {
  border: none;
}
a {
  color: #777;
  text-decoration: none;
}
a:active,
a:hover {
  color: #777;
  text-decoration: none;
}
ul li,
ol li {
  list-style: none;
}
img {
  vertical-align: middle;
}
body,
button,
input,
select,
textarea {
  font: 16px/1.5 "Microsoft YaHei", "Lucida Grande", "Lucida Sans Unicode",
    Helvetica, Arial, Verdana, "Hiragino Sans GB", sans-serif;
}
input {
  outline: none;
  border: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
a,
input,
em,
h2,
span {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}

/* 头部logo + 头部导航 */
.headertop {
  z-index: 3;
  position: relative;
}
.ph-hea-top,.ph-focus,.nav-all,.con-bot-next,.foo-con-p {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.ph-hea-top {
  overflow: hidden;
  width: 100%;
  height: 0.88rem;
  background: #2f87d4;
}
.ph-hea-logo {
  line-height: 0.88rem;
  vertical-align: middle;
  float: left;
  width: 125px;
}
.ph-hea-logo a {
  display: inline-block;
  vertical-align: middle;
  height: 0.5rem;
  width: 2.5rem;
  background: url(../images/m_common/ph-logo.png) no-repeat left top;
  background-size: 100%;
}
@media(max-width:320px){
    .ph-hea-logo {
        width: auto;
    }
    .ph-hea-logo a{
        background: url(../images/m_common/ph-logo.png) no-repeat left 2px;
        background-size: 100%;
        width: 2rem;
    }
    .server360{
        font-size: 0.28rem;
    }
}

/* 360网站部分 */
.server360 {
  float: left;
  line-height: 0.88rem;
  margin-left: 0.3rem;
  font-size: 0.32rem;
}
.server360 a {
  color: #fff;
}

/*搜索部分*/
.ph-search {
  position: relative;
  width: 10%;
  height: 100%;
  float: right;
}
.search_ico,
.search_btn {
  display: inline-block;
  background: url(../images/m_index/m_search.png) no-repeat right center;
  background-size: 0.4rem;
  width: 100%;
  height: 100%;
}
.search_div {
  display: none;
}
.search_mask {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 1;
  /*兼容IE8及以下版本浏览器*/
  filter: alpha(opacity=30);
}
.search_form {
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.myform {
  position: relative;
  background: #e2e2e2;
  width: 100%;
  height: 0.88rem;
  padding: 0.12rem 0.24rem;
}
.input {
  width: 100%;
  font-size: 0.35rem;
  height: 100%;
  line-height: 100%;
  background: #fcfcfc;
  padding: 0 0.7rem;
  color: #333;
  border-radius: 5px;
}
.search_btn {
  width: 1rem;
  height: 100%;
  position: absolute;
  left: 0.1rem;
  top: 0;
  background: url(../images/m_common/search_l.png) no-repeat center;
  background-size: 0.32rem;
}
.search_back {
  width: 1rem;
  height: 100%;
  position: absolute;
  right: 0.1rem;
  top: 0;
  background: url(../images/m_common/search_r.png) no-repeat center;
  background-size: 0.32rem;
}

.hot_word {
  width: 100%;
  padding: 0.29rem 0.24rem;
  overflow: hidden;
  color: #777;
  font-size: 0.3rem;
  line-height: 1;
}
.hot_word p {
  font-size: 0.3rem;
  margin-bottom: 0.37rem;
  color: #333;
  padding: 0.05rem 0 0.05rem 0.46rem;
  background: url(../images/m_common/hot_search.png) no-repeat left center;
  background-size: 0.38rem;
}
.hot_word ul {
  padding: 0 0.46rem;
}
.hot_word li {
  float: left;
  font-size: 0.28rem;
  padding: 0.1rem 0.26rem;
  margin: 0 0.34rem 0.4rem 0;
  color: #444;
  border: 1px solid #444;
  border-radius: 50px;
}
.hot_word li a {
  color: #444;
  display: inline-block;
}
.hot_word li:active {
  color: #fff;
  background: #5a85ff;
  border-color: #5a85ff;
}
.hot_word li:active a,
.hot_word li a:active {
  color: #fff;
}

/*search结果页*/
.search-tag {
  padding: 0.45rem 0.3rem 0.08rem;
}
.search-tag p {
  line-height: 1.2;
  font-size: 0.36rem;
  color: #333;
}
.search-tag p:before {
  display: inline-block;
  visibility: visible;
  content: "";
  height: 0.36rem;
  width: 0.1rem;
  background: #5a85ff;
  float: left;
  margin-right: 0.15rem;
}
.search-tag p span {
  display: inline-block;
  margin: 0 0.12rem;
}
.search-tag p .key_search {
  color: #5a85ff;
}
.nav-wrap {
  width: 100%;
  position: absolute;
  top: 0.88rem;
  left: 0;
  z-index: 990;
  display: none;
}
.nav-wrap .nav {
  position: relative;
  background: rgba(34, 34, 34, 0.95);
}

.nav-wrap .nav-name {
  position: relative;
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 0.32rem;
  padding: 0.2rem 0.5rem;
  background: #202020 url(../images/m_common/rect.png) no-repeat 0.25rem center;
  background-size: 0.05rem;
  margin-bottom: 1px;
}
.fullbody {
  color: #777;
  margin: 0 auto;
}

/*menu部分*/
.ph-menu {
  float: left;
  width: 10%;
  height: 100%;
}
.menu-png {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/m_common/menu.png) no-repeat center;
  background-size: 0.4rem;
}
.menu-png.active {
  background: url(../images/m_common/menu-x.png) no-repeat center;
  background-size: 0.4rem;
}
/*二级下拉菜单*/
.nav-sub {
  width: 100%;
  left: 0;
  font-size: 0.3rem;
  display: none;
  z-index: 500;
}
.nav-sub ul {
  width: 100%;
  padding: 0.2rem 0.35rem;
}
.nav-sub li {
  display: inline-block;
}
.nav-sub a {
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 0.15rem;
  margin-right: 0.1rem;
}
.nav-sub .first-tag {
  color: #5a85ff;
  font-size: 0.31rem;
}

.nav-wrap .nav-name.active {
  margin-bottom: 0;
}
/*二级下拉菜单 遮罩*/
.ph-contain {
  position: relative;
}


/*焦点新闻部分*/
.ph-focus {
  padding: 0.19rem 0.3rem;
  box-shadow: 0 0px 20px rgba(77, 77, 77, 0.2);
}
.ph-focus a {
  font-size: 0.36rem;
  color: #e3000f;
  font-weight: bold;
}

/*首页列表1127*/
.con-bot-next {
  width: 100%;
  padding: 0.23rem 0;
}
.con-bot-next .next-sub {
  overflow: hidden;
}
.con-bot-next .next-sub .subimg {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.con-bot-next .next-sub .subimg.subimg-last {
  margin-right: 0;
}
.con-bot-next .next-sub .subimg img {
  width: 100%;
  display: inline-block;
  border-radius: 3px;
}
.con-ul {
  clear: both;
  padding: 0.25rem 0;
}
.con-ul li {
  color: #333;
  margin-top: 0.15rem;
}
.con-ul li:nth-child(5) {
  margin-bottom: 20px;
}
.con-ul li a {
  display: block;
  text-align: justify;
  padding: 0 0 0 0.4rem;
  color: #333;
  font-size: 0.32rem;
  background: url(../images/m_common/pointx.png) no-repeat left 10px;
  background-size: 0.14rem;
}
/*首页内容部分*/
.ph-item {
  padding: 0.24rem 0.3rem;
  font-size: 0.38rem;
  line-height: 0.55rem;
}
.ph-item ul li {
  padding: 0.12rem 0;
}
.ph-item a {
  display: block;
  color: #373737;
}
.ph-contain hr {
  height: 1px;
  border: none;
  margin: 0 0.2rem;
  border-top: 1px solid #95000b;
}

/* 首页新版导航 极简文字连接版 20180706 */
.nav-all {
    width: 100%;
    padding: 0.3rem 0;
}
.nav-item {
    margin-bottom: 0.28rem;
    overflow: hidden;
}
.nav-all,.nav-all a {
    font-size: 0.3rem;
    color: #64717a;
    line-height: 28px;
    transition: all 0.3s;
}
.a-span {
    display: inline-block;
}
.nav-all a{
    display: inline-block;
    float: left;
    width: 23%;
    text-align: center;
    /* border: 1px solid #e5e5e5; */
    border-radius: 5px;
    margin: 1%;
    padding-bottom: 3px;
}
.nav-all a img{
  width: 34px;
  height: auto;
  margin-bottom: 6px;
  margin-top: 10px;
}
/* .nav-all a:hover {
    color: #6699ff;
    text-decoration: underline;
} */

/* 公众号 */
.gzh{
  overflow: hidden;
  text-align: center;
  clear: both;
  padding: 20px;
  opacity: 0;
}
.gzh li{
  width: 50%;
  float: left;
}

/*频道页 ph-list*/
.current-tag {
  padding: 0.45rem 0.3rem 0.05rem;
}
.current-tag p,
.current-tag p a {
  line-height: 1.2;
  font-size: 0.44rem;
  color: #5a85ff;
}
.current-tag p a {
  display: inline-block;
  line-height: 1;
  color: #21577d;
  border-left: 0.1rem solid #21577d;
  padding-left: 0.15rem;
}
/* 底部头图——相当于PC端频道页的头图 */
.pd-img{
  margin: 20px 0 0;
}
.pd-img a {
  background: url(../images/m_common/toppic.png) no-repeat 75% center;
  background-size: cover;
  width: 100%;
  min-height: 160px;
  display: block;
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: relative;
}
.pd-img span {
  letter-spacing: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  padding: 0 4%;
  text-shadow: 0 3px 10px #666;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

/*详情页 content*/
.path {
  line-height: 1;
  font-size: 0.32rem;
  color: #5f5f5f;
  overflow: hidden;
  margin: 0 0 0.55rem;
  display: none;
}
.path a {
  color: #5a85ff;
  display: inline-block;
}
.path a:after {
  display: inline-block;
  visibility: visible;
  content: "";
  height: 0.22rem;
  width: 0.22rem;
  background: url(../images/m_common/path.png) no-repeat center;
  background-size: 100%;
  vertical-align: middle;
  margin: 0 0.08rem;
}
.ph-content {
    /* width: 100%; */
  padding: 0.4rem 0.24rem 0;
  overflow: hidden;
}
.ph-content .ph-con * {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  -webkit-user-select: text;
  pointer-events: auto;
  text-rendering: optimizelegibility;
  word-wrap: break-word;
}
.ph-content .ph-con h1 {
  padding-top: 10px;
  -webkit-hyphens: manual;
  color: #353535;
  display: block;
  font-family: -apple-system-font, "Heiti", "黑体", "微软雅黑";
  font-size: 0.46rem;
  font-weight: bold;
  line-height: 0.65rem;
  margin-bottom: 0.35rem;
  max-width: 100%;
  text-align: left;
}
.ph-content .ph-con .info {
  color: #8a8a8a;
  font-size: 0.3rem;
  margin-bottom: 0.5rem;
}
.ph-content .ph-con .info span {
  margin-right: 10px;
}
.ph-content .ph-con .text {
  width: 100%;
  color: #333;
  font-size: 0.38rem;
  line-height: 0.6rem;
}
.ph-content .ph-con .text h6,
.ph-content .ph-con .text h5,
.ph-content .ph-con .text h4,
.ph-content .ph-con .text h3,
.ph-content .ph-con .text h2,
.ph-content .ph-con .text p strong {
  color: #333;
  display: block;
  font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", "Heiti", "黑体",
    "宋体";
  font-size: 0.4rem;
  max-width: 100%;
  text-align: justify;
  font-weight: bold;
  /*margin-bottom: -0.25rem;*/
}
.ph-content .ph-con .text h6 {
  font-size: 18px;
}
.ph-content .ph-con .text p {
  font-family: "PingFang SC", "Heiti", "黑体", "Microsoft YaHei", "宋体";
  max-width: 100%;
  text-align: justify;
  margin: 0.5rem 0px;
}
.ph-content .ph-con .text p.imgdes {
  color: #666;
  font-size: 16px;
  margin-top: -15px;
  text-align: center;
}
.ph-content .ph-con .text img {
  width: 100% !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*详情页弹出层*/
body.modal-open {
  position: fixed;
  width: 100%;
}
.txt-bac {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.txt-bac-scroll {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  /*background: #fff;*/
}
.txtimg {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.txt-bac .txtimg img {
  width: 100%;
}
.txt-bac .close-btn {
  position: absolute;
  display: block;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-color: black;
  z-index: 9999;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-image: url(../images/m_common/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85%;
}
/*相关频道*/
.text-sign {
  font-size: 0.3rem;
  color: #4c4c4c;
  margin-bottom: 0.75rem;
}
.text-sign a {
  height: 18px;
  line-height: 18px;
  color: #5991ff;
  display: inline-block;
  border: 1px solid #5991ff;
  padding: 0px 5px;
  border-radius: 3px;
  margin-right: 6px;
  font-size: 0.25rem;
}

/* 内容页分享和阅读量*/
.top {
  position: fixed;
  display: none;
  cursor: pointer;
  border-radius: 5px;
  bottom: 6%;
  right: 10px;
  width: 46px;
  height: 46px;
  background: url(../images/m_common/gotop.png) no-repeat center;
}
ul.share {
  float: left;
}
ul.share li {
  float: right;
  margin-left: 12px;
}
ul.share li.read-img {
  margin-left: 0;
}
ul.share li.read {
  float: left;
  margin-bottom: 0.35rem;
}
ul.share li.read-img img {
  width: 0.52rem;
  height: 0.3rem;
}
ul.share li.read-amount {
  margin: 0 0 0 0.26rem;
  color: #999;
  font-size: 0.36rem;
}
.bdshare-button-style1-24 a,
.bdshare-button-style1-24 .bds_more {
  margin: 0 0 0 0.26rem !important;
}
.bdshare-button-style1-24 .bds_tsina,
.bdshare-button-style1-24 .bds_weixin,
.bdshare-button-style1-24 .bds_sqq {
  width: 0.6rem;
  height: 0.6rem;
}
.bdshare-button-style1-24 .bds_tsina {
  background: url(../images/m_common/tsina.png) no-repeat center;
  background-position: 0 0 !important;
  background-size: 100%;
}
.bdshare-button-style1-24 .bds_weixin {
  background: url(../images/m_common/weixin.png) no-repeat center;
  background-position: 0 0 !important;
  background-size: 100%;
}
.bdshare-button-style1-24 .bds_sqq {
  background: url(../images/m_common/sqq.png) no-repeat center;
  background-position: 0 0 !important;
  background-size: 100%;
}

/*下一页 pages*/
.pages {
  margin: 0.4rem auto 0.85rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
}
.pages a {
  margin: 0 8px;
  display: inline-block;
  color: #2980d7;
  font-size: 14px;
  padding: 2px 15px;
  border: 1px solid #2980d7;
  border-radius: 5px;
}
.pages a.pages a:visited,
.pages a:hover {
  color: #2980d7;
  background: #fff;
}
.pages a:active {
  color: #fff;
  background: #6198ff;
  border: 1px solid #6198ff;
}
.pages a.pagrey,
.pages a:visited.pagrey,
.pages a:hover.pagrey {
  color: #9e9e9e;
  border: 1px solid #9e9e9e;
  background: #fff;
}
.pages a:active.pagrey {
  color: #fff;
  background: #9e9e9e;
}

/*覆盖*/
.bd_weixin_popup {
  padding: 5px;
}
/*文章内排行榜表格*/
.rankList_tb {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0px auto 25px auto;
  font-size: 14px;
  color: rgb(0, 0, 0);
  text-align: center;
  vertical-align: middle;
  table-layout: fixed;
}
.rankList_tb caption.title {
  color: #000;
  font-size: 22px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.rankList_tb tr {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.rankList_tb td {
  padding: 6px 5px;
  line-height: 22px;
  border-left: 1px solid rgb(102, 102, 102);
  vertical-align: middle;
}
.rankList_tb td.aleft {
  text-align: left;
}
.rankList_tb td a {
  color: #000;
}
.rankList_tb thead.thead {
  background: rgb(7, 55, 104);
  color: rgb(244, 249, 14);
  font-size: 15px;
  margin-top: 50px;
  width: 100%;
}
.rankList_tb thead.thead th {
  color: rgb(244, 249, 14);
  white-space: nowrap;
  padding: 6px 5px;
  line-height: 22px;
  border-left: 1px solid rgb(102, 102, 102);
  text-align: center;
  vertical-align: middle;
}
.rankList_tb .even {
  background-color: rgb(255, 255, 255);
}
.rankList_tb .odd {
  background-color: rgb(203, 225, 246);
}
.rankList_tb tfoot.foot {
  border: none;
}
.rankList_tb tfoot.foot td {
  border: none;
  text-align: right;
  color: rgb(159, 8, 15);
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
}

@media(max-width:375px){
  .nav-all a{
    width: 24%;
    margin: 0.5%;
  }
  .nav-all a img{
    margin-bottom: 2px;
  }
}
@media(max-width:360px){
  .nav-all, .nav-all a{font-size: 13px;}
}
