* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:focus, a:active, a:hover {
  outline: none;
}

a img {
  vertical-align: top;
}

a, img {
  -webkit-touch-callout: none;
}

img {
  border: none;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  resize: none;
  overflow-y: auto;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

body,
input,
button,
textarea,
select,
option {
  font: normal 0.28rem "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a, p {
  word-break: break-all;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

body {
  position: relative;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  color: #333;
  overflow-x: hidden;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.9rem;
  background: #de260e;
}

.header-left {
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
  color: #fff;
}

.header-left i {
  font-size: 0.34rem;
}

.header-center {
  font-size: 0.34rem;
  font-weight: normal;
  color: #fff;
}

.header-right {
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
  color: #fff;
}

.header-right.active .icon-menu {
  display: none;
}

.header-right.active .icon-close {
  display: block;
}

.header-right i {
  font-size: 0.34rem;
}

.header-right i.icon-menu {
  display: inline-block;
}

.header-right i.icon-close {
  display: none;
}

.footer {
  padding: 0.32rem 0 0.3rem;
}

.footer p {
  text-align: center;
  font-size: 0.18rem;
  color: #999;
  line-height: 0.34rem;
}

.slide-style1 {
  height: 3rem;
  /*border-radius: 0.08rem;*/
}

.slide-style1 .swiper-slide a {
  position: relative;
  display: block;
  height: 100%;
}

.slide-style1 .swiper-slide a img {
  display: block;
  height: 100%;
  width:100%;
}

.slide-style1 .swiper-slide a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 0.22rem;
  height: 1.13rem;
  text-align: center;
  font-size: 0.32rem;
  color: #fff;
  background-image: url("../../../img/assets/slide_text.png");
  background-repeat: repeat-x;
  background-size: 100% 100%;
}

.slide-style1 .swiper-pagination {
  height: 0.1rem;
  bottom: 0.24rem;
  line-height: 1;
  font-size: 0;
}

.slide-style1 .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  opacity: 0.8;
  background: #459DF5;
}

.slide-style1 .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.2rem;
  opacity: 1;
}

.back-top {
  position: fixed;
  right: 0.25rem;
  bottom: 2.3rem;
  display: block;
  -webkit-transform: translateX(1.1rem);
          transform: translateX(1.1rem);
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 100%;
  background: #b4b4b4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.back-top.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.back-top i {
  font-size: 0.5rem;
  color: #fff;
}

.advert {
  height: 1.32rem;
}

.advert-main {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.advert-main-link {
  display: block;
  width: 100%;
  height: 1.32rem;
}

.advert-main-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.74rem;
  background: transparent;
  text-align: center;
}

.advert-main-close i {
  color: #fff;
}

html,
body {
  height: 100%;
  background: #fff;
  overflow: hidden;
}

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

.slide-style1 {
  height: 4rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.container {
  padding: 0.1rem 0.25rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}

.container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1rem;
}
.container-top-gg {
  height: 0.8rem;
  width: 4.6rem;
  display: inline-block;
}
.container-top-gg img {
  width: 100%;
  height: 100%;
}
.container-top-logo {
  display: block;
  width: 2.26rem;
  height: 0.8rem;
}

.container-top-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.container-top-search {
  width:7.32rem;
  height: 0.66rem;
  background: #f1f1f1;
  border-radius: 0.07rem;
}

.container-top-search input {
  display: block;
  width: 100%;
  height: 100%;
  color: #9a9ca0;
  background: url("../img/assets/icon-search.png") 2.24rem center no-repeat;
  background-size: 0.28rem 0.28rem;
  font-size: 0.26rem;
  padding-left: 2.8rem;
}

.container-nav {
  position: relative;
  margin: 0 -0.25rem;
  height: 0.89rem;
  overflow: hidden;
  border-top: 1PX solid #d3d3d3;
  border-bottom: 1PX solid #d3d3d3;
}

.container-nav.active {
  height: auto;
}

.container-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 6.79rem;
}

.container-nav-list-items {
  width: 25%;
}

.container-nav-list-items.active a {
  font-size: 0.32rem;
  color: #459df5;
}

.container-nav-list-items a {
  display: block;
  text-align: center;
  font-size: 0.28rem;
  color: #9a9ca0;
  word-break: keep-all;
  line-height: 0.87rem;
}

.container-nav-menu {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.72rem;
  height: 100%;
  line-height: 0.89rem;
}

.container-nav-menu.active .iconfont.icon-close {
  display: inline-block;
}

.container-nav-menu.active .iconfont.icon-menu {
  display: none;
}

.container-nav-menu .iconfont {
  float: right;
  margin-right: 0.25rem;
  color: #5c5c5c;
  font-weight: 600;
  font-size: 0.36rem;
}

.container-nav-menu .iconfont.icon-close {
  display: none;
}

.container-main-title.title-style1 {
  padding: 0.3rem;
  text-align: center;
  font-size: 0.34rem;
  color: #333;
  line-height: 0.6rem;
}

.container-main-title.title-style2 {
  font-weight: normal;
  font-size: 0.3rem;
  color: #459DF5;
  line-height: 0.6rem;
}

.container-main-list.list-style1 .items {
  padding: 0.1rem 0 0.18rem;
  border-bottom: 1PX solid #d3d3d3;
}

.container-main-list.list-style1 .items a {
  position: relative;
  display: block;
  padding-left: 0.7rem;
  padding-right: 0.43rem;
}

.container-main-list.list-style1 .items a span {
  position: absolute;
  left: 0.06rem;
  top: 0.1rem;
  display: block;
  width: 0.4rem;
  height: 0.28rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  border-radius: 0.05rem;
  text-align: center;
  color: #fff;
  background: #459DF5;
}

.container-main-list.list-style1 .items a p {
  line-height: 0.48rem;
  font-size: 0.3rem;
  color: #333;
}

.container-main-list.list-style2 {
  padding-top: 0.14rem;
}

.container-main-list.list-style2 .items {
  padding: 0.26rem 0;
  height: 1.88rem;
  border-bottom: 0.01rem solid #d3d3d3;
}

.container-main-list.list-style2 .items-link {
  display: block;
  height: 100%;
}

.container-main-list.list-style2 .items-link img {
  float: left;
  margin-right: 0.23rem;
  width: 2rem;
  height: 100%;
}

.container-main-list.list-style2 .items-link h3 {
  float: left;
  margin-top: -0.05rem;
  height: 0.96rem;
  overflow: hidden;
  font-weight: 500;
  color: #000;
  font-size: 0.28rem;
  line-height: 0.46rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.news-no-img  h3{ width: auto; }
.container-main-list.list-style2 .items-link p {
  float: left;
  margin-top: 0.06rem;
  width: 4.6rem;
  font-size: 0.26rem;
  color: #999;
}

.container-main-list.list-style3 {
  padding-top: 0.2rem;
}

.container-main-list.list-style3 a {
  display: block;
}

.container-main-list.list-style3 .title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  line-height: 0.5rem;
  margin-bottom: 0.2rem;
}

.container-main-list.list-style3 .list {
  width: 100%;
  height: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container-main-list.list-style3 .list-items {
  width: 2.25rem;
}

.container-main-list.list-style3 .list-items img {
  border-radius: 0.09rem;
  width: 100%;
  height: 100%;
}

.container-main-atlas.atlas-style1 {
  padding-top: 0.23rem;
}

.container-main-atlas.atlas-style1 a {
  display: block;
}

.container-main-atlas.atlas-style1 a img {
  display: block;
  width: 100%;
  height: 3rem;
  border-radius: 0.1rem;
}

.container-loadMore {
  display: block;
  margin: 0 auto;
  width: 3.3rem;
  height: 0.96rem;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.96rem;
  color: #459DF5;
}

.container-loadMore i {
  margin-left: 0.2rem;
}
.gg-list {
  height: 1.4rem;
  margin: .1rem -0.25rem;
}
.gg-list img {
  width: 100%;
  height: 100%;
}
/*20190530*/
.container-top-pc {
  height: 0.8rem;
  width: 1.8rem;
}
.container-top-pc img {
  width: 100%;
  height: 100%;
}
#foot {
  margin-top: .2rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.5rem;
}
/* 20190531 */
.container-main-list.list-style2 .news-item {
  position: relative;
  padding: 0.26rem 0;
  border-bottom: 0.01rem solid #d3d3d3;
}

.container-main-list.list-style2 .news-item-title {
  position: relative;
  padding-left: .7rem;
}

.container-main-list.list-style2 .news-item-link {
  display: block;
  height: 0.96rem;
  font-size: 0.28rem;
  line-height: 0.46rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  color: #000;
}

.container-main-list.list-style2 .news-item-index {
  position: absolute;
  left: 0.06rem;
  top: 0.1rem;
  display: block;
  width: 0.4rem;
  height: 0.28rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  border-radius: 0.05rem;
  text-align: center;
  color: #fff;
  background: #459df5;
}

.container-main-list.list-style2 .news-item-meta {
  margin-top: 0.06rem;
  padding-left: .7rem;
  font-size: 0.26rem;
  color: #999;
}

/* 2019/06/04 */
.headline-news {
  position: relative;
}

.headline-news .headline-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0.26rem 0;
  border-bottom: 0.01rem solid #d3d3d3;
}

.headline-news .headline-item-box {
  display: block;
  width: 2rem;
  height: 1.3rem;
  margin-right: 0.23rem;
}

.headline-news .headline-item-pic {
  display: block;
  width: 100%;
  height: 100%;
}

.headline-news .headline-item-main {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0;
  overflow: hidden;
}

.headline-news .headline-item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 0.9rem;
  margin-top: -0.05rem;
  line-height: 0.45rem;
  font-weight: 500;
  font-size: 0.28rem;
  color: #000;
  overflow: hidden;
}

.headline-news .headline-item-tag {
  display: inline-block;
  padding: 0.04rem 0.08rem;
  border: 0.01rem solid #459df5;
  border-radius: 0.1rem;
  font-weight: 500;
  /*line-height: 1;*/
  font-size: .24rem;
  font-size: 0.2rem;
  color: #459df5;
}

.headline-news .headline-item-tag.is-headline {
  border-color: red;
  color: red;
}

.items-meta {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  float: left;
  width: 4.6rem;
  height: .3rem;
  margin-top: .1rem;
  font-size: .24rem;
  font-size: .2rem;
}

.items-meta .items-column {
  display: inline-block;
  padding: .04rem .05rem;
  border: 0.015rem solid #459df5;
  border-radius: .1rem;
  font-weight: 500;
  vertical-align: top;
  font-size: .24rem;
  font-size: .2rem;
  /*line-height: .24rem;*/
  text-align: center;
  color: #459df5;
}

.items-meta .items-resource {
  color: #8c8c8c;
}

#slide_one {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.headline-item-meta {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  float: left;
  width: 4.6rem;
  margin-top: .1rem;
  font-size: .24rem;
}

.footer-text .icon-police {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background-image: url(../img/icon_police.png);
    vertical-align: middle;
}