* {
  /* -webkit-box-sizing: border-box; box-sizing: border-box; */
  -webkit-user-select: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: Helvetica, sans-serif;
  -webkit-overflow-scrolling: touch;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p,
th,
td,
img,
button,
footer,
header,
nav {
  margin: 0;
  padding: 0;
}
input,
button,
input,
select,
textarea {
  font-family: 'Microsoft YaHei', Helvetica, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  -webkit-user-select: auto;
}
ul,
ol,
li {
  list-style: none;
}
li {
  text-decoration: none;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
a {
  color: #454545;
  text-decoration: none;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
a:hover {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
  border: 0;
  vertical-align: top;
}
.container {
  width: auto;
  padding: 0 10px;
  position: relative;
}
.container .hd a {
  text-align: center;
}
.container .hd a span {
  font-weight: bold;
  letter-spacing: 0.02rem;
  display: block;
}
.container .hd a em {
  width: 0.96rem;
  height: 0.08rem;
  margin: 0.3rem auto 0 auto;
  background: url(../appimages/bg_title.png) no-repeat;
  background-size: 100%;
  display: block;
}
.head {
  padding: 0.36rem 0;
  background: #2a5ab1;
  overflow: hidden;
}
.head .head-logo {
  width: 80%;
}
.head .nav-bar {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
}
.head .nav-bar button {
  background: none;
  border: 0;
}
.head .rightNav {
  width: 56%;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -56%;
  overflow-y: auto;
}
.head .rightNav .oneNav {
  margin: 20px 10px 0 10px;
  display: block;
}
.head .rightNav .oneNav .one-a {
  float: left;
  display: block;
}
.head .rightNav .oneNav i {
  float: right;
  background: url(../appimages/bg_jt.png) no-repeat center;
  background-size: cover;
}
.head .rightNav .oneNav .twoNav {
  display: none;
}
.head .rightNav .oneNav .twoNav li {
  margin-top: 10px;
  display: block;
  background: #fafafa;
}
.head .rightNav .oneNav .twoNav li a {
  display: block;
}
.head .rightNav .oneNav-active .one-a {
  color: #2a5ab1;
  font-weight: bold;
}
.head .rightNav .oneNav-active i {
  background: url(../appimages/bg_jt_active.png) no-repeat center;
  background-size: cover;
}
.head .bgDiv {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.xwzx {
  background: url(../appimages/bg_01.png) no-repeat bottom right #eff2f6;
  background-size: 100%;
}
.xwzx .bd {
  position: relative;
  overflow: hidden;
}
.xwzx .bd .swiper-container .swiper-slide {
  background: url(../appimages/bg_xwzx_li.png) repeat;
  position: relative;
}
.xwzx .bd .swiper-container .swiper-slide a{ display:block; overflow:hidden;}
.xwzx .bd .swiper-container .swiper-slide .text-area {
  padding: 0.2rem;
  position: relative;
}
.xwzx .bd .swiper-container .swiper-slide .text-area .title {
  font-size: 0.32rem;
  color: #393b3e;
  line-height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.xwzx .bd .swiper-container .swiper-slide .text-area .date {
  margin: 0.24rem 0 0.16rem 0;
  font-size: 0.26rem;
  color: #807676;
}
.xwzx .bd .swiper-container .swiper-slide .text-area .title,
.xwzx .bd .swiper-container .swiper-slide .text-area .date {
  position: relative;
  z-index: 1;
}
.xwzx .bd .swiper-container .swiper-slide .text-area s {
  height: 0.06rem;
  width: 100%;
  background: #5c80cc;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  transition: 500ms;
}
.xwzx .bd .swiper-container .swiper-pagination {
  width: 100%;
  text-align: right;
  bottom: 0.2rem;
}
.xwzx .bd .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.2rem 0 0;
}
.tzgg {
  padding: 0.6rem 0 0 0;
  background: url(../appimages/bg_02.png) no-repeat top right #fbfbfb;
  background-size: 100%;
}
.tzgg .bd {
  margin-top: 0.56rem;
}
.tzgg .bd .swiper-container {
  width: 100%;
  height: 100%;
  overflow: unset;
}
.tzgg .bd .swiper-container .swiper-wrapper .swiper-slide {
  height: calc(35%);
  box-shadow: 0px 0px 10px #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tzgg .bd .swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  padding: 0.3rem;
  display: block;
}
.tzgg .bd .swiper-container .swiper-wrapper .swiper-slide a .date {
  margin-right: 0.2rem;
  padding: 0.2rem 0.3rem;
  background: #436cc3;
}
.tzgg .bd .swiper-container .swiper-wrapper .swiper-slide a .date span {
  height: 50%;
  color: #fff;
  text-align: center;
  display: block;
}
.tzgg .bd .swiper-container .swiper-wrapper .swiper-slide a .date span.span01 {
  line-height: 80%;
  font-weight: bold;
}
.tzgg .bd .swiper-container .swiper-wrapper .swiper-slide a .date span.span02 {
  letter-spacing: 1px;
}
.tzgg .bd .swiper-container .swiper-wrapper .swiper-slide a .title p {
  line-height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.dw-cj {
  padding: 0 0 0.8rem 0;
  background: #fbfbfb;
}
.dw-cj .bd {
  margin: 0.72rem 0;
}
.dw-cj .bd .swiper-container {
  width: 100%;
  height: 100%;
}
.dw-cj .bd .swiper-container .swiper-wrapper .swiper-slide {
  height: calc(35%);
  background: #f5f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dw-cj .bd .swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  padding: 0.34rem;
  display: block;
  position: relative;
}
.dw-cj .bd .swiper-container .swiper-wrapper .swiper-slide a .img-box {
  width: 2.6rem;
  height: 1.6rem;
  float: left;
  background: green;
}
.dw-cj .bd .swiper-container .swiper-wrapper .swiper-slide a .title {
  line-height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.dw-cj .bd .swiper-container .swiper-wrapper .swiper-slide a .date {
  color: #807676;
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
}
.cj {
  margin-top: -1.8rem; position: relative; z-index:999
}
.zs-xmt {
  margin-top: -2rem;
  padding: 1rem 0;
  background: url(../appimages/bg_04.png) no-repeat center bottom #4566ae;
  background-size: 100%;
}
.zs-xmt .hd a span {
  color: #fff;
}
.zs-xmt .bd {
  margin-top: 0.2rem;
}
.zs-xmt .bd li {
  width: 50%;
  float: left;
  display: inline-block;
}
.zs-xmt .bd li a {
  margin-top: 20px;
  padding: 0.3rem;
  display: block;
  background: url(../appimages/bg_03_li.png) repeat;
}
.zs-xmt .bd li a .date {
  margin-right: 0.2rem;
  padding: 0.2rem 0.3rem;
  background: rgba(255, 255, 255, 0.9);
}
.zs-xmt .bd li a .date span {
  height: 50%;
  color: #436cc3;
  text-align: center;
  display: block;
}
.zs-xmt .bd li a .date span.span01 {
  line-height: 80%;
  font-weight: bold;
}
.zs-xmt .bd li a .date span.span02 {
  letter-spacing: 1px;
}
.zs-xmt .bd li a .img-box {
  margin-right: 0.2rem;
  background: green;
}
.zs-xmt .bd li a .title p {
  color: #fff;
  line-height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.zs-xmt .bd li:nth-child(even) a {
  margin-left: 10px;
}
.zs-xmt .bd li:nth-child(odd) a {
  margin-right: 10px;
}
.zs-xmt .jygz {
  margin-top: 1rem;
}
.kjdh {
  background: #f6f7f8;
}
.kjdh .bd {
  margin-top: 0.1rem;
}
.kjdh .bd li {
  width: 50%;
  float: left;
  display: inline-block;
}
.kjdh .bd li a {
  margin-top: 20px;
  padding: 0.3rem;
  display: block;
  box-shadow: 0px 0px 10px #dadada;
  background: url(../appimages/bg_xwzx_li.png) repeat;
}
.kjdh .bd li a .img-box {
  margin-right: 0.2rem;
  background: green;
}
.kjdh .bd li a .title p {
  line-height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.kjdh .bd li:nth-child(even) a {
  margin-left: 10px;
}
.kjdh .bd li:nth-child(odd) a {
  margin-right: 10px;
}
.kjdh .btns ul li {
  width: 33%;
  float: left;
}
.kjdh .btns ul li a {
  margin-top: 0.9rem;
  display: block;
}
.kjdh .btns ul li a .imgs {
  margin: 0 auto 0.3rem auto;
  display: block;
}
.kjdh .btns ul li a span {
  text-align: center;
  display: block;
}
.kjdh .dh {
  margin-top: 0.9rem;
}
.bottom {
  padding: 0.8rem 0;
  color: #fff;
  text-align: center;
  background: url(../appimages/bg_bottom.png) no-repeat;
}
.pagelist .dqwz .hd a {
  text-align: left;
}
.pagelist .dqwz .hd a em {
  margin: 0.24rem 0 0 0;
}
.pagelist .infolist li {
  width: 50%;
  margin-top: 0.6rem;
  float: left;
  display: inline-block;
}
.pagelist .infolist li a {
  padding: 0.3rem;
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 10px #dadada;
  background: url(../appimages/bg_xwzx_li.png) repeat;
}
.pagelist .infolist li a .date {
  margin-right: 0.2rem;
  padding: 0.2rem 0.3rem;
  background: #436cc3;
}
.pagelist .infolist li a .date span {
  height: 50%;
  color: #fff;
  text-align: center;
  display: block;
}
.pagelist .infolist li a .date span.span01 {
  line-height: 80%;
  font-weight: bold;
}
.pagelist .infolist li a .date span.span02 {
  letter-spacing: 1px;
}
.pagelist .infolist li a .title {
  line-height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pagelist .imglist li {
  margin-top: 0.6rem;
}
.pagelist .imglist li a {
  padding: 0.3rem;
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 10px #dadada;
  background: url(../appimages/bg_xwzx_li.png) repeat;
}
.pagelist .imglist li a .img-box {
  margin-bottom: 0.3rem;
  display: block;
}
.pagelist .imglist li a .title {
  height: 1.04rem;
  line-height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pagelist .page {
  margin: 0.6rem 0;
}
.pagelist .page .pageDiv {
    background: #f7f7f7 !important;
    border: 0 !important;
    font-size: 0;
}
.pagelist .more {
    background: #f2f2f2;
    padding: 0.3rem 0.5rem;
    font-size: 0.55rem;
    margin: 0 auto;
    display: block;
    width: 3rem;
    text-align: center;
    margin: 1rem auto;
    border-radius: 2px;
}
.content {
  padding-top: 0.6rem;
}
.news_conent_two_text video,.news_conent_two_text object,.news_conent_two_text embed{
 width: 100% !important;
 height: 100% !important;
}
.content .dqwz .hd a{
  text-align:left !important;
}
.content .dqwz .hd em{
  margin: 0.3rem 0 0 0;
}
.content .content-nr {
  min-height: 20rem;
  margin: 0.6rem 0;
  padding: 0.6rem;
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 10px #dadada;
  background: url(../images/bg_xwzx_li.png) repeat;
}
.content .content-nr .news_conent_two_title {
  margin: 0.2rem 0 0.7rem 0;
  display: block;
}
.content .content-nr .news_conent_two_js {
  padding: 0.26rem 0 0.2rem 0;
  color: #656565;
  line-height: 0.6rem;
  background: #f5f5f5;
}
.content .content-nr .news_conent_two_js span {
  margin-left: 0.4rem;
  display: inline-block;
}
.content .content-nr .news_conent_two_js span:nth-of-type(1),
.content .content-nr .news_conent_two_js span:nth-of-type(3),
.content .content-nr .news_conent_two_js span:nth-of-type(5) {
  display: none;
}
.content .content-nr .news_conent_two_text {
  margin-top: 0.4rem;
  line-height: 1.1rem;
}

.content .content-nr .news_conent_two_text table{ width:100% !important;}
