﻿﻿/* logo start*/
.logo {
  background: url("http://img.cnjxmm.com/img/logo_bg.jpg") no-repeat center top;
  background-size: 1920px;
  width: 100%;
  min-width: 1200px;
  height: 85px;
  overflow: hidden;
}

.logo .u-flex {
  height: 100%;
}

.logo .logo-img {
  width: 275px;
  height: 62.5px;
  align-self: center;
}

.logo .logo-img img {
  width: 100%;
}

.logo .qr {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 40%;
  font-size: 14px;
}

.logo .qr span {
  cursor: pointer;
  padding-bottom: 10px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.logo .qr .qr-code {
  position: absolute;
  left: 0;
  top: 100px;
  width: 70px;
  transition: all 0.5s;
  border-radius: 5px;
  border: 3px solid #fff;
}

.logo .qr span:hover .qr-code {
  top: 15px;
}

.logo .qr .app .icon {
  width: 86px;
}

.logo .qr .app .qr-code {
  width: 79px;
  height: 70px;
}

.logo .qr .weibo .icon,
.logo .qr .wechart .icon {
  width: 21px;
}

/* logo end*/
/*nav*/
.nav {
  width: 100%;
  min-width: 1200px;
  height: 36px;
  background: linear-gradient(to right, #08287f, #054ca4, #054ca4, #08287f);
}

.nav .wrap-nav {
  height: 100%;
}

.nav a:hover {
  font-size: 18px;
  transform: translateY(-3px);
  text-shadow: 3px 3px 5px #2b2b2b;
}

.nav .nav-left {
  width: 45%;
  justify-content: space-between;
  align-items: center;
}

.nav .nav-left a {
  color: #fff;
  font-weight: bold;
}

.nav .nav-right {
  width: 50%;
  justify-content: space-between;
  align-items: center;
}

.nav .nav-right a {
  color: #fff;
  font-size: 14px;
}

.nav .nav-right a::after {
  content: "|";
  padding-left: 5px;
}

.nav .nav-right a:last-of-type::after {
  content: "";
}

/* search */
img {
  image-rendering: -moz-crisp-edges !important;
  image-rendering: -o-crisp-edges !important;
  image-rendering: -webkit-optimize-contrast !important;
  image-rendering: crisp-edges !important;
  -ms-interpolation-mode: nearest-neighbor !important;
}

.search {
  width: initial;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}

.search #bdcs-search-form {
  position: relative;
}

.search .bdcs-search-form-input {
  border: 2px solid #29b5f5;
  border-radius: 5px;
  background: transparent;
  top: 0;
  right: 0;
  background: #fff;
  padding: 5px 20px;
  width: 220px;
}

.search .bdcs-search-form-submit {
  background: #29b5f5;
  border-radius: 0 5px 5px 0;
  width: 60px;
  top: 1px;
  right: 0;
  height: 27px;
  cursor: pointer;
  position: absolute;
  color: #fff;
}

.search .bdcs-search-form-submit::after {
  content: "搜索";
  font-size: 12px;
  color: #f9f0da;
}

input {
  background: none;
  outline: none;
  border: none;
}

input:focus {
  border: none;
}

/* U module */
.u-flex {
  display: flex;
}

.u-flex-bwteen {
  justify-content: space-between;
}

/* 关于我们 */
.about-us {
  margin-top: 20px;
  border: 1px solid #ddd;
}

.about-us .img-list {
  margin-top: 25px;
}

.about-us .img-list ul li {
  float: left;
  margin-left: 50px;
}

.about-us .img-list ul li p {
  text-align: center;
  line-height: 38px;
}

.link {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
}

.link a {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}

/*内容页*/
.pretitle {
  margin-bottom: 15px;
}

.w900 {
  width: 860px;
}

.w270 {
  width: 305px;
}

.article-title {
  text-align: center;
  font: bold 36px/1 "Microsoft Yahei";
  color: #404040;
  margin: 30px 0;
}

.article-time {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-top: 20px;
  font: 14px/1 Arial, "Sim sun";
  color: #888;
  text-align: center;
}

.content {
  padding-bottom: 30px;
}

.content p {
  font: 18px/40px "Microsoft Yahei";
  color: #404040;
  margin: 32px 0 0;
}

.cor {
  background: #476675;
  height: 30px;
  color: #fff;
  font-size: 12px;
  padding-left: 20px;
  box-sizing: border-box;
}

.cor span {
  line-height: 30px;
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  letter-spacing: 1px;
  padding-right: 15px;
  margin-right: 90px;
}

.hm-t-footer {
  display: none !important;
}

/*内容页end*/

/*列表页*/
.list_content {
  list-style: none;
  text-align: left;
}

.list_content li {
  position: relative;
  font-weight: 500;
  white-space: normal !important;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.list_content li a:visited {
  color: #717171;
}
.list_content li a {
  width: 100%;
  font-size: 20px;
  margin-bottom: 6px;
}
.list_content li:hover a {
  overflow: normal;
  text-overflow: normal;
  white-space: normal;
  width: 100%;
  display: normal;
  color: #0068b7;
}
.list_content li:hover span{
    cursor: pointer;
    color: #0068b7 !important;
}

.list_content li span {
  /* position: absolute; */
  /* right: 20px; */
  color: #878787;
  /* top: 0px; */
}

.uk-pagination {
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
   margin-bottom: 30px;
}

.uk-pagination li {
    padding: 3px 12px;
    border: 1px solid #d9d9d9;
    text-align: center;
    background: #fff;
    margin-right: 6px;
    cursor: pointer;
    transition: 0.2s;
}
.uk-pagination a{
    color: rgb(82, 82, 82);
}
 

.uk-disabled {
   
}

.uk-active {
    border: 1px solid #008cd7 !important;
    color: #008cd7;
 
}
 
 

.pageCount {
  display: none;
}

#p_history {
  text-align: right;
  padding-right: 50px;
  margin-top: 5px;
}

#p_history a {
  color: #808080;
}

.btn_class {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn_class li {
  display: block;
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 10px 0;
}

.btn_class_active {
  background-color: #0068b7;
}

.btn_class_active a {
  color: #fff;
}

/*列表页END*/

#a1 {
  margin: 0 auto;
}

.zt-list a span {
  color: #333;
}

.u-mb10 .banner:nth-child(2) {
  display: none;
}
.download {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  text-align: center;
  display: none;
  color: #fff;
  height: 30px;
  width: 100%;
}
.download a {
  color: #fff;
  line-height: 30px;
}

.statement {
  padding-bottom: 60px;
}
.download-po {
  padding: 13px 20px;
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.download-span-sty {
  font-size: 12px;
  line-height: 16px;
  color: #c3c3c3;
}
.downLoad-box > span {
  display: block;
}

.download-po {
  position: fixed;
  bottom: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  background: #222222;
  padding: 10px 20px;
  z-index: 99999;
  display: none;
}

.download-logo {
  width: 32px;
  height: 32px;
  display: block;
}
.download-span {
  margin-left: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  display: block;
}
.download-btn {
  background: #ffaa00;
  padding: 6px 17px;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  border-radius: 100px;
  text-align: center;
  margin-right: 15%;
}
.download-close {
  background: url(http://sx24.cnjxmm.com:8011/web/images/close1.png) no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 24;
  top: -5px;
}

.top-title {
  display: none;
}
.cover-list {
  display: none;
}

#top {
  display: none;
}
.show {
  display: none;
}
.btn_class {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn_class li {
  display: block;
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 10px 0;
}

.btn_class_active {
  background-color: #0068b7;
}

.btn_class_active a {
  color: #fff;
}

/* new */
.a_nav{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
font-size: 18px;
font-weight: 500;
margin-bottom: 5px;
}
.list_content{
    padding: 10px 0;
}
.list_content li{
display: flex;
flex-direction: column;
justify-content: center;
}
 
.foot {
  margin-top: 30px;
  width: 100%;
  min-width: 1200px;
  background: #fbfbfb;
  padding: 30px 0;
}

.foot .info {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #9c9c9c;
}

.foot .info a {
  font-size: 16px;
  color: #9c9c9c;
  margin-left: 15px;
}

.foot .info a:hover {
  color: #e60012;
}

.foot .info1 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-evenly;
}

.foot .info1 img {
  width: 160px;
  height: 60px;
}

.foot .info:first-of-type {
  margin-bottom: 30px;
}
     .banner >a:last-of-type{
            display: none;
        }


.classdiv img{width:100%}