﻿@charset "UTF-8";
/* 重置样式 */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  border: 0 none;
  vertical-align: top;
}

i,
em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

input,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:visited {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  vertical-align: top;
}

body {
  margin: 0 auto;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: 100% !important;
}

/* rem单位切换
---------------------------------------- */
/* html根元素大小
---------------------------------------- */
html {
  font-size: 20vw;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 64px;
  }
}

@media screen and (min-width: 540px) {
  html {
    font-size: 108px;
  }
}

@font-face {
  font-family: 'PingFang Medium';
  src: url("../fonts/pingfangmedium.eot");
  src: url("../fonts/pingfangmedium.eot") format("embedded-opentype"), url("../fonts/pingfangmedium.woff") format("woff"), url("../fonts/pingfangmedium.ttf") format("truetype"), url("../fonts/ec8ced7bb2c245158d730f9fd6f0edf9.svg") format("svg");
}

@font-face {
  font-family: 'PingFang Regular';
  src: url("../fonts/pingfangregular.eot");
  src: url("../fonts/pingfangregular.eot") format("embedded-opentype"), url("../fonts/pingfangregular.woff") format("woff"), url("../fonts/pingfangregular.ttf") format("truetype"), url("../fonts/b7467e6fdff146fba5a6ae57b519ca25.svg") format("svg");
}

body {
  font-family: 'PingFang Regular', 'SimHei, -apple-system, Helvetica, sans-serif';
  width: 100vw;
  max-width: 540px;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

img {
  width: 100%;
  vertical-align: top;
  height: 24px;
}



.i-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.i-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.i-flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.j-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.j-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fsz-18
{
  font-size: 18px;
}
.fsz-16
{
  font-size: 16px;
}

.px25 {
  padding: 0 0.16667rem;
}

.py35 {
  padding-top: 0.23333rem;
  padding-bottom: 0.23333rem;
}

.mx25 {
  margin-left: 0.16667rem;
  margin-right: 0.16667rem;
}

.ml15 {
  margin-left: 0.1rem;
}

.mt30 {
  margin-top: 0.2rem;
}

.mb30 {
  margin-bottom: 0.2rem;
}

.mt-30 {
  margin-top: 0.2rem;
}

.mb30 {
  margin-bottom: : 0.2rem;
}
.mb40 {
  margin-bottom: : 0.26667rem;
}
.my30 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.h86 {
  height: 0.57333rem;
}

.bg-f {
  background: #fff;
}

.text-primary {
  color: #165fac !important;
}

.weight {
  font-weight: bold;
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.medium {
  font-family: 'PingFang Medium';
}

.head {
  position: fixed;
  left: 0;
  right: 0;
  height: 0.57333rem;
  /* background: #165fac; */
  color: #fff;
  z-index: 100;
}

.head .iconfont {
  font-size: 0.29333rem;
}

.head .iconfont.menu {
  margin-left: 0.33333rem;
}

.head .logo {
  width: 1.30667rem;
}

.nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: 'PingFang Medium';
  line-height: 1;
  padding: 0.1rem 0;
}

.nav-item {
  width: 20%;
  text-align: center;
  font-size: 0.22667rem;
  padding: 0.1rem 0;
  font-weight: bold;
}

.topnews {
  border-radius: 0.03333rem;
  padding: 0.18667rem 0.13333rem;
  font-size: 0.22667rem;
}

.topnews .tit {
  border-right: 0.02rem solid #b50f11;
  font-family: 'PingFang Medium';
  width: 0.3rem;
  font-size: 0.26667rem;
  color: #b50f11;
  padding-right: 0.1rem;
  font-weight: bold;
  margin-right: 0.1rem;
  line-height: 1.2;
}

.swiper-container {
  width: 100%;
  height: 2.72rem;
}

.swiper-slide {
  display: block;
}

.swiper-pagination-bullet {
  background: #8c8c8c;
  width: 6px;
  height: 6px;
}

.swiper-pagination-bullet-active {
  background: #bfbfbf;
  width: 12px;
  border-radius: 3px;
}

.com-tit {
  font-size: 0.25333rem;
  border-left: 0.04667rem solid #b50f11;
  line-height: 1.3;
}

.todaynews {
  border-radius: 0.03333rem;
  padding: 0.18667rem 0.13333rem;
  font-size: 0.2rem;
}

.todaynews .item {
  margin-top: 0.2rem;
}

.todaynews .item:first-child {
  margin-top: 0;
}

.todaynews .item span {
  background-color: #b50f11;
  font-size: 0.16667rem;
  color: #fff;
  height: 0.24rem;
  line-height: 0.24rem;
  border-radius: 0 0.06667rem 0 0.06667rem;
  padding: 0 0.05333rem;
  margin-right: 0.23333rem;
}

.todaynews .item a {
  width: 0;
}

.cate {
  margin-bottom: 0.26667rem;
}

.cate-title {
  position: relative;
  overflow: hidden;
  font-size: 0.25333rem;
  height: 0.41333rem;
}

.cate-title::after {
  content: "";
  border-bottom: 0.03333rem solid #165fac;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.cate-title span {
  position: relative;
  padding: 0.13333rem 0.06667rem;
  margin: 0 0.13333rem;
}

.cate-title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #165fac;
  height: 0.13333rem;
  border-radius: 0.26667rem;
}

.list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.23333rem 0.16667rem 0;
  padding-bottom: 0.23333rem;
}

.list .item::after {
  content: '';
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-color: #ddd;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .list .item::after {
    -webkit-transform: scaleY(0.5);
    -webkit-transform-origin: 50% 0%;
  }
}

.list .item:last-child::after {
  content: none;
}

.list .item-l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list .item-l .tit {
  font-size: 0.21333rem;
}

.list .item-l .time {
  font-size: 0.13333rem;
  color: #919191;
  margin-top: 0.16667rem;
}

.list .item-r {
  margin-left: 0.2rem;
}

.list .item-r img {
  width: 1.49333rem;
  height: 1.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

a.more {
  font-weight: bold;
  color: #b50f11;
  padding: 0.13333rem 0;
}

a.more span {
  background: #b50f11;
  height: 0.02667rem;
  width: 0.09333rem;
  margin: 0 0.1rem;
}

a.more.loading {
  color: #5f5f5f;
}

a.more.loading .iconfont {
  line-height: 1;
  margin-right: 0.06667rem;
  font-size: 0.18667rem;
}

a.more.loading .iconfont.refresh {
  -webkit-animation: circle 1s infinite linear;
          animation: circle 1s infinite linear;
}

.foot {
  color: #b1b1b2;
  font-size: 0.14rem;
  text-align: center;
  background: #222126;
  padding: 0.26667rem 0 0.06667rem;
}

.foot p {
  margin-bottom: 0.12rem;
}

.foot .icon {
  width: 0.15333rem;
  vertical-align: middle;
  margin-right: 0.13333rem;
}

.foot .logo {
  width: 1.306rem;
  vertical-align: middle;
  margin-right: 0.13333rem;
}

.foot-logo {
  padding: 0 0 20px;
  border-bottom: 1px solid #424343;
  margin:10px 10px;
}
.foot a
{
  color: #b1b1b2;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.path {
  color: #919191;
  font-size: 0.17333rem;
}

.info header h1 {
  font-size: 0.29333rem;
  line-height: 1.4;
}

.info header .from {
  color: #919191;
  font-size: 0.17333rem;
  margin: 0.33333rem 0;
}

.info .article_content {
  padding-bottom: 0.53333rem;
}

.info .article_content p {
  font-size: 0.21333rem;
  margin-bottom: 0.2rem;
}

.info .article_content .img-desc {
  color: #919191;
  font-size: 0.17333rem;
  padding-left: 0.16667rem;
  border-left: 0.02rem solid #165fac;
}

.search {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.73333rem 0.16667rem 0.2rem;
  height: 0.52rem;
}

.search::after {
  content: '';
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-color: #165fac;
  border: 1px solid #ddd;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  border-color: #165fac;
  border-radius: 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .search::after {
    right: -100%;
    bottom: -100%;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0% 0%;
    border-radius: 4px;
  }
}

.search .ipt {
  padding: 0 0.1rem;
}

.search .btn {
  width: 0.50667rem;
  background: #165fac;
  border: 0;
  color: #fff;
  font-size: 0.26667rem;
}

.modal {
  position: fixed;
  display: none;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0.57333rem;
  min-height: 100vh;
  background: #f6f6f6;
  padding: 0.3rem 0.3rem 0.2rem;
}

.modal .nav-item {
  position: relative;
  font-size: 0.21333rem;
  font-weight: normal;
  color: #2d2d2d;
  width: 0.90667rem;
  margin-bottom: 0.23333rem;
}

.modal .nav-item::after {
  content: '';
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-color: #959595;
  border: 1px solid #ddd;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  border-color: #959595;
  border-radius: 2px;
  border-radius: 0.06667rem;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .modal .nav-item::after {
    right: -100%;
    bottom: -100%;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0% 0%;
    border-radius: 4px;
  }
}


.yw
{
    padding:0.266667rem;
     background-color: #FFFFFF;
     margin-bottom: :0.266667rem;
}

.yw a {
  display: block;
  color: #030000;
  line-height: 0.3rem;
}

.yw .ll {
  padding-left: 0.3rem;
  background: url(../images/dot.png) no-repeat 2px center;
  margin-bottom: 0.2rem;
  overflow: hidden;
  font-size: 0.173333rem;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yw .subtit {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; 
  white-space: nowrap;
  padding-left: 0.3rem;
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  background: url(../images/tit-dot.png) no-repeat left center;
}



#tw,#xm,#tx,#fj
{
  display: none;
}

